/external/webrtc/webrtc/libjingle/xmllite/ |
xmlelement_unittest.cc | 247 std::vector<rtc::Thread*> threads; local 249 threads.push_back( 251 threads[i]->Start(); 255 threads[i]->Stop(); 256 delete threads[i];
|
/external/opencv3/modules/cudastereo/src/cuda/ |
stereocsbp.cu | 273 dim3 threads(32, 8, 1); 276 grid.x = divUp(w, threads.x); 277 grid.y = divUp(h, threads.y); 281 case 1: init_data_cost<T, 1><<<grid, threads, 0, stream>>>(cleft, cright, ctemp, cimg_step, h, w, level, ndisp, data_weight, max_data_term, min_disp, msg_step, disp_step); break; 282 case 3: init_data_cost<T, 3><<<grid, threads, 0, stream>>>(cleft, cright, ctemp, cimg_step, h, w, level, ndisp, data_weight, max_data_term, min_disp, msg_step, disp_step); break; 283 case 4: init_data_cost<T, 4><<<grid, threads, 0, stream>>>(cleft, cright, ctemp, cimg_step, h, w, level, ndisp, data_weight, max_data_term, min_disp, msg_step, disp_step); break; 294 dim3 threads(winsz, 1, threadsNum / winsz); 296 grid.y *= divUp(ndisp, threads.z); 300 case 1: init_data_cost_reduce<T, winsz, 1><<<grid, threads, smem_size, stream>>>(cleft, cright, ctemp, cimg_step, level, rows, cols, h, ndisp, data_weight, max_data_term, min_disp, msg_step, disp_step); break; 301 case 3: init_data_cost_reduce<T, winsz, 3><<<grid, threads, smem_size, stream>>>(cleft, cright, ctemp, cimg_step, level, rows, cols, h, ndisp, data_weight, m (…) [all...] |
/cts/hostsidetests/theme/ |
run_theme_capture_device.py | 73 threads = [] 77 threads.append(t) 78 for t in threads:
|
/external/apache-harmony/jdwp/src/test/java/org/apache/harmony/jpda/tests/jdwp/ThreadReference/ |
SuspendTest.java | 51 * <BR>At first the test starts SuspendDebuggee which starts and runs some tested threads. 52 * <BR>After the tested threads starts, the test for every tested thread does: 66 ("## FAILURE: Exception while getting number of started threads from debuggee = " + exception); 67 printErrorAndFail("Can NOT get number of started threads from debuggee! "); 70 logWriter.println("==> There are no started threads in debuggee to test!"); 73 logWriter.println("==> Number of started threads in debuggee to test = " + testedThreadsNumber); 90 int threads = allThreadIDReply.getNextValueAsInt(); local 91 logWriter.println("==> Number of all threads in debuggee = " + threads); 97 for (int i = 0; i < threads; i++) [all...] |
SuspendCountTest.java | 53 * <BR>At first the test starts SuspendCountDebuggee which starts and runs some tested threads. 54 * <BR>After the tested threads starts, the test suspends every 60 * for all tested threads and main thread. 63 * for all tested threads and main thread. 73 ("## FAILURE: Exception while getting number of started threads from debuggee = " + exception); 75 printErrorAndFail("Can NOT get number of started threads from debuggee! "); 78 logWriter.println("==> There are no started threads in debuggee to test" 83 logWriter.println("==> Number of started threads in debuggee to test = " + testedThreadsNumber); 101 int threads = allThreadIDReply.getNextValueAsInt(); local 102 logWriter.println("==> Number of all threads in debuggee = " + threads) [all...] |
/external/chromium-trace/catapult/devil/devil/utils/ |
timeout_retry.py | 19 def __init__(self, timeout, threads=None): 20 super(TimeoutRetryThreadGroup, self).__init__(threads) 163 thread_group = TimeoutRetryThreadGroup(timeout, threads=[child_thread])
|
/external/chromium-trace/catapult/perf_insights/perf_insights/mre/ |
threaded_work_queue.py | 102 threads = [] 107 threads.append(t) 114 for t in threads:
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_stress_test.cc | 33 // used in a large number of threads concurrently. 62 // How many threads to create? 105 // RecordProperty() should interact safely with other threads as well. 126 // Tests using SCOPED_TRACE() and Google Test assertions in many threads 130 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount]; local 133 threads[i].reset(new ThreadWithParam<int>(&ManyAsserts, 139 // Blocks until all the threads are done. 141 threads[i]->Join(); 206 // This statement should succeed, because failures in all threads are 225 // This statement should succeed, because failures in all threads ar [all...] |
/external/gtest/test/ |
gtest_stress_test.cc | 33 // used in a large number of threads concurrently. 61 // How many threads to create? 104 // RecordProperty() should interact safely with other threads as well. 125 // Tests using SCOPED_TRACE() and Google Test assertions in many threads 129 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount]; local 132 threads[i].reset(new ThreadWithParam<int>(&ManyAsserts, 138 // Blocks until all the threads are done. 140 threads[i]->Join(); 205 // This statement should succeed, because failures in all threads are 224 // This statement should succeed, because failures in all threads ar [all...] |
/external/protobuf/gtest/test/ |
gtest_stress_test.cc | 33 // used in a large number of threads concurrently. 62 // How many threads to create? 105 // RecordProperty() should interact safely with other threads as well. 126 // Tests using SCOPED_TRACE() and Google Test assertions in many threads 130 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount]; local 133 threads[i].reset(new ThreadWithParam<int>(&ManyAsserts, 139 // Blocks until all the threads are done. 141 threads[i]->Join(); 206 // This statement should succeed, because failures in all threads are 225 // This statement should succeed, because failures in all threads ar [all...] |
/external/valgrind/callgrind/ |
callgrind_control.in | 375 @threads = (); 384 $threads = ""; 416 elsif (/threads: (.+)$/) { $threads = $1; @threads = split " ", $threads; } 430 print " Number of running threads: " .($#threads+1). ", thread IDs: $threads\n";
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_stress_test.cc | 33 // used in a large number of threads concurrently. 61 // How many threads to create? 104 // RecordProperty() should interact safely with other threads as well. 125 // Tests using SCOPED_TRACE() and Google Test assertions in many threads 129 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount]; local 132 threads[i].reset(new ThreadWithParam<int>(&ManyAsserts, 138 // Blocks until all the threads are done. 140 threads[i]->Join(); 205 // This statement should succeed, because failures in all threads are 224 // This statement should succeed, because failures in all threads ar [all...] |
/frameworks/wilhelm/tests/sandbox/ |
multithread.c | 17 // Multiple threads create and destroy objects 37 pthread_t threads[MAX_THREAD]; variable 128 // create threads 155 ok = pthread_create(&threads[i], (const pthread_attr_t *) NULL, thread_start, 171 // signal threads that they should exit 183 // now wait for the threads to actually exit 185 ok = pthread_join(threads[i], NULL);
|
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_stress_test.cc | 33 // used in a large number of threads concurrently. 61 // How many threads to create? 104 // RecordProperty() should interact safely with other threads as well. 125 // Tests using SCOPED_TRACE() and Google Test assertions in many threads 129 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount]; local 132 threads[i].reset(new ThreadWithParam<int>(&ManyAsserts, 138 // Blocks until all the threads are done. 140 threads[i]->Join(); 205 // This statement should succeed, because failures in all threads are 224 // This statement should succeed, because failures in all threads ar [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_capi.py | 58 threads = [] 71 threads.append(t) 75 for t in threads: 86 print "finished threads: ", nFinished
|
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_capi.py | 58 threads = [] 71 threads.append(t) 75 for t in threads: 86 print "finished threads: ", nFinished
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_capi.py | 58 threads = [] 71 threads.append(t) 75 for t in threads: 86 print "finished threads: ", nFinished
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_capi.py | 58 threads = [] 71 threads.append(t) 75 for t in threads: 86 print "finished threads: ", nFinished
|
/system/core/libsync/ |
sync_test.c | 79 pthread_t threads[4]; local 119 pthread_create(&threads[i], NULL, sync_thread, &sync_data[i]); 143 pthread_join(threads[i], &val);
|
/system/extras/memory_replay/ |
Threads.cpp | 31 #include "Threads.h" 48 Threads::Threads(Pointers* pointers, size_t max_threads) 56 err(1, "Failed to map in memory for Threads: map size %zu, max threads %zu\n", 68 Threads::~Threads() { 76 Thread* Threads::CreateThread(pid_t tid) { 78 err(1, "Too many threads created, current max %zu.\n", num_threads_); 82 err(1, "No empty entries found, current max %zu, num threads %zu\n" [all...] |
/system/core/libmemunreachable/ |
ThreadCapture.cpp | 80 bool CapturedThreadInfo(ThreadInfoList& threads); 327 bool ThreadCaptureImpl::CapturedThreadInfo(ThreadInfoList& threads) { 328 threads.clear(); 335 threads.push_back(t); 363 bool ThreadCapture::CapturedThreadInfo(ThreadInfoList& threads) { 364 return impl_->CapturedThreadInfo(threads);
|
/tools/test/connectivity/acts/tests/google/ble/beacon_tests/ |
BeaconSwarmTest.py | 120 threads = [] 128 threads.append(thread) 130 for t in threads: 147 threads = [] 158 threads.append(thread) 160 for t in threads:
|
/external/libxml2/include/libxml/ |
Makefile.am | 32 threads.h \
|
/external/valgrind/none/tests/amd64-solaris/ |
coredump_single_thread.post.exp | 4 threading model: native threads
|
/external/valgrind/none/tests/x86-solaris/ |
coredump_single_thread.post.exp | 4 threading model: native threads
|