Searched refs:ThreadWithParam (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/testing/gtest/test/
H A Dgtest_stress_test.cc54 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);
H A Dgtest_output_test_.cc57 using testing::internal::ThreadWithParam;
306 ThreadWithParam<CheckPoints*> thread(&ThreadWithScopedTrace,
503 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>(
518 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_;
898 ThreadWithParam<FailureMode> thread(&AddFailure, failure, NULL);
H A Dgtest-port_test.cc1034 ThreadWithParam<int*> thread(&AddTwo, &i, NULL);
1111 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType;
1137 ThreadWithParam<T> thread(func, param, NULL);
1279 ThreadWithParam<ThreadParam> thread(
H A Dgtest_unittest.cc299 using testing::internal::ThreadWithParam;
1140 ThreadWithParam<FailureMode> thread(&AddFailure, failure, NULL);
/external/gtest/test/
H A Dgtest_stress_test.cc54 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);
H A Dgtest_output_test_.cc57 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);
H A Dgtest-port_test.cc1034 ThreadWithParam<int*> thread(&AddTwo, &i, NULL);
1100 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType;
1126 ThreadWithParam<T> thread(func, param, NULL);
1219 ThreadWithParam<ThreadParam> thread(
H A Dgtest_unittest.cc296 using testing::internal::ThreadWithParam;
1147 ThreadWithParam<FailureMode> thread(&AddFailure, failure, NULL);
/external/chromium_org/testing/gtest/include/gtest/internal/
H A Dgtest-port.h1527 // Consequently, it cannot select a correct instantiation of ThreadWithParam
1529 // non-templated base class for ThreadWithParam allows us to bypass this
1555 // ThreadWithParam<int> thread(&ThreadFunc, 5, &thread_can_start);
1561 class ThreadWithParam : public ThreadWithParamBase { class in namespace:testing::internal
1565 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) function in class:testing::internal::ThreadWithParam
1576 ~ThreadWithParam() { Join(); }
1600 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam);
1748 class ThreadWithParam : public ThreadWithParamBase { class in namespace:testing::internal
1752 ThreadWithParam(UserThreadFunc* func, T param, Notification* thread_can_start) function in class:testing::internal::ThreadWithParam
1755 virtual ~ThreadWithParam() {}
[all...]
/external/chromium_org/third_party/mesa/src/src/gtest/include/gtest/internal/
H A Dgtest-port.h1108 // Consequently, it cannot select a correct instantiation of ThreadWithParam
1110 // non-templated base class for ThreadWithParam allows us to bypass this
1136 // ThreadWithParam<int> thread(&ThreadFunc, 5, &thread_can_start);
1142 class ThreadWithParam : public ThreadWithParamBase { class in namespace:testing::internal
1146 ThreadWithParam( function in class:testing::internal::ThreadWithParam
1158 ~ThreadWithParam() { Join(); }
1182 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam);
/external/gtest/include/gtest/internal/
H A Dgtest-port.h1240 // Consequently, it cannot select a correct instantiation of ThreadWithParam
1242 // non-templated base class for ThreadWithParam allows us to bypass this
1268 // ThreadWithParam<int> thread(&ThreadFunc, 5, &thread_can_start);
1274 class ThreadWithParam : public ThreadWithParamBase { class in namespace:testing::internal
1278 ThreadWithParam( function in class:testing::internal::ThreadWithParam
1290 ~ThreadWithParam() { Join(); }
1314 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam);
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-port.h1118 // Consequently, it cannot select a correct instantiation of ThreadWithParam
1120 // non-templated base class for ThreadWithParam allows us to bypass this
1146 // ThreadWithParam<int> thread(&ThreadFunc, 5, &thread_can_start);
1152 class ThreadWithParam : public ThreadWithParamBase { class in namespace:testing::internal
1156 ThreadWithParam( function in class:testing::internal::ThreadWithParam
1168 ~ThreadWithParam() { Join(); }
1192 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam);
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-port.h1108 // Consequently, it cannot select a correct instantiation of ThreadWithParam
1110 // non-templated base class for ThreadWithParam allows us to bypass this
1136 // ThreadWithParam<int> thread(&ThreadFunc, 5, &thread_can_start);
1142 class ThreadWithParam : public ThreadWithParamBase { class in namespace:testing::internal
1146 ThreadWithParam( function in class:testing::internal::ThreadWithParam
1158 ~ThreadWithParam() { Join(); }
1182 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam);
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2347 // Consequently, it cannot select a correct instantiation of ThreadWithParam
2349 // non-templated base class for ThreadWithParam allows us to bypass this
2375 // ThreadWithParam<int> thread(&ThreadFunc, 5, &thread_can_start);
2381 class ThreadWithParam : public ThreadWithParamBase { class in namespace:std::tr1
2385 ThreadWithParam( function in class:std::tr1::ThreadWithParam
2397 ~ThreadWithParam() { Join(); }
2421 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam);
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h2347 // Consequently, it cannot select a correct instantiation of ThreadWithParam
2349 // non-templated base class for ThreadWithParam allows us to bypass this
2375 // ThreadWithParam<int> thread(&ThreadFunc, 5, &thread_can_start);
2381 class ThreadWithParam : public ThreadWithParamBase { class in namespace:std::tr1
2385 ThreadWithParam( function in class:std::tr1::ThreadWithParam
2397 ~ThreadWithParam() { Join(); }
2421 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParam);

Completed in 3005 milliseconds