Searched defs:TEST_F (Results 1 - 25 of 55) sorted by relevance

123

/frameworks/compile/mclinker/unittests/
H A DLDSymbolTest.cpp40 TEST_F( LDSymbolTest, produce ) { function
H A DPathSetTest.cpp43 TEST_F( PathSetTest, ) { function
H A DSymbolTableTest.cpp41 TEST_F(SymbolTableTest, init) { function
H A DSystemUtilsTest.cpp39 TEST_F( SystemUtilsTest, test_strerror) { function
H A DTargetMachineTest.cpp39 TEST_F( TargetMachineTest, addPassesToEmitFile ) { function
H A DDirIteratorTest.cpp49 TEST_F( DirIteratorTest, open_dir ) { function
H A DFileHandleTest.cpp45 TEST_F(FileHandleTest, open_close) { function
62 TEST_F(FileHandleTest, delegate_close) { function
86 TEST_F(FileHandleTest, fail_close) { function
H A DFragmentTest.cpp42 TEST_F( FragmentTest, Fragment_constructor ) { function
57 TEST_F( FragmentTest, Fragment_trivial_function ) { function
H A DGCFactoryListTraitsTest.cpp79 TEST_F( GCFactoryListTraitsTest, Basic) { function
84 TEST_F( GCFactoryListTraitsTest, BasicAgain) { function
89 TEST_F( GCFactoryListTraitsTest, Clear) { function
94 TEST_F( GCFactoryListTraitsTest, PushThenPop) { function
102 TEST_F( GCFactoryListTraitsTest, CodeIterator) { function
109 TEST_F( GCFactoryListTraitsTest, Empty) { function
115 TEST_F( GCFactoryListTraitsTest, EraseAndSize) { function
H A DLinearAllocatorTest.cpp42 TEST_F( LinearAllocatorTest, allocateN ) { function
49 TEST_F( LinearAllocatorTest, allocate ) { function
56 TEST_F( LinearAllocatorTest, allocateOver ) { function
63 TEST_F( LinearAllocatorTest, alloc_construct ) { function
72 TEST_F( LinearAllocatorTest, alloc_constructCopy ) { function
83 TEST_F( LinearAllocatorTest, allocN_construct ) { function
92 TEST_F( LinearAllocatorTest, allocN_constructCopy ) { function
103 TEST_F( LinearAllocatorTest, multi_alloc_ctor_iterate ) { function
119 TEST_F( LinearAllocatorTest, multi_allocN_ctor_iterate ) { function
H A DMCRegionFragmentTest.cpp45 TEST_F( MCRegionFragmentTest, classof_explicit ) { function
60 TEST_F( MCRegionFragmentTest, classof_implicit ) { function
H A DPathTest.cpp45 TEST_F( PathTest, should_exist ) { function
55 TEST_F( PathTest, should_not_exist ) { function
65 TEST_F( PathTest, should_is_directory ) { function
77 TEST_F( PathTest, should_not_is_directory ) { function
88 TEST_F( PathTest, should_equal ) { function
102 TEST_F( PathTest, should_not_equal ) { function
115 TEST_F( PathTest, append_success ) { function
136 TEST_F( PathTest, should_become_generic_string ) { function
141 TEST_F( PathTest, parent_path ) { function
158 TEST_F(PathTes function
[all...]
H A DRTLinearAllocatorTest.cpp43 TEST_F(RTLinearAllocatorTest, AllocateN) { function
50 TEST_F(RTLinearAllocatorTest, allocate ) { function
57 TEST_F(RTLinearAllocatorTest, allocateOver ) { function
64 TEST_F(RTLinearAllocatorTest, alloc_construct ) { function
73 TEST_F(RTLinearAllocatorTest, alloc_constructCopy ) { function
84 TEST_F(RTLinearAllocatorTest, allocN_construct ) { function
93 TEST_F(RTLinearAllocatorTest, allocN_constructCopy ) { function
104 TEST_F(RTLinearAllocatorTest, multi_alloc_ctor_iterate ) { function
120 TEST_F(RTLinearAllocatorTest, multi_allocN_ctor_iterate ) { function
H A DSectionDataTest.cpp43 TEST_F( SectionDataTest, constructor_and_trivial_func ) { function
54 TEST_F( SectionDataTest, Fragment_list_and_iterator ) { function
H A DFactoriesTest.cpp44 TEST_F( FactoriesTest, node_produce ) { function
56 TEST_F( FactoriesTest, node_iterate ) { function
75 TEST_F( FactoriesTest, node_delegate_empty ) { function
97 TEST_F( FactoriesTest, node_empty_delegate ) { function
121 TEST_F( FactoriesTest, node_delegate ) { function
157 TEST_F( FactoriesTest, node_delegate_self ) { function
170 TEST_F( FactoriesTest, file_produce ) { function
179 TEST_F( FactoriesTest, file_produce_by_params ) { function
196 TEST_F( FactoriesTest, file_iterate ) { function
H A DFragmentRefTest.cpp45 TEST_F( FragmentRefTest, ) { function
H A DInputTreeTest.cpp63 TEST_F( InputTreeTest, Basic_operation ) { function
104 TEST_F( InputTreeTest, forLoop_TEST ) { function
131 TEST_F( InputTreeTest, Nesting_Case ) { function
151 TEST_F( InputTreeTest, DFSIterator_BasicTraversal) function
H A DMemoryAreaTest.cpp48 TEST_F( MemoryAreaTest, read_by_malloc ) function
63 TEST_F( MemoryAreaTest, write_by_malloc ) function
91 TEST_F( MemoryAreaTest, read_one_page ) function
107 TEST_F( MemoryAreaTest, write_one_page ) function
135 TEST_F( MemoryAreaTest, write_sync ) function
H A DStaticResolverTest.cpp52 TEST_F( StaticResolverTest, MDEF ) { function
67 TEST_F( StaticResolverTest, DynDefAfterDynUndef ) { function
94 TEST_F( StaticResolverTest, DynDefAfterDynDef ) { function
121 TEST_F( StaticResolverTest, DynUndefAfterDynUndef ) { function
148 TEST_F( StaticResolverTest, OverrideWeakByGlobal ) function
170 TEST_F( StaticResolverTest, DynWeakAfterDynDef ) { function
199 TEST_F( StaticResolverTest, MarkByBiggerCommon ) function
221 TEST_F( StaticResolverTest, OverrideByBiggerCommon ) function
246 TEST_F( StaticResolverTest, OverrideCommonByDefine) function
270 TEST_F( StaticResolverTes function
370 TEST_F( StaticResolverTest, SetUpBinding) function
[all...]
H A DStringTableTest.cpp45 TEST_F(StringTableTest, different_string_size) { function
56 TEST_F(StringTableTest, traverse_begin_to_end) { function
73 TEST_F(StringTableTest, null_string) { function
/frameworks/native/libs/utils/tests/
H A DString8_test.cpp34 TEST_F(String8Test, Cstr) { function in namespace:android
40 TEST_F(String8Test, OperatorPlus) { function in namespace:android
58 TEST_F(String8Test, OperatorPlusEquals) { function in namespace:android
H A DUnicode_test.cpp34 TEST_F(UnicodeTest, UTF8toUTF16ZeroLength) { function in namespace:android
44 TEST_F(UnicodeTest, UTF8toUTF16ASCIILength) { function in namespace:android
55 TEST_F(UnicodeTest, UTF8toUTF16Plane1Length) { function in namespace:android
66 TEST_F(UnicodeTest, UTF8toUTF16SurrogateLength) { function in namespace:android
77 TEST_F(UnicodeTest, UTF8toUTF16TruncatedUTF8) { function in namespace:android
89 TEST_F(UnicodeTest, UTF8toUTF16Normal) { function in namespace:android
H A DVector_test.cpp38 TEST_F(VectorTest, CopyOnWrite_CopyAndAddElements) { function in namespace:android
H A DZipFileRO_test.cpp37 TEST_F(ZipFileROTest, ZipTimeConvertSuccess) { function in namespace:android
/frameworks/base/libs/androidfw/tests/
H A DInputChannel_test.cpp37 TEST_F(InputChannelTest, ConstructorAndDestructor_TakesOwnershipOfFileDescriptors) { function in namespace:android
59 TEST_F(InputChannelTest, OpenInputChannelPair_ReturnsAPairOfConnectedChannels) { function in namespace:android
110 TEST_F(InputChannelTest, ReceiveSignal_WhenNoSignalPresent_ReturnsAnError) { function in namespace:android
124 TEST_F(InputChannelTest, ReceiveSignal_WhenPeerClosed_ReturnsAnError) { function in namespace:android
140 TEST_F(InputChannelTest, SendSignal_WhenPeerClosed_ReturnsAnError) { function in namespace:android

Completed in 1340 milliseconds

123