Home
last modified time | relevance | path

Searched defs:th (Results 1 – 25 of 175) sorted by relevance

1234567

/external/libphonenumber/demo/war/stylesheets/
Dmain.css4 table, th, td { selector
10 td, th { selector
20 th { selector
/external/tensorflow/tensorflow/c/eager/
Dc_api_test_util.cc29 TFE_TensorHandle* th = TFE_NewTensorHandle(t, status); in TestScalarTensorHandle() local
41 TFE_TensorHandle* th = TFE_NewTensorHandle(t, status); in TestScalarTensorHandle() local
53 TFE_TensorHandle* th = TFE_NewTensorHandle(t, status); in TestScalarTensorHandle() local
67 TFE_TensorHandle* th = TFE_NewTensorHandle(t, status); in DoubleTestMatrixTensorHandle() local
81 TFE_TensorHandle* th = TFE_NewTensorHandle(t, status); in TestMatrixTensorHandle() local
95 TFE_TensorHandle* th = TFE_NewTensorHandle(t, status); in DoubleTestMatrixTensorHandle3X2() local
109 TFE_TensorHandle* th = TFE_NewTensorHandle(t, status); in TestMatrixTensorHandle3X2() local
151 TFE_TensorHandle* th = TFE_NewTensorHandle(t, status); in TestAxisTensorHandle() local
/external/grpc-grpc/test/core/gprpp/
Dthd_test.cc61 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/cldr/tools/java/org/unicode/cldr/tool/
Derrors.css10 th, td { selector
14 th { selector
/external/cldr/tools/java/org/unicode/cldr/
Dcommon.css7 td, th { selector
11 th { selector
/external/grpc-grpc/test/core/surface/
Dconcurrent_connectivity_test.cc179 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/gpr/
Dtls_test.cc57 for (auto& th : threads) { in main() local
61 for (auto& th : threads) { in main() local
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_event_mgr_test.cc102 TEST_EventMgrHelper th(&em); in TEST() local
119 TEST_EventMgrHelper th(&em); in TEST() local
152 TEST_EventMgrHelper th(&em); in TEST() local
169 TEST_EventMgrHelper th(&em); in TEST() local
188 TEST_EventMgrHelper th(&em); in TEST() local
210 TEST_EventMgrHelper th(&em); in TEST() local
232 TEST_EventMgrHelper th(&em); in TEST() local
251 TEST_EventMgrHelper th(&em); in TEST() local
/external/compiler-rt/test/tsan/
Dpthread_key.cc28 pthread_t th; in main() local
32 pthread_t th[2]; in main() local
Dmmap_stress.cc23 pthread_t th[4]; in Worker1() local
37 pthread_t th[4]; in Worker() local
Dsetuid.c24 pthread_t th; in main() local
Dmalloc_stack.cc15 pthread_t th; in main() local
Dmutex_double_lock.cc15 pthread_t th; in main() local
/external/universal-tween-engine/java/applets/src/aurelienribon/utils/swing/
DImagePanel.java102 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/perfetto/src/profiling/memory/
Dclient_unittest.cc30 std::thread th([] { in TEST() local
48 std::thread th( in TEST() local
/external/testng/doc/
Dtestng.css1 body, td, th { selector
6 table,th,tr,td { selector
10 th { selector
/external/libevent/test/
Dregress_thread.h36 #define THREAD_JOIN(th) pthread_join(th, NULL) argument
45 #define THREAD_JOIN(th) WaitForSingleObject(th, INFINITE) argument
/external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cancel/
Dstress.c92 void *th(void *arg) in th() function
166 pthread_t th[NTHREADS]; in main() local
/external/clang/tools/scan-build/share/scan-build/
Dscanview.css7 th, table thead { selector
15 th, td { padding:5px; padding-left:8px; text-align:left } selector
/external/eigen/demos/mandelbrot/
Dmandelbrot.h61 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
Dmandelbrot.cpp134 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/clang/tools/scan-build-py/libscanbuild/resources/
Dscanview.css7 th, table thead { selector
15 th, td { padding:5px; padding-left:8px; text-align:left } selector
/external/compiler-rt/lib/tsan/tests/rtl/
Dtsan_posix.cc59 pthread_t th[3]; in TEST() local
82 pthread_t th[kThreads]; in local_thread() local
133 pthread_t th; in TEST() local
/external/doclava/res/assets/templates/
Dtodo.cs14 table th { property
/external/toolchain-utils/automation/server/monitor/static/
Dstyle.css51 td, th { text-align: center; } selector
53 table.list td, th { padding: 3px 8px 2px 8px; border:1px solid black; } selector

1234567