Home
last modified time | relevance | path

Searched defs:xmlDoc (Results 1 – 25 of 49) sorted by relevance

12

/aosp_15_r20/packages/apps/ImsServiceEntitlement/tests/unittests/src/com/android/imsserviceentitlement/utils/
DXmlDocTest.java205 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 Ddevice.cc34 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 DPositionTest.java384 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 DXmlTreeBuilderTest.java71 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 DCarrierConfigConverterV2.java496 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 DProgrammaticDOMTest.java149 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 DSmoketestOuttakes.java663 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 Dsystem_fonts.cpp152 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 DFuzzFixesTest.java46 Document xmlDoc = Parser.xmlParser().parseInput(html, ""); in bookmark() local
/aosp_15_r20/packages/services/Car/cpp/watchdog/server/src/
DOveruseConfigurationXmlHelper.cpp684 XMLDocument xmlDoc; in parseXmlFile() local
727 XMLDocument xmlDoc; in writeXmlFile() local
/aosp_15_r20/packages/services/Car/cpp/powerpolicy/server/src/
DPolicyManager.cpp750 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 DConfigManager.cpp410 XMLDocument xmlDoc; in readConfigDataFromXML() local
/aosp_15_r20/external/apache-xml/test/java/src/org/apache/qetest/trax/
H A DTestMultiTypeThreads.java899 Node xmlDoc = docBuilder.parse(new InputSource(xmlName)); in doDOMTransform() local
/aosp_15_r20/packages/services/Car/cpp/evs/sampleDriver/hidl/
DConfigManager.cpp446 XMLDocument xmlDoc; in readConfigDataFromXML() local
/aosp_15_r20/packages/services/Car/cpp/evs/sampleDriver/aidl/src/
DConfigManager.cpp444 XMLDocument xmlDoc; in readConfigDataFromXML() local
/aosp_15_r20/hardware/interfaces/automotive/evs/aidl/impl/default/src/
H A DConfigManager.cpp501 XMLDocument xmlDoc; in readConfigDataFromXML() local
/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/input/
H A DXmlStreamReaderTest.java157 final String xmlDoc = getXML(bomType, xmlType, streamEnc, prologEnc); in getXmlInputStream() local
/aosp_15_r20/packages/services/Car/cpp/powerpolicy/server/tests/
DPolicyManagerTest.cpp479 XMLDocument xmlDoc; in readXmlFile() local
DCarPowerPolicyServerTest.cpp263 XMLDocument xmlDoc; in initializePolicyManager() local
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/nodes/
H A DElementTest.java2769 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/
Dtree.h549 typedef struct _xmlDoc xmlDoc; typedef
/aosp_15_r20/prebuilts/vndk/v34/arm/include/external/libxml2/include/libxml/
Dtree.h551 typedef struct _xmlDoc xmlDoc; typedef
/aosp_15_r20/external/libxml2/include/libxml/
H A Dtree.h560 typedef struct _xmlDoc xmlDoc; typedef
/aosp_15_r20/external/cronet/third_party/libxml/src/include/libxml/
H A Dtree.h546 typedef struct _xmlDoc xmlDoc; typedef
/aosp_15_r20/prebuilts/vndk/v31/arm64/include/external/libxml2/include/libxml/
Dtree.h549 typedef struct _xmlDoc xmlDoc; typedef

12