/system/bt/common/test/ |
D | thread_performance_test.cc | 52 void SetUp() override { in SetUp() function in PerformanceTest 98 void SetUp() override { in SetUp() function in OsiThreadMessageLoopPerformanceTest 99 MessageLoopPerformanceTest::SetUp(); in SetUp() 143 void SetUp() override { in SetUp() function in StlThreadMessageLoopPerformanceTest 144 MessageLoopPerformanceTest::SetUp(); in SetUp() 189 void SetUp() override { in SetUp() function in PosixThreadMessageLoopPerformanceTest 190 MessageLoopPerformanceTest::SetUp(); in SetUp() 234 void SetUp() override { in SetUp() function in ReactorPerformanceTest 235 PerformanceTest::SetUp(); in SetUp() 276 void SetUp() override { in SetUp() function in WorkerThreadPerformanceTest [all …]
|
/system/bt/common/benchmark/ |
D | timer_performance_benchmark.cc | 64 void SetUp(State& st) override { in SetUp() function in BM_OsiAlarmTimer 65 ::benchmark::Fixture::SetUp(st); in SetUp() 104 void SetUp(State& st) override { in SetUp() function in BM_AlarmTaskTimer 105 ::benchmark::Fixture::SetUp(st); in SetUp() 159 void SetUp(State& st) override { in SetUp() function in BM_OsiPeriodicAlarmTimer 160 ::benchmark::Fixture::SetUp(st); in SetUp() 208 void SetUp(State& st) override { in SetUp() function in BM_AlarmTaskPeriodicTimer 209 ::benchmark::Fixture::SetUp(st); in SetUp()
|
D | thread_performance_benchmark.cc | 67 void SetUp(State& st) override { in SetUp() function in BM_ThreadPerformance 68 benchmark::Fixture::SetUp(st); in SetUp() 115 void SetUp(State& st) override { in SetUp() function in BM_MessageLoopOsiThread 116 BM_MessageLoop::SetUp(st); in SetUp() 162 void SetUp(State& st) override { in SetUp() function in BM_MessageLoopStlThread 163 BM_MessageLoop::SetUp(st); in SetUp() 209 void SetUp(State& st) override { in SetUp() function in BM_MessageLoopPosixThread 210 BM_MessageLoop::SetUp(st); in SetUp() 254 void SetUp(State& st) override { in SetUp() function in BM_OsiReactorThread 255 BM_ThreadPerformance::SetUp(st); in SetUp() [all …]
|
/system/bt/gd/os/ |
D | thread_benchmark.cc | 35 void SetUp(State& st) override { in SetUp() function in BM_ThreadPerformance 36 benchmark::Fixture::SetUp(st); in SetUp() 61 void SetUp(State& st) override { in SetUp() function in BM_ReactorThread 62 BM_ThreadPerformance::SetUp(st); in SetUp()
|
/system/bt/osi/test/ |
D | AlarmTestHarness.cc | 41 void AlarmTestHarness::SetUp() { in SetUp() function in AlarmTestHarness 42 AllocationTestHarness::SetUp(); in SetUp()
|
D | AllocationTestHarness.cc | 25 void AllocationTestHarness::SetUp() { in SetUp() function in AllocationTestHarness
|
D | AllocationTestHarness.h | 25 virtual void SetUp();
|
D | AlarmTestHarness.h | 27 virtual void SetUp();
|
D | hash_map_utils_test.cc | 30 void SetUp() override { AllocationTestHarness::SetUp(); } in SetUp() function in HashMapUtilsTest
|
D | wakelock_test.cc | 48 void SetUp() override { in SetUp() function in WakelockTest 49 AllocationTestHarness::SetUp(); in SetUp()
|
/system/bt/stack/test/a2dp/ |
D | a2dp_vendor_ldac_decoder_test.cc | 40 void SetUp() override { in SetUp() function in A2dpStackTest 41 AllocationTestHarness::SetUp(); in SetUp()
|
/system/core/libprocessgroup/profiles/ |
D | task_profiles_test.h | 31 void SetUp() override { in SetUp() function 32 JsonSchemaTest::SetUp(); in SetUp()
|
D | cgroups_test.h | 33 void SetUp() override { in SetUp() function 34 JsonSchemaTest::SetUp(); in SetUp()
|
/system/bt/test/suite/rfcomm/ |
D | rfcomm_test.cc | 28 void RFCommTest::SetUp() { in SetUp() function in bttest::RFCommTest 29 BluetoothTest::SetUp(); in SetUp()
|
D | rfcomm_test.h | 34 virtual void SetUp();
|
/system/libvintf/test/ |
D | vintf_object_tests.cpp | 412 virtual void SetUp() { in SetUp() function in android::vintf::testing::VintfObjectTestBase 482 virtual void SetUp() { in SetUp() function in android::vintf::testing::VintfObjectCompatibleTest 483 VintfObjectTestBase::SetUp(); in SetUp() 507 virtual void SetUp() { in SetUp() function in android::vintf::testing::VintfObjectIncompatibleTest 508 VintfObjectTestBase::SetUp(); in SetUp() 535 virtual void SetUp() { in SetUp() function in android::vintf::testing::VintfObjectRuntimeInfoTest 536 VintfObjectTestBase::SetUp(); in SetUp() 577 virtual void SetUp() { in SetUp() function in android::vintf::testing::VintfObjectTest 578 VintfObjectTestBase::SetUp(); in SetUp() 792 virtual void SetUp() override { in SetUp() function in android::vintf::testing::OdmManifestTest [all …]
|
/system/core/fastboot/fuzzy_fastboot/ |
D | fixtures.h | 65 void SetUp() override; 83 void SetUp() override; 126 void SetUp() override;
|
D | fixtures.cpp | 119 void FastBootTest::SetUp() { in SetUp() function in fastboot::FastBootTest 282 void ModeTest<UNLOCKED>::SetUp() { in SetUp() function in fastboot::ModeTest 283 ASSERT_NO_FATAL_FAILURE(FastBootTest::SetUp()); in SetUp() 316 void ExtensionsPartition<UNLOCKED>::SetUp() { in SetUp() function in fastboot::ExtensionsPartition 317 ASSERT_NO_FATAL_FAILURE(FastBootTest::SetUp()); in SetUp()
|
/system/netd/tests/benchmarks/ |
D | dns_benchmark.cpp | 61 void SetUp(const ::benchmark::State& state) override { in SetUp() function in DnsFixture 63 dns.SetUp(); in SetUp()
|
/system/bt/gd/l2cap/internal/ |
D | dynamic_channel_allocator_fuzz_test.cc | 39 SetUp(); in RunTests() 45 void SetUp() { in SetUp() function in bluetooth::l2cap::internal::L2capClassicDynamicChannelAllocatorFuzzTest
|
/system/bt/test/headless/ |
D | headless.h | 49 void SetUp(); 63 SetUp(); in RunOnHeadlessStack()
|
/system/bt/vendor_libs/test_vendor_lib/desktop/ |
D | test_environment.cc | 70 int socket_fd = remote_hci_transport_.SetUp(hci_server_port_); in SetUpHciServer() 96 int socket_fd = remote_link_layer_transport_.SetUp(link_server_port_); in SetUpLinkLayerServer() 154 int socket_fd = test_channel_transport_.SetUp(test_port_); in SetUpTestChannel()
|
/system/core/fs_mgr/liblp/ |
D | liblp_test.h | 29 void SetUp() override { ResetMockPropertyFetcher(); } in SetUp() function
|
/system/memory/libion/tests/ |
D | ion_test_fixture.h | 30 virtual void SetUp();
|
/system/bt/gd/common/ |
D | observer_registry_test.cc | 27 void SetUp() override { in SetUp() function in bluetooth::common::SingleObserverRegistryTest 79 void SetUp() override { in SetUp() function in bluetooth::common::MultipleObserverRegistryTest
|