/third_party/googletest/googletest/test/ |
D | gtest_xml_output_unittest.py | 318 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)
|
D | googletest-failfast-unittest.py | 93 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/weston/protocol/ |
D | meson.build | 46 xml_path = '@0@.xml'.format(proto_name) variable 49 xml_path = '@0@/stable/@1@/@1@.xml'.format(dir_wp_base, base_file) variable 52 xml_path = '@0@/unstable/@1@/@2@.xml'.format(dir_wp_base, proto_name, base_file) variable 71 input: xml_path,
|
/third_party/mesa3d/src/intel/tools/ |
D | aubinator.c | 60 char *input_file = NULL, *xml_path = NULL; variable 95 xml_path, NULL, NULL, NULL); in aubinator_init() 103 free(xml_path); in aubinator_init() 335 xml_path = strdup(optarg); in main() 368 free(xml_path); in main() 398 free(xml_path); in main()
|
D | aubinator_error_decode.c | 53 static char *xml_path = NULL; variable 513 if (xml_path == NULL) in read_data_file() 516 spec = intel_spec_load_from_path(&devinfo, xml_path); in read_data_file() 678 xml_path, get_intel_batch_bo, NULL, NULL); in read_data_file() 840 xml_path = strdup(optarg); in main() 899 if (xml_path) in main() 900 free(xml_path); in main()
|
D | aubinator_viewer.cpp | 307 char *xml_path; member 1187 context.xml_path = strdup(optarg); in main() 1222 free(context.xml_path); in main()
|
/third_party/flutter/skia/third_party/externals/sfntly/cpp/tools/ |
D | test_data_generator_xml.py | 34 xml_path = (font_path 37 xml_file = open(xml_path, 'w')
|
D | generate_font_list_cc.py | 52 def GetFontPath(xml_path): argument 54 doc = minidom.parseString(open(xml_path, 'r').read())
|
/third_party/skia/third_party/externals/sfntly/cpp/tools/ |
D | test_data_generator_xml.py | 34 xml_path = (font_path 37 xml_file = open(xml_path, 'w')
|
D | generate_font_list_cc.py | 52 def GetFontPath(xml_path): argument 54 doc = minidom.parseString(open(xml_path, 'r').read())
|
/third_party/mesa3d/src/intel/common/ |
D | intel_batch_decoder_stub.c | 31 const char *xml_path, in intel_batch_decode_ctx_init() argument
|
D | intel_decoder.h | 261 const char *xml_path,
|
D | intel_batch_decoder.c | 35 const char *xml_path, in intel_batch_decode_ctx_init() argument 54 if (xml_path == NULL) in intel_batch_decode_ctx_init() 57 ctx->spec = intel_spec_load_from_path(devinfo, xml_path); in intel_batch_decode_ctx_init()
|
/third_party/openh264/docs/ |
D | doxygen2rst.py | 543 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/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/ |
D | msvs.py | 2195 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/ |
D | msvs.py | 2360 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)
|