Home
last modified time | relevance | path

Searched refs:xml_file (Results 1 – 16 of 16) sorted by relevance

/external/angle/scripts/
Dregistry_xml.py459 def find_xml_input(xml_file): argument
461 if found_xml == xml_file or found_xml.endswith('/' + xml_file):
463 raise Exception('Could not find XML input: ' + xml_file)
498 def __init__(self, xml_file, ext_file=None): argument
499 tree = etree.parse(script_relative(find_xml_input(xml_file)))
/external/oss-fuzz/infra/base-images/base-runner/
Djacoco_report_converter.py148 with open(sys.argv[1], 'r') as xml_file:
149 xml_report = xml_file.read()
/external/fonttools/Tests/ttLib/tables/
Dtables_test.py250 with open(xml_expected_path, 'r', encoding="utf-8") as xml_file:
251 xml_expected = ttLibVersion_RE.sub('', xml_file.read())
/external/mesa3d/src/freedreno/registers/
Dgen_header.py453 xml_file = sys.argv[2]
456 guard = str.replace(os.path.basename(xml_file), '.', '_').upper() + '_STRUCTS'
459 guard = str.replace(os.path.basename(xml_file), '.', '_').upper()
464 p.parse(rnn_path, xml_file)
/external/cronet/third_party/googletest/src/googletest/test/
Dgoogletest-failfast-unittest.py108 with open(xml_path) as xml_file:
109 return txt_out, xml_file.read()
/external/googletest/googletest/test/
Dgoogletest-failfast-unittest.py108 with open(xml_path) as xml_file:
109 return txt_out, xml_file.read()
/external/libiio/src/
Dcontext.c363 struct iio_context * iio_create_xml_context(const char *xml_file) in iio_create_xml_context() argument
366 return xml_create_context(xml_file); in iio_create_xml_context()
Dxml.c422 struct iio_context * xml_create_context(const char *xml_file) in xml_create_context() argument
429 doc = xmlReadFile(xml_file, NULL, XML_PARSE_DTDVALID); in xml_create_context()
Diio-private.h264 struct iio_context * xml_create_context(const char *xml_file);
Diio.h319 __api struct iio_context * iio_create_xml_context(const char *xml_file);
/external/mesa3d/src/intel/perf/
Dgen_perf.py600 for xml_file in args.xml_files:
601 gens.append(Gen(xml_file))
/external/libepoxy/src/
Dgen_dispatch.py425 def parse(self, xml_file): argument
426 reg = ET.parse(xml_file)
/external/libiio/include/
Diio.h319 __api struct iio_context * iio_create_xml_context(const char *xml_file);
/external/swiftshader/third_party/SPIRV-Tools/
DBUILD.gn252 xml_file = "${spirv_headers}/include/spirv/spir-v.xml"
255 sources = [ xml_file ]
259 rebase_path(xml_file, root_build_dir),
/external/deqp-deps/SPIRV-Tools/
DBUILD.gn243 xml_file = "${spirv_headers}/include/spirv/spir-v.xml"
246 sources = [ xml_file ]
250 rebase_path(xml_file, root_build_dir),
/external/angle/third_party/vulkan-deps/spirv-tools/src/
DBUILD.gn249 xml_file = "${spirv_headers}/include/spirv/spir-v.xml"
252 sources = [ xml_file ]
256 rebase_path(xml_file, root_build_dir),