HomeSort by relevance Sort by last modified time
    Searched refs:current_test_info (Results 1 - 25 of 77) sorted by null

1 2 3 4

  /external/opencv3/modules/ts/src/
ts.cpp 503 sprintf(seedstr, "%08x%08x", (unsigned)(current_test_info.rng_seed>>32),
504 (unsigned)(current_test_info.rng_seed));
516 "\n\ttest case #" << current_test_info.test_case_idx <<
525 if( current_test_info.test != test )
530 current_test_info.rng_seed0 = current_test_info.rng_seed = rng.state;
533 current_test_info.test = test;
534 current_test_info.test_case_idx = test_case_idx;
535 current_test_info.code = 0;
538 current_test_info.rng_seed = rng.state
    [all...]
  /hardware/libhardware/tests/camera2/
CameraStreamTests.cpp 90 ::testing::UnitTest::GetInstance()->current_test_info();
CameraModuleTests.cpp 76 ::testing::UnitTest::GetInstance()->current_test_info();
  /external/google-breakpad/src/testing/gtest/test/
gtest_stress_test.cc 119 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
145 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
  /external/gtest/test/
gtest_stress_test.cc 118 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
144 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
  /external/protobuf/gtest/test/
gtest_stress_test.cc 119 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
145 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
  /external/vulkan-validation-layers/tests/gtest-1.7.0/test/
gtest_stress_test.cc 118 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
144 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
  /ndk/sources/third_party/googletest/googletest/test/
gtest_stress_test.cc 118 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
144 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
  /external/webrtc/webrtc/modules/audio_coding/codecs/tools/
audio_codec_speed_test.cc 77 ::testing::UnitTest::GetInstance()->current_test_info()->name();
  /frameworks/base/libs/hwui/tests/unit/
main.cpp 45 auto testinfo = ::testing::UnitTest::GetInstance()->current_test_info();
  /frameworks/native/libs/gui/tests/
StreamSplitter_test.cpp 36 ::testing::UnitTest::GetInstance()->current_test_info();
43 ::testing::UnitTest::GetInstance()->current_test_info();
GLTest.cpp 31 ::testing::UnitTest::GetInstance()->current_test_info();
135 ::testing::UnitTest::GetInstance()->current_test_info();
  /external/opencv3/modules/ts/include/opencv2/
ts.hpp 326 const TestInfo* get_current_test_info() { return &current_test_info; }
407 TS::FailureCode get_err_code() { return TS::FailureCode(current_test_info.code); }
423 TestInfo current_test_info; member in class:cvtest::TS
  /external/webrtc/webrtc/modules/audio_coding/acm2/
audio_coding_module_unittest_oldapi.cc 915 ->current_test_info()
917 "_" + ::testing::UnitTest::GetInstance()->current_test_info()->name() +
    [all...]
  /external/gmock/test/
gmock_stress_test.cc 303 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
  /external/google-breakpad/src/testing/gtest/src/
gtest-death-test.cc 334 TestInfo* const info = GetUnitTestImpl()->current_test_info();
686 const TestInfo* const info = impl->current_test_info();
    [all...]
gtest-internal-inl.h 683 // current_test_info is NULL, the assertion results will be stored in
730 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
731 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
    [all...]
  /external/google-breakpad/src/testing/test/
gmock_stress_test.cc 303 const TestInfo* const info = UnitTest::GetInstance()->current_test_info();
  /external/gtest/src/
gtest-death-test.cc 336 TestInfo* const info = GetUnitTestImpl()->current_test_info();
688 const TestInfo* const info = impl->current_test_info();
    [all...]
  /external/llvm/utils/unittest/googletest/src/
gtest-death-test.cc 296 TestInfo* const info = GetUnitTestImpl()->current_test_info();
650 const TestInfo* const info = impl->current_test_info();
    [all...]
  /external/mesa3d/src/gtest/src/
gtest-death-test.cc 296 TestInfo* const info = GetUnitTestImpl()->current_test_info();
648 const TestInfo* const info = impl->current_test_info();
    [all...]
  /external/protobuf/gtest/src/
gtest-death-test.cc 283 TestInfo* const info = GetUnitTestImpl()->current_test_info();
600 const TestInfo* const info = impl->current_test_info();
    [all...]
  /external/vulkan-validation-layers/tests/gtest-1.7.0/src/
gtest-death-test.cc 336 TestInfo* const info = GetUnitTestImpl()->current_test_info();
688 const TestInfo* const info = impl->current_test_info();
    [all...]
  /external/webrtc/webrtc/voice_engine/test/auto_test/standard/
codec_test.cc 186 auto test_info = ::testing::UnitTest::GetInstance()->current_test_info();
  /ndk/sources/third_party/googletest/googletest/src/
gtest-death-test.cc 336 TestInfo* const info = GetUnitTestImpl()->current_test_info();
688 const TestInfo* const info = impl->current_test_info();
    [all...]

Completed in 383 milliseconds

1 2 3 4