Home
last modified time | relevance | path

Searched refs:xmlPath (Results 1 – 6 of 6) sorted by relevance

/frameworks/minikin/tests/util/
DFontTestUtils.h42 inline std::shared_ptr<FontCollection> buildFontCollectionFromXml(const std::string& xmlPath) { in buildFontCollectionFromXml() argument
44 getFontFamilies(getTestDataDir(), getTestDataDir() + xmlPath)); in buildFontCollectionFromXml()
DFontTestUtils.cpp50 const std::string& xmlPath) { in getFontFamilies() argument
51 xmlDoc* doc = xmlReadFile(xmlPath.c_str(), NULL, 0); in getFontFamilies()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/license/
DLicenseHtmlLoader.java77 for (final String xmlPath : DEFAULT_LICENSE_XML_PATHS) { in getVaildXmlFiles()
78 File file = new File(xmlPath); in getVaildXmlFiles()
/frameworks/base/graphics/java/android/graphics/
DTypeface.java1057 public static void buildSystemFallback(String xmlPath, String fontDir, in buildSystemFallback() argument
1060 final FileInputStream fontsIn = new FileInputStream(xmlPath); in buildSystemFallback()
1123 Log.e(TAG, "Error opening " + xmlPath, e); in buildSystemFallback()
1125 Log.e(TAG, "Error reading " + xmlPath, e); in buildSystemFallback()
1127 Log.e(TAG, "XML parse exception for " + xmlPath, e); in buildSystemFallback()
/frameworks/layoutlib/bridge/src/android/graphics/
DTypeface_Delegate.java228 /*package*/ static void buildSystemFallback(String xmlPath, String fontDir, in buildSystemFallback() argument
/frameworks/base/tools/aapt/
DCommand.cpp400 Vector<String8> getNfcAidCategories(AssetManager& assets, const String8& xmlPath, bool offHost, in getNfcAidCategories() argument
403 Asset* aidAsset = assets.openNonAsset(xmlPath, Asset::ACCESS_BUFFER); in getNfcAidCategories()
1959 String8 xmlPath = AaptXml::getResolvedAttribute(res, tree, in doDump() local
1969 Vector<String8> categories = getNfcAidCategories(assets, xmlPath, in doDump()