| /netbsd-src/external/bsd/openldap/dist/servers/slapd/schema/ |
| H A D | collective.schema | 35 # in the entries of an entry collection subject to the use of the 61 # The c-l attribute type specifies a locality name for a collection of 71 # collection of entries. 80 # collection of entries. 88 # The c-o attribute type specifies an organization name for a collection 98 # collection of entries. 107 # collection of entries. 116 # collection of entries. 125 # collection of entries. 134 # delivery office name for a collection of entries. [all …]
|
| /netbsd-src/external/gpl3/gcc.old/dist/libobjc/ |
| H A D | objc-foreach.c | 42 objc_enumerationMutation (id collection) in objc_enumerationMutation() argument 45 (*__objc_enumeration_mutation_handler) (collection); in objc_enumerationMutation() 50 _objc_abort ("Collection %p mutated during fast enumeration", collection); in objc_enumerationMutation()
|
| /netbsd-src/external/gpl3/gcc/dist/libobjc/ |
| H A D | objc-foreach.c | 42 objc_enumerationMutation (id collection) in objc_enumerationMutation() argument 45 (*__objc_enumeration_mutation_handler) (collection); in objc_enumerationMutation() 50 _objc_abort ("Collection %p mutated during fast enumeration", collection); in objc_enumerationMutation()
|
| /netbsd-src/external/bsd/openldap/dist/doc/rfc/ |
| H A D | rfc3671.txt | 39 values are the same for each member of an entry collection" [X.501]. 45 A collection of entries is a grouping of object and alias entries 48 collection consists of all entries within scope of a collective 65 Attributes shared by the entries comprising an entry collection are 68 collection. Collective attributes are updated (i.e., modified) via 154 in the entries of an entry collection subject to the use of the 191 The c-l attribute type specifies a locality name for a collection of 200 collection of entries. 208 collection of entries. 216 collection of entries. [all …]
|
| /netbsd-src/external/bsd/atf/dist/atf-c++/ |
| H A D | macros.hpp | 121 #define ATF_REQUIRE_IN(element, collection) \ argument 122 ATF_REQUIRE((collection).find(element) != (collection).end()) 124 #define ATF_REQUIRE_NOT_IN(element, collection) \ argument 125 ATF_REQUIRE((collection).find(element) == (collection).end())
|
| H A D | utils.hpp | 55 grep_collection(const std::string& regexp, const Collection& collection) in grep_collection() argument 57 for (typename Collection::const_iterator iter = collection.begin(); in grep_collection() 58 iter != collection.end(); ++iter) { in grep_collection()
|
| H A D | macros_test.cpp | 138 std::set< std::string > collection; in ATF_TEST_CASE_BODY() local 139 collection.insert("foo"); in ATF_TEST_CASE_BODY() 140 collection.insert("bar"); in ATF_TEST_CASE_BODY() 141 collection.insert("baz"); in ATF_TEST_CASE_BODY() 144 ATF_REQUIRE_IN(element, collection); in ATF_TEST_CASE_BODY() 172 std::set< std::string > collection; in ATF_TEST_CASE_BODY() local 173 collection.insert("foo"); in ATF_TEST_CASE_BODY() 174 collection.insert("bar"); in ATF_TEST_CASE_BODY() 175 collection.insert("baz"); in ATF_TEST_CASE_BODY() 178 ATF_REQUIRE_NOT_IN(element, collection); in ATF_TEST_CASE_BODY()
|
| /netbsd-src/external/mpl/dhcp/dist/server/ |
| H A D | class.c | 67 int check_collection (packet, lease, collection) in check_collection() argument 70 struct collection *collection; 79 for (class = collection -> classes; class; class = class -> nic) { 216 struct collection *lp; in unlink_class() 240 struct collection *lp; in find_class()
|
| /netbsd-src/external/gpl3/binutils/dist/include/ |
| H A D | libfcollector.h | 30 ! Routine to suspend data collection during an experiment. 34 ! Routine to resume data collection during an experiment. 38 ! Routine to stop all data collection and close the experiment.
|
| /netbsd-src/external/gpl3/binutils.old/dist/include/ |
| H A D | libfcollector.h | 30 ! Routine to suspend data collection during an experiment. 34 ! Routine to resume data collection during an experiment. 38 ! Routine to stop all data collection and close the experiment.
|
| /netbsd-src/crypto/external/bsd/openssl/dist/crypto/bn/ |
| H A D | build.info | 8 # OPENSSL_BN_ASM_PART_WORDS For any collection with /-586/ file names 9 # OPENSSL_BN_ASM_MONT For any collection with /-mont/ file names 10 # OPENSSL_BN_ASM_MONT5 For any collection with /-mont5/ file names 11 # OPENSSL_BN_ASM_GF2m For any collection with /-gf2m/ file names 12 # OPENSSL_IA32_SSE2 For any collection with /86/ file names 14 # BN_DIV3W For any collection with /-div3w/ file names
|
| /netbsd-src/external/apache2/llvm/dist/llvm/docs/ |
| H A D | GarbageCollection.rst | 12 supports garbage collection. **Note that LLVM itself does not provide a 67 easily be collected if evaluating ``g()`` triggers a collection. 80 Garbage collection is a widely used technique that frees the programmer from 82 and maintain. Many programming languages rely on garbage collection for 83 automatic memory management. There are two primary forms of garbage collection: 86 Conservative garbage collection often does not require any special support from 93 Accurate garbage collection requires the ability to identify all pointers in the 99 Conservative garbage collection is attractive because it does not require any 112 locality and performance benefits of using aggressive garbage collection 116 support accurate garbage collection. [all …]
|
| H A D | Lexicon.rst | 143 In garbage collection, the region of memory which is managed using 254 In garbage collection, a pointer variable lying outside of the `heap`_ from 268 In garbage collection, it is necessary to identify `stack roots`_ so that 303 In garbage collection, metadata emitted by the code generator which
|
| /netbsd-src/external/bsd/kyua-cli/dist/utils/text/ |
| H A D | operations.ipp | 39 /// Concatenates a collection of strings into a single string. 41 /// \param strings The collection of strings to concatenate. If the collection
|
| /netbsd-src/sys/dev/hid/ |
| H A D | hid.c | 257 c->collection = uval; in hid_get_item() 266 case 12: /* End collection */ in hid_get_item() 490 * It is used to discover if the given 'id' is part of 'usage' collection 522 (hi.collection == HCOLL_APPLICATION || in hid_is_collection() 523 hi.collection == HCOLL_PHYSICAL || in hid_is_collection() 524 hi.collection == HCOLL_LOGICAL)) in hid_is_collection()
|
| /netbsd-src/external/gpl2/xcvs/dist/ |
| H A D | cvs.spec.in | 22 providing version control for a collection of files in a single 23 directory, CVS provides version control for a hierarchical collection 47 providing version control for a collection of files in a single 48 directory, CVS provides version control for a hierarchical collection
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Examples/ |
| H A D | js_objgc_example.txt | 3 This script reports on the garbage collection of Java objects. That is it 6 when garbage collection is not working correctly, as this can cause the 223 Just after time 23:00:10, garbage collection fired cleaning up many objects.
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Examples/ |
| H A D | js_objgc_example.txt | 3 This script reports on the garbage collection of Java objects. That is it 6 when garbage collection is not working correctly, as this can cause the 223 Just after time 23:00:10, garbage collection fired cleaning up many objects.
|
| /netbsd-src/external/mpl/dhcp/dist/tests/ |
| H A D | t_api_dhcp.c | 34 check_collection(struct packet *p, struct lease *l, struct collection *c) { in check_collection()
|
| /netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/ |
| H A D | ExprEngineObjC.cpp | 112 const Stmt *collection = S->getCollection(); in VisitObjCForCollectionStmt() local 114 SVal collectionV = state->getSVal(collection, Pred->getLocationContext()); in VisitObjCForCollectionStmt()
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | vxl | 8 # VXL is a collection of C++ libraries for Computer Vision.
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/doc/ |
| H A D | objc.texi | 589 Support for garbage collection with the GNU runtime has been added by 886 @code{array} needs to be an Objective-C object (usually a collection 890 collection objects in the library implement this protocol and can be 951 for (@var{object expression} in @var{collection expression}) 961 @code{@var{collection expression}} is evaluated exactly once and the 962 result is used as the collection object to iterate over. This means 968 batches of objects from the collection object using the fast 974 if there are no objects in the collection, then 979 if there are objects in the collection, then for each object in the 980 collection (in the order they are returned) @code{@var{object expression}} [all …]
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/doc/ |
| H A D | objc.texi | 589 Support for garbage collection with the GNU runtime has been added by 886 @code{array} needs to be an Objective-C object (usually a collection 890 collection objects in the library implement this protocol and can be 951 for (@var{object expression} in @var{collection expression}) 961 @code{@var{collection expression}} is evaluated exactly once and the 962 result is used as the collection object to iterate over. This means 968 batches of objects from the collection object using the fast 974 if there are no objects in the collection, then 979 if there are objects in the collection, then for each object in the 980 collection (in the order they are returned) @code{@var{object expression}} [all …]
|
| /netbsd-src/external/bsd/kyua-testers/dist/ |
| H A D | NEWS | 9 code of kyua-cli 0.5 and ship it as a collection of independent tester
|
| /netbsd-src/external/cddl/dtracetoolkit/dist/Docs/Notes/ |
| H A D | Readme | 8 ALL*_notes.txt - notes that cover a collection of tools
|