HomeSort by: relevance | last modified time | path
    Searched defs:collection (Results 1 - 9 of 9) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
ExprEngineObjC.cpp 94 // (2) note whether the collection has any more elements (or in other words,
112 const Stmt *collection = S->getCollection(); local
114 SVal collectionV = state->getSVal(collection, Pred->getLocationContext());
  /src/lib/libusbhid/
usbhid.h 72 int collection; member in struct:hid_item
  /src/external/bsd/atf/dist/atf-c++/
macros_test.cpp 138 std::set< std::string > collection; local
139 collection.insert("foo");
140 collection.insert("bar");
141 collection.insert("baz");
144 ATF_REQUIRE_IN(element, collection);
172 std::set< std::string > collection; local
173 collection.insert("foo");
174 collection.insert("bar");
175 collection.insert("baz");
178 ATF_REQUIRE_NOT_IN(element, collection);
    [all...]
  /src/external/ibm-public/postfix/dist/src/global/
dict_mongodb.c 120 char *collection; /* Collection name */ member in struct:__anon23073
166 dict_mongodb->collection = cfg_get_str(p, "collection", NULL, 1, 0);
384 dict_mongodb->collection);
386 msg_warn("%s:%s: failed to get collection [%s] from [%s]",
388 dict_mongodb->collection, dict_mongodb->dbname);
482 myfree(dict_mongodb->collection);
  /src/external/bsd/ipf/dist/tools/
ipf_y.y 257 xx collection action
258 | xx insert collection action
331 collection: label
  /src/external/gpl3/gcc/dist/gcc/
ipa-icf.cc 2840 symbol_compare_collection *collection local
2845 = &split_map.get_or_insert (collection, &existed);
2851 delete collection;
3133 collection of classes. Bitmap stack BMSTACK is used for bitmap
  /src/external/gpl3/gcc.old/dist/gcc/
ipa-icf.cc 2814 symbol_compare_collection *collection local
2819 = &split_map.get_or_insert (collection, &existed);
2825 delete collection;
3107 collection of classes. Bitmap stack BMSTACK is used for bitmap
  /src/sys/dev/hid/
hid.h 76 uint32_t collection; member in struct:hid_item
  /src/external/mpl/dhcp/dist/includes/
dhcpd.h 1086 struct collection { struct
1087 struct collection *next;
1102 struct class *nic; /* Next in collection. */
3249 extern struct collection default_collection;
3250 extern struct collection *collections;
3255 int check_collection (struct packet *, struct lease *, struct collection *);
3909 struct collection *);

Completed in 23 milliseconds