Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/sfntly/cpp/tools/
Dtest_data_generator_xml.py37 xml_file = open(xml_path, 'w')
38 xml_file.write(document.toprettyxml().replace('\t', ' '))
39 xml_file.close()
/third_party/skia/third_party/externals/sfntly/cpp/tools/
Dtest_data_generator_xml.py37 xml_file = open(xml_path, 'w')
38 xml_file.write(document.toprettyxml().replace('\t', ' '))
39 xml_file.close()
/third_party/openh264/autotest/unitTest/android/
Drun_AutoTest_android.sh72 xml_file="sdcard/codec_unittest.xml"
81 $ADB -s $dev shell am start --es path "$xml_file" -n ${apk_main}
94 $ADB -s $dev pull ${xml_file} ${report_file}
96 $ADB -s $dev shell rm -rf ${xml_file}
/third_party/mesa3d/src/vulkan/util/
Dvk_icd_gen.py29 def get_xml_patch_version(xml_file): argument
30 xml = et.parse(xml_file)
/third_party/pulseaudio/man/
Dmeson.build39 xml_file = configure_file( variable
49 input : xml_file,
/third_party/flutter/skia/third_party/externals/angle2/scripts/
Dregistry_xml.py183 def __init__(self, xml_file, ext_file=None): argument
184 tree = etree.parse(script_relative(xml_file))
/third_party/mesa3d/src/freedreno/registers/
Dgen_header.py458 xml_file = sys.argv[2]
461 guard = str.replace(os.path.basename(xml_file), '.', '_').upper() + '_STRUCTS'
464 guard = str.replace(os.path.basename(xml_file), '.', '_').upper()
469 p.parse(rnn_path, xml_file)
/third_party/mesa3d/src/panfrost/perf/
Dpan_gen_perf.py99 for xml_file in args.xml_files:
100 prods.append(Product(xml_file))
/third_party/skia/third_party/externals/angle2/scripts/
Dregistry_xml.py444 def __init__(self, xml_file, ext_file=None): argument
445 tree = etree.parse(script_relative(xml_file))
/third_party/googletest/googletest/test/
Dgoogletest-failfast-unittest.py108 with open(xml_path) as xml_file:
109 return txt_out, xml_file.read()
/third_party/flutter/skia/third_party/dawn/third_party/
DBUILD.gn254 xml_file = "${spirv_headers}/include/spirv/spir-v.xml"
257 sources = [ xml_file ]
261 rebase_path(xml_file, root_build_dir),
/third_party/mesa3d/src/intel/perf/
Dgen_perf.py634 for xml_file in args.xml_files:
635 gens.append(Gen(xml_file))
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/
DBUILD.gn232 xml_file = "${spirv_headers}/include/spirv/spir-v.xml"
235 sources = [ xml_file ]
239 rebase_path(xml_file, root_build_dir),
/third_party/skia/third_party/externals/spirv-tools/
DBUILD.gn232 xml_file = "${spirv_headers}/include/spirv/spir-v.xml"
235 sources = [ xml_file ]
239 rebase_path(xml_file, root_build_dir),