/frameworks/native/services/gpuservice/tests/unittests/ |
D | GpuServiceTest.cpp | 20 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in GpuServiceTest() 26 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~GpuServiceTest()
|
D | GpuMemTest.cpp | 53 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in GpuMemTest() 59 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~GpuMemTest()
|
D | GpuMemTracerTest.cpp | 50 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in GpuMemTracerTest() 56 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~GpuMemTracerTest()
|
D | GpuStatsTest.cpp | 80 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in GpuStatsTest() 86 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~GpuStatsTest()
|
/frameworks/base/libs/hwui/tests/common/ |
D | TestUtils.h | 65 #define INNER_PIPELINE_RENDERTHREAD_TEST(test_case_name, test_name) \ argument 66 TEST(test_case_name, test_name) { \ 67 TestUtils::runOnRenderThread(test_case_name##_##test_name##_RenderThreadTest::doTheThing); \ 74 #define RENDERTHREAD_TEST(test_case_name, test_name) \ argument 75 class test_case_name##_##test_name##_RenderThreadTest { \ 79 INNER_PIPELINE_RENDERTHREAD_TEST(test_case_name, test_name); \ 82 void test_case_name##_##test_name##_RenderThreadTest::doTheThing( \
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | LayerMetadataTest.cpp | 44 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in LayerMetadataTest() 50 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~LayerMetadataTest()
|
D | FlagManagerTest.cpp | 50 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in FlagManagerTest() 55 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~FlagManagerTest()
|
D | TransactionFrameTracerTest.cpp | 45 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()
|
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()
|
D | TunnelModeEnabledReporterTest.cpp | 76 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in TunnelModeEnabledReporterTest() 87 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~TunnelModeEnabledReporterTest()
|
D | DisplayTransactionTest.cpp | 35 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in DisplayTransactionTest() 61 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~DisplayTransactionTest()
|
D | FrameRateSelectionPriorityTest.cpp | 72 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in RefreshRateSelectionTest() 81 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~RefreshRateSelectionTest()
|
D | FpsReporterTest.cpp | 111 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in FpsReporterTest() 119 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~FpsReporterTest()
|
D | RefreshRateStatsTest.cpp | 50 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in RefreshRateStatsTest() 56 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~RefreshRateStatsTest()
|
D | VsyncScheduleTest.cpp | 62 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in VsyncScheduleTest() 68 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~VsyncScheduleTest()
|
D | FrameTracerTest.cpp | 43 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in FrameTracerTest() 58 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~FrameTracerTest()
|
D | DisplayTransactionTestHelpers.h | 410 test_info->test_case_name() + "." + test_info->name()) 583 test_info->test_case_name() + "." + test_info->name()) 632 test_info->test_case_name() + "." + test_info->name())
|
D | FrameRateSelectionStrategyTest.cpp | 67 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in FrameRateSelectionStrategyTest()
|
D | TransactionSurfaceFrameTest.cpp | 45 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in TransactionSurfaceFrameTest() 54 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~TransactionSurfaceFrameTest()
|
D | EventThreadTest.cpp | 157 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in EventThreadTest() 178 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~EventThreadTest()
|
/frameworks/native/libs/nativewindow/tests/ |
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()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/ |
D | PredictorTest.cpp | 67 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in LayerStackTest() 73 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~LayerStackTest() 351 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in PredictionTest() 357 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~PredictionTest() 444 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in PredictorTest() 450 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~PredictorTest()
|
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()
|
/frameworks/base/libs/hwui/tests/unit/ |
D | main.cpp | 38 printf("[ FAILED ] %s.%s\n", testinfo->test_case_name(), testinfo->name()); in gtestSigHandler()
|
/frameworks/libs/binary_translation/tests/tests_apk/jni/ |
D | jni_test_main.cc | 84 actual_test_list.push_back(std::string(test_info->test_case_name()) + "." + in VerifyTestList()
|