Home
last modified time | relevance | path

Searched refs:SetUp (Results 1 – 25 of 372) sorted by relevance

12345678910>>...15

/system/bt/common/test/
Dthread_performance_test.cc53 void SetUp() override { in SetUp() function in PerformanceTest
99 void SetUp() override { in SetUp() function in OsiThreadMessageLoopPerformanceTest
100 MessageLoopPerformanceTest::SetUp(); in SetUp()
144 void SetUp() override { in SetUp() function in StlThreadMessageLoopPerformanceTest
145 MessageLoopPerformanceTest::SetUp(); in SetUp()
190 void SetUp() override { in SetUp() function in PosixThreadMessageLoopPerformanceTest
191 MessageLoopPerformanceTest::SetUp(); in SetUp()
235 void SetUp() override { in SetUp() function in ReactorPerformanceTest
236 PerformanceTest::SetUp(); in SetUp()
277 void SetUp() override { in SetUp() function in WorkerThreadPerformanceTest
[all …]
/system/bt/common/benchmark/
Dtimer_performance_benchmark.cc63 void SetUp(State& st) override { in SetUp() function in BM_OsiAlarmTimer
64 ::benchmark::Fixture::SetUp(st); in SetUp()
103 void SetUp(State& st) override { in SetUp() function in BM_AlarmTaskTimer
104 ::benchmark::Fixture::SetUp(st); in SetUp()
158 void SetUp(State& st) override { in SetUp() function in BM_OsiPeriodicAlarmTimer
159 ::benchmark::Fixture::SetUp(st); in SetUp()
207 void SetUp(State& st) override { in SetUp() function in BM_AlarmTaskPeriodicTimer
208 ::benchmark::Fixture::SetUp(st); in SetUp()
Dthread_performance_benchmark.cc68 void SetUp(State& st) override { in SetUp() function in BM_ThreadPerformance
69 benchmark::Fixture::SetUp(st); in SetUp()
116 void SetUp(State& st) override { in SetUp() function in BM_MessageLoopOsiThread
117 BM_MessageLoop::SetUp(st); in SetUp()
163 void SetUp(State& st) override { in SetUp() function in BM_MessageLoopStlThread
164 BM_MessageLoop::SetUp(st); in SetUp()
210 void SetUp(State& st) override { in SetUp() function in BM_MessageLoopPosixThread
211 BM_MessageLoop::SetUp(st); in SetUp()
255 void SetUp(State& st) override { in SetUp() function in BM_OsiReactorThread
256 BM_ThreadPerformance::SetUp(st); in SetUp()
[all …]
/system/bt/gd/os/
Dthread_benchmark.cc35 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/
DAlarmTestHarness.cc41 void AlarmTestHarness::SetUp() { in SetUp() function in AlarmTestHarness
42 AllocationTestHarness::SetUp(); in SetUp()
DAllocationTestHarness.cc25 void AllocationTestHarness::SetUp() { in SetUp() function in AllocationTestHarness
DAllocationTestHarness.h25 virtual void SetUp();
DAlarmTestHarness.h27 virtual void SetUp();
Dhash_map_utils_test.cc30 void SetUp() override { AllocationTestHarness::SetUp(); } in SetUp() function in HashMapUtilsTest
/system/bt/stack/test/a2dp/
Da2dp_vendor_ldac_decoder_test.cc40 void SetUp() override { in SetUp() function in A2dpStackTest
41 AllocationTestHarness::SetUp(); in SetUp()
/system/core/libstats/pull_lazy/tests/
Dlibstatspull_lazy_test.cpp28 virtual void SetUp() { in SetUp() function in LibstatspullLazyTest
29 ::testing::Test::SetUp(); in SetUp()
/system/core/libstats/socket_lazy/tests/
Dlibstatssocket_lazy_test.cpp28 virtual void SetUp() { in SetUp() function in LibstatssocketLazyTest
29 ::testing::Test::SetUp(); in SetUp()
/system/core/libprocessgroup/profiles/
Dtask_profiles_test.h31 void SetUp() override { in SetUp() function
32 JsonSchemaTest::SetUp(); in SetUp()
Dcgroups_test.h33 void SetUp() override { in SetUp() function
34 JsonSchemaTest::SetUp(); in SetUp()
/system/bt/test/suite/rfcomm/
Drfcomm_test.cc28 void RFCommTest::SetUp() { in SetUp() function in bttest::RFCommTest
29 BluetoothTest::SetUp(); in SetUp()
/system/libvintf/test/
Dvintf_object_tests.cpp451 virtual void SetUp() { in SetUp() function in android::vintf::testing::VintfObjectTestBase
521 virtual void SetUp() { in SetUp() function in android::vintf::testing::VintfObjectCompatibleTest
522 VintfObjectTestBase::SetUp(); in SetUp()
546 virtual void SetUp() { in SetUp() function in android::vintf::testing::VintfObjectIncompatibleTest
547 VintfObjectTestBase::SetUp(); in SetUp()
574 virtual void SetUp() { in SetUp() function in android::vintf::testing::VintfObjectRuntimeInfoTest
575 VintfObjectTestBase::SetUp(); in SetUp()
614 virtual void SetUp() { in SetUp() function in android::vintf::testing::VintfObjectKernelFcmTest
615 VintfObjectTestBase::SetUp(); in SetUp()
645 virtual void SetUp() { in SetUp() function in android::vintf::testing::VintfObjectTest
[all …]
/system/tools/aidl/tests/
Daidl_test_client_renamed_interface.cpp31 void SetUp() override { in SetUp() function in RenamedInterfaceTest
32 AidlTest::SetUp(); in SetUp()
Daidl_test_client_versioned_interface.cpp33 void SetUp() override { in SetUp() function in VersionedInterfaceTest
37 AidlTest::SetUp(); in SetUp()
/system/netd/tests/benchmarks/
Ddns_benchmark.cpp61 void SetUp(const ::benchmark::State& state) override { in SetUp() function in DnsFixture
63 dns.SetUp(); in SetUp()
/system/bt/gd/l2cap/internal/
Ddynamic_channel_allocator_fuzz_test.cc39 SetUp(); in RunTests()
45 void SetUp() { in SetUp() function in bluetooth::l2cap::internal::L2capClassicDynamicChannelAllocatorFuzzTest
/system/core/fastboot/fuzzy_fastboot/
Dfixtures.h65 void SetUp() override;
83 void SetUp() override;
126 void SetUp() override;
Dfixtures.cpp119 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/bt/hci/test/
Dhci_layer_test.cc56 void SetUp() override { in SetUp() function in HciLayerTest
57 AllocationTestHarness::SetUp(); in SetUp()
/system/core/fs_mgr/liblp/
Dliblp_test.h29 void SetUp() override { ResetMockPropertyFetcher(); } in SetUp() function
/system/bt/vendor_libs/test_vendor_lib/desktop/
Dtest_environment.cc72 int socket_fd = remote_hci_transport_.SetUp(hci_server_port_); in SetUpHciServer()
98 int socket_fd = remote_link_layer_transport_.SetUp(link_server_port_); in SetUpLinkLayerServer()
156 int socket_fd = test_channel_transport_.SetUp(test_port_); in SetUpTestChannel()

12345678910>>...15