/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/mesa3d/src/intel/tools/ |
D | aubinator.c | 61 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()
|
D | aubinator_error_decode.c | 54 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()
|
D | aubinator_viewer.cpp | 309 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/ |
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/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/mesa3d/src/intel/common/ |
D | intel_batch_decoder_stub.c | 32 const char *xml_path, in intel_batch_decode_ctx_init() argument
|
D | intel_decoder.h | 264 const char *xml_path,
|
D | intel_batch_decoder.c | 36 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/ |
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)
|