/external/gmock/test/ |
gmock_stress_test.cc | 42 using ::testing::internal::ThreadWithParam; 59 void JoinAndDelete(ThreadWithParam<T>* t) { 213 ThreadWithParam<Helper1Param>* const t = 214 new ThreadWithParam<Helper1Param>(Helper1, param, NULL); 267 ThreadWithParam<MockFoo*>* const t = 268 new ThreadWithParam<MockFoo*>(Helper2, &foo, NULL); 289 ThreadWithParam<Dummy>* threads[kTestThreads] = {}; 293 new ThreadWithParam<Dummy>(test_routines[i % kRoutines], Dummy(), NULL);
|
/external/google-breakpad/src/testing/test/ |
gmock_stress_test.cc | 42 using ::testing::internal::ThreadWithParam; 59 void JoinAndDelete(ThreadWithParam<T>* t) { 213 ThreadWithParam<Helper1Param>* const t = 214 new ThreadWithParam<Helper1Param>(Helper1, param, NULL); 267 ThreadWithParam<MockFoo*>* const t = 268 new ThreadWithParam<MockFoo*>(Helper2, &foo, NULL); 289 ThreadWithParam<Dummy>* threads[kTestThreads] = {}; 293 new ThreadWithParam<Dummy>(test_routines[i % kRoutines], Dummy(), NULL);
|
/external/google-breakpad/src/testing/gtest/test/ |
gtest_stress_test.cc | 55 using internal::ThreadWithParam; 59 // thread safe, implement ThreadWithParam. See the description of its API 130 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount]; 133 threads[i].reset(new ThreadWithParam<int>(&ManyAsserts, 174 ThreadWithParam<bool> thread(&FailingThread, is_fatal, NULL);
|
gtest_output_test_.cc | 54 using testing::internal::ThreadWithParam; 289 ThreadWithParam<CheckPoints*> thread(&ThreadWithScopedTrace, 486 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>( 501 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_; 881 ThreadWithParam<FailureMode> thread(&AddFailure, failure, NULL);
|
gtest-port_test.cc | 996 ThreadWithParam<int*> thread(&AddTwo, &i, NULL); [all...] |
/external/gtest/test/ |
gtest_stress_test.cc | 54 using internal::ThreadWithParam; 58 // thread safe, implement ThreadWithParam. See the description of its API 129 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount]; 132 threads[i].reset(new ThreadWithParam<int>(&ManyAsserts, 173 ThreadWithParam<bool> thread(&FailingThread, is_fatal, NULL);
|
gtest_output_test_.cc | 57 using testing::internal::ThreadWithParam; 301 ThreadWithParam<CheckPoints*> thread(&ThreadWithScopedTrace, 498 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>( 513 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_; 893 ThreadWithParam<FailureMode> thread(&AddFailure, failure, NULL);
|
gtest-port_test.cc | 1027 ThreadWithParam<int*> thread(&AddTwo, &i, NULL); [all...] |
/external/protobuf/gtest/test/ |
gtest_stress_test.cc | 55 using internal::ThreadWithParam; 59 // thread safe, implement ThreadWithParam. See the description of its API 130 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount]; 133 threads[i].reset(new ThreadWithParam<int>(&ManyAsserts, 174 ThreadWithParam<bool> thread(&FailingThread, is_fatal, NULL);
|
gtest_output_test_.cc | 54 using testing::internal::ThreadWithParam; 275 ThreadWithParam<CheckPoints*> thread(&ThreadWithScopedTrace, 598 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>( 613 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_; 993 ThreadWithParam<FailureMode> thread(&AddFailure, failure, NULL); [all...] |
gtest-port_test.cc | 803 ThreadWithParam<int*> thread(&AddTwo, &i, NULL); 868 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; 894 ThreadWithParam<T> thread(func, param, NULL); 985 ThreadWithParam<ThreadParam> thread(
|
gtest_unittest.cc | 184 using testing::internal::ThreadWithParam; [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
gtest_stress_test.cc | 54 using internal::ThreadWithParam; 58 // thread safe, implement ThreadWithParam. See the description of its API 129 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount]; 132 threads[i].reset(new ThreadWithParam<int>(&ManyAsserts, 173 ThreadWithParam<bool> thread(&FailingThread, is_fatal, NULL);
|
gtest_output_test_.cc | 57 using testing::internal::ThreadWithParam; 301 ThreadWithParam<CheckPoints*> thread(&ThreadWithScopedTrace, 498 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>( 513 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_; 893 ThreadWithParam<FailureMode> thread(&AddFailure, failure, NULL);
|
gtest-port_test.cc | 1034 ThreadWithParam<int*> thread(&AddTwo, &i, NULL); [all...] |
/ndk/sources/third_party/googletest/googletest/test/ |
gtest_stress_test.cc | 54 using internal::ThreadWithParam; 58 // thread safe, implement ThreadWithParam. See the description of its API 129 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount]; 132 threads[i].reset(new ThreadWithParam<int>(&ManyAsserts, 173 ThreadWithParam<bool> thread(&FailingThread, is_fatal, NULL);
|
gtest_output_test_.cc | 57 using testing::internal::ThreadWithParam; 301 ThreadWithParam<CheckPoints*> thread(&ThreadWithScopedTrace, 498 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>( 513 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_; 893 ThreadWithParam<FailureMode> thread(&AddFailure, failure, NULL);
|
gtest-port_test.cc | 1034 ThreadWithParam<int*> thread(&AddTwo, &i, NULL); [all...] |
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
gtest-port.h | [all...] |
/external/protobuf/gtest/include/gtest/internal/ |
gtest-port.h | 878 // Consequently, it cannot select a correct instantiation of ThreadWithParam 880 // non-templated base class for ThreadWithParam allows us to bypass this 906 // ThreadWithParam<int> thread(&ThreadFunc, 5, &thread_can_start); 912 class ThreadWithParam : public ThreadWithParamBase { [all...] |
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
gtest-port.h | [all...] |
/external/gtest/include/gtest/internal/ |
gtest-port.h | [all...] |
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
gtest-port.h | [all...] |
/external/mesa3d/src/gtest/include/gtest/internal/ |
gtest-port.h | [all...] |
/ndk/sources/third_party/googletest/googletest/include/gtest/internal/ |
gtest-port.h | [all...] |