/external/autotest/client/tests/monotonic_time/src/ |
D | time_test.c | 137 typedef struct test_info { struct 139 void (*func)(struct test_info *); /* the test */ argument 150 void show_warps(struct test_info *test) in show_warps() argument
|
/external/mesa3d/src/gallium/tests/unit/ |
D | u_prim_verts_test.c | 6 struct test_info { struct 12 struct test_info tests[] = { argument
|
/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_case.GetTestInfo(j); in main() local
|
/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/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/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/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/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/webrtc/audio/test/ |
D | pc_low_bandwidth_audio_test.cc | 46 const ::testing::TestInfo* const test_info = in GetMetricTestCaseName() local 103 const ::testing::TestInfo* const test_info = in AudioOutputFile() local 118 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/webrtc/test/ |
D | test_main_lib.cc | 129 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart() 145 void OnTestEnd(const ::testing::TestInfo& test_info) override { in OnTestEnd()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | acceleration_test_util.cc | 25 const ::testing::TestInfo* const test_info = in GetCurrentTestId() local
|
/external/llvm-project/lldb/unittests/tools/lldb-server/tests/ |
D | TestBase.cpp | 16 const auto *test_info = in getLogFileName() local
|
/external/ltp/testcases/kernel/syscalls/sendmmsg/ |
D | sendmmsg_var.h | 46 static void test_info(void) in test_info() function
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/ |
D | googletest-param-test-test.cc | 780 const ::testing::TestInfo* const test_info = in TEST_P() local 801 const ::testing::TestInfo* const test_info = in TEST_P() local 815 const ::testing::TestInfo* const test_info = in TEST_F() local 879 const ::testing::TestInfo* test_info = test_suite->GetTestInfo(test_num); in TEST() local 894 const ::testing::TestInfo* const test_info = in TEST_P() local 919 const ::testing::TestInfo* const test_info = in TEST_P() local 949 const ::testing::TestInfo* const test_info = in TEST_P() local 977 const ::testing::TestInfo* const test_info = in TEST_P() local
|
/external/tensorflow/tensorflow/compiler/xla/tests/ |
D | manifest_checking_test.cc | 73 const testing::TestInfo* test_info = in SetUp() 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
|
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/ |
D | gtest.h | 791 static void ClearTestResult(TestInfo *test_info) { in ClearTestResult() 956 static bool TestPassed(const TestInfo *test_info) { in TestPassed() 961 static bool TestSkipped(const TestInfo *test_info) { in TestSkipped() 966 static bool TestFailed(const TestInfo *test_info) { in TestFailed() 972 static bool TestReportableDisabled(const TestInfo *test_info) { in TestReportableDisabled() 977 static bool TestDisabled(const TestInfo *test_info) { in TestDisabled() 982 static bool TestReportable(const TestInfo *test_info) { in TestReportable() 987 static bool ShouldRunTest(const TestInfo *test_info) { in ShouldRunTest()
|
/external/mesa3d/src/gtest/include/gtest/ |
D | gtest.h | 797 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult() 960 static bool TestPassed(const TestInfo* test_info) { in TestPassed() 965 static bool TestSkipped(const TestInfo* test_info) { in TestSkipped() 970 static bool TestFailed(const TestInfo* test_info) { in TestFailed() 976 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled() 981 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled() 986 static bool TestReportable(const TestInfo* test_info) { in TestReportable() 991 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/include/gtest/ |
D | gtest.h | 784 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult() 943 static bool TestPassed(const TestInfo* test_info) { in TestPassed() 948 static bool TestSkipped(const TestInfo* test_info) { in TestSkipped() 953 static bool TestFailed(const TestInfo* test_info) { in TestFailed() 959 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled() 964 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled() 969 static bool TestReportable(const TestInfo* test_info) { in TestReportable() 974 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
|
/external/libvpx/libvpx/third_party/googletest/src/include/gtest/ |
D | gtest.h | 786 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult() 935 static bool TestPassed(const TestInfo* test_info) { in TestPassed() 940 static bool TestFailed(const TestInfo* test_info) { in TestFailed() 946 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled() 951 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled() 956 static bool TestReportable(const TestInfo* test_info) { in TestReportable() 961 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
|
/external/llvm-project/llvm/utils/unittest/googletest/include/gtest/ |
D | gtest.h | 746 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult() 894 static bool TestPassed(const TestInfo* test_info) { in TestPassed() 899 static bool TestFailed(const TestInfo* test_info) { in TestFailed() 905 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled() 910 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled() 915 static bool TestReportable(const TestInfo* test_info) { in TestReportable() 920 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
|
/external/googletest/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()
|