/external/grpc-grpc/test/core/gprpp/ |
D | thd_test.cc | 61 for (auto& th : thds) { in TEST() local 70 for (auto& th : thds) { in TEST() local 83 for (auto& th : thds) { in TEST() local 89 for (auto& th : thds) { in TEST() local 98 for (auto& th : thds) { in TEST() local 107 for (auto& th : thds) { in TEST() local
|
/external/libphonenumber/demo/src/main/webapp/stylesheets/ |
D | main.css | 4 table, th, td { selector 10 td, th { selector 20 th { selector
|
/external/tensorflow/tensorflow/c/eager/ |
D | c_api_test_util.cc | 39 TFE_TensorHandle* th = TFE_NewTensorHandleFromTensor(ctx, t, status); in TestScalarTensorHandle() local 52 TFE_TensorHandle* th = TFE_NewTensorHandleFromTensor(ctx, t, status); in TestScalarTensorHandle() local 64 TFE_TensorHandle* th = TFE_NewTensorHandleFromTensor(ctx, t, status); in TestScalarTensorHandle() local 76 TFE_TensorHandle* th = TFE_NewTensorHandleFromTensor(ctx, t, status); in TestScalarTensorHandle() local 90 TFE_TensorHandle* th = TFE_NewTensorHandleFromTensor(ctx, t, status); in DoubleTestMatrixTensorHandle() local 104 TFE_TensorHandle* th = TFE_NewTensorHandleFromTensor(ctx, t, status); in TestMatrixTensorHandle() local 118 TFE_TensorHandle* th = TFE_NewTensorHandleFromTensor(ctx, t, status); in TestMatrixTensorHandleWithInput() local 131 TFE_TensorHandle* th = TFE_NewTensorHandleFromTensor(ctx, t, status); in TestTensorHandleWithDimsFloat() local 144 TFE_TensorHandle* th = TFE_NewTensorHandleFromTensor(ctx, t, status); in TestTensorHandleWithDimsInt() local 163 TFE_TensorHandle* th = TFE_NewTensorHandleFromTensor(ctx, t, status); in TestMatrixTensorHandle100x100() local [all …]
|
/external/grpc-grpc/test/core/surface/ |
D | concurrent_connectivity_test.cc | 197 for (auto& th : threads) { in TEST() local 202 for (auto& th : threads) { in TEST() local 224 for (auto& th : threads) { in TEST() local 229 for (auto& th : threads) { in TEST() local 251 for (auto& th : threads) { in TEST() local 256 for (auto& th : threads) { in TEST() local 304 for (auto& th : threads) { in TEST() local 309 for (auto& th : threads) { in TEST() local
|
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/ |
D | common.css | 7 td, th { selector 11 th { selector
|
/external/rust/android-crates-io/crates/tokio/src/sync/tests/ |
D | loom_notify.rs | 18 let th = thread::spawn(move || { in notify_one() localVariable 37 let th = thread::spawn(move || { in notify_waiters() localVariable 164 let th = thread::spawn(move || { in notify_waiters_poll_consistency() localVariable 207 let th = thread::spawn(move || { in notify_waiters_poll_consistency_many() localVariable 241 let th = thread::spawn(move || { in notify_waiters_is_atomic() localVariable
|
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/tool/ |
D | errors.css | 10 th, td { selector 14 th { selector
|
/external/cronet/stable/third_party/llvm-libc/src/test/integration/src/__support/threads/ |
D | thread_detach_test.cpp | 24 LIBC_NAMESPACE::Thread th; in detach_simple_test() local 38 LIBC_NAMESPACE::Thread th; in detach_cleanup_test() local
|
/external/cronet/tot/third_party/llvm-libc/src/test/integration/src/__support/threads/ |
D | thread_detach_test.cpp | 24 LIBC_NAMESPACE::Thread th; in detach_simple_test() local 38 LIBC_NAMESPACE::Thread th; in detach_cleanup_test() local
|
/external/llvm-libc/test/integration/src/__support/threads/ |
D | thread_detach_test.cpp | 24 LIBC_NAMESPACE::Thread th; in detach_simple_test() local 38 LIBC_NAMESPACE::Thread th; in detach_cleanup_test() local
|
/external/openthread/third_party/tcplp/bsdtcp/ |
D | tcp_input.c | 116 cc_ack_received(struct tcpcb *tp, struct tcphdr *th, uint16_t type) in cc_ack_received() 222 cc_cong_signal(struct tcpcb *tp, struct tcphdr *th, uint32_t type) in cc_cong_signal() 292 cc_post_recovery(struct tcpcb *tp, struct tcphdr *th) in cc_post_recovery() 324 cc_ecnpkt_handler(struct tcpcb *tp, struct tcphdr *th, uint8_t iptos) in cc_ecnpkt_handler() 401 tcp_dropwithreset(struct ip6_hdr* ip6, struct tcphdr *th, struct tcpcb *tp, otInstance* instance, in tcp_dropwithreset() 438 tcplp_input(struct ip6_hdr* ip6, struct tcphdr* th, otMessage* msg, struct tcpcb* tp, struct tcpcb_… in tcplp_input() 1023 tcp_do_segment(struct ip6_hdr* ip6, struct tcphdr *th, otMessage* msg, in tcp_do_segment() 3244 tcp_newreno_partial_ack(struct tcpcb *tp, struct tcphdr *th) in tcp_newreno_partial_ack()
|
/external/sdv/vsomeip/third_party/boost/thread/include/boost/thread/executors/ |
D | thread_executor.hpp | 121 thread th(closure); in submit() local 130 thread th(closure); in submit() local 140 thread th(boost::forward<Closure>(closure)); in submit() local
|
/external/rust/android-crates-io/crates/tokio/src/runtime/tests/loom_multi_thread/ |
D | queue.rs | 18 let th = thread::spawn(move || { in basic() localVariable 72 let th = thread::spawn(move || { in steal_overflow() localVariable 187 let th = thread::spawn(move || { in chained_steal() localVariable
|
/external/rust/android-crates-io/crates/tokio/src/runtime/tests/loom_multi_thread_alt/ |
D | queue.rs | 18 let th = thread::spawn(move || { in basic() localVariable 72 let th = thread::spawn(move || { in steal_overflow() localVariable 187 let th = thread::spawn(move || { in chained_steal() localVariable
|
/external/compiler-rt/test/tsan/ |
D | pthread_key.cc | 28 pthread_t th; in main() local 32 pthread_t th[2]; in main() local
|
D | mmap_stress.cc | 23 pthread_t th[4]; in Worker1() local 37 pthread_t th[4]; in Worker() local
|
/external/giflib/doc/gifstandard/ |
D | main.css | 13 th, td { selector 18 th { selector
|
/external/testng/doc/ |
D | testng.css | 1 body, td, th { selector 6 table,th,tr,td { selector 10 th { selector
|
/external/sdv/vsomeip/third_party/boost/thread/example/ |
D | thread_group.cpp | 49 boost::thread* th = new boost::thread(&increment_count); in main() local 56 boost::thread* th = new boost::thread(&increment_count); in main() local
|
/external/libevent/test/ |
D | regress_thread.h | 40 #define THREAD_JOIN(th) WaitForSingleObject(th, INFINITE) argument 51 #define THREAD_JOIN(th) pthread_join(th, NULL) argument
|
/external/eigen/demos/mandelbrot/ |
D | mandelbrot.cpp | 134 for(int th = 0; th < threadcount; th++) in paintEvent() local 136 for(int th = 0; th < threadcount; th++) in paintEvent() local 182 for(int th = 0; th < threadcount; th++) in mousePressEvent() local 199 for(int th = 0; th < threadcount; th++) in mouseMoveEvent() local
|
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/ |
D | stress.c | 92 static void *th(void *arg) in th() function 166 pthread_t th[NTHREADS]; in main() local
|
/external/linux-kselftest/tools/testing/selftests/bpf/progs/ |
D | test_misc_tcp_hdr_options.c | 35 struct tcphdr th; in __check_active_hdr_in() member 131 struct tcphdr *th; in check_active_hdr_in() local 171 struct tcphdr *th; in write_active_opt() local
|
/external/compiler-rt/lib/tsan/tests/rtl/ |
D | tsan_posix.cc | 59 pthread_t th[3]; in TEST() local 82 pthread_t th[kThreads]; in local_thread() local 133 pthread_t th; in TEST() local
|
/external/cronet/stable/third_party/llvm-libc/src/test/integration/src/pthread/ |
D | pthread_tss_test.cpp | 61 pthread_t th; in standard_usage_test() local 73 pthread_t th; in null_value_test() local
|