Home
last modified time | relevance | path

Searched refs:kRoutines (Results 1 – 5 of 5) sorted by relevance

/external/googletest/googlemock/test/
Dgmock_stress_test.cc191 const int kRoutines = sizeof(test_routines) / sizeof(test_routines[0]); in TEST() local
192 const int kCopiesOfEachRoutine = kMaxTestThreads / kRoutines; in TEST()
193 const int kTestThreads = kCopiesOfEachRoutine * kRoutines; in TEST()
197 threads[i] = new ThreadWithParam<Dummy>(test_routines[i % kRoutines], in TEST()
/external/cronet/stable/third_party/googletest/src/googlemock/test/
Dgmock_stress_test.cc191 const int kRoutines = sizeof(test_routines) / sizeof(test_routines[0]); in TEST() local
192 const int kCopiesOfEachRoutine = kMaxTestThreads / kRoutines; in TEST()
193 const int kTestThreads = kCopiesOfEachRoutine * kRoutines; in TEST()
197 threads[i] = new ThreadWithParam<Dummy>(test_routines[i % kRoutines], in TEST()
/external/cronet/stable/third_party/boringssl/src/third_party/googletest/googlemock/test/
Dgmock_stress_test.cc191 const int kRoutines = sizeof(test_routines) / sizeof(test_routines[0]); in TEST() local
192 const int kCopiesOfEachRoutine = kMaxTestThreads / kRoutines; in TEST()
193 const int kTestThreads = kCopiesOfEachRoutine * kRoutines; in TEST()
197 threads[i] = new ThreadWithParam<Dummy>(test_routines[i % kRoutines], in TEST()
/external/cronet/tot/third_party/boringssl/src/third_party/googletest/googlemock/test/
Dgmock_stress_test.cc191 const int kRoutines = sizeof(test_routines) / sizeof(test_routines[0]); in TEST() local
192 const int kCopiesOfEachRoutine = kMaxTestThreads / kRoutines; in TEST()
193 const int kTestThreads = kCopiesOfEachRoutine * kRoutines; in TEST()
197 threads[i] = new ThreadWithParam<Dummy>(test_routines[i % kRoutines], in TEST()
/external/cronet/tot/third_party/googletest/src/googlemock/test/
Dgmock_stress_test.cc191 const int kRoutines = sizeof(test_routines) / sizeof(test_routines[0]); in TEST() local
192 const int kCopiesOfEachRoutine = kMaxTestThreads / kRoutines; in TEST()
193 const int kTestThreads = kCopiesOfEachRoutine * kRoutines; in TEST()
197 threads[i] = new ThreadWithParam<Dummy>(test_routines[i % kRoutines], in TEST()