Home
last modified time | relevance | path

Searched defs:test_info (Results 1 – 25 of 155) sorted by relevance

1234567

/external/mesa3d/src/gallium/tests/unit/
Du_prim_verts_test.c6 struct test_info { struct
12 struct test_info tests[] = { argument
/external/pigweed/pw_unit_test/
Drpc_gtest_event_handler.cc65 void RpcEventHandler::OnTestStart(const testing::TestInfo& test_info) { in OnTestStart()
74 void RpcEventHandler::OnTestEnd(const testing::TestInfo& test_info) { in OnTestEnd()
97 void RpcEventHandler::OnTestDisabled(const testing::TestInfo& test_info) { in OnTestDisabled()
/external/googletest/googletest/samples/
Dsample9_unittest.cc61 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()
81 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd()
141 const TestInfo& test_info = *test_suite.GetTestInfo(j); in main() local
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/samples/
Dsample9_unittest.cc61 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()
81 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd()
141 const TestInfo& test_info = *test_suite.GetTestInfo(j); in main() local
/external/cronet/third_party/boringssl/src/third_party/googletest/samples/
Dsample9_unittest.cc61 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()
81 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd()
141 const TestInfo& test_info = *test_suite.GetTestInfo(j); in main() local
/external/cronet/third_party/googletest/src/googletest/samples/
Dsample9_unittest.cc60 void OnTestStart(const TestInfo& test_info) override { in OnTestStart()
76 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd()
135 const TestInfo& test_info = *test_suite.GetTestInfo(j); in main() local
/external/libtextclassifier/native/utils/testing/
Dlogging_event_listener.cc50 void LoggingEventListener::OnTestStart(const testing::TestInfo& test_info) { in OnTestStart()
64 void LoggingEventListener::OnTestEnd(const testing::TestInfo& test_info) { in OnTestEnd()
105 const testing::TestInfo& test_info = *test_case.GetTestInfo(j); in OnTestIterationEnd() local
/external/cronet/base/test/
Dtest_suite.cc106 void OnTestStart(const testing::TestInfo& test_info) override { in OnTestStart()
122 void OnTestStart(const testing::TestInfo& test_info) override { in OnTestStart()
126 void OnTestEnd(const testing::TestInfo& test_info) override { in OnTestEnd()
146 void OnTestStart(const testing::TestInfo& test_info) override { in OnTestStart()
188 void OnTestEnd(const testing::TestInfo& test_info) override { in OnTestEnd()
497 const ::testing::TestInfo* const test_info = in UnitTestAssertHandler() local
Dgtest_util.cc45 const testing::TestInfo* test_info = test_case->GetTestInfo(j); in GetCompiledInTests() local
62 Value::Dict test_info; in WriteCompiledInTestsToFile() local
Dgtest_xml_unittest_result_printer.cc141 const testing::TestInfo& test_info) { in OnTestStart()
152 void XmlUnitTestResultPrinter::OnTestEnd(const testing::TestInfo& test_info) { in OnTestEnd()
/external/icing/icing/testing/
Dlogging-event-listener.cc51 void LoggingEventListener::OnTestStart(const testing::TestInfo& test_info) { in OnTestStart()
65 void LoggingEventListener::OnTestEnd(const testing::TestInfo& test_info) { in OnTestEnd()
106 const testing::TestInfo& test_info = *test_case.GetTestInfo(j); in OnTestIterationEnd() local
/external/cronet/net/test/
Dnet_test_suite.cc22 void OnTestStart(const testing::TestInfo& test_info) override { in OnTestStart()
28 void OnTestEnd(const testing::TestInfo& test_info) override { in OnTestEnd()
/external/perfetto/test/
Dgtest_logcat_printer.cc53 void LogcatPrinter::OnTestStart(const testing::TestInfo& test_info) { in OnTestStart()
58 void LogcatPrinter::OnTestEnd(const testing::TestInfo& test_info) { in OnTestEnd()
/external/webrtc/audio/test/
Dpc_low_bandwidth_audio_test.cc51 const ::testing::TestInfo* const test_info = in GetMetricTestCaseName() local
96 const ::testing::TestInfo* const test_info = in AudioOutputFile() local
116 const ::testing::TestInfo* const test_info = in LogTestResults() local
Dlow_bandwidth_audio_test.cc40 const ::testing::TestInfo* const test_info = in AudioOutputFile() local
65 const ::testing::TestInfo* const test_info = in OnStreamsStopped() local
/external/libchrome/base/test/
Dtest_suite.cc75 void OnTestStart(const testing::TestInfo& test_info) override { in OnTestStart()
89 void OnTestStart(const testing::TestInfo& test_info) override { in OnTestStart()
93 void OnTestEnd(const testing::TestInfo& test_info) override { in OnTestEnd()
300 const ::testing::TestInfo* const test_info = in UnitTestAssertHandler() local
Dgtest_util.cc41 const testing::TestInfo* test_info = test_case->GetTestInfo(j); in GetCompiledInTests() local
58 std::unique_ptr<DictionaryValue> test_info(new DictionaryValue); in WriteCompiledInTestsToFile() local
Dgtest_xml_unittest_result_printer.cc71 const testing::TestInfo& test_info) { in OnTestStart()
82 void XmlUnitTestResultPrinter::OnTestEnd(const testing::TestInfo& test_info) { in OnTestEnd()
/external/tensorflow/tensorflow/lite/kernels/
Dacceleration_test_util.cc25 const ::testing::TestInfo* const test_info = in GetCurrentTestId() local
/external/webrtc/rtc_base/system/
Dfile_wrapper_unittest.cc20 auto test_info = ::testing::UnitTest::GetInstance()->current_test_info(); in TEST() local
/external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/
Dsend_algorithm_test_utils.cc46 const auto* test_info = in GetFullSendAlgorithmTestName() local
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/
Dgtest.h809 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult()
977 static bool TestPassed(const TestInfo* test_info) { in TestPassed()
982 static bool TestSkipped(const TestInfo* test_info) { in TestSkipped()
987 static bool TestFailed(const TestInfo* test_info) { in TestFailed()
993 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled()
998 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled()
1003 static bool TestReportable(const TestInfo* test_info) { in TestReportable()
1008 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
/external/cronet/third_party/boringssl/src/third_party/googletest/include/gtest/
Dgtest.h809 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult()
977 static bool TestPassed(const TestInfo* test_info) { in TestPassed()
982 static bool TestSkipped(const TestInfo* test_info) { in TestSkipped()
987 static bool TestFailed(const TestInfo* test_info) { in TestFailed()
993 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled()
998 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled()
1003 static bool TestReportable(const TestInfo* test_info) { in TestReportable()
1008 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
/external/cronet/third_party/boringssl/src/third_party/googletest/test/
Dgoogletest-param-test-test.cc782 const ::testing::TestInfo* const test_info = in TEST_P() local
803 const ::testing::TestInfo* const test_info = in TEST_P() local
817 const ::testing::TestInfo* const test_info = in TEST_F() local
911 const ::testing::TestInfo* test_info = test_suite->GetTestInfo(test_num); in TEST() local
926 const ::testing::TestInfo* const test_info = in TEST_P() local
951 const ::testing::TestInfo* const test_info = in TEST_P() local
981 const ::testing::TestInfo* const test_info = in TEST_P() local
1009 const ::testing::TestInfo* const test_info = in TEST_P() local
/external/googletest/googletest/test/
Dgoogletest-param-test-test.cc782 const ::testing::TestInfo* const test_info = in TEST_P() local
803 const ::testing::TestInfo* const test_info = in TEST_P() local
817 const ::testing::TestInfo* const test_info = in TEST_F() local
911 const ::testing::TestInfo* test_info = test_suite->GetTestInfo(test_num); in TEST() local
926 const ::testing::TestInfo* const test_info = in TEST_P() local
951 const ::testing::TestInfo* const test_info = in TEST_P() local
981 const ::testing::TestInfo* const test_info = in TEST_P() local
1009 const ::testing::TestInfo* const test_info = in TEST_P() local

1234567