Home
last modified time | relevance | path

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

/aosp12/frameworks/minikin/tests/util/
H A DFontTestUtils.h42 inline std::shared_ptr<FontCollection> buildFontCollectionFromXml(const std::string& xmlPath) { in buildFontCollectionFromXml() argument
44 getFontFamilies(getTestDataDir(), getTestDataDir() + xmlPath)); in buildFontCollectionFromXml()
H A DFontTestUtils.cpp50 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 DValidateMediaProfiles.cpp76 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 DLicenseHtmlLoader.java77 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 DLicenseHtmlLoaderCompat.java81 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 DConfigManager.h184 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 DFontManagerShellCommand.java385 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 Daudiopolicy_fuzzer.cpp387 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 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()
2016 String8 xmlPath = AaptXml::getResolvedAttribute(res, tree, in doDump() local
2026 Vector<String8> categories = getNfcAidCategories(assets, xmlPath, in doDump()