/external/pthreadpool/bench/ |
D | throughput.cc | 11 const size_t threads = pthreadpool_get_threads_count(threadpool); in pthreadpool_parallelize_1d() local 34 const size_t threads = pthreadpool_get_threads_count(threadpool); in pthreadpool_parallelize_1d_tile_1d() local 57 const size_t threads = pthreadpool_get_threads_count(threadpool); in pthreadpool_parallelize_2d() local 80 const size_t threads = pthreadpool_get_threads_count(threadpool); in pthreadpool_parallelize_2d_tile_2d() local
|
D | latency.cc | 20 const uint32_t threads = static_cast<uint32_t>(state.range(0)); in pthreadpool_parallelize_1d() local 39 const uint32_t threads = static_cast<uint32_t>(state.range(0)); in pthreadpool_parallelize_1d_tile_1d() local 58 const uint32_t threads = static_cast<uint32_t>(state.range(0)); in pthreadpool_parallelize_2d() local 77 const uint32_t threads = static_cast<uint32_t>(state.range(0)); in pthreadpool_parallelize_2d_tile_2d() local
|
/external/tensorflow/tensorflow/core/util/ |
D | work_sharder_test.cc | 32 thread::ThreadPool* threads) { in RunSharding() 65 thread::ThreadPool threads(Env::Default(), "test", 16); in TEST() local 79 thread::ThreadPool threads(Env::Default(), "test", 3); in TEST() local 93 thread::ThreadPool threads(Env::Default(), "test", 16); in BM_Sharding() local
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/VirtualMachine/ |
D | AllThreadsTest.java | 73 int threads = reply.getNextValueAsInt(); in testAllThreads003() local 132 int threads = reply.getNextValueAsInt(); in testAllThreads002() local 203 int threads = reply.getNextValueAsInt(); in testAllThreads001() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/translit/ |
D | ThreadTest.java | 28 private ArrayList<Worker> threads = new ArrayList<Worker>(); field in ThreadTest 83 ArrayList<Thread> threads = new ArrayList<Thread>(); in TestAnyTranslit() local
|
/external/icu/icu4j/main/tests/translit/src/com/ibm/icu/dev/test/translit/ |
D | ThreadTest.java | 25 private ArrayList<Worker> threads = new ArrayList<Worker>(); field in ThreadTest 80 ArrayList<Thread> threads = new ArrayList<Thread>(); in TestAnyTranslit() local
|
/external/tensorflow/tensorflow/core/kernels/ |
D | variable_ops_test.cc | 31 void ManyManyVariablesHelper(int threads, int variables, int iters) { in ManyManyVariablesHelper() 61 void BM_ManyManyVariablesManyThreads(int iters, int threads) { in BM_ManyManyVariablesManyThreads()
|
/external/OpenCL-CTS/test_conformance/compiler/ |
D | test_preprocessor.cpp | 92 size_t threads[3] = {num_elements, 0, 0}; in test_preprocessor_define_udef() local 178 size_t threads[3] = {num_elements, 0, 0}; in test_preprocessor_include() local 275 size_t threads[3] = {num_elements, 0, 0}; in test_preprocessor_line_error() local 316 size_t threads[3] = {num_elements, 0, 0}; in test_preprocessor_pragma() local
|
/external/webrtc/webrtc/test/channel_transport/ |
D | udp_socket_manager_unittest.cc | 28 uint8_t threads = 1; in TEST() local 40 uint8_t threads = 1; in TEST() local
|
/external/webrtc/webrtc/base/ |
D | criticalsection_unittest.cc | 199 void StartThreads(ScopedPtrCollection<Thread>* threads, in StartThreads() 248 ScopedPtrCollection<Thread> threads; in TEST() local 261 ScopedPtrCollection<Thread> threads; in TEST() local 273 ScopedPtrCollection<Thread> threads; in TEST() local 285 ScopedPtrCollection<Thread> threads; in TEST() local 297 ScopedPtrCollection<Thread> threads; in TEST() local
|
/external/elfutils/tests/ |
D | dwfl-proc-attach.c | 66 int *threads = (int *) thread_arg; in thread_callback() local 96 int threads = 0; in main() local
|
/external/skia/src/core/ |
D | SkExecutor.cpp | 75 explicit SkThreadPool(int threads) { in SkThreadPool() 143 std::unique_ptr<SkExecutor> SkExecutor::MakeFIFOThreadPool(int threads) { in MakeFIFOThreadPool() 147 std::unique_ptr<SkExecutor> SkExecutor::MakeLIFOThreadPool(int threads) { in MakeLIFOThreadPool()
|
/external/skqp/src/core/ |
D | SkExecutor.cpp | 66 explicit SkThreadPool(int threads) { in SkThreadPool() 134 std::unique_ptr<SkExecutor> SkExecutor::MakeFIFOThreadPool(int threads) { in MakeFIFOThreadPool() 138 std::unique_ptr<SkExecutor> SkExecutor::MakeLIFOThreadPool(int threads) { in MakeLIFOThreadPool()
|
/external/tensorflow/tensorflow/core/common_runtime/gpu/ |
D | gpu_event_mgr_test.cc | 582 static void BM_no_ops(int iters, int threads) { in BM_no_ops() 777 static void BM_chain_1024_1_false(int iters, int threads) { in BM_chain_ops() 781 static void BM_chain_1024_1_true(int iters, int threads) { in BM_chain_ops() 785 static void BM_chain_1024_10_false(int iters, int threads) { in BM_chain_ops() 789 static void BM_chain_1024_10_true(int iters, int threads) { in BM_chain_ops() 793 static void BM_chain_1024_100_false(int iters, int threads) { in BM_chain_ops() 797 static void BM_chain_1024_100_true(int iters, int threads) { in BM_chain_ops() 801 static void BM_chain_1M_1_false(int iters, int threads) { in BM_chain_ops() 805 static void BM_chain_1M_1_true(int iters, int threads) { in BM_chain_ops() 809 static void BM_chain_1M_10_false(int iters, int threads) { in BM_chain_ops() [all …]
|
/external/mockito/src/test/java/org/mockitousage/bugs/ |
D | ShouldNotDeadlockAnswerExecutionTest.java | 25 ExecutorService threads = Executors.newCachedThreadPool(); in failIfMockIsSharedBetweenThreads() local 51 ExecutorService threads = Executors.newCachedThreadPool(); in successIfEveryThreadHasItsOwnMock() local
|
/external/eigen/demos/mandelbrot/ |
D | mandelbrot.h | 45 MandelbrotThread **threads; variable 66 for(int th = 0; th < threadcount; th++) delete threads[th]; in ~MandelbrotWidget() local
|
/external/OpenCL-CTS/test_conformance/api/ |
D | test_kernels.cpp | 180 size_t threads[1], localThreads[1]; in test_execute_kernel_local_sizes() local 311 size_t threads[1], localThreads[1]; in test_set_kernel_arg_by_index() local 381 size_t threads[1], localThreads[1]; in test_set_kernel_arg_constant() local 468 size_t threads[1], localThreads[1]; in test_set_kernel_arg_struct_array() local 574 size_t threads[1], localThreads[1]; in test_kernel_global_constant() local
|
/external/tensorflow/tensorflow/core/lib/core/ |
D | threadpool_test.cc | 66 void RunWithFixedBlockSize(int64 block_size, int64 total, ThreadPool* threads) { in RunWithFixedBlockSize() 107 ThreadPool threads(Env::Default(), "test", 16); in TEST() local 118 ThreadPool* threads) { in RunWithFixedBlockSizeTransformRangeConcurrently() 156 ThreadPool threads(Env::Default(), "test", 16); in TEST() local 167 ThreadPool threads(Env::Default(), "test", 16); in TEST() local 186 ThreadPool threads(Env::Default(), "test", 16); in TEST() local 205 ThreadPool* threads) { in RunFixedBlockSizeShardingWithWorkerId() 251 ThreadPool threads(Env::Default(), "test", num_threads); in TEST() local
|
/external/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/ |
D | CollationThreadTest.java | 226 private void runThreads(Thread[] threads, Control control) { in runThreads() 259 Thread[] threads = new Thread[10]; in testThreads() local 284 Thread[] threads = new Thread[10]; in testFrozen() local
|
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/ |
D | CollationThreadTest.java | 229 private void runThreads(Thread[] threads, Control control) { in runThreads() 262 Thread[] threads = new Thread[10]; in testThreads() local 287 Thread[] threads = new Thread[10]; in testFrozen() local
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | unbounded_thread_pool_test.cc | 32 std::vector<std::unique_ptr<Thread>> threads; in TEST() local 55 std::vector<std::unique_ptr<Thread>> threads; in TEST() local
|
/external/compiler-rt/lib/tsan/tests/unit/ |
D | tsan_mutex_test.cc | 99 pthread_t threads[kThreads]; in TEST() local 109 pthread_t threads[kThreads]; in TEST() local 119 pthread_t threads[kThreads]; in TEST() local
|
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/ |
D | UnconfinedConcurrentStressTest.kt | 13 private val threads = 4 in <lambda>() constant
|
/external/compiler-rt/lib/sanitizer_common/tests/ |
D | sanitizer_mutex_test.cc | 107 pthread_t threads[kThreads]; in TEST() local 118 pthread_t threads[kThreads]; in TEST() local 129 pthread_t threads[kThreads]; in TEST() local
|
/external/grpc-grpc/test/core/surface/ |
D | concurrent_connectivity_test.cc | 178 grpc_core::Thread threads[NUM_THREADS]; in run_concurrent_connectivity_test() local 202 grpc_core::Thread threads[NUM_THREADS]; in run_concurrent_connectivity_test() local 228 grpc_core::Thread threads[NUM_THREADS]; in run_concurrent_connectivity_test() local 284 grpc_core::Thread threads[NUM_THREADS]; in run_concurrent_watches_with_short_timeouts_test() local
|