Searched defs:TEST_F (Results 76 - 100 of 142) sorted by relevance

123456

/frameworks/base/tools/aapt2/
H A DResourceParser_test.cpp90 TEST_F(ResourceParserTest, ParseQuotedString) { function in namespace:aapt
99 TEST_F(ResourceParserTest, ParseEscapedString) { function in namespace:aapt
113 TEST_F(ResourceParserTest, ParseFormattedString) { function in namespace:aapt
118 TEST_F(ResourceParserTest, ParseStyledString) { function in namespace:aapt
141 TEST_F(ResourceParserTest, ParseStringWithWhitespace) { function in namespace:aapt
156 TEST_F(ResourceParserTest, IgnoreXliffTagsOtherThanG) { function in namespace:aapt
168 TEST_F(ResourceParserTest, NestedXliffGTagsAreIllegal) { function in namespace:aapt
175 TEST_F(ResourceParserTest, RecordUntranslateableXliffSectionsInString) { function in namespace:aapt
193 TEST_F(ResourceParserTest, RecordUntranslateableXliffSectionsInStyledString) { function in namespace:aapt
211 TEST_F(ResourceParserTes function in namespace:aapt
226 TEST_F(ResourceParserTest, ParseEmpty) { function in namespace:aapt
236 TEST_F(ResourceParserTest, ParseAttr) { function in namespace:aapt
253 TEST_F(ResourceParserTest, ParseAttrAndDeclareStyleableUnderConfigButRecordAsNoConfig) { function in namespace:aapt
271 TEST_F(ResourceParserTest, ParseAttrWithMinMax) { function in namespace:aapt
282 TEST_F(ResourceParserTest, FailParseAttrWithMinMaxButNotInteger) { function in namespace:aapt
286 TEST_F(ResourceParserTest, ParseUseAndDeclOfAttr) { function in namespace:aapt
299 TEST_F(ResourceParserTest, ParseDoubleUseOfAttr) { function in namespace:aapt
314 TEST_F(ResourceParserTest, ParseEnumAttr) { function in namespace:aapt
341 TEST_F(ResourceParserTest, ParseFlagAttr) { function in namespace:aapt
373 TEST_F(ResourceParserTest, FailToParseEnumAttrWithNonUniqueKeys) { function in namespace:aapt
383 TEST_F(ResourceParserTest, ParseStyle) { function in namespace:aapt
403 TEST_F(ResourceParserTest, ParseStyleWithShorthandParent) { function in namespace:aapt
412 TEST_F(ResourceParserTest, ParseStyleWithPackageAliasedParent) { function in namespace:aapt
[all...]
/frameworks/compile/mclinker/unittests/
H A DBinTreeTest.cpp42 TEST_F(BinTreeTest, Two_non_null_tree_merge) { function
65 TEST_F(BinTreeTest, A_null_tree_merge_a_non_null_tree) { function
83 TEST_F(BinTreeTest, A_non_null_tree_merge_a_null_tree) { function
102 TEST_F(BinTreeTest, Two_null_tree_merge) { function
115 TEST_F(BinTreeTest, DFSIterator_BasicTraversal) { function
143 TEST_F(BinTreeTest, DFSIterator_RightMostTree) { function
172 TEST_F(BinTreeTest, DFSIterator_SingleNode) { function
185 TEST_F(BinTreeTest, BFSIterator_BasicTraversal) { function
215 TEST_F(BinTreeTest, BFSIterator_RightMostTree) { function
244 TEST_F(BinTreeTes function
257 TEST_F(BinTreeTest, TreeIterator) { function
[all...]
H A DELFReaderTest.cpp82 TEST_F(ELFReaderTest, read_section_headers) { function
96 TEST_F(ELFReaderTest, read_symbol_and_rela) { function
147 TEST_F(ELFReaderTest, read_regular_sections) { function
151 TEST_F(ELFReaderTest, is_my_format) { function
H A DHashTableTest.cpp60 TEST_F(HashTableTest, ptr_entry) { function
80 TEST_F(HashTableTest, constructor) { function
88 TEST_F(HashTableTest, allocattion) { function
106 TEST_F(HashTableTest, alloc100) { function
129 TEST_F(HashTableTest, erase100) { function
154 TEST_F(HashTableTest, clear) { function
177 TEST_F(HashTableTest, tombstone) { function
213 TEST_F(HashTableTest, rehash_test) { function
235 TEST_F(HashTableTest, bucket_iterator) { function
258 TEST_F(HashTableTes function
286 TEST_F(HashTableTest, chain_iterator_list) { function
[all...]
H A DLinkerTest.cpp46 TEST_F(LinkerTest, set_up_n_clean_up) { function
74 TEST_F(LinkerTest, plasma) { function
132 TEST_F(LinkerTest, plasma_twice) { function
230 TEST_F(LinkerTest, plasma_twice_irbuilder_heap) { function
335 TEST_F(LinkerTest, plasma_object) { function
H A DNamePoolTest.cpp46 TEST_F(NamePoolTest, insertString) { function
53 TEST_F(NamePoolTest, insertSameString) { function
63 TEST_F(NamePoolTest, insert_local_defined_Symbol) { function
101 TEST_F(NamePoolTest, insert_global_reference_Symbol) { function
142 TEST_F(NamePoolTest, insertSymbol_after_insert_same_string) { function
168 TEST_F(NamePoolTest, insert_16384_weak_reference_symbols) { function
/frameworks/hardware/interfaces/displayservice/1.0/vts/functional/
H A DVtsFwkDisplayServiceV1_0TargetTest.cpp104 TEST_F(DisplayServiceTest, TestAttachRequestVsync) { function
116 TEST_F(DisplayServiceTest, TestSetVsyncRate) { function
147 TEST_F(DisplayServiceTest, TestOpenClose) { function
157 TEST_F(DisplayServiceTest, TestVsync) { function
/frameworks/minikin/tests/unittest/
H A DHyphenatorTest.cpp53 TEST_F(HyphenatorTest, usEnglishAutomaticHyphenation) { function in namespace:minikin
67 TEST_F(HyphenatorTest, catalanMiddleDot) { function in namespace:minikin
81 TEST_F(HyphenatorTest, catalanMiddleDotShortWord) { function in namespace:minikin
93 TEST_F(HyphenatorTest, polishHyphen) { function in namespace:minikin
105 TEST_F(HyphenatorTest, polishHyphenButNonLatinWord) { function in namespace:minikin
118 TEST_F(HyphenatorTest, polishEnDash) { function in namespace:minikin
130 TEST_F(HyphenatorTest, latinSoftHyphen) { function in namespace:minikin
142 TEST_F(HyphenatorTest, latinSoftHyphenStartingTheWord) { function in namespace:minikin
153 TEST_F(HyphenatorTest, malayalamSoftHyphen) { function in namespace:minikin
165 TEST_F(HyphenatorTes function in namespace:minikin
180 TEST_F(HyphenatorTest, aremenianSoftHyphen) { function in namespace:minikin
193 TEST_F(HyphenatorTest, hebrewSoftHyphen) { function in namespace:minikin
206 TEST_F(HyphenatorTest, arabicSoftHyphenConnecting) { function in namespace:minikin
219 TEST_F(HyphenatorTest, arabicSoftHyphenNonConnecting) { function in namespace:minikin
231 TEST_F(HyphenatorTest, arabicSoftHyphenSkipTransparents) { function in namespace:minikin
246 TEST_F(HyphenatorTest, arabicSoftHyphenTransparentsAtEnd) { function in namespace:minikin
260 TEST_F(HyphenatorTest, arabicSoftHyphenTransparentsAtStart) { function in namespace:minikin
273 TEST_F(HyphenatorTest, ucasSoftHyphen) { function in namespace:minikin
286 TEST_F(HyphenatorTest, mixedScriptSoftHyphen) { function in namespace:minikin
298 TEST_F(HyphenatorTest, hardHyphen) { function in namespace:minikin
310 TEST_F(HyphenatorTest, hyphenMinus) { function in namespace:minikin
323 TEST_F(HyphenatorTest, startingHyphenMinus) { function in namespace:minikin
[all...]
H A DLayoutTest.cpp66 TEST_F(LayoutTest, doLayoutTest) { function in namespace:minikin
155 TEST_F(LayoutTest, doLayoutTest_wordSpacing) { function in namespace:minikin
254 TEST_F(LayoutTest, doLayoutTest_negativeWordSpacing) { function in namespace:minikin
351 TEST_F(LayoutTest, doLayoutTest_rtlTest) { function in namespace:minikin
375 TEST_F(LayoutTest, singleRunBidiTest) { function in namespace:minikin
406 TEST_F(LayoutTest, hyphenationTest) { function in namespace:minikin
/frameworks/native/cmds/lshal/
H A Dtest.cpp133 TEST_F(LshalTest, Debug) { function in namespace:android::lshal
143 TEST_F(LshalTest, Debug2) { function in namespace:android::lshal
153 TEST_F(LshalTest, Debug3) { function in namespace:android::lshal
/frameworks/native/libs/gui/tests/
H A DStreamSplitter_test.cpp59 TEST_F(StreamSplitterTest, OneInputOneOutput) { function in namespace:android
123 TEST_F(StreamSplitterTest, OneInputMultipleOutputs) { function in namespace:android
198 TEST_F(StreamSplitterTest, OutputAbandonment) { function in namespace:android
H A DBufferItemConsumer_test.cpp132 TEST_F(BufferItemConsumerTest, TriggerBufferFreed_DetachBufferFromConsumer) { function in namespace:android
150 TEST_F(BufferItemConsumerTest, TriggerBufferFreed_DetachBufferFromProducer) { function in namespace:android
173 TEST_F(BufferItemConsumerTest, TriggerBufferFreed_AbandonBufferItemConsumer) { function in namespace:android
190 TEST_F(BufferItemConsumerTest, TriggerBufferFreed_DeleteBufferItemConsumer) { function in namespace:android
H A DSurfaceTextureGL_test.cpp27 TEST_F(SurfaceTextureGLTest, TexturingFromCpuFilledYV12BufferNpot) { function in namespace:android
77 TEST_F(SurfaceTextureGLTest, TexturingFromCpuFilledYV12BufferPow2) { function in namespace:android
127 TEST_F(SurfaceTextureGLTest, TexturingFromCpuFilledYV12BufferWithCrop) { function in namespace:android
194 TEST_F(SurfaceTextureGLTest, TexturingFromCpuFilledYV12BuffersRepeatedly) { function in namespace:android
340 TEST_F(SurfaceTextureGLTest, TexturingFromCpuFilledRGBABufferNpot) { function in namespace:android
386 TEST_F(SurfaceTextureGLTest, TexturingFromCpuFilledRGBABufferPow2) { function in namespace:android
436 TEST_F(SurfaceTextureGLTest, DisconnectStressTest) { function in namespace:android
505 TEST_F(SurfaceTextureGLTest, DisconnectClearsCurrentTexture) { function in namespace:android
536 TEST_F(SurfaceTextureGLTest, ScaleToWindowMode) { function in namespace:android
568 TEST_F(SurfaceTextureGLTes function in namespace:android
620 TEST_F(SurfaceTextureGLTest, AbandonUnblocksDequeueBuffer) { function in namespace:android
700 TEST_F(SurfaceTextureGLTest, InvalidWidthOrHeightFails) { function in namespace:android
[all...]
/frameworks/native/libs/math/tests/
H A Dquat_test.cpp38 TEST_F(QuatTest, Basics) { function in namespace:android
46 TEST_F(QuatTest, Constructors) { function in namespace:android
103 TEST_F(QuatTest, Access) { function in namespace:android
130 TEST_F(QuatTest, UnaryOps) { function in namespace:android
180 TEST_F(QuatTest, ComparisonOps) { function in namespace:android
190 TEST_F(QuatTest, ArithmeticOps) { function in namespace:android
225 TEST_F(QuatTest, ArithmeticFunc) { function in namespace:android
274 TEST_F(QuatTest, MultiplicationExhaustive) { function in namespace:android
/frameworks/native/libs/vr/libpdx_uds/
H A Dclient_channel_tests.cpp129 TEST_F(ClientChannelTest, MultithreadedClient) { function in namespace:__anon1863
/frameworks/native/opengl/libs/EGL/
H A DBlobCache_test.cpp55 TEST_F(BlobCacheTest, CacheSingleValueSucceeds) { function in namespace:android
65 TEST_F(BlobCacheTest, CacheTwoValuesSucceeds) { function in namespace:android
77 TEST_F(BlobCacheTest, GetOnlyWritesInsideBounds) { function in namespace:android
89 TEST_F(BlobCacheTest, GetOnlyWritesIfBufferIsLargeEnough) { function in namespace:android
98 TEST_F(BlobCacheTest, GetDoesntAccessNullBuffer) { function in namespace:android
103 TEST_F(BlobCacheTest, MultipleSetsCacheLatestValue) { function in namespace:android
114 TEST_F(BlobCacheTest, SecondSetKeepsFirstValueIfTooLarge) { function in namespace:android
125 TEST_F(BlobCacheTest, DoesntCacheIfKeyIsTooBig) { function in namespace:android
139 TEST_F(BlobCacheTest, DoesntCacheIfValueIsTooBig) { function in namespace:android
155 TEST_F(BlobCacheTes function in namespace:android
293 TEST_F(BlobCacheFlattenTest, FlattenOneValue) { function
304 TEST_F(BlobCacheFlattenTest, FlattenFullCache) { function
323 TEST_F(BlobCacheFlattenTest, FlattenDoesntChangeCache) { function
345 TEST_F(BlobCacheFlattenTest, FlattenCatchesBufferTooSmall) { function
361 TEST_F(BlobCacheFlattenTest, UnflattenCatchesBadMagic) { function
378 TEST_F(BlobCacheFlattenTest, UnflattenCatchesBadBlobCacheVersion) { function
397 TEST_F(BlobCacheFlattenTest, UnflattenCatchesBadBlobCacheDeviceVersion) { function
416 TEST_F(BlobCacheFlattenTest, UnflattenCatchesBufferTooSmall) { function
[all...]
/frameworks/native/opengl/tests/EGLTest/
H A DEGL_test.cpp85 TEST_F(EGLTest, DISABLED_EGLConfigEightBitFirst) {
118 TEST_F(EGLTest, EGLTerminateSucceedsWithRemainingObjects) {
155 TEST_F(EGLTest, EGLConfigRGBA8888First) { function
196 TEST_F(EGLTest, EGLDisplayP3) { function
282 TEST_F(EGLTest, EGLDisplayP31010102) { function
368 TEST_F(EGLTest, EGLConfigFP16) { function
437 TEST_F(EGLTest, EGLNoConfigContext) { function
471 TEST_F(EGLTest, EGLConfig1010102) { function
/frameworks/native/services/vr/hardware_composer/tests/
H A Dvr_composer_test.cpp100 TEST_F(VrComposerTest, TestWithoutObserver) { function in namespace:android::dvr
108 TEST_F(VrComposerTest, TestWithObserver) { function in namespace:android::dvr
120 TEST_F(VrComposerTest, TestWithOneLayer) { function in namespace:android::dvr
/frameworks/av/media/libstagefright/foundation/tests/
H A DFlagged_test.cpp100 TEST_F(FlaggedTest, StaticSanityTests) { function in namespace:android
148 TEST_F(FlaggedTest, BasicExample) { function in namespace:android
205 TEST_F(FlaggedTest, _Flagged_helper_Test) { function in namespace:android
/frameworks/av/media/libstagefright/tests/
H A DMediaCodecListOverrides_test.cpp107 TEST_F(MediaCodecListOverridesTest, splitString) { function in namespace:android
120 TEST_F(MediaCodecListOverridesTest, DISABLED_profileCodecs) { function in namespace:android
135 TEST_F(MediaCodecListOverridesTest, exportTestResultsToXML) { function in namespace:android
/frameworks/ml/nn/runtime/test/
H A DTestMemory.cpp69 TEST_F(MemoryTest, TestASharedMemory) { function in namespace:__anon1495
142 TEST_F(MemoryTest, TestFd) { function in namespace:__anon1495
H A DTestTrivialModel.cpp112 TEST_F(TrivialTest, AddTwo) { function in namespace:__anon1498
129 TEST_F(TrivialTest, AddThree) { function in namespace:__anon1498
157 TEST_F(TrivialTest, BroadcastAddTwo) { function in namespace:__anon1498
189 TEST_F(TrivialTest, BroadcastMulTwo) { function in namespace:__anon1498
/frameworks/native/cmds/installd/tests/
H A Dinstalld_cache_test.cpp135 TEST_F(CacheTest, FreeCache_All) { function in namespace:android::installd
157 TEST_F(CacheTest, FreeCache_Age) { function in namespace:android::installd
179 TEST_F(CacheTest, FreeCache_Tombstone) { function in namespace:android::installd
211 TEST_F(CacheTest, FreeCache_Group) { function in namespace:android::installd
229 TEST_F(CacheTest, FreeCache_GroupTombstone) { function in namespace:android::installd
H A Dinstalld_service_test.cpp113 TEST_F(ServiceTest, FixupAppData_Upgrade) { function in namespace:android::installd
132 TEST_F(ServiceTest, FixupAppData_Moved) { function in namespace:android::installd
156 TEST_F(ServiceTest, RmDexNoDalvikCache) { function in namespace:android::installd
/frameworks/native/libs/input/tests/
H A DInputEvent_test.cpp36 TEST_F(PointerCoordsTest, ClearSetsBitsToZero) { function in namespace:android
43 TEST_F(PointerCoordsTest, AxisValues) { function in namespace:android
141 TEST_F(PointerCoordsTest, Parcel) { function in namespace:android
175 TEST_F(KeyEventTest, Properties) { function in namespace:android
426 TEST_F(MotionEventTest, Properties) { function in namespace:android
446 TEST_F(MotionEventTest, CopyFrom_KeepHistory) { function in namespace:android
456 TEST_F(MotionEventTest, CopyFrom_DoNotKeepHistory) { function in namespace:android
474 TEST_F(MotionEventTest, OffsetLocation) { function in namespace:android
484 TEST_F(MotionEventTest, Scale) { function in namespace:android
506 TEST_F(MotionEventTes function in namespace:android
535 TEST_F(MotionEventTest, Transform) { function in namespace:android
[all...]

Completed in 2550 milliseconds

123456