Home
last modified time | relevance | path

Searched refs:test_info (Results 1 – 25 of 44) sorted by relevance

12

/aosp12/packages/modules/NeuralNetworks/runtime/test/
H A DLogTestCaseToLogcat.h26 virtual void OnTestStart(const ::testing::TestInfo& test_info) { in OnTestStart() argument
27 LOG(INFO) << "[Test Case] " << test_info.test_suite_name() << "." << test_info.name() in OnTestStart()
31 virtual void OnTestEnd(const ::testing::TestInfo& test_info) { in OnTestEnd() argument
32 LOG(INFO) << "[Test Case] " << test_info.test_suite_name() << "." << test_info.name() in OnTestEnd()
/aosp12/hardware/interfaces/neuralnetworks/1.0/vts/functional/include/1.0/
H A DLogTestCaseToLogcat.h27 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart() argument
28 LOG(INFO) << "[Test Case] " << test_info.test_suite_name() << "." << test_info.name() in OnTestStart()
32 void OnTestEnd(const ::testing::TestInfo& test_info) override { in OnTestEnd() argument
33 LOG(INFO) << "[Test Case] " << test_info.test_suite_name() << "." << test_info.name() in OnTestEnd()
/aosp12/hardware/interfaces/neuralnetworks/aidl/vts/functional/
H A DLogTestCaseToLogcat.h27 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart() argument
28 LOG(INFO) << "[Test Case] " << test_info.test_suite_name() << "." << test_info.name() in OnTestStart()
32 void OnTestEnd(const ::testing::TestInfo& test_info) override { in OnTestEnd() argument
33 LOG(INFO) << "[Test Case] " << test_info.test_suite_name() << "." << test_info.name() in OnTestEnd()
/aosp12/system/core/fastboot/fuzzy_fastboot/
H A Dtest_listeners.h34 virtual void OnTestStart(const ::testing::TestInfo& test_info) { in OnTestStart() argument
35 printf("*** Test %s.%s starting.\n", test_info.test_case_name(), test_info.name()); in OnTestStart()
46 virtual void OnTestEnd(const ::testing::TestInfo& test_info) { in OnTestEnd() argument
47 printf("*** Test %s.%s ending.\n", test_info.test_case_name(), test_info.name()); in OnTestEnd()
/aosp12/frameworks/native/services/surfaceflinger/tests/unittests/
H A DLayerMetadataTest.cpp40 const ::testing::TestInfo* const test_info = in LayerMetadataTest() local
42 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in LayerMetadataTest()
46 const ::testing::TestInfo* const test_info = in ~LayerMetadataTest() local
48 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~LayerMetadataTest()
H A DGameModeTest.cpp41 const ::testing::TestInfo* const test_info = in GameModeTest() local
43 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in GameModeTest()
49 const ::testing::TestInfo* const test_info = in ~GameModeTest() local
51 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~GameModeTest()
H A DTransactionFrameTracerTest.cpp44 const ::testing::TestInfo* const test_info = in TransactionFrameTracerTest() local
46 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in TransactionFrameTracerTest()
52 const ::testing::TestInfo* const test_info = in ~TransactionFrameTracerTest() local
54 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~TransactionFrameTracerTest()
H A DDisplayTransactionTest.cpp35 const ::testing::TestInfo* const test_info = in DisplayTransactionTest() local
37 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in DisplayTransactionTest()
62 const ::testing::TestInfo* const test_info = in ~DisplayTransactionTest() local
64 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~DisplayTransactionTest()
H A DTunnelModeEnabledReporterTest.cpp81 const ::testing::TestInfo* const test_info = in TunnelModeEnabledReporterTest() local
83 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in TunnelModeEnabledReporterTest()
93 const ::testing::TestInfo* const test_info = in ~TunnelModeEnabledReporterTest() local
95 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~TunnelModeEnabledReporterTest()
H A DFpsReporterTest.cpp99 const ::testing::TestInfo* const test_info = in FpsReporterTest() local
101 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in FpsReporterTest()
110 const ::testing::TestInfo* const test_info = in ~FpsReporterTest() local
112 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~FpsReporterTest()
H A DRefreshRateStatsTest.cpp69 const ::testing::TestInfo* const test_info = in RefreshRateStatsTest() local
71 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in RefreshRateStatsTest()
75 const ::testing::TestInfo* const test_info = in ~RefreshRateStatsTest() local
77 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~RefreshRateStatsTest()
H A DDispSyncSourceTest.cpp148 const ::testing::TestInfo* const test_info = in DispSyncSourceTest() local
150 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in DispSyncSourceTest()
154 const ::testing::TestInfo* const test_info = in ~DispSyncSourceTest() local
156 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~DispSyncSourceTest()
H A DRefreshRateSelectionTest.cpp79 const ::testing::TestInfo* const test_info = in RefreshRateSelectionTest() local
81 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in RefreshRateSelectionTest()
88 const ::testing::TestInfo* const test_info = in ~RefreshRateSelectionTest() local
90 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~RefreshRateSelectionTest()
H A DTransactionApplicationTest.cpp45 const ::testing::TestInfo* const test_info = in TransactionApplicationTest() local
47 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in TransactionApplicationTest()
54 const ::testing::TestInfo* const test_info = in ~TransactionApplicationTest() local
56 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~TransactionApplicationTest()
H A DFrameTracerTest.cpp41 const ::testing::TestInfo* const test_info = in FrameTracerTest() local
43 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in FrameTracerTest()
56 const ::testing::TestInfo* const test_info = in ~FrameTracerTest() local
58 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~FrameTracerTest()
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/
H A DPredictorTest.cpp58 const ::testing::TestInfo* const test_info = in LayerStackTest() local
60 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in LayerStackTest()
64 const ::testing::TestInfo* const test_info = in ~LayerStackTest() local
66 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~LayerStackTest()
333 const ::testing::TestInfo* const test_info = in PredictionTest() local
335 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in PredictionTest()
339 const ::testing::TestInfo* const test_info = in ~PredictionTest() local
341 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~PredictionTest()
423 const ::testing::TestInfo* const test_info = in PredictorTest() local
425 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in PredictorTest()
[all …]
H A DTexturePoolTest.cpp42 const ::testing::TestInfo* const test_info = in TexturePoolTest() local
44 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in TexturePoolTest()
50 const ::testing::TestInfo* const test_info = in ~TexturePoolTest() local
52 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~TexturePoolTest()
/aosp12/frameworks/native/libs/nativewindow/tests/
H A DANativeWindowTest.cpp50 const ::testing::TestInfo* const test_info = in SetUp() local
52 ALOGV("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in SetUp()
61 const ::testing::TestInfo* const test_info = in TearDown() local
63 ALOGV("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in TearDown()
/aosp12/frameworks/native/services/gpuservice/tests/unittests/
H A DGpuMemTest.cpp50 const ::testing::TestInfo* const test_info = in GpuMemTest() local
52 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in GpuMemTest()
56 const ::testing::TestInfo* const test_info = in ~GpuMemTest() local
58 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~GpuMemTest()
H A DGpuMemTracerTest.cpp47 const ::testing::TestInfo* const test_info = in GpuMemTracerTest() local
49 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in GpuMemTracerTest()
53 const ::testing::TestInfo* const test_info = in ~GpuMemTracerTest() local
55 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~GpuMemTracerTest()
H A DGpuStatsTest.cpp65 const ::testing::TestInfo* const test_info = in GpuStatsTest() local
67 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in GpuStatsTest()
71 const ::testing::TestInfo* const test_info = in ~GpuStatsTest() local
73 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~GpuStatsTest()
/aosp12/system/core/init/
H A Dinit_test.cpp273 void OnTestStart(const ::testing::TestInfo& test_info) override { in OnTestStart() argument
275 LOG(INFO) << "===== " << test_info.test_suite_name() << "::" << test_info.name() << " (" in OnTestStart()
276 << test_info.file() << ":" << test_info.line() << ")"; in OnTestStart()
278 UNUSED(test_info); in OnTestStart()
/aosp12/system/bt/gd/cert/
H A Dmetadata.py21 from acts.test_decorators import test_info
78 return test_info(**args)
/aosp12/system/core/libsysutils/src/
H A DSocketListener_test.cpp40 const testing::TestInfo* const test_info = in testSocketPath() local
42 return std::string(ANDROID_SOCKET_DIR "/") + std::string(test_info->test_case_name()) + in testSocketPath()
43 std::string(".") + std::string(test_info->name()); in testSocketPath()
/aosp12/hardware/interfaces/drm/1.0/vts/functional/include/android/hardware/drm/1.0/vts/
H A Ddrm_hal_clearkey_test.h63 const ::testing::TestInfo* const test_info = in SetUp() local
65 ALOGD("Running test %s.%s", test_info->test_case_name(), in SetUp()
66 test_info->name()); in SetUp()

12