Home
last modified time | relevance | path

Searched refs:TestInfo (Results 1 – 7 of 7) sorted by relevance

/hardware/libhardware/tests/camera2/
DTestForkerEventListener.h36 virtual void OnTestStart(const ::testing::TestInfo& test_info);
43 virtual void OnTestEnd(const ::testing::TestInfo& test_info);
DTestForkerEventListener.cpp45 void TestForkerEventListener::OnTestStart(const ::testing::TestInfo&) { in OnTestStart() argument
87 void TestForkerEventListener::OnTestEnd(const ::testing::TestInfo& test_info) { in OnTestEnd()
DCameraStreamTests.cpp89 const ::testing::TestInfo* const test_info = in TEST_P()
DCameraModuleTests.cpp75 const ::testing::TestInfo* const test_info = in TEST_F()
DCameraBurstTests.cpp373 const ::testing::TestInfo* const test_info = in TEST_F()
DCameraMultiStreamTests.cpp516 const ::testing::TestInfo* const test_info = in TEST_F()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
Dgtest.h7046 class TestInfo; // Information about a test.
7451 GTEST_API_ TestInfo* MakeAndRegisterTestInfo(
8102 static ::testing::TestInfo* const test_info_ GTEST_ATTRIBUTE_UNUSED_;\
8107 ::testing::TestInfo* const GTEST_TEST_CLASS_NAME_(test_case_name, test_name)\
10468 tests_.push_back(linked_ptr<TestInfo>(new TestInfo(test_case_name,
10489 linked_ptr<TestInfo> test_info = *test_it;
10524 struct TestInfo {
10525 TestInfo(const char* a_test_case_base_name,
10536 typedef ::std::vector<linked_ptr<TestInfo> > TestInfoContainer;
17587 class TestInfo;
[all …]