Home
last modified time | relevance | path

Searched refs:xml_path (Results 1 - 12 of 12) sorted by relevance

/third_party/googletest/googletest/test/
H A 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)
H A 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/
H A Daubinator.c61 char *input_file = NULL, *xml_path = NULL; variable
105 batch_flags, xml_path, NULL, NULL, NULL); in aubinator_init()
107 /* Check for valid spec instance, if wrong xml_path is passed then spec 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()
H A 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()
H A Daubinator_viewer.cpp309 char *xml_path; member
1189 context.xml_path = strdup(optarg); in main()
1224 free(context.xml_path); in main()
/third_party/skia/third_party/externals/sfntly/cpp/tools/
H A Dtest_data_generator_xml.py34 xml_path = (font_path
37 xml_file = open(xml_path, 'w')
H A Dgenerate_font_list_cc.py52 def GetFontPath(xml_path):
54 doc = minidom.parseString(open(xml_path, 'r').read())
/third_party/mesa3d/src/intel/common/
H A Dintel_batch_decoder_stub.c32 const char *xml_path, in intel_batch_decode_ctx_init()
28 intel_batch_decode_ctx_init(struct intel_batch_decode_ctx *ctx, const struct brw_isa_info *isa, const struct intel_device_info *devinfo, FILE *fp, enum intel_batch_decode_flags flags, const char *xml_path, struct intel_batch_decode_bo (*get_bo)(void *, bool, uint64_t), unsigned (*get_state_size)(void *, uint64_t, uint64_t), void *user_data) intel_batch_decode_ctx_init() argument
H A Dintel_decoder.h264 const char *xml_path,
H A Dintel_batch_decoder.c36 const char *xml_path, in intel_batch_decode_ctx_init()
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()
32 intel_batch_decode_ctx_init(struct intel_batch_decode_ctx *ctx, const struct brw_isa_info *isa, const struct intel_device_info *devinfo, FILE *fp, enum intel_batch_decode_flags flags, const char *xml_path, struct intel_batch_decode_bo (*get_bo)(void *, bool, uint64_t), unsigned (*get_state_size)(void *, uint64_t, uint64_t), void *user_data) intel_batch_decode_ctx_init() argument
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Dmsvs.py2369 xml_path = os.path.join(output_dir, xml_name)
2373 _GenerateMSBuildRuleXmlFile(xml_path, msbuild_rules)
2685 def _GenerateMSBuildRuleXmlFile(xml_path, msbuild_rules):
2906 easy_xml.WriteXmlIfChanged(content, xml_path, pretty=True, win32=True)
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Dmsvs.py2361 xml_path = os.path.join(output_dir, xml_name)
2365 _GenerateMSBuildRuleXmlFile(xml_path, msbuild_rules)
2677 def _GenerateMSBuildRuleXmlFile(xml_path, msbuild_rules):
2898 easy_xml.WriteXmlIfChanged(content, xml_path, pretty=True, win32=True)

Completed in 18 milliseconds