| /src/external/gpl3/gcc.old/dist/libphobos/testsuite/libphobos.exceptions/ |
| refcounted.d | 4 static int instances; 8 instances++; 13 instances--; 29 assert(E.instances == 1); 33 assert(E.instances == 0); 45 assert(E.instances == 0); 57 assert(E.instances == 0); 92 assert(E.instances == 3); 95 assert(E.instances == 0);
|
| /src/external/bsd/kyua-cli/dist/utils/ |
| optional_test.cpp | 49 /// Balance of alive instances of this class in dynamic memory. 50 static size_t instances; member in class:__anon6999::test_alloc 69 instances++; 80 instances--; 87 size_t test_alloc::instances = 0; member in class:__anon6999::test_alloc 183 ATF_REQUIRE_EQ(0, test_alloc::instances); 186 ATF_REQUIRE_EQ(1, test_alloc::instances); 191 ATF_REQUIRE_EQ(2, test_alloc::instances); 195 ATF_REQUIRE_EQ(2, test_alloc::instances); 199 ATF_REQUIRE_EQ(1, test_alloc::instances); [all...] |
| /src/external/gpl3/gdb/dist/sim/common/ |
| hw-instances.c | 34 struct hw_instance *instances; member in struct:hw_instance_data 72 struct hw_instance **instance = &me->instances; 77 instance = &me->instances; 100 struct hw_instance **curr = &me->instances; 111 struct hw_instance *curr = me->instances; 226 instance->sibling_of_instance = me->instances_of_hw->instances; 227 me->instances_of_hw->instances = instance; 262 instance->sibling_of_instance = me->instances_of_hw->instances; 263 me->instances_of_hw->instances = instance; 276 previous = &instance->owner->instances; [all...] |
| /src/external/gpl3/gdb.old/dist/sim/common/ |
| hw-instances.c | 34 struct hw_instance *instances; member in struct:hw_instance_data 72 struct hw_instance **instance = &me->instances; 77 instance = &me->instances; 100 struct hw_instance **curr = &me->instances; 111 struct hw_instance *curr = me->instances; 226 instance->sibling_of_instance = me->instances_of_hw->instances; 227 me->instances_of_hw->instances = instance; 262 instance->sibling_of_instance = me->instances_of_hw->instances; 263 me->instances_of_hw->instances = instance; 276 previous = &instance->owner->instances; [all...] |
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/test/ |
| srp-test-runner.c | 54 } else if (!strcmp(test_to_run, "srpl-two-instances-dup")) { 56 } else if (!strcmp(test_to_run, "srpl-two-instances-dup-first")) { 58 } else if (!strcmp(test_to_run, "srpl-two-instances-dup-last")) { 60 } else if (!strcmp(test_to_run, "srpl-two-instances-dup-add-first")) { 62 } else if (!strcmp(test_to_run, "srpl-two-instances-dup-add-last")) { 64 } else if (!strcmp(test_to_run, "srpl-two-instances-dup-2keys")) { 66 } else if (!strcmp(test_to_run, "srpl-two-instances")) { 68 } else if (!strcmp(test_to_run, "srpl-two-instances-one-remove")) { 70 } else if (!strcmp(test_to_run, "srpl-zero-instances-two-servers")) { 121 if (host->instances != NULL) [all...] |
| test-packet.c | 72 instance->domain->instances = instance; 74 RETAIN_HERE(instance->domain->instances, srpl_instance);
|
| test-srpl.c | 126 instance->domain->instances = instance; 128 RETAIN_HERE(instance->domain->instances, srpl_instance);
|
| /src/sys/net/npf/ |
| npf_worker.c | 51 LIST_HEAD(, npf) instances; 86 LIST_INIT(&winfo->instances); 175 LIST_INSERT_HEAD(&winfo->instances, npf, worker_entry); 261 * npf_worker: the main worker loop, processing enlisted NPF instances. 278 * Iterate all instances. We do not use LIST_FOREACH here, 281 npf = LIST_FIRST(&winfo->instances); 299 KASSERTMSG(LIST_EMPTY(&winfo->instances), 300 "NPF instances must be discharged before the npfk_sysfini() call");
|
| /src/external/gpl3/gcc/dist/libobjc/objc-private/ |
| module-abi-8.h | 27 /* For every class which happens to have statically allocated instances in 29 INSTANCES is NULL terminated and points to all statically allocated 30 instances of this class. */ 35 id instances[1]; member in struct:objc_static_instances 37 id instances[0]; member in struct:objc_static_instances
|
| /src/external/gpl3/gcc.old/dist/libobjc/objc-private/ |
| module-abi-8.h | 27 /* For every class which happens to have statically allocated instances in 29 INSTANCES is NULL terminated and points to all statically allocated 30 instances of this class. */ 35 id instances[1]; member in struct:objc_static_instances 37 id instances[0]; member in struct:objc_static_instances
|
| /src/external/apache2/mDNSResponder/dist/ServiceRegistration/ |
| srp-mdns-proxy.c | 349 if (hp->instances != NULL) { 350 for (int i = 0; i < hp->instances->num; i++) { 351 adv_instance_t *instance = hp->instances->vec[i]; 394 INFO(PUB_S_SRP "%d hosts (%d matter, %d hap), %d instances, %d a records, %d aaaa records at %.6lf", 755 instance_vec_txns_forget(adv_instance_vec_t *instances, intptr_t affected_service_pointer, 758 if (instances == NULL) { 761 for (int i = 0; i < instances->num; i++) { 762 adv_instance_t *instance = instances->vec[i]; 782 instance_vec_txns_forget(host->instances, affected_service_pointer, "host", host, host->name); 791 "host update update instances", host->update, host->name) 1390 adv_instance_vec_t *instances = NULL; local 3613 service_instance_t *instances = client_update->instances; local [all...] |
| advertising_proxy_services.c | 61 if (host->instances != NULL) { 63 free(host->instances[i].instance_name); 64 free(host->instances[i].service_type); 65 free(host->instances[i].txt_data); 220 host->instances = calloc(host->num_instances, sizeof(advertising_proxy_instance_t)); 221 if (host->instances == NULL) { 222 ERROR("adv_ctl_list_callback: no memory for instances for host %s", host->hostname); 227 if (!cti_connection_string_parse(connection, &host->instances[i].instance_name) || 228 !cti_connection_string_parse(connection, &host->instances[i].service_type) || 229 !cti_connection_u16_parse(connection, &host->instances[i].port) | [all...] |
| srp-gw.h | 91 delete_failed_instance, // The update failed, so delete service instances that were successfully added. 107 service_instance_t *NONNULL instances; member in struct:update 108 service_instance_t *NULLABLE instance; // If we are updating instances one at a time. 109 service_instance_t *NULLABLE added_instances; // Instances we have successfully added. 117 uint8_t fail_rcode; // rcode to return after deleting added service instances.
|
| srp-dns-proxy.c | 121 update_free_parts(update->instances, update->added_instances, update->services, update->host); 271 // If 1 fails, then we could have some service instances present and others not. There is no way to 292 // instances. 302 // instances that have been added. If not: 309 // - For each service instance in the list of instances that have been added: 313 // instances in the current update. Subsequently, some other device may have claimed an instance that is 314 // present but in conflict in the current update. In this case, all of the instances prior to that one 355 for (instance = update->instances; instance; instance = instance->next) { 360 for (instance = update->instances; instance; instance = instance->next) { 367 for (instance = update->instances; instance; instance = instance->next) [all...] |
| srp-mdns-proxy.h | 166 uint16_t rrtype; // For hosts, always A or AAAA, for instances always TXT, PTR or SRV. 186 adv_instance_vec_t *NULLABLE instances; // Zero or more service instances. member in struct:adv_host 230 // The set of instances from the update that already exist but have changed. 231 // This array mirrors the array of instances configured on the host; entries to be updated 235 // The set of instances that exist and need to be removed. 238 // The set of instances that exist and were renewed 241 // The set of instances that need to be added. 288 service_instance_t *NULLABLE instances; // Service instances parsed from messag member in struct:client_update [all...] |
| adv-ctl-server.c | 542 if (host->instances != NULL) { 543 for (i = 0; i < host->instances->num; i++) { 544 if (host->instances->vec[i] != NULL) { 550 if (host->instances != NULL) { 557 for (i = 0; i < host->instances->num; i++) { 558 adv_instance_t *instance = host->instances->vec[i];
|
| /src/external/mpl/bind/dist/bin/tests/system/ |
| conftest.py | 279 """Wait for all zones to be loaded by specified named instances.""" 280 instances = _get_marker(request.node, "requires_zones_loaded") 281 if not instances: 284 for instance in instances.args: 642 instances = {} 648 instances[dir_name] = instance 651 return instances
|
| /src/external/mit/isl/dist/ |
| isl_test_cpp.cc | 324 * with statement instances should be allowed, 325 * while intersecting the range with statement instances 333 isl::typed::set<ST> instances(ctx, "{ S[i, j] : 0 <= i, j < 10 }"); 336 access.intersect_domain(instances); 338 access.intersect_range(instances);
|
| /src/external/ibm-public/postfix/dist/conf/ |
| post-install | 90 # MULTIPLE POSTFIX INSTANCES 93 # Multiple Postfix instances on the same machine can share command and 186 # among multiple Postfix instances, such as postfix-files, 299 instances=`test ! -f $def_config_directory/main.cf || 304 for name in $instances
|
| postfix-script | 100 instances=`test ! -f $def_config_directory/main.cf || 108 for name in $instances 162 case $instances in
|
| /src/external/apache2/llvm/dist/llvm/tools/msbuild/ |
| install.bat | 16 REM instances, but in reality we can probably sidestep all of this by just wrapping this
|
| /src/external/gpl3/gcc/dist/gcc/ |
| alloc-pool.h | 44 size_t instances, size_t element_size, 46 : mem_usage (allocated, times, peak, instances),
|
| /src/external/gpl3/gcc.old/dist/gcc/ |
| alloc-pool.h | 44 size_t instances, size_t element_size, 46 : mem_usage (allocated, times, peak, instances),
|
| /src/external/gpl3/gcc/usr.bin/backend/ |
| Makefile | 64 pass-instances.def 202 pass-instances.def: passes.def gen-pass-instances.awk 204 ${TOOL_AWK} -f ${GNUHOSTDIST}/gcc/gen-pass-instances.awk \ 205 ${GNUHOSTDIST}/gcc/passes.def > pass-instances.def 206 CLEANFILES+= pass-instances.def 522 pass_manager.h passes.cc: pass-instances.def
|
| /src/external/gpl3/gcc.old/usr.bin/backend/ |
| Makefile | 64 pass-instances.def 208 pass-instances.def: passes.def gen-pass-instances.awk 210 ${TOOL_AWK} -f ${GNUHOSTDIST}/gcc/gen-pass-instances.awk \ 211 ${GNUHOSTDIST}/gcc/passes.def > pass-instances.def 212 CLEANFILES+= pass-instances.def 469 pass_manager.h passes.cc: pass-instances.def
|