Searched refs:AllocationTestHarness (Results 1 - 21 of 21) sorted by relevance

/system/bt/osi/test/
H A DAllocationTestHarness.cc21 #include "osi/test/AllocationTestHarness.h"
25 void AllocationTestHarness::SetUp() {
30 void AllocationTestHarness::TearDown() {
H A DAlarmTestHarness.h21 #include "AllocationTestHarness.h"
25 class AlarmTestHarness : public AllocationTestHarness {
H A DAllocationTestHarness.h23 class AllocationTestHarness : public ::testing::Test { class in inherits:::testing::Test
H A Drand_test.cc3 #include "AllocationTestHarness.h"
7 class RandTest : public AllocationTestHarness {};
H A DAlarmTestHarness.cc42 AllocationTestHarness::SetUp();
54 AllocationTestHarness::TearDown();
H A Dhash_map_utils_test.cc22 #include "AllocationTestHarness.h"
28 class HashMapUtilsTest : public AllocationTestHarness {
30 virtual void SetUp() { AllocationTestHarness::SetUp(); }
33 AllocationTestHarness::TearDown();
H A Dallocator_test.cc22 #include "AllocationTestHarness.h"
26 class AllocatorTest : public AllocationTestHarness {};
H A Dfuture_test.cc21 #include "AllocationTestHarness.h"
31 class FutureTest : public AllocationTestHarness {};
H A Dwakelock_test.cc29 #include "AllocationTestHarness.h"
46 class WakelockTest : public AllocationTestHarness {
49 AllocationTestHarness::SetUp();
82 AllocationTestHarness::TearDown();
H A Dproperties_test.cc21 #include "AllocationTestHarness.h"
25 class PropertiesTest : public AllocationTestHarness {};
H A Darray_test.cc3 #include "AllocationTestHarness.h"
7 class ArrayTest : public AllocationTestHarness {};
H A Dthread_test.cc3 #include "AllocationTestHarness.h"
11 class ThreadTest : public AllocationTestHarness {};
H A Dconfig_test.cc3 #include "AllocationTestHarness.h"
52 class ConfigTest : public AllocationTestHarness {
55 AllocationTestHarness::SetUp();
H A Dsemaphore_test.cc3 #include "AllocationTestHarness.h"
31 class SemaphoreTest : public AllocationTestHarness {};
H A Dreactor_test.cc7 #include "AllocationTestHarness.h"
11 class ReactorTest : public AllocationTestHarness {};
H A Dtime_test.cc21 #include "AllocationTestHarness.h"
28 class TimeTest : public AllocationTestHarness {};
H A Dlist_test.cc5 #include "AllocationTestHarness.h"
10 class ListTest : public AllocationTestHarness {};
H A Dfixed_queue_test.cc5 #include "AllocationTestHarness.h"
52 class FixedQueueTest : public AllocationTestHarness {};
/system/bt/hci/test/
H A Dpacket_fragmenter_test.cc21 #include "AllocationTestHarness.h"
292 class PacketFragmenterTest : public AllocationTestHarness {
295 AllocationTestHarness::SetUp();
314 AllocationTestHarness::TearDown();
/system/bt/btcore/test/
H A Ddevice_class_test.cc21 #include "osi/test/AllocationTestHarness.h"
47 class DeviceClassTest : public AllocationTestHarness {};
H A Dproperty_test.cc21 #include "osi/test/AllocationTestHarness.h"
27 class PropertyTest : public AllocationTestHarness {};

Completed in 105 milliseconds