/aosp12/frameworks/base/libs/hwui/tests/common/ |
H A D | TestUtils.h | 61 #define INNER_PIPELINE_RENDERTHREAD_TEST(test_case_name, test_name, pipeline) \ argument 62 INNER_PIPELINE_TEST(test_case_name, test_name, pipeline, \ 70 #define RENDERTHREAD_TEST(test_case_name, test_name) \ argument 71 class test_case_name##_##test_name##_RenderThreadTest { \ 75 INNER_PIPELINE_RENDERTHREAD_TEST(test_case_name, test_name, SkiaGL); \ 76 INNER_PIPELINE_RENDERTHREAD_TEST(test_case_name, test_name, SkiaVulkan); \ 77 void test_case_name##_##test_name##_RenderThreadTest::doTheThing( \ 83 #define RENDERTHREAD_SKIA_PIPELINE_TEST(test_case_name, test_name) \ argument 84 class test_case_name##_##test_name##_RenderThreadTest { \ 88 INNER_PIPELINE_RENDERTHREAD_TEST(test_case_name, test_name, SkiaGL); \ [all …]
|
/aosp12/system/core/fastboot/fuzzy_fastboot/ |
H A D | test_listeners.h | 35 printf("*** Test %s.%s starting.\n", test_info.test_case_name(), test_info.name()); in OnTestStart() 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 | 42 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in LayerMetadataTest() 48 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~LayerMetadataTest()
|
H A D | GameModeTest.cpp | 43 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in GameModeTest() 51 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~GameModeTest()
|
H A D | TransactionFrameTracerTest.cpp | 46 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in TransactionFrameTracerTest() 54 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~TransactionFrameTracerTest()
|
H A D | DisplayTransactionTest.cpp | 37 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in DisplayTransactionTest() 64 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~DisplayTransactionTest()
|
H A D | TunnelModeEnabledReporterTest.cpp | 83 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in TunnelModeEnabledReporterTest() 95 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~TunnelModeEnabledReporterTest()
|
H A D | FpsReporterTest.cpp | 101 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in FpsReporterTest() 112 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~FpsReporterTest()
|
H A D | RefreshRateStatsTest.cpp | 71 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in RefreshRateStatsTest() 77 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~RefreshRateStatsTest()
|
H A D | DispSyncSourceTest.cpp | 150 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in DispSyncSourceTest() 156 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~DispSyncSourceTest()
|
H A D | RefreshRateSelectionTest.cpp | 81 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in RefreshRateSelectionTest() 90 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~RefreshRateSelectionTest()
|
H A D | TransactionApplicationTest.cpp | 47 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in TransactionApplicationTest() 56 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~TransactionApplicationTest()
|
/aosp12/system/core/storaged/include/ |
H A D | storaged_uid_monitor.h | 32 #define FRIEND_TEST(test_case_name, test_name) \ argument 33 friend class test_case_name##_##test_name##_Test
|
H A D | storaged_info.h | 30 #define FRIEND_TEST(test_case_name, test_name) \ argument 31 friend class test_case_name##_##test_name##_Test
|
H A D | storaged.h | 33 #define FRIEND_TEST(test_case_name, test_name) \ argument 34 friend class test_case_name##_##test_name##_Test
|
/aosp12/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/ |
H A D | PredictorTest.cpp | 60 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in LayerStackTest() 66 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~LayerStackTest() 335 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in PredictionTest() 341 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~PredictionTest() 425 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in PredictorTest() 431 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~PredictorTest()
|
H A D | TexturePoolTest.cpp | 44 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in TexturePoolTest() 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 | 52 ALOGV("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in SetUp() 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 | 52 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in GpuMemTest() 58 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~GpuMemTest()
|
H A D | GpuMemTracerTest.cpp | 49 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in GpuMemTracerTest() 55 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~GpuMemTracerTest()
|
H A D | GpuStatsTest.cpp | 67 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in GpuStatsTest() 73 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~GpuStatsTest()
|
/aosp12/frameworks/base/libs/hwui/tests/unit/ |
H A D | main.cpp | 38 printf("[ FAILED ] %s.%s\n", testinfo->test_case_name(), testinfo->name()); in gtestSigHandler()
|
/aosp12/frameworks/native/libs/gui/tests/ |
H A D | StreamSplitter_test.cpp | 39 ALOGV("Begin test: %s.%s", testInfo->test_case_name(), in StreamSplitterTest() 46 ALOGV("End test: %s.%s", testInfo->test_case_name(), in ~StreamSplitterTest()
|
H A D | GLTest.cpp | 34 ALOGV("Begin test: %s.%s", testInfo->test_case_name(), testInfo->name()); in SetUp() 138 ALOGV("End test: %s.%s", testInfo->test_case_name(), testInfo->name()); in TearDown()
|
/aosp12/packages/modules/NeuralNetworks/runtime/test/android_fuzzing/ |
H A D | README.md | 166 …e=2:handle_sigbus=2:handle_abort=2:handle_segv=2 $FUZZER_TARGET $FUZZER_TARGET_DIR/<test_case_name> 171 E.g., `<test_case_name>` could be: 183 …us=2:handle_abort=2:handle_segv=2 $FUZZER_TARGET $FUZZER_TARGET_DIR/<test_case_name> -artifact_pre… 188 Note that the `<test_case_name>` must be some sort of crash for the
|