Home
last modified time | relevance | path

Searched defs:created (Results 1 – 25 of 147) sorted by relevance

123456

/external/grpc-grpc-java/xds/src/test/java/io/grpc/xds/orca/
DOrcaOobUtilTest.java248 Subchannel created = createSubchannel(orcaHelper, i, attrs); in singlePolicyTypicalWorkflow() local
332 Subchannel created = createSubchannel(childHelper, i, attrs); in twoLevelPoliciesTypicalWorkflow() local
408 final Subchannel created = createSubchannel(orcaHelper, 0, Attributes.EMPTY); in orcReportingDisabledWhenServiceNotImplemented() local
444 final Subchannel created = createSubchannel(orcaHelper, 0, Attributes.EMPTY); in orcaReportingStreamClosedAndRetried() local
511 Subchannel created = createSubchannel(orcaHelper, 0, Attributes.EMPTY); in reportingNotStartedUntilConfigured() local
528 Subchannel created = createSubchannel(orcaHelper, 0, Attributes.EMPTY); in updateListenerThrows() local
551 Subchannel created = createSubchannel(orcaHelper, 0, Attributes.EMPTY); in removeListener() local
579 Subchannel created = createSubchannel(orcaHelper, 0, Attributes.EMPTY); in updateReportingIntervalBeforeCreatingSubchannel() local
593 Subchannel created = createSubchannel(orcaHelper, 0, Attributes.EMPTY); in updateReportingIntervalBeforeSubchannelReady() local
609 Subchannel created = createSubchannel(orcaHelper, 0, Attributes.EMPTY); in updateReportingIntervalWhenRpcActive() local
[all …]
/external/google-cloud-java/java-dns/src/test/java/com/google/cloud/dns/it/
DITDnsTest.java221 Zone created = DNS.create(ZONE1); in testCreateValidZone() local
241 Zone created = DNS.create(ZONE_EMPTY_DESCRIPTION); in testCreateValidZoneEmptyDescription() local
284 Zone created = DNS.create(ZONE1, Dns.ZoneOption.fields(ZoneField.CREATION_TIME)); in testCreateZoneWithOptions() local
386 Zone created = DNS.create(ZONE_DNSSEC); in testZoneCreatedWithDnsSecConfig() local
460 Zone created = DNS.getZone(ZONE1.getName(), Dns.ZoneOption.fields(ZoneField.CREATION_TIME)); in testGetZone() local
567 Zone created = DNS.create(ZONE1); in testListZones() local
730 Zone created = DNS.create(ZONE1); in testDeleteZone() local
744 ChangeRequest created = DNS.applyChangeRequest(ZONE1.getName(), CHANGE_ADD_ZONE1); in testCreateChange() local
1040 ChangeRequest created = zone.applyChangeRequest(CHANGE_ADD_ZONE1); in testGetChange() local
1289 Zone created = DNS.create(ZONE_EMPTY_DESCRIPTION); in testListZonesBatch() local
[all …]
/external/webrtc/api/test/metrics/
Dmetrics_accumulator.cc73 bool created; in AddSample() local
90 bool created; in AddMetricMetadata() local
112 bool* created) { in GetOrCreateMetric()
/external/dtc/tests/
Dsw_tree1.c28 static void realloc_fdt(void **fdt, size_t *size, bool created) in realloc_fdt()
100 bool created = false; in main() local
/external/webrtc/modules/desktop_capture/
Dscreen_drawer_unittest.cc39 std::atomic<bool> created(false); in TestScreenDrawerLock() local
44 Task(std::atomic<bool>* created, in TestScreenDrawerLock()
/external/pigweed/pw_containers/
Dtest_helpers.cc18 int Counter::created = 0; member in pw::containers::test::Counter
/external/sdv/vsomeip/third_party/boost/asio/example/cpp11/http/server/
Dreply.cpp21 const std::string created = variable
122 const char created[] = variable
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server/
Dreply.cpp22 const std::string created = variable
123 const char created[] = variable
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server4/
Dreply.cpp22 const std::string created = variable
123 const char created[] = variable
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server3/
Dreply.cpp22 const std::string created = variable
123 const char created[] = variable
/external/sdv/vsomeip/third_party/boost/asio/example/cpp03/http/server2/
Dreply.cpp22 const std::string created = variable
123 const char created[] = variable
/external/skia/tests/
DArenaAllocTest.cpp20 static int created = 0, in DEF_TEST() local
145 static int created = 0, in DEF_TEST() local
168 static int created = 0, in DEF_TEST() local
/external/ms-tpm-20-ref/Samples/Nucleo-TPM/Shared/Platform/src/
DNVMem.c63 time_t created; member
330 char created[50]; in _plat__NVEnable() local
471 char created[50]; in _plat__NvCommit() local
/external/cronet/third_party/libc++/src/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/
Dcopy.pass.cpp230 path created = dest / FI.filename; in from_is_directory() local
243 path created = dest / FI.filename; in from_is_directory() local
258 path created = dest / FI.filename; in from_is_directory() local
/external/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy/
Dcopy.pass.cpp223 path created = dest / FI.filename; in TEST_CASE() local
236 path created = dest / FI.filename; in TEST_CASE() local
251 path created = dest / FI.filename; in TEST_CASE() local
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/scheduling/
DCoroutineScheduler.kt347 val created = synchronized(workers) { createdWorkers } in <lambda>() constant
445 val created = createdWorkers(state) in <lambda>() constant
482 val created = createdWorkers(state) in <lambda>() constant
963 val created = createdWorkers in <lambda>() constant
/external/libchrome/base/files/
Dfile_proxy.h82 bool created() const { return file_.created(); } in created() function
/external/cronet/base/files/
Dfile_proxy.h81 bool created() const { return file_.created(); } in created() function
/external/tensorflow/tensorflow/python/training/experimental/
Dmixed_precision_global_state.py54 def set_non_mixed_precision_session_created(created): argument
/external/oss-fuzz/projects/unrar/
Dunrar_fuzzer.cc24 bool created = fs::create_directory(out_path, code); in LLVMFuzzerTestOneInput() local
/external/icu/android_icu4j/testing/src/com/android/i18n/test/timezone/internal/
DBasicLruCacheTest.java28 String created = cache.get("aa"); in testCreateOnCacheMiss() local
/external/openscreen/discovery/dnssd/impl/
Dquerier_impl.cc169 std::vector<absl::optional<DnsSdInstanceEndpoint>> created( in CalculateChangeSets() local
397 std::vector<DnsSdInstanceEndpoint> created; in OnRecordChanged() local
409 std::vector<DnsSdInstanceEndpoint> created, in InvokeChangeCallbacks()
/external/bazelbuild-rules_go/go/tools/builders/
Dprotoc.go36 created bool // Whether the file was created by protoc member
/external/grpc-grpc/src/cpp/thread_manager/
Dthread_manager.h123 bool created() const { return created_; } in created() function
/external/rust/crates/grpcio-sys/grpc/src/cpp/thread_manager/
Dthread_manager.h123 bool created() const { return created_; } in created() function

123456