Home
last modified time | relevance | path

Searched refs:xml_path (Results 1 – 15 of 15) sorted by relevance

/third_party/googletest/googletest/test/
Dgtest_xml_output_unittest.py318 xml_path = os.path.join(gtest_test_utils.GetTempDir(),
320 if os.path.isfile(xml_path):
321 os.remove(xml_path)
324 '%s=xml:%s' % (GTEST_OUTPUT_FLAG, xml_path),
339 self.assert_(not os.path.isfile(xml_path))
371 xml_path = os.path.join(gtest_test_utils.GetTempDir(),
375 command = ([gtest_prog_path, '%s=xml:%s' % (GTEST_OUTPUT_FLAG, xml_path)] +
391 actual = minidom.parse(xml_path)
Dgoogletest-failfast-unittest.py93 xml_path = os.path.join(gtest_test_utils.GetTempDir(),
95 args += ['--gtest_output=xml:' + xml_path]
108 with open(xml_path) as xml_file:
/third_party/mesa3d/src/intel/tools/
Daubinator.c61 char *input_file = NULL, *xml_path = NULL; variable
105 batch_flags, xml_path, NULL, NULL, NULL); in aubinator_init()
113 free(xml_path); in aubinator_init()
346 xml_path = strdup(optarg); in main()
379 free(xml_path); in main()
410 free(xml_path); in main()
Daubinator_error_decode.c54 static char *xml_path = NULL; variable
517 if (xml_path == NULL) in read_data_file()
520 spec = intel_spec_load_from_path(&devinfo, xml_path); in read_data_file()
682 batch_flags, xml_path, get_intel_batch_bo, in read_data_file()
845 xml_path = strdup(optarg); in main()
904 if (xml_path) in main()
905 free(xml_path); in main()
Daubinator_viewer.cpp309 char *xml_path; member
1189 context.xml_path = strdup(optarg); in main()
1224 free(context.xml_path); in main()
/third_party/flutter/skia/third_party/externals/sfntly/cpp/tools/
Dtest_data_generator_xml.py34 xml_path = (font_path
37 xml_file = open(xml_path, 'w')
Dgenerate_font_list_cc.py52 def GetFontPath(xml_path): argument
54 doc = minidom.parseString(open(xml_path, 'r').read())
/third_party/skia/third_party/externals/sfntly/cpp/tools/
Dtest_data_generator_xml.py34 xml_path = (font_path
37 xml_file = open(xml_path, 'w')
Dgenerate_font_list_cc.py52 def GetFontPath(xml_path): argument
54 doc = minidom.parseString(open(xml_path, 'r').read())
/third_party/openh264/docs/
Ddoxygen2rst.py543 xml_path = os.path.join(self.doxy_output_dir, "%s.xml" % compound)
544 print("covert_item: id=%s, name=%s" % (id, xml_path))
545 obj_root = etree.parse(xml_path).getroot()
579 xml_path = os.path.join(self.doxy_output_dir, "%s.xml" % file)
580 print("convert_doxy: type=%s, name=%s" % (type, xml_path))
581 obj_root = etree.parse(xml_path).getroot()
/third_party/mesa3d/src/intel/common/
Dintel_batch_decoder_stub.c32 const char *xml_path, in intel_batch_decode_ctx_init() argument
Dintel_decoder.h264 const char *xml_path,
Dintel_batch_decoder.c36 const char *xml_path, in intel_batch_decode_ctx_init() argument
56 if (xml_path == NULL) in intel_batch_decode_ctx_init()
59 ctx->spec = intel_spec_load_from_path(devinfo, xml_path); in intel_batch_decode_ctx_init()
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
Dmsvs.py2195 xml_path = os.path.join(output_dir, xml_name)
2199 _GenerateMSBuildRuleXmlFile(xml_path, msbuild_rules)
2457 def _GenerateMSBuildRuleXmlFile(xml_path, msbuild_rules): argument
2632 easy_xml.WriteXmlIfChanged(content, xml_path, pretty=True, win32=True)
/third_party/node/tools/gyp/pylib/gyp/generator/
Dmsvs.py2360 xml_path = os.path.join(output_dir, xml_name)
2364 _GenerateMSBuildRuleXmlFile(xml_path, msbuild_rules)
2676 def _GenerateMSBuildRuleXmlFile(xml_path, msbuild_rules): argument
2897 easy_xml.WriteXmlIfChanged(content, xml_path, pretty=True, win32=True)