HomeSort by relevance Sort by last modified time
    Searched refs:ThreadWithParam (Results 1 - 6 of 6) sorted by null

  /external/chromium/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,
485 thread_.reset(new ThreadWithParam<SpawnThreadNotifications*>(
500 scoped_ptr<ThreadWithParam<SpawnThreadNotifications*> > thread_;
880 ThreadWithParam<FailureMode> thread(&AddFailure, failure, NULL);
gtest-port_test.cc 971 ThreadWithParam<int*> thread(&AddTwo, &i, NULL);
1036 typedef ThreadWithParam<pair<AtomicCounterWithMutex*, int> > ThreadType;
    [all...]
gtest_unittest.cc 203 using testing::internal::ThreadWithParam;
    [all...]
  /external/chromium/testing/gtest/include/gtest/internal/
gtest-port.h     [all...]
  /external/llvm/utils/unittest/googletest/include/gtest/internal/
gtest-port.h     [all...]

Completed in 298 milliseconds