/frameworks/av/media/libaudioclient/tests/ |
D | test_execution_tracer.cpp | 23 void TestExecutionTracer::OnTestStart(const ::testing::TestInfo& test_info) { in OnTestStart() argument 24 TraceTestState("Started", test_info); in OnTestStart() 27 void TestExecutionTracer::OnTestEnd(const ::testing::TestInfo& test_info) { in OnTestEnd() argument 28 TraceTestState("Finished", test_info); in OnTestEnd() 41 const ::testing::TestInfo& test_info) { in TraceTestState() 42 LOG(INFO) << state << " " << test_info.test_suite_name() << "::" << test_info.name(); in TraceTestState()
|
D | test_execution_tracer.h | 23 void OnTestStart(const ::testing::TestInfo& test_info) override; 24 void OnTestEnd(const ::testing::TestInfo& test_info) override; 28 static void TraceTestState(const std::string& state, const ::testing::TestInfo& test_info);
|
/frameworks/native/services/gpuservice/tests/unittests/ |
D | GpuServiceTest.cpp | 18 const ::testing::TestInfo* const test_info = in GpuServiceTest() local 20 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in GpuServiceTest() 24 const ::testing::TestInfo* const test_info = in ~GpuServiceTest() local 26 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~GpuServiceTest()
|
D | GpuMemTest.cpp | 51 const ::testing::TestInfo* const test_info = in GpuMemTest() local 53 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in GpuMemTest() 57 const ::testing::TestInfo* const test_info = in ~GpuMemTest() local 59 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~GpuMemTest()
|
D | GpuMemTracerTest.cpp | 48 const ::testing::TestInfo* const test_info = in GpuMemTracerTest() local 50 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in GpuMemTracerTest() 54 const ::testing::TestInfo* const test_info = in ~GpuMemTracerTest() local 56 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~GpuMemTracerTest()
|
D | GpuStatsTest.cpp | 78 const ::testing::TestInfo* const test_info = in GpuStatsTest() local 80 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in GpuStatsTest() 84 const ::testing::TestInfo* const test_info = in ~GpuStatsTest() local 86 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~GpuStatsTest()
|
/frameworks/native/services/surfaceflinger/tests/unittests/ |
D | LayerMetadataTest.cpp | 42 const ::testing::TestInfo* const test_info = in LayerMetadataTest() local 44 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in LayerMetadataTest() 48 const ::testing::TestInfo* const test_info = in ~LayerMetadataTest() local 50 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~LayerMetadataTest()
|
D | FlagManagerTest.cpp | 48 const ::testing::TestInfo* const test_info = in FlagManagerTest() local 50 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in FlagManagerTest() 53 const ::testing::TestInfo* const test_info = in ~FlagManagerTest() local 55 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~FlagManagerTest()
|
D | TransactionFrameTracerTest.cpp | 43 const ::testing::TestInfo* const test_info = in TransactionFrameTracerTest() local 45 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()
|
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()
|
D | TunnelModeEnabledReporterTest.cpp | 74 const ::testing::TestInfo* const test_info = in TunnelModeEnabledReporterTest() local 76 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in TunnelModeEnabledReporterTest() 85 const ::testing::TestInfo* const test_info = in ~TunnelModeEnabledReporterTest() local 87 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~TunnelModeEnabledReporterTest()
|
D | DisplayTransactionTest.cpp | 33 const ::testing::TestInfo* const test_info = in DisplayTransactionTest() local 35 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in DisplayTransactionTest() 59 const ::testing::TestInfo* const test_info = in ~DisplayTransactionTest() local 61 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~DisplayTransactionTest()
|
D | FrameRateSelectionPriorityTest.cpp | 70 const ::testing::TestInfo* const test_info = in RefreshRateSelectionTest() local 72 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in RefreshRateSelectionTest() 79 const ::testing::TestInfo* const test_info = in ~RefreshRateSelectionTest() local 81 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~RefreshRateSelectionTest()
|
D | FpsReporterTest.cpp | 109 const ::testing::TestInfo* const test_info = in FpsReporterTest() local 111 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in FpsReporterTest() 117 const ::testing::TestInfo* const test_info = in ~FpsReporterTest() local 119 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~FpsReporterTest()
|
D | RefreshRateStatsTest.cpp | 48 const ::testing::TestInfo* const test_info = in RefreshRateStatsTest() local 50 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in RefreshRateStatsTest() 54 const ::testing::TestInfo* const test_info = in ~RefreshRateStatsTest() local 56 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~RefreshRateStatsTest()
|
D | VsyncScheduleTest.cpp | 60 const ::testing::TestInfo* const test_info = in VsyncScheduleTest() local 62 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in VsyncScheduleTest() 66 const ::testing::TestInfo* const test_info = in ~VsyncScheduleTest() local 68 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~VsyncScheduleTest()
|
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()
|
D | DisplayTransactionTestHelpers.h | 401 const ::testing::TestInfo* const test_info = 410 test_info->test_case_name() + "." + test_info->name()) 574 const ::testing::TestInfo* const test_info = 583 test_info->test_case_name() + "." + test_info->name()) 622 const ::testing::TestInfo* const test_info = 632 test_info->test_case_name() + "." + test_info->name())
|
D | FrameRateSelectionStrategyTest.cpp | 65 const ::testing::TestInfo* const test_info = in FrameRateSelectionStrategyTest() local 67 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in FrameRateSelectionStrategyTest()
|
D | TransactionSurfaceFrameTest.cpp | 43 const ::testing::TestInfo* const test_info = in TransactionSurfaceFrameTest() local 45 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in TransactionSurfaceFrameTest() 52 const ::testing::TestInfo* const test_info = in ~TransactionSurfaceFrameTest() local 54 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~TransactionSurfaceFrameTest()
|
D | EventThreadTest.cpp | 155 const ::testing::TestInfo* const test_info = in EventThreadTest() local 157 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in EventThreadTest() 176 const ::testing::TestInfo* const test_info = in ~EventThreadTest() local 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 | 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()
|
/frameworks/native/services/surfaceflinger/CompositionEngine/tests/planner/ |
D | PredictorTest.cpp | 65 const ::testing::TestInfo* const test_info = in LayerStackTest() local 67 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in LayerStackTest() 71 const ::testing::TestInfo* const test_info = in ~LayerStackTest() local 73 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~LayerStackTest() 349 const ::testing::TestInfo* const test_info = in PredictionTest() local 351 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in PredictionTest() 355 const ::testing::TestInfo* const test_info = in ~PredictionTest() local 357 ALOGD("**** Tearing down after %s.%s\n", test_info->test_case_name(), test_info->name()); in ~PredictionTest() 442 const ::testing::TestInfo* const test_info = in PredictorTest() local 444 ALOGD("**** Setting up for %s.%s\n", test_info->test_case_name(), test_info->name()); in PredictorTest() [all …]
|
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()
|
/frameworks/libs/binary_translation/tests/tests_apk/jni/ |
D | jni_test_main.cc | 83 const ::testing::TestInfo* test_info = test_case->GetTestInfo(j); in VerifyTestList() local 84 actual_test_list.push_back(std::string(test_info->test_case_name()) + "." + in VerifyTestList() 85 test_info->name()); in VerifyTestList()
|