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

  /external/googletest/googletest/src/
gtest-port.cc 325 class ThreadWithParamSupport : public ThreadWithParamBase {
335 &ThreadWithParamSupport::ThreadMain,
368 ThreadWithParamSupport();
370 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParamSupport);
377 : thread_(ThreadWithParamSupport::CreateThread(runnable,
    [all...]
  /external/libvpx/libvpx/third_party/googletest/src/src/
gtest-port.cc 325 class ThreadWithParamSupport : public ThreadWithParamBase {
335 &ThreadWithParamSupport::ThreadMain,
368 ThreadWithParamSupport();
370 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParamSupport);
377 : thread_(ThreadWithParamSupport::CreateThread(runnable,
    [all...]
  /external/v8/testing/gtest/src/
gtest-port.cc 307 class ThreadWithParamSupport : public ThreadWithParamBase {
317 &ThreadWithParamSupport::ThreadMain,
350 ThreadWithParamSupport();
352 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParamSupport);
359 : thread_(ThreadWithParamSupport::CreateThread(runnable,
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-port.cc 284 class ThreadWithParamSupport : public ThreadWithParamBase {
294 &ThreadWithParamSupport::ThreadMain,
327 ThreadWithParamSupport();
329 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParamSupport);
336 : thread_(ThreadWithParamSupport::CreateThread(runnable,
    [all...]
  /prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/src/
gtest-port.cc 284 class ThreadWithParamSupport : public ThreadWithParamBase {
294 &ThreadWithParamSupport::ThreadMain,
327 ThreadWithParamSupport();
329 GTEST_DISALLOW_COPY_AND_ASSIGN_(ThreadWithParamSupport);
336 : thread_(ThreadWithParamSupport::CreateThread(runnable,
    [all...]

Completed in 659 milliseconds