Searched defs:TEST (Results 76 - 100 of 123) sorted by relevance

12345

/frameworks/base/tools/aapt2/
H A DResourceUtils_test.cpp27 TEST(ResourceUtilsTest, ParseBool) { function in namespace:aapt
36 TEST(ResourceUtilsTest, ParseResourceName) { function in namespace:aapt
57 TEST(ResourceUtilsTest, ParseReferenceWithNoPackage) { function in namespace:aapt
69 TEST(ResourceUtilsTest, ParseReferenceWithPackage) { function in namespace:aapt
81 TEST(ResourceUtilsTest, ParseReferenceWithSurroundingWhitespace) { function in namespace:aapt
93 TEST(ResourceUtilsTest, ParseAutoCreateIdReference) { function in namespace:aapt
105 TEST(ResourceUtilsTest, ParsePrivateReference) { function in namespace:aapt
117 TEST(ResourceUtilsTest, FailToParseAutoCreateNonIdReference) { function in namespace:aapt
125 TEST(ResourceUtilsTest, ParseAttributeReferences) { function in namespace:aapt
132 TEST(ResourceUtilsTes function in namespace:aapt
145 TEST(ResourceUtilsTest, ParseStyleParentReference) { function in namespace:aapt
192 TEST(ResourceUtilsTest, ParseEmptyFlag) { function in namespace:aapt
206 TEST(ResourceUtilsTest, NullIsEmptyReference) { function in namespace:aapt
214 TEST(ResourceUtilsTest, EmptyIsBinaryPrimitive) { function in namespace:aapt
[all...]
H A DResourceValues_test.cpp23 TEST(ResourceValuesTest, PluralEquals) { function in namespace:aapt
42 TEST(ResourceValuesTest, PluralClone) { function in namespace:aapt
53 TEST(ResourceValuesTest, ArrayEquals) { function in namespace:aapt
77 TEST(ResourceValuesTest, ArrayClone) { function in namespace:aapt
88 TEST(ResourceValuesTest, StyleEquals) { function in namespace:aapt
140 TEST(ResourceValuesTest, StyleClone) { function in namespace:aapt
151 TEST(ResourceValuesTest, StyleMerges) { function in namespace:aapt
185 TEST(ResourcesValuesTest, EmptyReferenceFlattens) { function in namespace:aapt
H A DStringPool_test.cpp31 TEST(StringPoolTest, InsertOneString) { function in namespace:aapt
38 TEST(StringPoolTest, InsertTwoUniqueStrings) { function in namespace:aapt
48 TEST(StringPoolTest, DoNotInsertNewDuplicateString) { function in namespace:aapt
59 TEST(StringPoolTest, MaintainInsertionOrderIndex) { function in namespace:aapt
71 TEST(StringPoolTest, PruneStringsWithNoReferences) { function in namespace:aapt
93 TEST(StringPoolTest, SortAndMaintainIndexesInReferences) { function in namespace:aapt
123 TEST(StringPoolTest, SortAndStillDedupe) { function in namespace:aapt
143 TEST(StringPoolTest, AddStyles) { function in namespace:aapt
160 TEST(StringPoolTest, DoNotDedupeStyleWithSameStringAsNonStyle) { function in namespace:aapt
171 TEST(StringPoolTes function in namespace:aapt
183 TEST(StringPoolTest, FlattenOddCharactersUtf16) { function in namespace:aapt
208 TEST(StringPoolTest, Flatten) { function in namespace:aapt
[all...]
/frameworks/base/tools/aapt2/compile/
H A DIdAssigner_test.cpp25 TEST(IdAssignerTest, AssignIds) { function in namespace:aapt
40 TEST(IdAssignerTest, AssignIdsWithReservedIds) { function in namespace:aapt
94 TEST(IdAssignerTest, FailWhenNonUniqueIdsAssigned) { function in namespace:aapt
109 TEST(IdAssignerTest, AssignIdsWithIdMap) { function in namespace:aapt
H A DPseudolocaleGenerator_test.cpp24 TEST(PseudolocaleGeneratorTest, PseudolocalizeStyledString) { function in namespace:aapt
71 TEST(PseudolocaleGeneratorTest, PseudolocalizeAdjacentNestedTags) { function in namespace:aapt
93 TEST(PseudolocaleGeneratorTest, PseudolocalizeAdjacentTagsUnsorted) { function in namespace:aapt
115 TEST(PseudolocaleGeneratorTest, PseudolocalizeNestedAndAdjacentTags) { function in namespace:aapt
154 TEST(PseudolocaleGeneratorTest, PseudolocalizePartsOfString) { function in namespace:aapt
180 TEST(PseudolocaleGeneratorTest, PseudolocalizeOnlyDefaultConfigs) { function in namespace:aapt
235 TEST(PseudolocaleGeneratorTest, RespectUntranslateableSections) { function in namespace:aapt
H A DPseudolocalizer_test.cpp52 TEST(PseudolocalizerTest, NoPseudolocalization) { function in namespace:aapt
61 TEST(PseudolocalizerTest, PlaintextAccent) { function in namespace:aapt
79 TEST(PseudolocalizerTest, PlaintextBidi) { function in namespace:aapt
102 TEST(PseudolocalizerTest, SimpleICU) { function in namespace:aapt
124 TEST(PseudolocalizerTest, ICUBidi) { function in namespace:aapt
138 TEST(PseudolocalizerTest, Escaping) { function in namespace:aapt
150 TEST(PseudolocalizerTest, PluralsAndSelects) { function in namespace:aapt
179 TEST(PseudolocalizerTest, NestedICU) { function in namespace:aapt
224 TEST(PseudolocalizerTest, RedefineMethod) { function in namespace:aapt
/frameworks/base/tools/aapt2/java/
H A DJavaClassGenerator_test.cpp29 TEST(JavaClassGeneratorTest, FailWhenEntryIsJavaKeyword) { function in namespace:aapt
48 TEST(JavaClassGeneratorTest, TransformInvalidJavaIdentifierCharacter) { function in namespace:aapt
85 TEST(JavaClassGeneratorTest, CorrectPackageNameIsUsed) { function in namespace:aapt
111 TEST(JavaClassGeneratorTest, AttrPrivateIsWrittenAsAttr) { function in namespace:aapt
135 TEST(JavaClassGeneratorTest, OnlyWritePublicResources) { function in namespace:aapt
199 * TEST(JavaClassGeneratorTest, EmitPackageMangledSymbols) {
231 TEST(JavaClassGeneratorTest, EmitOtherPackagesAttributesInStyleable) { function in namespace:aapt
263 TEST(JavaClassGeneratorTest, CommentsForSimpleResourcesArePresent) { function in namespace:aapt
294 TEST(JavaClassGeneratorTest, CommentsForEnumAndFlagAttributesArePresent) {} function in namespace:aapt
296 TEST(JavaClassGeneratorTes function in namespace:aapt
332 TEST(JavaClassGeneratorTest, CommentsForRemovedAttributesAreNotPresentInClass) { function in namespace:aapt
366 TEST(JavaClassGeneratorTest, GenerateOnResourcesLoadedCallbackForSharedLibrary) { function in namespace:aapt
[all...]
/frameworks/base/tools/aapt2/util/
H A DMaybe_test.cpp81 TEST(MaybeTest, MakeNothing) { function in namespace:aapt
92 TEST(MaybeTest, MakeSomething) { function in namespace:aapt
102 TEST(MaybeTest, Lifecycle) { function in namespace:aapt
108 TEST(MaybeTest, MoveAssign) { function in namespace:aapt
116 TEST(MaybeTest, Equality) { function in namespace:aapt
/frameworks/base/tools/split-select/
H A DRuleGenerator_test.cpp30 TEST(RuleGeneratorTest, testAbiRules) { function in namespace:split
49 TEST(RuleGeneratorTest, densityConstantsAreSane) { function in namespace:split
56 TEST(RuleGeneratorTest, testDensityRules) { function in namespace:split
79 TEST(RuleGeneratorTest, testDensityRulesWithAnyDpi) { function in namespace:split
H A DSplitSelector_test.cpp38 TEST(SplitSelectorTest, rulesShouldMatchSelection) { function in namespace:split
/frameworks/minikin/tests/unittest/
H A DFontCollectionTest.cpp59 TEST(FontCollectionTest, hasVariationSelectorTest) { function in namespace:minikin
81 TEST(FontCollectionTest, hasVariationSelectorTest_emoji) { function in namespace:minikin
114 TEST(FontCollectionTest, newEmojiTest) { function in namespace:minikin
127 TEST(FontCollectionTest, createWithVariations) { function in namespace:minikin
H A DMeasurementTests.cpp33 TEST(Measurement, getRunAdvance_fi) { function in namespace:minikin
46 TEST(Measurement, getRunAdvance_kka) { function in namespace:minikin
/frameworks/native/libs/nativewindow/tests/
H A DAHardwareBufferTest.cpp53 TEST(AHardwareBufferTest, ConvertToAndFromGrallocBits) { function
/frameworks/support/development/checkstyle/src/com/android/support/checkstyle/
H A DTestSizeAnnotationCheck.java33 private static final String TEST = "Test"; field in class:TestSizeAnnotationCheck
55 && AnnotationUtility.containsAnnotation(child, TEST)) {
/frameworks/base/libs/androidfw/tests/
H A DConfigLocale_test.cpp25 TEST(ConfigLocaleTest, packAndUnpack2LetterLanguage) { function in namespace:android
48 TEST(ConfigLocaleTest, packAndUnpack2LetterRegion) { function in namespace:android
63 TEST(ConfigLocaleTest, packAndUnpack3LetterLanguage) { function in namespace:android
79 TEST(ConfigLocaleTest, packAndUnpack3LetterLanguageAtOffset16) { function in namespace:android
103 TEST(ConfigLocaleTest, packAndUnpack3LetterRegion) { function in namespace:android
139 TEST(ConfigLocaleTest, IsMoreSpecificThan) { function in namespace:android
178 TEST(ConfigLocaleTest, setLocale) { function in namespace:android
240 TEST(ConfigLocaleTest, computeScript) { function in namespace:android
268 TEST(ConfigLocaleTest, getBcp47Locale_script) { function in namespace:android
282 TEST(ConfigLocaleTes function in namespace:android
299 TEST(ConfigLocaleTest, match) { function in namespace:android
396 TEST(ConfigLocaleTest, match_emptyScript) { function in namespace:android
409 TEST(ConfigLocaleTest, isLocaleBetterThan_basics) { function in namespace:android
473 TEST(ConfigLocaleTest, isLocaleBetterThan_regionComparison) { function in namespace:android
721 TEST(ConfigLocaleTest, isLocaleBetterThan_UsEnglishIsSpecial) { function in namespace:android
[all...]
H A DConfig_test.cpp54 TEST(ConfigTest, shouldSelectBestDensity) { function in namespace:android
88 TEST(ConfigTest, shouldSelectBestDensityWhenNoneSpecified) { function in namespace:android
106 TEST(ConfigTest, shouldMatchRoundQualifier) { function in namespace:android
131 TEST(ConfigTest, RoundQualifierShouldHaveStableSortOrder) { function in namespace:android
155 TEST(ConfigTest, ScreenShapeHasCorrectDiff) { function in namespace:android
166 TEST(ConfigTest, RoundIsMoreSpecific) { function in namespace:android
185 TEST(ConfigTest, ScreenIsWideGamut) { function in namespace:android
195 TEST(ConfigTest, ScreenIsHdr) { function in namespace:android
/frameworks/base/libs/hwui/tests/unit/
H A DRenderNodeTests.cpp41 TEST(RenderNode, hasParents) { function
69 TEST(RenderNode, validity) { function
133 TEST(RenderNode, multiTreeValidity) { function
239 TEST(RenderNode, releasedCallback) { function
H A DSkiaCanvasTests.cpp66 TEST(SkiaCanvas, drawShadowLayer) { function
84 TEST(SkiaCanvas, colorSpaceXform) { function
139 TEST(SkiaCanvas, captureCanvasState) { function
H A DTypefaceTests.cpp67 TEST(TypefaceTest, resolveDefault_and_setDefaultTest) { function in namespace:__anon1256
82 TEST(TypefaceTest, createWithDifferentBaseWeight) { function in namespace:__anon1256
94 TEST(TypefaceTest, createRelativeTest_fromRegular) { function in namespace:__anon1256
121 TEST(TypefaceTest, createRelativeTest_BoldBase) { function in namespace:__anon1256
150 TEST(TypefaceTest, createRelativeTest_LightBase) { function in namespace:__anon1256
179 TEST(TypefaceTest, createRelativeTest_fromBoldStyled) { function in namespace:__anon1256
209 TEST(TypefaceTest, createRelativeTest_fromItalicStyled) { function in namespace:__anon1256
241 TEST(TypefaceTest, createRelativeTest_fromSpecifiedStyled) { function in namespace:__anon1256
282 TEST(TypefaceTest, createAbsolute) { function in namespace:__anon1256
324 TEST(TypefaceTes function in namespace:__anon1256
363 TEST(TypefaceTest, createFromFamilies_Single_resolveByTable) { function in namespace:__anon1256
397 TEST(TypefaceTest, createFromFamilies_Family) { function in namespace:__anon1256
408 TEST(TypefaceTest, createFromFamilies_Family_withoutRegular) { function in namespace:__anon1256
[all...]
H A DBakedOpStateTests.cpp27 TEST(ResolvedRenderState, construct) { function in namespace:android::uirenderer
62 TEST(ResolvedRenderState, computeLocalSpaceClip) { function in namespace:android::uirenderer
156 TEST(ResolvedRenderState, construct_expandForStroke) { function in namespace:android::uirenderer
178 TEST(BakedOpState, tryConstruct) { function in namespace:android::uirenderer
201 TEST(BakedOpState, tryShadowOpConstruct) { function in namespace:android::uirenderer
226 TEST(BakedOpState, tryStrokeableOpConstruct) { function in namespace:android::uirenderer
H A DSkiaBehaviorTests.cpp41 TEST(SkiaBehavior, CreateBitmapShader1x1) { function
58 TEST(SkiaBehavior, genIds) { function
65 TEST(SkiaBehavior, lightingColorFilter_simplify) { function
84 TEST(SkiaBehavior, porterDuffCreateIsCached) { function
94 TEST(SkiaBehavior, pathIntersection) { function
104 TEST(SkiaBehavior, srgbColorSpaceIsSingleton) { function
/frameworks/minikin/tests/stresstest/
H A DMultithreadTest.cpp91 TEST(MultithreadTest, ThreadSafeStressTest) { function in namespace:minikin
/frameworks/native/libs/binder/tests/
H A DbinderTextOutputTest.cpp60 TEST(TextOutput, HandlesStdEndl) { function
69 TEST(TextOutput, HandlesCEndl) { function
78 TEST(TextOutput, HandlesAndroidEndl) { function
87 TEST(TextOutput, HandleEmptyString) { function
91 TEST(TextOutput, HandleString) { function
95 TEST(TextOutput, HandleNum) { function
99 TEST(TextOutput, HandleBool) { function
103 TEST(TextOutput, HandleChar) { function
107 TEST(TextOutput, HandleParcel) { function
112 TEST(TextOutpu function
118 TEST(TextOutput, HandleHexDumpCustom) { function
124 TEST(TextOutput, HandleTypeCode) { function
129 TEST(TextOutput, HandleCookie) { function
134 TEST(TextOutput, HandleString8) { function
139 TEST(TextOutput, HandleString16) { function
[all...]
/frameworks/native/libs/gui/tests/
H A DMalicious.cpp145 TEST(Malicious, Bug36991414Max) { function in namespace:android::test
159 TEST(Malicious, Bug36991414Min) { function in namespace:android::test
173 TEST(Malicious, Bug36991414NegativeOne) { function in namespace:android::test
187 TEST(Malicious, Bug36991414NumSlots) { function in namespace:android::test
/frameworks/av/media/libaaudio/tests/
H A Dtest_open_params.cpp135 TEST(test_open_params, aaudio_open_all) { function

Completed in 388 milliseconds

12345