Searched refs:xml_file (Results 1 – 16 of 16) sorted by relevance
/external/angle/scripts/ |
D | registry_xml.py | 459 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/ |
D | jacoco_report_converter.py | 148 with open(sys.argv[1], 'r') as xml_file: 149 xml_report = xml_file.read()
|
/external/fonttools/Tests/ttLib/tables/ |
D | tables_test.py | 250 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/ |
D | gen_header.py | 453 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/ |
D | googletest-failfast-unittest.py | 108 with open(xml_path) as xml_file: 109 return txt_out, xml_file.read()
|
/external/googletest/googletest/test/ |
D | googletest-failfast-unittest.py | 108 with open(xml_path) as xml_file: 109 return txt_out, xml_file.read()
|
/external/libiio/src/ |
D | context.c | 363 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()
|
D | xml.c | 422 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()
|
D | iio-private.h | 264 struct iio_context * xml_create_context(const char *xml_file);
|
D | iio.h | 319 __api struct iio_context * iio_create_xml_context(const char *xml_file);
|
/external/mesa3d/src/intel/perf/ |
D | gen_perf.py | 600 for xml_file in args.xml_files: 601 gens.append(Gen(xml_file))
|
/external/libepoxy/src/ |
D | gen_dispatch.py | 425 def parse(self, xml_file): argument 426 reg = ET.parse(xml_file)
|
/external/libiio/include/ |
D | iio.h | 319 __api struct iio_context * iio_create_xml_context(const char *xml_file);
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | BUILD.gn | 252 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/ |
D | BUILD.gn | 243 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/ |
D | BUILD.gn | 249 xml_file = "${spirv_headers}/include/spirv/spir-v.xml" 252 sources = [ xml_file ] 256 rebase_path(xml_file, root_build_dir),
|