/aosp_15_r20/external/sdv/vsomeip/third_party/boost/predef/test/ |
D | version.cpp | 15 struct test_info struct 17 std::string value; 18 bool passed; 20 test_info(std::string const & v, bool p) : value(v), passed(p) {} in test_info() function 21 test_info(test_info const & o) : value(o.value), passed(o.passed) {} in test_info() function
|
D | make.cpp | 16 struct test_info struct 18 std::string value; 19 bool passed; 21 test_info(std::string const & v, bool p) : value(v), passed(p) {} in test_info() argument 22 test_info(test_info const & o) : value(o.value), passed(o.passed) {} in test_info() function
|
D | tested_at.cpp | 16 struct test_info struct 18 std::string value; 19 bool passed; 21 test_info(std::string const & v, bool p) : value(v), passed(p) {} in test_info() argument 22 test_info(test_info const & o) : value(o.value), passed(o.passed) {} in test_info() function
|
D | workaround.cpp | 16 struct test_info struct 18 std::string value; 19 bool passed; 21 test_info(std::string const & v, bool p) : value(v), passed(p) {} in test_info() argument 22 test_info(test_info const & o) : value(o.value), passed(o.passed) {} in test_info() function
|
/aosp_15_r20/external/libdrm/tests/amdgpu/ |
H A D | shader_test_util.c | 89 void (*fn)(struct shader_test_info *test_info)) in shader_test_for_each() 93 struct shader_test_info test_info = {0}; in shader_test_for_each() local 576 static void amdgpu_test_dispatch_memset(struct shader_test_info *test_info) in amdgpu_test_dispatch_memset() 693 void amdgpu_test_dispatch_memcpy(struct shader_test_info *test_info) in amdgpu_test_dispatch_memcpy() 831 static void shader_test_dispatch_cb(struct shader_test_info *test_info) in shader_test_dispatch_cb() 836 static void shader_test_dispatch_hang_cb(struct shader_test_info *test_info) in shader_test_dispatch_hang_cb() 848 static void shader_test_dispatch_hang_slow_cb(struct shader_test_info *test_info) in shader_test_dispatch_hang_slow_cb() 1755 static void amdgpu_memset_draw_test(struct shader_test_info *test_info) in amdgpu_memset_draw_test() 1916 static void amdgpu_memcpy_draw_test(struct shader_test_info *test_info) in amdgpu_memcpy_draw_test() 2137 static void shader_test_draw_cb(struct shader_test_info *test_info) in shader_test_draw_cb() [all …]
|
/aosp_15_r20/external/cronet/base/test/ |
H A D | test_suite.cc | 116 void OnTestStart(const testing::TestInfo& test_info) override { in OnTestStart() 139 void OnTestStart(const testing::TestInfo& test_info) override { in OnTestStart() 143 void OnTestEnd(const testing::TestInfo& test_info) override { in OnTestEnd() 163 void OnTestStart(const testing::TestInfo& test_info) override { in OnTestStart() 207 void OnTestEnd(const testing::TestInfo& test_info) override { in OnTestEnd() 479 const ::testing::TestInfo* const test_info = in UnitTestAssertHandler() local
|
/aosp_15_r20/external/mesa3d/src/gallium/tests/unit/ |
H A D | u_prim_verts_test.c | 6 struct test_info { struct 12 struct test_info tests[] = { argument
|
/aosp_15_r20/frameworks/av/media/libaudioclient/tests/ |
H A D | test_execution_tracer.cpp | 23 void TestExecutionTracer::OnTestStart(const ::testing::TestInfo& test_info) { in OnTestStart() 27 void TestExecutionTracer::OnTestEnd(const ::testing::TestInfo& test_info) { in OnTestEnd() 40 void TestExecutionTracer::TraceTestState(const std::string& state, in TraceTestState()
|
/aosp_15_r20/frameworks/av/services/audiopolicy/tests/ |
H A D | test_execution_tracer.cpp | 23 void TestExecutionTracer::OnTestStart(const ::testing::TestInfo& test_info) { in OnTestStart() 27 void TestExecutionTracer::OnTestEnd(const ::testing::TestInfo& test_info) { in OnTestEnd() 40 void TestExecutionTracer::TraceTestState(const std::string& state, in TraceTestState()
|
/aosp_15_r20/external/libchrome/base/test/ |
H A 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
|
/aosp_15_r20/hardware/interfaces/audio/aidl/vts/ |
H A D | TestUtils.cpp | 26 void TestExecutionTracer::OnTestStart(const ::testing::TestInfo& test_info) { in OnTestStart() 30 void TestExecutionTracer::OnTestEnd(const ::testing::TestInfo& test_info) { in OnTestEnd() 38 void TestExecutionTracer::TraceTestState(const std::string& state, in TraceTestState()
|
/aosp_15_r20/trusty/user/base/lib/googletest/include/ |
D | trusty-gtest.h | 45 void OnTestStart(const testing::TestInfo& test_info) override { in OnTestStart() 54 void OnTestEnd(const testing::TestInfo& test_info) override { in OnTestEnd() 89 static void PrintTestName(const testing::TestInfo& test_info, in PrintTestName()
|
/aosp_15_r20/external/pigweed/pw_unit_test/ |
H A 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()
|
/aosp_15_r20/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
|
/aosp_15_r20/external/rust/android-crates-io/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
|
/aosp_15_r20/external/cronet/third_party/boringssl/src/third_party/googletest/googletest/samples/ |
H A D | sample9_unittest.cc | 59 void OnTestStart(const TestInfo& test_info) override { in OnTestStart() 75 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd() 134 const TestInfo& test_info = *test_suite.GetTestInfo(j); in main() local
|
/aosp_15_r20/external/googletest/googletest/samples/ |
H A D | sample9_unittest.cc | 59 void OnTestStart(const TestInfo& test_info) override { in OnTestStart() 75 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd() 134 const TestInfo& test_info = *test_suite.GetTestInfo(j); in main() local
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/samples/ |
H A D | sample9_unittest.cc | 59 void OnTestStart(const TestInfo& test_info) override { in OnTestStart() 75 void OnTestEnd(const TestInfo& test_info) override { in OnTestEnd() 134 const TestInfo& test_info = *test_suite.GetTestInfo(j); in main() local
|
/aosp_15_r20/external/libtextclassifier/native/utils/testing/ |
H A 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
|
/aosp_15_r20/external/icing/icing/testing/ |
H A 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
|
/aosp_15_r20/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/ |
H A D | PredictorTest.cpp | 65 const ::testing::TestInfo* const test_info = in LayerStackTest() local 71 const ::testing::TestInfo* const test_info = in ~LayerStackTest() local 349 const ::testing::TestInfo* const test_info = in PredictionTest() local 355 const ::testing::TestInfo* const test_info = in ~PredictionTest() local 442 const ::testing::TestInfo* const test_info = in PredictorTest() local 448 const ::testing::TestInfo* const test_info = in ~PredictorTest() local
|
/aosp_15_r20/external/cronet/third_party/googletest/src/googletest/test/ |
H A D | googletest-param-test-test.cc | 839 const ::testing::TestInfo* const test_info = in TEST_P() local 860 const ::testing::TestInfo* const test_info = in TEST_P() local 874 const ::testing::TestInfo* const test_info = in TEST_F() local 967 const ::testing::TestInfo* test_info = test_suite->GetTestInfo(test_num); in TEST() local 982 const ::testing::TestInfo* const test_info = in TEST_P() local 1007 const ::testing::TestInfo* const test_info = in TEST_P() local 1037 const ::testing::TestInfo* const test_info = in TEST_P() local 1065 const ::testing::TestInfo* const test_info = in TEST_P() local
|
/aosp_15_r20/prebuilts/vndk/v30/x86/include/external/googletest/googletest/include/gtest/ |
D | gtest.h | 793 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult() 958 static bool TestPassed(const TestInfo* test_info) { in TestPassed() 963 static bool TestSkipped(const TestInfo* test_info) { in TestSkipped() 968 static bool TestFailed(const TestInfo* test_info) { in TestFailed() 974 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled() 979 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled() 984 static bool TestReportable(const TestInfo* test_info) { in TestReportable() 989 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
|
/aosp_15_r20/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()
|
/aosp_15_r20/prebuilts/vndk/v30/x86_64/include/external/googletest/googletest/include/gtest/ |
D | gtest.h | 793 static void ClearTestResult(TestInfo* test_info) { in ClearTestResult() 958 static bool TestPassed(const TestInfo* test_info) { in TestPassed() 963 static bool TestSkipped(const TestInfo* test_info) { in TestSkipped() 968 static bool TestFailed(const TestInfo* test_info) { in TestFailed() 974 static bool TestReportableDisabled(const TestInfo* test_info) { in TestReportableDisabled() 979 static bool TestDisabled(const TestInfo* test_info) { in TestDisabled() 984 static bool TestReportable(const TestInfo* test_info) { in TestReportable() 989 static bool ShouldRunTest(const TestInfo* test_info) { in ShouldRunTest()
|