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

123456

/frameworks/base/tools/aapt2/link/
H A DXmlReferenceLinker_test.cpp81 TEST_F(XmlReferenceLinkerTest, LinkBasicAttributes) { function in namespace:aapt
140 TEST_F(XmlReferenceLinkerTest, PrivateSymbolsAreNotLinked) {
149 TEST_F(XmlReferenceLinkerTest, PrivateSymbolsAreLinkedWhenReferenceHasStarPrefix) {
158 TEST_F(XmlReferenceLinkerTest, LinkMangledAttributes) {
177 TEST_F(XmlReferenceLinkerTest, LinkAutoResReference) {
198 TEST_F(XmlReferenceLinkerTest, LinkViewWithShadowedPackageAlias) {
235 TEST_F(XmlReferenceLinkerTest, LinkViewWithLocalPackageAndAliasOfTheSameName) {
H A DXmlNamespaceRemover_test.cpp69 TEST_F(XmlNamespaceRemoverTest, RemoveUris) { function in namespace:aapt
85 TEST_F(XmlNamespaceRemoverTest, RemoveNamespaces) {
103 TEST_F(XmlNamespaceRemoverTest, RemoveNestedNamespaces) {
H A DManifestFixer_test.cpp74 TEST_F(ManifestFixerTest, EnsureManifestIsRootTag) { function in namespace:aapt
80 TEST_F(ManifestFixerTest, EnsureManifestHasPackage) { function in namespace:aapt
93 TEST_F(ManifestFixerTest, AllowMetaData) { function in namespace:aapt
111 TEST_F(ManifestFixerTest, UseDefaultSdkVersionsIfNonePresent) {
192 TEST_F(ManifestFixerTest, UsesSdkMustComeBeforeApplication) {
236 TEST_F(ManifestFixerTest, RenameManifestPackageAndFullyQualifyClasses) {
287 TEST_F(ManifestFixerTest,
313 TEST_F(ManifestFixerTest, UseDefaultVersionNameAndCode) {
337 TEST_F(ManifestFixerTest, EnsureManifestAttributesAreTyped) {
359 TEST_F(ManifestFixerTes function in namespace:aapt
[all...]
/frameworks/av/media/libstagefright/foundation/tests/
H A DTypeTraits_test.cpp34 TEST_F(TypeTraitsTest, StaticTests) { function in namespace:android
H A DUtils_test.cpp32 TEST_F(UtilsTest, TestStringUtils) { function in namespace:android
106 TEST_F(UtilsTest, TestDebug) { function in namespace:android
126 TEST_F(UtilsTest, TestFourCC) { function in namespace:android
130 TEST_F(UtilsTest, TestMathTemplates) { function in namespace:android
/frameworks/av/services/mediaresourcemanager/test/
H A DServiceLog_test.cpp36 TEST_F(ServiceLogTest, addThenToString) { function in namespace:android
/frameworks/av/services/minijail/
H A Dav_services_minijail_unittest.cpp40 TEST_F(WritePolicyTest, OneFile) function
50 TEST_F(WritePolicyTest, TwoFiles) function
/frameworks/compile/mclinker/unittests/
H A DLDSymbolTest.cpp35 TEST_F(LDSymbolTest, produce) { function
H A DPathSetTest.cpp38 TEST_F(PathSetTest, ) { function
H A DSymbolTableTest.cpp36 TEST_F(SymbolTableTest, init) { function
H A DSystemUtilsTest.cpp34 TEST_F(SystemUtilsTest, test_strerror) { function
H A DTargetMachineTest.cpp34 TEST_F(TargetMachineTest, addPassesToEmitFile) { function
H A DDirIteratorTest.cpp44 TEST_F(DirIteratorTest, open_dir) { function
H A DELFBinaryReaderTest.cpp41 TEST_F(ELFBinaryReaderTest, is_myformat) { function
H A DFileHandleTest.cpp40 TEST_F(FileHandleTest, open_close) { function
58 TEST_F(FileHandleTest, delegate_close) { function
82 TEST_F(FileHandleTest, fail_close) { function
H A DFragmentTest.cpp37 TEST_F(FragmentTest, Fragment_constructor) { function
52 TEST_F(FragmentTest, Fragment_trivial_function) { function
H A DGCFactoryListTraitsTest.cpp77 TEST_F(GCFactoryListTraitsTest, Basic) { function
82 TEST_F(GCFactoryListTraitsTest, BasicAgain) { function
87 TEST_F(GCFactoryListTraitsTest, Clear) { function
92 TEST_F(GCFactoryListTraitsTest, PushThenPop) { function
100 TEST_F(GCFactoryListTraitsTest, CodeIterator) { function
109 TEST_F(GCFactoryListTraitsTest, Empty) { function
115 TEST_F(GCFactoryListTraitsTest, EraseAndSize) { function
/frameworks/minikin/tests/unittest/
H A DHbFontCacheTest.cpp41 TEST_F(HbFontCacheTest, getHbFontLockedTest) { function in namespace:minikin
69 TEST_F(HbFontCacheTest, purgeCacheTest) { function in namespace:minikin
/frameworks/native/libs/gui/tests/
H A DSurfaceTextureFBO_test.cpp26 TEST_F(SurfaceTextureFBOTest, BlitFromCpuFilledBufferToFbo) { function in namespace:android
H A DSurfaceTextureGLThreadToGL_test.cpp24 TEST_F(SurfaceTextureGLThreadToGLTest, function in namespace:android
45 TEST_F(SurfaceTextureGLThreadToGLTest, function in namespace:android
66 TEST_F(SurfaceTextureGLThreadToGLTest, function in namespace:android
97 TEST_F(SurfaceTextureGLThreadToGLTest, function in namespace:android
129 TEST_F(SurfaceTextureGLThreadToGLTest, function in namespace:android
/frameworks/native/libs/math/tests/
H A Dvec_test.cpp31 TEST_F(VecTest, Basics) { function in namespace:android
41 TEST_F(VecTest, Constructors) { function in namespace:android
85 TEST_F(VecTest, Access) { function in namespace:android
113 TEST_F(VecTest, UnaryOps) { function in namespace:android
180 TEST_F(VecTest, ComparisonOps) { function in namespace:android
190 TEST_F(VecTest, ComparisonFunctions) { function in namespace:android
207 TEST_F(VecTest, ArithmeticOps) { function in namespace:android
237 TEST_F(VecTest, ArithmeticFunc) { function in namespace:android
/frameworks/native/libs/ui/tests/
H A Dcolorspace_test.cpp32 TEST_F(ColorSpaceTest, XYZ) { function in namespace:android
47 TEST_F(ColorSpaceTest, XYZPrimaries) { function in namespace:android
66 TEST_F(ColorSpaceTest, XYZWhitePoint) { function in namespace:android
79 TEST_F(ColorSpaceTest, XYZFromPrimaries) { function in namespace:android
106 TEST_F(ColorSpaceTest, TransferFunctions) { function in namespace:android
140 TEST_F(ColorSpaceTest, Clamping) {
153 TEST_F(ColorSpaceTest, Connect) {
165 TEST_F(ColorSpaceTest, LUT) {
/frameworks/base/libs/androidfw/tests/
H A DZipUtils_test.cpp37 TEST_F(ZipUtilsTest, ZipTimeConvertSuccess) { function in namespace:android
/frameworks/base/tools/aapt2/flatten/
H A DXmlFlattener_test.cpp80 TEST_F(XmlFlattenerTest, FlattenXmlWithNoCompiledAttributes) { function in namespace:aapt
139 TEST_F(XmlFlattenerTest, FlattenCompiledXmlAndStripOnlyTools) { function in namespace:aapt
160 TEST_F(XmlFlattenerTest, AssignSpecialAttributeIndices) { function in namespace:aapt
181 TEST_F(XmlFlattenerTest, NoNamespaceIsNotTheSameAsEmptyNamespace) {
196 TEST_F(XmlFlattenerTest, EmptyStringValueInAttributeIsNotNull) {
215 TEST_F(XmlFlattenerTest, FlattenNonStandardPackageId) {
255 TEST_F(XmlFlattenerTest, ProcessEscapedStrings) {
/frameworks/base/tools/aapt2/util/
H A DFiles_test.cpp38 TEST_F(FilesTest, AppendPath) { function in namespace:aapt::file
44 TEST_F(FilesTest, AppendPathWithLeadingOrTrailingSeparators) { function in namespace:aapt::file

Completed in 6176 milliseconds

123456