/external/libphonenumber/demo/war/stylesheets/ |
D | main.css | 4 table, th, td { selector 10 td, th { selector 20 th { selector
|
/external/grpc-grpc/test/core/surface/ |
D | concurrent_connectivity_test.cc | 179 for (auto& th : threads) { in run_concurrent_connectivity_test() local 183 for (auto& th : threads) { in run_concurrent_connectivity_test() local 203 for (auto& th : threads) { in run_concurrent_connectivity_test() local 207 for (auto& th : threads) { in run_concurrent_connectivity_test() local 229 for (auto& th : threads) { in run_concurrent_connectivity_test() local 233 for (auto& th : threads) { in run_concurrent_connectivity_test() local 288 for (auto& th : threads) { in run_concurrent_watches_with_short_timeouts_test() local 293 for (auto& th : threads) { in run_concurrent_watches_with_short_timeouts_test() local
|
/external/grpc-grpc/test/core/gprpp/ |
D | thd_test.cc | 61 for (auto& th : thds) { in test1() local 70 for (auto& th : thds) { in test1() local 81 for (auto& th : thds) { in test2() local 87 for (auto& th : thds) { in test2() local
|
/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/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/ |
D | common.css | 7 td, th { selector 11 th { selector
|
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/tool/ |
D | errors.css | 10 th, td { selector 14 th { selector
|
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/ |
D | ImagePanel.java | 102 float th = (float)getWidth() / imgRatio; in paintComponent() local 106 float th = (float)getHeight(); in paintComponent() local 116 int th = (int) (getWidth() / imgRatio); in paintComponent() local 122 int th = getHeight(); in paintComponent() local
|
/external/rust/crates/tokio/src/runtime/tests/ |
D | loom_queue.rs | 14 let th = thread::spawn(move || { in basic() localVariable 69 let th = thread::spawn(move || { in steal_overflow() localVariable 187 let th = thread::spawn(move || { in chained_steal() localVariable
|
D | queue.rs | 86 let th = thread::spawn(move || { in stress1() localVariable 143 let th = thread::spawn(move || { in stress2() localVariable
|
/external/grpc-grpc/test/core/gpr/ |
D | tls_test.cc | 57 for (auto& th : threads) { in main() local 61 for (auto& th : threads) { in main() local
|
/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/testng/doc/ |
D | testng.css | 1 body, td, th { selector 6 table,th,tr,td { selector 10 th { selector
|
/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
|
D | mandelbrot.h | 61 for(int th = 0; th < threadcount; th++) threads[th] = new MandelbrotThread(this, th); in MandelbrotWidget() local 66 for(int th = 0; th < threadcount; th++) delete threads[th]; in ~MandelbrotWidget() 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/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/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/clang/tools/scan-build/share/scan-build/ |
D | scanview.css | 7 th, table thead { selector 15 th, td { padding:5px; padding-left:8px; text-align:left } selector
|
/external/clang/tools/scan-build-py/libscanbuild/resources/ |
D | scanview.css | 7 th, table thead { selector 15 th, td { padding:5px; padding-left:8px; text-align:left } selector
|
/external/tensorflow/tensorflow/core/runtime_fallback/util/gpu/ |
D | gpu_utils.cc | 34 tensorflow::TensorHandle* th) { in GetTfrtGpuPlatformHelper() 52 tfrt::gpu::wrapper::Platform GetTfrtGpuPlatform(tensorflow::TensorHandle* th) { in GetTfrtGpuPlatform()
|
/external/rust/crates/tokio/src/sync/tests/ |
D | loom_notify.rs | 13 let th = thread::spawn(move || { in notify_one() localVariable 32 let th = thread::spawn(move || { in notify_waiters() localVariable
|
/external/python/cpython2/Demo/turtle/ |
D | tdemo_penrose.py | 90 def draw(l, n, th=2): argument 135 def test(l=200, n=4, fun=sun, startpos=(0,0), th=2): argument
|
/external/python/cpython3/Lib/turtledemo/ |
D | penrose.py | 90 def draw(l, n, th=2): argument 135 def test(l=200, n=4, fun=sun, startpos=(0,0), th=2): argument
|
/external/doclava/res/assets/templates/ |
D | todo.cs | 14 table th { property
|