Home
last modified time | relevance | path

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

123456789

/external/libphonenumber/demo/war/stylesheets/
Dmain.css4 table, th, td { selector
10 td, th { selector
20 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/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/tensorflow/tensorflow/c/eager/
Dc_api_test_util.cc39 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/
Dcommon.css7 td, th { selector
11 th { selector
/external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/tool/
Derrors.css10 th, td { selector
14 th { selector
/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/rust/crates/tokio/src/runtime/tests/
Dloom_queue.rs14 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
Dqueue.rs86 let th = thread::spawn(move || { in stress1() localVariable
143 let th = thread::spawn(move || { in stress2() localVariable
/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/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
/external/testng/doc/
Dtestng.css1 body, td, th { selector
6 table,th,tr,td { selector
10 th { selector
/external/eigen/demos/mandelbrot/
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
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
/external/libevent/test/
Dregress_thread.h40 #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/
Dstress.c92 static void *th(void *arg) in th() function
166 pthread_t th[NTHREADS]; in main() local
/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/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/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/tensorflow/tensorflow/core/runtime_fallback/util/gpu/
Dgpu_utils.cc34 tensorflow::TensorHandle* th) { in GetTfrtGpuPlatformHelper()
52 tfrt::gpu::wrapper::Platform GetTfrtGpuPlatform(tensorflow::TensorHandle* th) { in GetTfrtGpuPlatform()
/external/rust/crates/tokio/src/sync/tests/
Dloom_notify.rs13 let th = thread::spawn(move || { in notify_one() localVariable
32 let th = thread::spawn(move || { in notify_waiters() localVariable
/external/python/cpython2/Demo/turtle/
Dtdemo_penrose.py90 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/
Dpenrose.py90 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/
Dtodo.cs14 table th { property

123456789