Searched defs:test_info (Results 1 - 7 of 7) sorted by relevance

/hardware/libhardware/tests/camera2/
H A DCameraStreamTests.cpp89 const ::testing::TestInfo* const test_info = member in class:android::camera2::tests::testing
92 << test_info->test_case_name() << "."
93 << test_info->name()
H A DTestForkerEventListener.cpp87 void TestForkerEventListener::OnTestEnd(const ::testing::TestInfo& test_info) { argument
94 exit(test_info.result()->Passed()
99 test_info.test_case_name(), test_info.name(),
H A DCameraModuleTests.cpp75 const ::testing::TestInfo* const test_info = member in class:android::camera2::tests::testing
78 << test_info->test_case_name() << "."
79 << test_info->name()
H A DCameraBurstTests.cpp373 const ::testing::TestInfo* const test_info = member in class:android::camera2::tests::testing
376 << test_info->test_case_name() << "."
377 << test_info->name()
H A DCameraMultiStreamTests.cpp516 const ::testing::TestInfo* const test_info = member in class:android::camera2::tests::testing
519 << test_info->test_case_name() << "."
520 << test_info->name()
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc1054 // test_info: the TestInfo object
1057 TestInfo* test_info) {
1071 GetTestCase(test_info->test_case_name(),
1072 test_info->type_param(),
1074 tear_down_tc)->AddTestInfo(test_info);
1579 void OnTestStart(const TestInfo& test_info) { argument
1580 SendLn(std::string("event=TestStart&name=") + test_info.name());
1583 void OnTestEnd(const TestInfo& test_info) { argument
1585 FormatBool((test_info.result())->Passed()) +
1587 StreamableToString((test_info
1055 AddTestInfo(Test::SetUpTestCaseFunc set_up_tc, Test::TearDownTestCaseFunc tear_down_tc, TestInfo* test_info) argument
3709 TestInfo* const test_info = local
3907 AddTestInfo(TestInfo * test_info) argument
4156 PrintFullTestCommentIfPresent(const TestInfo& test_info) argument
4258 OnTestStart(const TestInfo& test_info) argument
4277 OnTestEnd(const TestInfo& test_info) argument
4328 const TestInfo& test_info = *test_case.GetTestInfo(j); local
4767 OutputXmlTestInfo(::std::ostream* stream, const char* test_case_name, const TestInfo& test_info) argument
5957 TestInfo* const test_info = test_case->test_info_list()[j]; local
6024 const TestInfo* const test_info = local
[all...]
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/googletest/src/include/gtest/
H A Dgtest.h10489 linked_ptr<TestInfo> test_info = *test_it; local
10499 test_case_name += test_info->test_case_base_name;
10506 test_name_stream << test_info->test_base_name << "/" << i;
10515 test_info->test_meta_factory->CreateTestFactory(*param_it));
18128 static void ClearTestResult(TestInfo* test_info) { argument
18129 test_info->result_.Clear();
18253 void AddTestInfo(TestInfo * test_info);
18275 static bool TestPassed(const TestInfo* test_info) { argument
18276 return test_info->should_run() && test_info
18280 TestFailed(const TestInfo* test_info) argument
18286 TestReportableDisabled(const TestInfo* test_info) argument
18291 TestDisabled(const TestInfo* test_info) argument
18296 TestReportable(const TestInfo* test_info) argument
18301 ShouldRunTest(const TestInfo* test_info) argument
[all...]

Completed in 701 milliseconds