Home
last modified time | relevance | path

Searched defs:threads (Results 1 – 25 of 256) sorted by relevance

1234567891011

/external/tensorflow/tensorflow/core/util/
Dwork_sharder_test.cc32 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/
DAllThreadsTest.java73 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/
DThreadTest.java28 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/
DThreadTest.java25 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/data/
Dunbounded_thread_pool_test.cc46 std::vector<std::unique_ptr<Thread>> threads; in TEST() local
64 std::vector<std::unique_ptr<Thread>> threads; in TEST() local
85 std::vector<std::unique_ptr<Thread>> threads; in TEST() local
108 std::vector<std::unique_ptr<Thread>> threads; in TEST() local
/external/tensorflow/tensorflow/contrib/boosted_trees/lib/models/
Dmultiple_additive_trees_test.cc62 tensorflow::thread::ThreadPool threads(tensorflow::Env::Default(), "test", in TEST_F() local
97 tensorflow::thread::ThreadPool threads(tensorflow::Env::Default(), "test", in TEST_F() local
189 tensorflow::thread::ThreadPool threads(tensorflow::Env::Default(), "test", in TEST_F() local
275 tensorflow::thread::ThreadPool threads(tensorflow::Env::Default(), "test", in TEST_F() local
/external/tensorflow/tensorflow/core/kernels/
Dvariable_ops_test.cc31 void ManyManyVariablesHelper(int threads, int variables, int iters) { in ManyManyVariablesHelper()
61 void BM_ManyManyVariablesManyThreads(int iters, int threads) { in BM_ManyManyVariablesManyThreads()
/external/webrtc/webrtc/test/channel_transport/
Dudp_socket_manager_unittest.cc28 uint8_t threads = 1; in TEST() local
40 uint8_t threads = 1; in TEST() local
/external/webrtc/webrtc/base/
Dcriticalsection_unittest.cc199 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/
Ddwfl-proc-attach.c66 int *threads = (int *) thread_arg; in thread_callback() local
96 int threads = 0; in main() local
/external/skia/src/core/
DSkExecutor.cpp66 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/skqp/src/core/
DSkExecutor.cpp66 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/mockito/src/test/java/org/mockitousage/bugs/
DShouldNotDeadlockAnswerExecutionTest.java25 ExecutorService threads = Executors.newCachedThreadPool(); in failIfMockIsSharedBetweenThreads() local
51 ExecutorService threads = Executors.newCachedThreadPool(); in successIfEveryThreadHasItsOwnMock() local
/external/eigen/demos/mandelbrot/
Dmandelbrot.h45 MandelbrotThread **threads; variable
66 for(int th = 0; th < threadcount; th++) delete threads[th]; in ~MandelbrotWidget() local
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/collator/
DCollationThreadTest.java229 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/icu/icu4j/main/tests/collate/src/com/ibm/icu/dev/test/collator/
DCollationThreadTest.java226 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/compiler-rt/lib/tsan/tests/unit/
Dtsan_mutex_test.cc99 pthread_t threads[kThreads]; in TEST() local
109 pthread_t threads[kThreads]; in TEST() local
119 pthread_t threads[kThreads]; in TEST() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_mutex_test.cc107 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/
Dconcurrent_connectivity_test.cc178 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
/external/eigen/bench/tensors/
Dcontraction_benchmarks_cpu.cc7 #define CREATE_THREAD_POOL(threads) \ argument
/external/oj-libjdwp/src/share/classes/com/sun/jdi/
DThreadGroupReference.java90 List<ThreadReference> threads(); in threads() method
/external/mockito/src/test/java/org/mockitoutil/
DConcurrentTesting.java29 List<Thread> threads = new LinkedList<Thread>(); in concurrently() local
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DFileClientSessionCacheTest.java39 Thread[] threads = new Thread[10]; in testMaxSize() local
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DFileClientSessionCacheTest.java35 Thread[] threads = new Thread[10]; in testMaxSize() local
/external/grpc-grpc/test/core/gpr/
Dtls_test.cc51 grpc_core::Thread threads[NUM_THREADS]; in main() local

1234567891011