Searched refs:current_test_info (Results 1 - 6 of 6) sorted by relevance

/hardware/libhardware/tests/camera2/
H A DCameraStreamTests.cpp90 ::testing::UnitTest::GetInstance()->current_test_info();
H A DCameraModuleTests.cpp76 ::testing::UnitTest::GetInstance()->current_test_info();
H A DCameraBurstTests.cpp374 ::testing::UnitTest::GetInstance()->current_test_info();
H A DCameraMultiStreamTests.cpp517 ::testing::UnitTest::GetInstance()->current_test_info();
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1091 // current_test_info is NULL, the assertion results will be stored in
1144 TestInfo* current_test_info() { return current_test_info_; } function in class:testing::internal::UnitTestImpl
1145 const TestInfo* current_test_info() const { return current_test_info_; } function in class:testing::internal::UnitTestImpl
3439 const TestInfo* const this_test_info = impl->current_test_info();
5432 const TestInfo* UnitTest::current_test_info() const
5435 return impl_->current_test_info();
6830 TestInfo* const info = GetUnitTestImpl()->current_test_info();
7182 const TestInfo* const info = impl->current_test_info();
7598 const TestInfo* const info = impl->current_test_info();
7653 const int death_test_index = impl->current_test_info()
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h18558 const TestInfo* current_test_info() const

Completed in 92 milliseconds