Searched refs:xmlPath (Results 1 – 6 of 6) sorted by relevance
/frameworks/minikin/tests/util/ |
D | FontTestUtils.h | 42 inline std::shared_ptr<FontCollection> buildFontCollectionFromXml(const std::string& xmlPath) { in buildFontCollectionFromXml() argument 44 getFontFamilies(getTestDataDir(), getTestDataDir() + xmlPath)); in buildFontCollectionFromXml()
|
D | FontTestUtils.cpp | 50 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/ |
D | LicenseHtmlLoader.java | 77 for (final String xmlPath : DEFAULT_LICENSE_XML_PATHS) { in getVaildXmlFiles() 78 File file = new File(xmlPath); in getVaildXmlFiles()
|
/frameworks/base/graphics/java/android/graphics/ |
D | Typeface.java | 1057 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/ |
D | Typeface_Delegate.java | 228 /*package*/ static void buildSystemFallback(String xmlPath, String fontDir, in buildSystemFallback() argument
|
/frameworks/base/tools/aapt/ |
D | Command.cpp | 400 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()
|