/aosp_15_r20/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/utils/ |
D | XmlDocTest.java | 205 XmlDoc xmlDoc = new XmlDoc(AUTH_RESPONSE_XML); in parseAuthenticateResponse() local 222 XmlDoc xmlDoc = new XmlDoc(AUTH_RESPONSE_XML_2); in parseAuthenticateResponse2() local 232 XmlDoc xmlDoc = new XmlDoc(AUTH_RESPONSE_XML_3); in parseAuthenticateResponse3() local 241 XmlDoc xmlDoc = new XmlDoc(AUTH_RESPONSE_XML_4); in parseAuthenticateResponse4() local 249 XmlDoc xmlDoc = new XmlDoc(AUTH_RESPONSE_XML_5); in parseAuthenticateResponse5() local 257 XmlDoc xmlDoc = new XmlDoc(AUTH_RESPONSE_XML_6); in parseAuthenticateResponse6() local 265 XmlDoc xmlDoc = new XmlDoc(AUTH_RESPONSE_XML_7); in parseAuthenticateResponse7() local 276 XmlDoc xmlDoc = new XmlDoc(AUTH_RESPONSE_XML_8); in parseAuthenticateResponse8() local 289 XmlDoc xmlDoc = new XmlDoc(AUTH_RESPONSE_XML_9); in parseAuthenticateResponse9() local 296 XmlDoc xmlDoc = new XmlDoc(AUTH_RESPONSE_XML_10); in parseAuthenticateResponse10() local
|
/aosp_15_r20/external/dynamic_depth/internal/dynamic_depth/ |
H A D | device.cc | 34 std::unique_ptr<Device> ParseFields(const xmlDocPtr& xmlDoc) { in ParseFields() 121 xmlDocPtr xmlDoc = xmlReadFile(filename.c_str(), nullptr, 0); in FromXmlFile() local 177 bool Device::Serialize(xmlDocPtr* xmlDoc) { in Serialize()
|
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/parser/ |
H A D | PositionTest.java | 384 Document xmlDoc = Jsoup.parse(html, TrackingXmlParser); in trackAttributePositionInFirstElement() local 407 Document xmlDoc = Jsoup.parse(pomXml, TrackingXmlParser); in trackAttributePositionWithCase() local 431 Document xmlDoc = Jsoup.parse(html, TrackingXmlParser); in trackAttributesPositionsDedupes() local 454 Document xmlDoc = Jsoup.parse(html, TrackingXmlParser); in trackAttributesPositionsDirectionalDedupes() local
|
H A D | XmlTreeBuilderTest.java | 71 Document xmlDoc = Jsoup.connect(xmlUrl).parser(Parser.xmlParser()).get(); in testSupplyParserToConnection() local 99 Document xmlDoc = Jsoup.parse("<br>one</br>", "", Parser.xmlParser()); in testDoesNotForceSelfClosingKnownTags() local 129 Document xmlDoc = Jsoup.parse(html, "", Parser.xmlParser()); in testDoesHandleEOFInTag() local
|
/aosp_15_r20/tools/carrier_settings/java/ |
H A D | CarrierConfigConverterV2.java | 496 Document xmlDoc = xmlDocBuilder.parse(configXml); in parseXmlDoc() local 502 private static ImmutableList<Element> getElementsByTagName(Document xmlDoc, String tagName) { in getElementsByTagName() 583 Document xmlDoc, CarrierIdentifier carrier) throws IOException { in parseCarrierConfigFromXml() 601 Document xmlDoc, CarrierIdentifier carrier) throws IOException { in parseCarrierConfigFromVendorXml()
|
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/xalanj2/ |
H A D | ProgrammaticDOMTest.java | 149 Document xmlDoc = docBuilder.parse(new InputSource(testFileInfo.xmlName)); in testCase1() local 256 Document xmlDoc = docBuilder.parse(new InputSource(testFileInfo.xmlName)); in testCase2() local
|
H A D | SmoketestOuttakes.java | 663 Document xmlDoc = docBuilder.parse(new InputSource(testFileInfo.xmlName)); in testCase6() local 719 Document xmlDoc = docBuilder.parse(new InputSource(testFileInfo.xmlName)); in testCase6() local
|
/aosp_15_r20/frameworks/base/native/android/ |
H A D | system_fonts.cpp | 152 void copyFont(const XmlDocUniquePtr& xmlDoc, const ParserState& state, AFont* out, in copyFont() 341 bool findNextFontNode(const XmlDocUniquePtr& xmlDoc, ParserState* state) { in findNextFontNode()
|
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/integration/ |
H A D | FuzzFixesTest.java | 46 Document xmlDoc = Parser.xmlParser().parseInput(html, ""); in bookmark() local
|
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/src/ |
D | OveruseConfigurationXmlHelper.cpp | 684 XMLDocument xmlDoc; in parseXmlFile() local 727 XMLDocument xmlDoc; in writeXmlFile() local
|
/aosp_15_r20/packages/services/Car/cpp/powerpolicy/server/src/ |
D | PolicyManager.cpp | 750 XMLDocument xmlDoc; in readPowerPolicyConfiguration() local 759 void PolicyManager::readPowerPolicyFromXml(const XMLDocument& xmlDoc) { in readPowerPolicyFromXml()
|
/aosp_15_r20/hardware/interfaces/automotive/evs/1.1/default/ |
H A D | ConfigManager.cpp | 410 XMLDocument xmlDoc; in readConfigDataFromXML() local
|
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/trax/ |
H A D | TestMultiTypeThreads.java | 899 Node xmlDoc = docBuilder.parse(new InputSource(xmlName)); in doDOMTransform() local
|
/aosp_15_r20/packages/services/Car/cpp/evs/sampleDriver/hidl/ |
D | ConfigManager.cpp | 446 XMLDocument xmlDoc; in readConfigDataFromXML() local
|
/aosp_15_r20/packages/services/Car/cpp/evs/sampleDriver/aidl/src/ |
D | ConfigManager.cpp | 444 XMLDocument xmlDoc; in readConfigDataFromXML() local
|
/aosp_15_r20/hardware/interfaces/automotive/evs/aidl/impl/default/src/ |
H A D | ConfigManager.cpp | 501 XMLDocument xmlDoc; in readConfigDataFromXML() local
|
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/ |
H A D | XmlStreamReaderTest.java | 157 final String xmlDoc = getXML(bomType, xmlType, streamEnc, prologEnc); in getXmlInputStream() local
|
/aosp_15_r20/packages/services/Car/cpp/powerpolicy/server/tests/ |
D | PolicyManagerTest.cpp | 479 XMLDocument xmlDoc; in readXmlFile() local
|
D | CarPowerPolicyServerTest.cpp | 263 XMLDocument xmlDoc; in initializePolicyManager() local
|
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/nodes/ |
H A D | ElementTest.java | 2769 Document xmlDoc = Jsoup.parse(xml, Parser.xmlParser()); in datanodesOutputCdataInXhtml() local 2801 Document xmlDoc = Jsoup.parse(xml, Parser.xmlParser()); in datanodesOutputExistingCdataInXhtml() local
|
/aosp_15_r20/prebuilts/vndk/v33/arm/include/external/libxml2/include/libxml/ |
D | tree.h | 549 typedef struct _xmlDoc xmlDoc; typedef
|
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libxml2/include/libxml/ |
D | tree.h | 551 typedef struct _xmlDoc xmlDoc; typedef
|
/aosp_15_r20/external/libxml2/include/libxml/ |
H A D | tree.h | 560 typedef struct _xmlDoc xmlDoc; typedef
|
/aosp_15_r20/external/cronet/third_party/libxml/src/include/libxml/ |
H A D | tree.h | 546 typedef struct _xmlDoc xmlDoc; typedef
|
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libxml2/include/libxml/ |
D | tree.h | 549 typedef struct _xmlDoc xmlDoc; typedef
|