HomeSort by relevance Sort by last modified time
    Searched refs:xml_data (Results 1 - 5 of 5) sorted by null

  /external/autotest/site_utils/rpm_control_system/
BeautifulSoup.py     [all...]
  /external/python/cpython3/Lib/test/libregrtest/
runtest.py 90 Returns the tuple (result, test_time, xml_data), where result is one
101 If ns.xmlpath is not None, xml_data is a list containing each
141 xml_data = [ET.tostring(x).decode('us-ascii') for x in xml_list]
143 xml_data = None
144 return result + (xml_data,)
main.py 109 ok, test_time, xml_data = result
128 if xml_data:
130 for e in xml_data:
134 print(xml_data, file=sys.__stderr__)
runtest_mp.py 199 ok, test_time, xml_data = result
  /external/mesa3d/src/mapi/
mapi_abi.py 48 def __init__(self, cols, attrs, xml_data = None):
55 self.xml_data = xml_data
698 if ent.xml_data is None:
701 ent.xml_data.entry_points_for_api_version('es1')) \
722 if ent.xml_data is None:
725 ent.xml_data.entry_points_for_api_version('es2')) \

Completed in 286 milliseconds