/third_party/googletest/googletest/test/ |
H A 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)
|
H A 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/ |
H A D | aubinator.c | 61 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 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()
|
H A 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/skia/third_party/externals/sfntly/cpp/tools/ |
H A D | test_data_generator_xml.py | 34 xml_path = (font_path 37 xml_file = open(xml_path, 'w')
|
H A D | generate_font_list_cc.py | 52 def GetFontPath(xml_path): 54 doc = minidom.parseString(open(xml_path, 'r').read())
|
/third_party/mesa3d/src/intel/common/ |
H A D | intel_batch_decoder_stub.c | 32 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 D | intel_decoder.h | 264 const char *xml_path,
|
H A D | intel_batch_decoder.c | 36 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 D | msvs.py | 2369 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 D | msvs.py | 2361 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)
|