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

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

Completed in 129 milliseconds