Searched refs:xmlPath (Results 1 – 7 of 7) sorted by relevance
/frameworks/minikin/tests/util/ |
D | FontTestUtils.h | 41 inline std::shared_ptr<FontCollection> buildFontCollectionFromXml(const std::string& xmlPath) { in buildFontCollectionFromXml() argument 42 return FontCollection::create(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/av/media/libmedia/xsd/vts/ |
D | ValidateMediaProfiles.cpp | 76 char const* xmlPath = findXmlPath->c_str(); in TEST() local 77 EXPECT_VALID_XML(xmlPath, xsdPath); in TEST()
|
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/license/ |
D | LicenseHtmlLoaderCompat.java | 81 for (final String xmlPath : DEFAULT_LICENSE_XML_PATHS) { in getVaildXmlFiles() 82 File file = new File(xmlPath); in getVaildXmlFiles()
|
/frameworks/base/services/core/java/com/android/server/graphics/fonts/ |
D | FontManagerShellCommand.java | 423 String xmlPath = shell.getNextArg(); in updateFamily() local 424 if (xmlPath == null) { in updateFamily() 431 try (ParcelFileDescriptor xmlFd = shell.openFileForSystem(xmlPath, "r")) { in updateFamily()
|
/frameworks/av/services/audiopolicy/fuzzer/ |
D | audiopolicy_fuzzer.cpp | 403 std::string fuzzXML(std::string xmlPath); 500 std::string AudioPolicyManagerFuzzerWithConfigurationFile::fuzzXML(std::string xmlPath) { in fuzzXML() argument 504 xmlDocPtr pDoc = xmlParseFile(xmlPath.c_str()); in fuzzXML()
|
/frameworks/base/tools/aapt/ |
D | Command.cpp | 401 Vector<String8> getNfcAidCategories(AssetManager& assets, const String8& xmlPath, bool offHost, in getNfcAidCategories() argument 404 Asset* aidAsset = assets.openNonAsset(xmlPath.c_str(), Asset::ACCESS_BUFFER); in getNfcAidCategories() 2032 String8 xmlPath = AaptXml::getResolvedAttribute(res, tree, in doDump() local 2042 Vector<String8> categories = getNfcAidCategories(assets, xmlPath, in doDump()
|