Searched refs:ThreadWithParamSupport (Results 1 – 6 of 6) sorted by relevance
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest-port.cc | 381 class ThreadWithParamSupport : public ThreadWithParamBase { class 391 &ThreadWithParamSupport::ThreadMain, in CreateThread() 424 ThreadWithParamSupport(); 426 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParamSupport); 433 : thread_(ThreadWithParamSupport::CreateThread(runnable, in ThreadWithParamBase()
|
/external/mesa3d/src/gtest/src/ |
D | gtest-port.cc | 325 class ThreadWithParamSupport : public ThreadWithParamBase { class 335 &ThreadWithParamSupport::ThreadMain, in CreateThread() 368 ThreadWithParamSupport(); 370 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParamSupport); 377 : thread_(ThreadWithParamSupport::CreateThread(runnable, in ThreadWithParamBase()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest-port.cc | 325 class ThreadWithParamSupport : public ThreadWithParamBase { class 335 &ThreadWithParamSupport::ThreadMain, in CreateThread() 368 ThreadWithParamSupport(); 370 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParamSupport); 377 : thread_(ThreadWithParamSupport::CreateThread(runnable, in ThreadWithParamBase()
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/ |
D | gtest-port.cc | 325 class ThreadWithParamSupport : public ThreadWithParamBase { class 335 &ThreadWithParamSupport::ThreadMain, in CreateThread() 368 ThreadWithParamSupport(); 370 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParamSupport); 377 : thread_(ThreadWithParamSupport::CreateThread(runnable, in ThreadWithParamBase()
|
/external/googletest/googletest/src/ |
D | gtest-port.cc | 465 class ThreadWithParamSupport : public ThreadWithParamBase { class 474 &ThreadWithParamSupport::ThreadMain, in CreateThread() 507 ThreadWithParamSupport(); 509 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParamSupport); 516 : thread_(ThreadWithParamSupport::CreateThread(runnable, in ThreadWithParamBase()
|
/external/epid-sdk/ext/gtest/ |
D | gtest-all.cc | 8878 class ThreadWithParamSupport : public ThreadWithParamBase { class 8888 &ThreadWithParamSupport::ThreadMain, in CreateThread() 8921 ThreadWithParamSupport(); 8923 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParamSupport); 8930 : thread_(ThreadWithParamSupport::CreateThread(runnable, in ThreadWithParamBase()
|