Searched refs:TEST_F (Results 1 - 25 of 67) sorted by relevance

123

/frameworks/native/cmds/installd/tests/
H A Dinstalld_utils_test.cpp79 TEST_F(UtilsTest, IsValidApkPath_BadPrefix) { function in namespace:android
98 TEST_F(UtilsTest, IsValidApkPath_Internal) { function in namespace:android
131 TEST_F(UtilsTest, IsValidApkPath_Private) { function in namespace:android
165 TEST_F(UtilsTest, IsValidApkPath_AsecGood1) { function in namespace:android
171 TEST_F(UtilsTest, IsValidApkPath_AsecGood2) { function in namespace:android
177 TEST_F(UtilsTest, IsValidApkPath_EscapeFail) { function in namespace:android
183 TEST_F(UtilsTest, IsValidApkPath_DoubleSlashFail) { function in namespace:android
189 TEST_F(UtilsTest, IsValidApkPath_SubdirEscapeFail) { function in namespace:android
195 TEST_F(UtilsTest, IsValidApkPath_SlashEscapeFail) { function in namespace:android
201 TEST_F(UtilsTes function in namespace:android
207 TEST_F(UtilsTest, IsValidApkPath_SubdirEscapeSingleFail) { function in namespace:android
213 TEST_F(UtilsTest, IsValidApkPath_TwoSubdirFail) { function in namespace:android
219 TEST_F(UtilsTest, CheckSystemApp_Dir1) { function in namespace:android
225 TEST_F(UtilsTest, CheckSystemApp_Dir2) { function in namespace:android
231 TEST_F(UtilsTest, CheckSystemApp_EscapeFail) { function in namespace:android
237 TEST_F(UtilsTest, CheckSystemApp_DoubleEscapeFail) { function in namespace:android
243 TEST_F(UtilsTest, CheckSystemApp_BadPathEscapeFail) { function in namespace:android
249 TEST_F(UtilsTest, CheckSystemApp_Subdir) { function in namespace:android
267 TEST_F(UtilsTest, GetPathFromString_NullPathFail) { function in namespace:android
273 TEST_F(UtilsTest, GetPathFromString_EmptyPathFail) { function in namespace:android
279 TEST_F(UtilsTest, GetPathFromString_RelativePathFail) { function in namespace:android
285 TEST_F(UtilsTest, GetPathFromString_NonCanonical) { function in namespace:android
297 TEST_F(UtilsTest, GetPathFromString_CanonicalPath) { function in namespace:android
308 TEST_F(UtilsTest, CreatePkgPath_LongPkgNameSuccess) { function in namespace:android
326 TEST_F(UtilsTest, CreatePkgPath_LongPkgNameFail) { function in namespace:android
339 TEST_F(UtilsTest, CreatePkgPath_LongPostfixFail) { function in namespace:android
352 TEST_F(UtilsTest, CreatePkgPath_PrimaryUser) { function in namespace:android
362 TEST_F(UtilsTest, CreatePkgPath_SecondaryUser) { function in namespace:android
372 TEST_F(UtilsTest, CreatePkgPathInDir_ProtectedDir) { function in namespace:android
386 TEST_F(UtilsTest, CreatePersonaPath_Primary) { function in namespace:android
396 TEST_F(UtilsTest, CreatePersonaPath_Secondary) { function in namespace:android
406 TEST_F(UtilsTest, CreateMovePath_Primary) { function in namespace:android
416 TEST_F(UtilsTest, CreateMovePath_Fail_AppTooLong) { function in namespace:android
423 TEST_F(UtilsTest, CreateMovePath_Fail_LeafTooLong) { function in namespace:android
430 TEST_F(UtilsTest, CopyAndAppend_Normal) { function in namespace:android
448 TEST_F(UtilsTest, AppendAndIncrement_Normal) { function in namespace:android
467 TEST_F(UtilsTest, AppendAndIncrement_TooBig) { function in namespace:android
[all...]
/frameworks/compile/mclinker/unittests/
H A DLDSymbolTest.cpp40 TEST_F( LDSymbolTest, produce ) { function
H A DPathSetTest.cpp43 TEST_F( PathSetTest, ) { function
H A DTargetMachineTest.cpp39 TEST_F( TargetMachineTest, addPassesToEmitFile ) { 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 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 DSymbolTableTest.cpp41 TEST_F(SymbolTableTest, init) { function
H A DSystemUtilsTest.cpp39 TEST_F( SystemUtilsTest, test_strerror) { 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 DPathTest.cpp45 TEST_F( PathTest, should_exist ) { function
56 TEST_F( PathTest, should_not_exist ) { function
66 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 DUniqueGCFactoryBaseTest.cpp44 TEST_F( UniqueGCFactoryBaseTest, number_constructor ) { function
52 TEST_F( UniqueGCFactoryBaseTest, unique_produce ) { function
62 TEST_F( UniqueGCFactoryBaseTest, unique_produce2 ) { function
72 TEST_F( UniqueGCFactoryBaseTest, iterator ) function
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
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 DDirIteratorTest.cpp49 TEST_F( DirIteratorTest, open_dir ) { 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 DHashTableTest.cpp76 TEST_F( HashTableTest, ptr_entry ) { function
97 TEST_F( HashTableTest, constructor ) { function
105 TEST_F( HashTableTest, allocattion ) { function
122 TEST_F( HashTableTest, alloc100 ) { function
144 TEST_F( HashTableTest, erase100 ) { function
169 TEST_F( HashTableTest, clear) { function
192 TEST_F( HashTableTest, tombstone ) { function
228 TEST_F( HashTableTest, rehash_test ) { function
249 TEST_F( HashTableTest, bucket_iterator ) { function
272 TEST_F( HashTableTes function
303 TEST_F( HashTableTest, chain_iterator_list ) { function
[all...]
H A DFragmentTest.cpp42 TEST_F( FragmentTest, Fragment_constructor ) { function
57 TEST_F( FragmentTest, Fragment_trivial_function ) { function
H A DMCRegionFragmentTest.cpp45 TEST_F( MCRegionFragmentTest, classof_explicit ) { function
60 TEST_F( MCRegionFragmentTest, classof_implicit ) { function
/frameworks/av/drm/mediadrm/plugins/clearkey/tests/
H A DJsonWebKeyUnittest.cpp65 TEST_F(JsonWebKeyTest, NoSymmetricKey) { function in namespace:clearkeydrm
81 TEST_F(JsonWebKeyTest, NoKeysTag) { function in namespace:clearkeydrm
103 TEST_F(JsonWebKeyTest, NoKeyId) { function in namespace:clearkeydrm
128 TEST_F(JsonWebKeyTest, NoKey) { function in namespace:clearkeydrm
153 TEST_F(JsonWebKeyTest, MalformedKey) { function in namespace:clearkeydrm
191 TEST_F(JsonWebKeyTest, EmptyJsonWebKey) { function in namespace:clearkeydrm
198 TEST_F(JsonWebKeyTest, MalformedJsonWebKey) { function in namespace:clearkeydrm
217 TEST_F(JsonWebKeyTest, SameKeyId) { function in namespace:clearkeydrm
250 TEST_F(JsonWebKeyTest, ExtractWellFormedKeys) { function in namespace:clearkeydrm
281 TEST_F(JsonWebKeyTes function in namespace:clearkeydrm
[all...]
/frameworks/native/opengl/tests/EGLTest/
H A Degl_cache_test.cpp43 TEST_F(EGLCacheTest, UninitializedCacheAlwaysMisses) { function in namespace:android
53 TEST_F(EGLCacheTest, InitializedCacheAlwaysHits) { function in namespace:android
64 TEST_F(EGLCacheTest, TerminatedCacheAlwaysMisses) { function in namespace:android
96 TEST_F(EGLCacheSerializationTest, ReinitializedCacheContainsValues) { function in namespace:android
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureGLThreadToGL_test.cpp24 TEST_F(SurfaceTextureGLThreadToGLTest, function in namespace:android
43 TEST_F(SurfaceTextureGLThreadToGLTest, function in namespace:android
62 TEST_F(SurfaceTextureGLThreadToGLTest, function in namespace:android
91 TEST_F(SurfaceTextureGLThreadToGLTest, function in namespace:android
121 TEST_F(SurfaceTextureGLThreadToGLTest, function in namespace:android
H A DSurfaceTextureMultiContextGL_test.cpp28 TEST_F(SurfaceTextureMultiContextGLTest, UpdateFromMultipleContextsFails) { function in namespace:android
42 TEST_F(SurfaceTextureMultiContextGLTest, DetachFromContextSucceeds) { function in namespace:android
56 TEST_F(SurfaceTextureMultiContextGLTest, function in namespace:android
72 TEST_F(SurfaceTextureMultiContextGLTest, DetachFromContextFailsWhenAbandoned) { function in namespace:android
84 TEST_F(SurfaceTextureMultiContextGLTest, DetachFromContextFailsWhenDetached) { function in namespace:android
98 TEST_F(SurfaceTextureMultiContextGLTest, DetachFromContextFailsWithNoDisplay) { function in namespace:android
114 TEST_F(SurfaceTextureMultiContextGLTest, DetachFromContextFailsWithNoContext) { function in namespace:android
130 TEST_F(SurfaceTextureMultiContextGLTest, UpdateTexImageFailsWhenDetached) { function in namespace:android
141 TEST_F(SurfaceTextureMultiContextGLTest, AttachToContextSucceeds) { function in namespace:android
170 TEST_F(SurfaceTextureMultiContextGLTes function in namespace:android
201 TEST_F(SurfaceTextureMultiContextGLTest, function in namespace:android
232 TEST_F(SurfaceTextureMultiContextGLTest, AttachToContextFailsWhenAbandoned) { function in namespace:android
249 TEST_F(SurfaceTextureMultiContextGLTest, AttachToContextFailsWhenAttached) { function in namespace:android
260 TEST_F(SurfaceTextureMultiContextGLTest, function in namespace:android
268 TEST_F(SurfaceTextureMultiContextGLTest, AttachToContextFailsWithNoDisplay) { function in namespace:android
287 TEST_F(SurfaceTextureMultiContextGLTest, AttachToContextSucceedsTwice) { function in namespace:android
324 TEST_F(SurfaceTextureMultiContextGLTest, function in namespace:android
362 TEST_F(SurfaceTextureMultiContextGLTest, function in namespace:android
389 TEST_F(SurfaceTextureMultiContextGLTest, function in namespace:android
[all...]
/frameworks/native/libs/ui/tests/
H A Dmat_test.cpp32 TEST_F(MatTest, Basics) { function in namespace:android
37 TEST_F(MatTest, ComparisonOps) { function in namespace:android
47 TEST_F(MatTest, Constructors) { function in namespace:android
77 TEST_F(MatTest, ArithmeticOps) { function in namespace:android
98 TEST_F(MatTest, UnaryOps) { function in namespace:android
110 TEST_F(MatTest, MiscOps) { function in namespace:android
/frameworks/base/libs/androidfw/tests/
H A DZipUtils_test.cpp37 TEST_F(ZipUtilsTest, ZipTimeConvertSuccess) { function in namespace:android
/frameworks/base/tools/split-select/
H A DGrouper_test.cpp66 TEST_F(GrouperTest, shouldHaveCorrectNumberOfGroups) { function in namespace:split
70 TEST_F(GrouperTest, shouldGroupDensities) { function in namespace:split
77 TEST_F(GrouperTest, shouldGroupAbi) { function in namespace:split
81 TEST_F(GrouperTest, shouldGroupLocale) { function in namespace:split
85 TEST_F(GrouperTest, shouldGroupEachSplitIntoItsOwnGroup) { function in namespace:split

Completed in 280 milliseconds

123