/external/gmock/test/ |
D | gmock_stress_test.cc | 42 using ::testing::internal::ThreadWithParam; 59 void JoinAndDelete(ThreadWithParam<T>* t) { in JoinAndDelete() 213 ThreadWithParam<Helper1Param>* const t = in TestConcurrentCallsOnSameObject() 214 new ThreadWithParam<Helper1Param>(Helper1, param, NULL); in TestConcurrentCallsOnSameObject() 267 ThreadWithParam<MockFoo*>* const t = in TestPartiallyOrderedExpectationsWithThreads() 268 new ThreadWithParam<MockFoo*>(Helper2, &foo, NULL); in TestPartiallyOrderedExpectationsWithThreads() 289 ThreadWithParam<Dummy>* threads[kTestThreads] = {}; in TEST() 293 new ThreadWithParam<Dummy>(test_routines[i % kRoutines], Dummy(), NULL); in TEST()
|
/external/google-breakpad/src/testing/test/ |
D | gmock_stress_test.cc | 42 using ::testing::internal::ThreadWithParam; 59 void JoinAndDelete(ThreadWithParam<T>* t) { in JoinAndDelete() 213 ThreadWithParam<Helper1Param>* const t = in TestConcurrentCallsOnSameObject() 214 new ThreadWithParam<Helper1Param>(Helper1, param, NULL); in TestConcurrentCallsOnSameObject() 267 ThreadWithParam<MockFoo*>* const t = in TestPartiallyOrderedExpectationsWithThreads() 268 new ThreadWithParam<MockFoo*>(Helper2, &foo, NULL); in TestPartiallyOrderedExpectationsWithThreads() 289 ThreadWithParam<Dummy>* threads[kTestThreads] = {}; in TEST() 293 new ThreadWithParam<Dummy>(test_routines[i % kRoutines], Dummy(), NULL); in TEST()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/test/ |
D | gtest_stress_test.cc | 54 using internal::ThreadWithParam; 129 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount]; in TEST() 132 threads[i].reset(new ThreadWithParam<int>(&ManyAsserts, in TEST() 173 ThreadWithParam<bool> thread(&FailingThread, is_fatal, NULL); in GenerateFatalFailureInAnotherThread()
|
D | gtest_output_test_.cc | 57 using testing::internal::ThreadWithParam; 301 ThreadWithParam<CheckPoints*> thread(&ThreadWithScopedTrace, in TEST() 498 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>( in SetUp() 513 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_; 893 ThreadWithParam<FailureMode> thread(&AddFailure, failure, NULL); in AddFailureInOtherThread()
|
D | gtest-port_test.cc | 1034 ThreadWithParam<int*> thread(&AddTwo, &i, NULL); in TEST() 1111 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() 1137 ThreadWithParam<T> thread(func, param, NULL); in RunFromThread() 1279 ThreadWithParam<ThreadParam> thread( in TEST()
|
D | gtest_unittest.cc | 296 using testing::internal::ThreadWithParam; 1147 ThreadWithParam<FailureMode> thread(&AddFailure, failure, NULL); in AddFailureInOtherThread()
|
/external/protobuf/gtest/test/ |
D | gtest_stress_test.cc | 55 using internal::ThreadWithParam; 130 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount]; in TEST() 133 threads[i].reset(new ThreadWithParam<int>(&ManyAsserts, in TEST() 174 ThreadWithParam<bool> thread(&FailingThread, is_fatal, NULL); in GenerateFatalFailureInAnotherThread()
|
D | gtest_output_test_.cc | 54 using testing::internal::ThreadWithParam; 275 ThreadWithParam<CheckPoints*> thread(&ThreadWithScopedTrace, in TEST() 598 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>( in SetUp() 613 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_; 993 ThreadWithParam<FailureMode> thread(&AddFailure, failure, NULL); in AddFailureInOtherThread()
|
D | gtest-port_test.cc | 803 ThreadWithParam<int*> thread(&AddTwo, &i, NULL); in TEST() 868 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() 894 ThreadWithParam<T> thread(func, param, NULL); in RunFromThread() 985 ThreadWithParam<ThreadParam> thread( in TEST()
|
D | gtest_unittest.cc | 184 using testing::internal::ThreadWithParam; 1284 ThreadWithParam<FailureMode> thread(&AddFailure, failure, NULL); in AddFailureInOtherThread()
|
/external/gtest/test/ |
D | gtest_stress_test.cc | 54 using internal::ThreadWithParam; 129 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount]; in TEST() 132 threads[i].reset(new ThreadWithParam<int>(&ManyAsserts, in TEST() 173 ThreadWithParam<bool> thread(&FailingThread, is_fatal, NULL); in GenerateFatalFailureInAnotherThread()
|
D | gtest_output_test_.cc | 57 using testing::internal::ThreadWithParam; 301 ThreadWithParam<CheckPoints*> thread(&ThreadWithScopedTrace, in TEST() 498 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>( in SetUp() 513 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_; 893 ThreadWithParam<FailureMode> thread(&AddFailure, failure, NULL); in AddFailureInOtherThread()
|
D | gtest-port_test.cc | 1027 ThreadWithParam<int*> thread(&AddTwo, &i, NULL); in TEST() 1093 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() 1119 ThreadWithParam<T> thread(func, param, NULL); in RunFromThread() 1212 ThreadWithParam<ThreadParam> thread( in TEST()
|
D | gtest_unittest.cc | 296 using testing::internal::ThreadWithParam; 1147 ThreadWithParam<FailureMode> thread(&AddFailure, failure, NULL); in AddFailureInOtherThread()
|
/external/google-breakpad/src/testing/gtest/test/ |
D | gtest_stress_test.cc | 55 using internal::ThreadWithParam; 130 scoped_ptr<ThreadWithParam<int> > threads[kThreadCount]; in TEST() 133 threads[i].reset(new ThreadWithParam<int>(&ManyAsserts, in TEST() 174 ThreadWithParam<bool> thread(&FailingThread, is_fatal, NULL); in GenerateFatalFailureInAnotherThread()
|
D | gtest_output_test_.cc | 54 using testing::internal::ThreadWithParam; 289 ThreadWithParam<CheckPoints*> thread(&ThreadWithScopedTrace, in TEST() 486 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>( in SetUp() 501 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_; 881 ThreadWithParam<FailureMode> thread(&AddFailure, failure, NULL); in AddFailureInOtherThread()
|
D | gtest-port_test.cc | 996 ThreadWithParam<int*> thread(&AddTwo, &i, NULL); in TEST() 1062 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType; in TEST() 1088 ThreadWithParam<T> thread(func, param, NULL); in RunFromThread() 1180 ThreadWithParam<ThreadParam> thread( in TEST()
|
D | gtest_unittest.cc | 207 using testing::internal::ThreadWithParam; 1419 ThreadWithParam<FailureMode> thread(&AddFailure, failure, NULL); in AddFailureInOtherThread()
|
/external/vulkan-validation-layers/tests/gtest-1.7.0/include/gtest/internal/ |
D | gtest-port.h | 1346 class ThreadWithParam : public ThreadWithParamBase { 1350 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) 1361 ~ThreadWithParam() { Join(); } 1385 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam); 1533 class ThreadWithParam : public ThreadWithParamBase { 1537 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) 1540 virtual ~ThreadWithParam() {} 1561 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam);
|
D | gtest-port.h.orig | 1244 // Consequently, it cannot select a correct instantiation of ThreadWithParam 1246 // non-templated base class for ThreadWithParam allows us to bypass this 1272 // ThreadWithParam<int> thread(&ThreadFunc, 5, &thread_can_start); 1278 class ThreadWithParam : public ThreadWithParamBase { 1282 ThreadWithParam( 1294 ~ThreadWithParam() { Join(); } 1318 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam);
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-port.h | 912 class ThreadWithParam : public ThreadWithParamBase { 916 ThreadWithParam( in ThreadWithParam() function 928 ~ThreadWithParam() { Join(); } in ~ThreadWithParam() 952 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam);
|
/external/mesa3d/src/gtest/include/gtest/internal/ |
D | gtest-port.h | 1142 class ThreadWithParam : public ThreadWithParamBase { 1146 ThreadWithParam( 1158 ~ThreadWithParam() { Join(); } 1182 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam);
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-port.h | 1152 class ThreadWithParam : public ThreadWithParamBase { 1156 ThreadWithParam( 1168 ~ThreadWithParam() override { Join(); } 1192 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam);
|
/external/google-breakpad/src/testing/gtest/include/gtest/internal/ |
D | gtest-port.h | 1182 class ThreadWithParam : public ThreadWithParamBase { 1186 ThreadWithParam( 1198 ~ThreadWithParam() { Join(); } 1222 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam);
|
/external/gtest/include/gtest/internal/ |
D | gtest-port.h | 1274 class ThreadWithParam : public ThreadWithParamBase { 1278 ThreadWithParam( 1290 ~ThreadWithParam() { Join(); } 1314 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam);
|