Home
last modified time | relevance | path

Searched refs:test_case_name (Results 1 – 25 of 52) sorted by relevance

123

/aosp12/frameworks/base/libs/hwui/tests/common/
H A DTestUtils.h61 #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 Dtest_listeners.h35 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 DLayerMetadataTest.cpp42 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 DGameModeTest.cpp43 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 DTransactionFrameTracerTest.cpp46 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 DDisplayTransactionTest.cpp37 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 DTunnelModeEnabledReporterTest.cpp83 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 DFpsReporterTest.cpp101 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 DRefreshRateStatsTest.cpp71 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 DDispSyncSourceTest.cpp150 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 DRefreshRateSelectionTest.cpp81 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 DTransactionApplicationTest.cpp47 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 Dstoraged_uid_monitor.h32 #define FRIEND_TEST(test_case_name, test_name) \ argument
33 friend class test_case_name##_##test_name##_Test
H A Dstoraged_info.h30 #define FRIEND_TEST(test_case_name, test_name) \ argument
31 friend class test_case_name##_##test_name##_Test
H A Dstoraged.h33 #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 DPredictorTest.cpp60 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 DTexturePoolTest.cpp44 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 DANativeWindowTest.cpp52 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 DGpuMemTest.cpp52 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 DGpuMemTracerTest.cpp49 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 DGpuStatsTest.cpp67 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 Dmain.cpp38 printf("[ FAILED ] %s.%s\n", testinfo->test_case_name(), testinfo->name()); in gtestSigHandler()
/aosp12/frameworks/native/libs/gui/tests/
H A DStreamSplitter_test.cpp39 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 DGLTest.cpp34 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 DREADME.md166 …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

123