| /external/mesa3d/src/gallium/tests/unit/ |
| D | u_prim_verts_test.c | 6 struct test_info { struct 12 struct test_info tests[] = { argument
|
| /external/pigweed/pw_unit_test/ |
| D | rpc_gtest_event_handler.cc | 65 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/ |
| D | sample9_unittest.cc | 61 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/ |
| D | sample9_unittest.cc | 61 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/ |
| D | sample9_unittest.cc | 61 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/ |
| D | sample9_unittest.cc | 60 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/ |
| D | logging_event_listener.cc | 50 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/ |
| D | test_suite.cc | 106 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
|
| D | gtest_util.cc | 45 const testing::TestInfo* test_info = test_case->GetTestInfo(j); in GetCompiledInTests() local 62 Value::Dict test_info; in WriteCompiledInTestsToFile() local
|
| D | gtest_xml_unittest_result_printer.cc | 141 const testing::TestInfo& test_info) { in OnTestStart() 152 void XmlUnitTestResultPrinter::OnTestEnd(const testing::TestInfo& test_info) { in OnTestEnd()
|
| /external/icing/icing/testing/ |
| D | logging-event-listener.cc | 51 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/ |
| D | net_test_suite.cc | 22 void OnTestStart(const testing::TestInfo& test_info) override { in OnTestStart() 28 void OnTestEnd(const testing::TestInfo& test_info) override { in OnTestEnd()
|
| /external/perfetto/test/ |
| D | gtest_logcat_printer.cc | 53 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/ |
| D | pc_low_bandwidth_audio_test.cc | 51 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
|
| D | low_bandwidth_audio_test.cc | 40 const ::testing::TestInfo* const test_info = in AudioOutputFile() local 65 const ::testing::TestInfo* const test_info = in OnStreamsStopped() local
|
| /external/libchrome/base/test/ |
| D | test_suite.cc | 75 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
|
| D | gtest_util.cc | 41 const testing::TestInfo* test_info = test_case->GetTestInfo(j); in GetCompiledInTests() local 58 std::unique_ptr<DictionaryValue> test_info(new DictionaryValue); in WriteCompiledInTestsToFile() local
|
| D | gtest_xml_unittest_result_printer.cc | 71 const testing::TestInfo& test_info) { in OnTestStart() 82 void XmlUnitTestResultPrinter::OnTestEnd(const testing::TestInfo& test_info) { in OnTestEnd()
|
| /external/tensorflow/tensorflow/lite/kernels/ |
| D | acceleration_test_util.cc | 25 const ::testing::TestInfo* const test_info = in GetCurrentTestId() local
|
| /external/webrtc/rtc_base/system/ |
| D | file_wrapper_unittest.cc | 20 auto test_info = ::testing::UnitTest::GetInstance()->current_test_info(); in TEST() local
|
| /external/cronet/net/third_party/quiche/src/quiche/quic/test_tools/ |
| D | send_algorithm_test_utils.cc | 46 const auto* test_info = in GetFullSendAlgorithmTestName() local
|
| /external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/ |
| D | gtest.h | 809 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/ |
| D | gtest.h | 809 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/ |
| D | googletest-param-test-test.cc | 782 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/ |
| D | googletest-param-test-test.cc | 782 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
|