Home
last modified time | relevance | path

Searched refs:test_info (Results 1 – 25 of 35) sorted by relevance

12

/frameworks/av/media/libaudioclient/tests/
Dtest_execution_tracer.cpp23 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()
Dtest_execution_tracer.h23 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/
DGpuServiceTest.cpp18 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()
DGpuMemTest.cpp51 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()
DGpuMemTracerTest.cpp48 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()
DGpuStatsTest.cpp78 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/
DLayerMetadataTest.cpp42 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()
DFlagManagerTest.cpp48 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()
DTransactionFrameTracerTest.cpp43 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()
DGameModeTest.cpp41 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()
DTunnelModeEnabledReporterTest.cpp74 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()
DDisplayTransactionTest.cpp33 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()
DFrameRateSelectionPriorityTest.cpp70 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()
DFpsReporterTest.cpp109 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()
DRefreshRateStatsTest.cpp48 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()
DVsyncScheduleTest.cpp60 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()
DFrameTracerTest.cpp41 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()
DDisplayTransactionTestHelpers.h401 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())
DFrameRateSelectionStrategyTest.cpp65 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()
DTransactionSurfaceFrameTest.cpp43 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()
DEventThreadTest.cpp155 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/
DANativeWindowTest.cpp50 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/
DPredictorTest.cpp65 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 …]
DTexturePoolTest.cpp42 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/
Djni_test_main.cc83 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()

12