/aosp12/packages/modules/NeuralNetworks/runtime/test/ |
H A D | LogTestCaseToLogcat.h | 26 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 D | LogTestCaseToLogcat.h | 27 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 D | LogTestCaseToLogcat.h | 27 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 D | test_listeners.h | 34 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 D | LayerMetadataTest.cpp | 40 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 D | GameModeTest.cpp | 41 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 D | TransactionFrameTracerTest.cpp | 44 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 D | DisplayTransactionTest.cpp | 35 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 D | TunnelModeEnabledReporterTest.cpp | 81 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 D | FpsReporterTest.cpp | 99 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 D | RefreshRateStatsTest.cpp | 69 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 D | DispSyncSourceTest.cpp | 148 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 D | RefreshRateSelectionTest.cpp | 79 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 D | TransactionApplicationTest.cpp | 45 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 D | FrameTracerTest.cpp | 41 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 D | PredictorTest.cpp | 58 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 D | TexturePoolTest.cpp | 42 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 D | ANativeWindowTest.cpp | 50 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 D | GpuMemTest.cpp | 50 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 D | GpuMemTracerTest.cpp | 47 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 D | GpuStatsTest.cpp | 65 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 D | init_test.cpp | 273 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 D | metadata.py | 21 from acts.test_decorators import test_info 78 return test_info(**args)
|
/aosp12/system/core/libsysutils/src/ |
H A D | SocketListener_test.cpp | 40 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 D | drm_hal_clearkey_test.h | 63 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()
|