Searched refs:xmlPath (Results 1 – 9 of 9) sorted by relevance
/aosp12/frameworks/minikin/tests/util/ |
H A D | FontTestUtils.h | 42 inline std::shared_ptr<FontCollection> buildFontCollectionFromXml(const std::string& xmlPath) { in buildFontCollectionFromXml() argument 44 getFontFamilies(getTestDataDir(), getTestDataDir() + xmlPath)); in buildFontCollectionFromXml()
|
H A D | FontTestUtils.cpp | 50 const std::string& xmlPath) { in getFontFamilies() argument 51 xmlDoc* doc = xmlReadFile(xmlPath.c_str(), NULL, 0); in getFontFamilies()
|
/aosp12/frameworks/av/media/libmedia/xsd/vts/ |
H A D | ValidateMediaProfiles.cpp | 76 char const* xmlPath = findXmlPath->c_str(); in TEST() local 77 EXPECT_VALID_XML(xmlPath, xsdPath); in TEST()
|
/aosp12/packages/apps/Car/Settings/src/com/android/car/settings/system/ |
H A D | LicenseHtmlLoader.java | 77 for (final String xmlPath : DEFAULT_LICENSE_XML_PATHS) { in getVaildXmlFiles() 78 File file = new File(xmlPath); in getVaildXmlFiles()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/license/ |
H A D | LicenseHtmlLoaderCompat.java | 81 for (final String xmlPath : DEFAULT_LICENSE_XML_PATHS) { in getVaildXmlFiles() 82 File file = new File(xmlPath); in getVaildXmlFiles()
|
/aosp12/hardware/interfaces/automotive/evs/1.1/default/ |
H A D | ConfigManager.h | 184 ConfigManager(const char *xmlPath) : in ConfigManager() argument 185 mConfigFilePath(xmlPath) { in ConfigManager()
|
/aosp12/frameworks/base/services/core/java/com/android/server/graphics/fonts/ |
H A D | FontManagerShellCommand.java | 385 String xmlPath = shell.getNextArg(); in updateFamily() local 386 if (xmlPath == null) { in updateFamily() 393 try (ParcelFileDescriptor xmlFd = shell.openFileForSystem(xmlPath, "r")) { in updateFamily()
|
/aosp12/frameworks/av/services/audiopolicy/fuzzer/ |
H A D | audiopolicy_fuzzer.cpp | 387 std::string fuzzXML(std::string xmlPath); 480 std::string AudioPolicyManagerFuzzerWithConfigurationFile::fuzzXML(std::string xmlPath) { in fuzzXML() argument 484 xmlDocPtr pDoc = xmlParseFile(xmlPath.c_str()); in fuzzXML()
|
/aosp12/frameworks/base/tools/aapt/ |
H A 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() 2016 String8 xmlPath = AaptXml::getResolvedAttribute(res, tree, in doDump() local 2026 Vector<String8> categories = getNfcAidCategories(assets, xmlPath, in doDump()
|