Home
last modified time | relevance | path

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

1234

/external/autotest/client/tests/monotonic_time/src/
Dtime_test.c137 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/
Du_prim_verts_test.c6 struct test_info { struct
12 struct test_info tests[] = { argument
/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_case.GetTestInfo(j); in main() local
/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/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/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/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/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/webrtc/audio/test/
Dpc_low_bandwidth_audio_test.cc46 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
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/webrtc/test/
Dtest_main_lib.cc129 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/
Dacceleration_test_util.cc25 const ::testing::TestInfo* const test_info = in GetCurrentTestId() local
/external/llvm-project/lldb/unittests/tools/lldb-server/tests/
DTestBase.cpp16 const auto *test_info = in getLogFileName() local
/external/ltp/testcases/kernel/syscalls/sendmmsg/
Dsendmmsg_var.h46 static void test_info(void) in test_info() function
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/test/
Dgoogletest-param-test-test.cc780 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/
Dmanifest_checking_test.cc73 const testing::TestInfo* test_info = in SetUp() 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
/external/libaom/libaom/third_party/googletest/src/googletest/include/gtest/
Dgtest.h791 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/
Dgtest.h797 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/
Dgtest.h784 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/
Dgtest.h786 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/
Dgtest.h746 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/
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()

1234