Home
last modified time | relevance | path

Searched refs:xml_string (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/tools/test/connectivity/acts/framework/acts/controllers/spirent_lib/
Dgss7000.py25 def get_xml_text(xml_string='', tag=''): argument
38 if xml_string and tag:
39 root = ET.fromstring(xml_string)
/aosp_15_r20/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DSnoozeHelperTest.java103 final String xml_string = "<snoozed-notifications>" in testWriteXMLformattedCorrectly_testReadingCorrectTime() local
111 new ByteArrayInputStream(xml_string.getBytes())), null); in testWriteXMLformattedCorrectly_testReadingCorrectTime()
122 final String xml_string = "<snoozed-notifications>" in testWriteXML_afterReading_noNPE() local
130 new ByteArrayInputStream(xml_string.getBytes())), null); in testWriteXML_afterReading_noNPE()
145 final String xml_string = "<snoozed-notifications>" in testWriteXMLformattedCorrectly_testCorrectContextURI() local
153 new ByteArrayInputStream(xml_string.getBytes())), null); in testWriteXMLformattedCorrectly_testCorrectContextURI()
224 final String xml_string = "<snoozed-notifications>" in testScheduleRepostsForPersistedNotifications() local
232 new ByteArrayInputStream(xml_string.getBytes())), null); in testScheduleRepostsForPersistedNotifications()
/aosp_15_r20/tools/asuite/aidegen/lib/
H A Dcommon_util.py695 xml_string = xml.dom.minidom.parseString(
698 xml_string = xml_string.split("\n", 1)[1]
700 return os.linesep.join([s for s in xml_string.splitlines() if s.strip()])
/aosp_15_r20/external/fonttools/Tests/ttLib/tables/
H A DS_V_G__test.py24 def strip_xml_whitespace(xml_string): argument
29 tree = etree.fromstring(xml_string)
/aosp_15_r20/external/guice/lib/build/jdiff/
HDxerces.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/xml/ javax/ ...