Searched defs:TEST_F (Results 1 - 25 of 52) 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.cpp47 TEST_F(FileHandleTest, open_close) { function
63 TEST_F(FileHandleTest, delegate_close) { function
87 TEST_F(FileHandleTest, fail_close) { 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
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 DTestLinkerTest.cpp65 TEST_F( TestLinkerTest, test) { function
H A DBinTreeTest.cpp48 TEST_F( BinTreeTest,Two_non_null_tree_merge) function
72 TEST_F( BinTreeTest, A_null_tree_merge_a_non_null_tree) function
91 TEST_F( BinTreeTest, A_non_null_tree_merge_a_null_tree) function
111 TEST_F( BinTreeTest, Two_null_tree_merge) function
125 TEST_F( BinTreeTest, DFSIterator_BasicTraversal) function
156 TEST_F( BinTreeTest, DFSIterator_RightMostTree) function
186 TEST_F( BinTreeTest, DFSIterator_SingleNode) function
200 TEST_F( BinTreeTest, BFSIterator_BasicTraversal) function
231 TEST_F( BinTreeTest, BFSIterator_RightMostTree) function
261 TEST_F( BinTreeTes function
[all...]
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 DFragmentTest.cpp42 TEST_F( FragmentTest, Fragment_constructor ) { function
57 TEST_F( FragmentTest, Fragment_trivial_function ) { function
H A DInputTreeTest.cpp47 TEST_F( InputTreeTest, Basic_operation ) { function
74 TEST_F( InputTreeTest, forLoop_TEST ) { function
99 TEST_F( InputTreeTest, Nesting_Case ) { function
118 TEST_F( InputTreeTest, DFSIterator_BasicTraversal) function
H A DLEB128Test.cpp45 TEST_F( LEB128Test, EncodeULEB_Example_from_Dwarf3_Figure22_Using_32bits) { function
91 TEST_F( LEB128Test, EncodeULEB_Example_from_Dwarf3_Figure22_Using_64bits) { function
137 TEST_F( LEB128Test, EncodeSLEB_Example_from_Dwarf3_Figure22) { function
197 TEST_F( LEB128Test, DecodeULEB_Example_from_Dwarf3_Figure22) { function
233 TEST_F( LEB128Test, DecodeSLEB_Example_from_Dwarf3_Figure22) { function
278 TEST_F( LEB128Test, DecodeULEB_Tests_Found_in_Android_dalvik_dx) { function
299 TEST_F( LEB128Test, EncodeULEB_Tests_Found_in_Android_dalvik_dx) { function
391 TEST_F( LEB128Test, DecodeSLEB_Tests_Found_in_Android_dalvik_dx) { function
416 TEST_F( LEB128Test, EncodeSLEB_Tests_Found_in_Android_dalvik_dx) { function
458 TEST_F( LEB128Tes function
497 TEST_F( LEB128Test, Other_Test) { function
513 TEST_F( LEB128Test, Type_Conversion_Test) { function
[all...]
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
/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 383 milliseconds

123