Home
last modified time | relevance | path

Searched refs:output_path (Results 1 - 25 of 42) sorted by relevance

12

/third_party/skia/third_party/externals/libjpeg-turbo/gtest/
H A Ddjpeg-gtest-wrapper.cpp69 base::FilePath output_path(GetTargetDirectory()); in TEST_P()
70 output_path = output_path.AppendASCII(std::get<1>(GetParam())); in TEST_P()
80 std::string arg8 = output_path.MaybeAsASCII(); in TEST_P()
91 EXPECT_TRUE(CompareFileAndMD5(output_path, std::get<2>(GetParam()))); in TEST_P()
102 base::FilePath output_path(GetTargetDirectory()); in TEST()
103 output_path = output_path.AppendASCII("testout_420_islow_256.bmp"); in TEST()
112 std::string arg7 = output_path.MaybeAsASCII(); in TEST()
124 EXPECT_TRUE(CompareFileAndMD5(output_path, EXPECTED_MD in TEST()
[all...]
H A Dcjpeg-gtest-wrapper.cpp37 base::FilePath output_path(GetTargetDirectory()); in TEST()
38 output_path = output_path.AppendASCII("testout_rgb_islow.jpg"); in TEST()
47 std::string arg7 = output_path.MaybeAsASCII(); in TEST()
59 EXPECT_TRUE(CompareFileAndMD5(output_path, EXPECTED_MD5)); in TEST()
66 base::FilePath output_path(GetTargetDirectory()); in TEST()
67 output_path = output_path.AppendASCII("testout_422_ifast_opt.jpg"); in TEST()
76 std::string arg7 = output_path.MaybeAsASCII(); in TEST()
88 EXPECT_TRUE(CompareFileAndMD5(output_path, EXPECTED_MD in TEST()
[all...]
H A Djpegtran-gtest-wrapper.cpp37 base::FilePath output_path(GetTargetDirectory()); in TEST()
38 output_path = output_path.AppendASCII("testout_rgb_islow2.jpg"); in TEST()
46 std::string arg6 = output_path.MaybeAsASCII(); in TEST()
58 EXPECT_TRUE(CompareFileAndMD5(output_path, EXPECTED_MD5)); in TEST()
65 base::FilePath output_path(GetTargetDirectory()); in TEST()
66 output_path = output_path.AppendASCII("testout_crop.jpg"); in TEST()
74 std::string arg6 = output_path.MaybeAsASCII(); in TEST()
86 EXPECT_TRUE(CompareFileAndMD5(output_path, EXPECTED_MD in TEST()
[all...]
/third_party/gn/src/gn/
H A Dbundle_file_rule.cc52 std::string output_path; in ApplyPatternToSource() local
55 output_path.append(subrange.literal); in ApplyPatternToSource()
62 output_path.append(bundle_data.root_dir().value()); in ApplyPatternToSource()
69 output_path.append(bundle_data.contents_dir().value()); in ApplyPatternToSource()
76 output_path.append(bundle_data.resources_dir().value()); in ApplyPatternToSource()
83 output_path.append(bundle_data.executable_dir().value()); in ApplyPatternToSource()
85 output_path.append(SubstitutionWriter::GetSourceSubstitution( in ApplyPatternToSource()
90 *expanded_source_file = SourceFile(std::move(output_path)); in ApplyPatternToSource()
H A Dninja_outputs_writer.cc131 base::FilePath output_path = build_settings->GetFullPath(output_file); in RunAndWriteFiles() local
132 if (!outputs.ContentsEqual(output_path)) { in RunAndWriteFiles()
133 if (!outputs.WriteToFile(output_path, err)) { in RunAndWriteFiles()
151 exec_script_extra_args, output_path, quiet, in RunAndWriteFiles()
H A Dinvoke_python.cc20 const base::FilePath& output_path, in InvokePython()
27 cmdline.AppendArgPath(output_path); in InvokePython()
17 InvokePython(const BuildSettings* build_settings, const base::FilePath& python_script_path, const std::string& python_script_extra_args, const base::FilePath& output_path, bool quiet, Err* err) InvokePython() argument
H A Djson_project_writer.cc103 base::FilePath output_path = build_settings->GetFullPath(output_file); in RunAndWriteFiles() local
113 if (!json.ContentsEqual(output_path)) { in RunAndWriteFiles()
114 if (!json.WriteToFile(output_path, err)) { in RunAndWriteFiles()
132 exec_script_extra_args, output_path, quiet, in RunAndWriteFiles()
H A Dinvoke_python.h22 const base::FilePath& output_path,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/vulkan/
H A Dgen_vk_internal_shaders.py327 def write_compressed_spirv_blob_as_c_array(output_path, variable_name, compressed_blob,
333 out_file_name=output_path.replace('\\', '/'),
338 with open(output_path, 'wb') as incfile:
346 def __init__(self, shader_file, preprocessor_args, output_path, variable_name):
351 self.output_path = output_path
369 compressed_blob = read_and_compress_spirv_blob(self.output_path)
373 write_compressed_spirv_blob_as_c_array(self.output_path, self.variable_name,
382 def __init__(self, shader_file, shader_basename, variation_string, output_path,
389 self.output_path
[all...]
/third_party/rust/crates/bindgen/bindgen-tests/tests/quickchecking/src/
H A Dlib.rs43 // only the output_path for inspecting fuzzed headers (if specified).
45 output_path: Option<String>,
51 Mutex::new(Context { output_path: None });
79 // Copy generated temp files to output_path directory for inspection. in run_predicate_script()
81 if let Some(ref path) = CONTEXT.lock().unwrap().output_path { in run_predicate_script()
114 output_path: Option<&str>, in test_bindgen()
116 if let Some(path) = output_path { in test_bindgen()
117 CONTEXT.lock().unwrap().output_path = in test_bindgen()
H A Dbin.rs105 let output_path: Option<&str> = matches.value_of("path"); in main()
111 quickchecking::test_bindgen(generate_range, tests, output_path) in main()
/third_party/icu/icu4c/source/python/icutools/databuilder/renderers/
H A Dcommon_exec.py45 output_path = "{DIRNAME}/{FILENAME}".format(
50 print("Printing to file: %s" % output_path)
51 with open(output_path, "w") as f:
59 output_path = "{DIRNAME}/{FILENAME}".format(
64 print("Copying file to: %s" % output_path)
65 shutil.copyfile(input_path, output_path)
/third_party/skia/third_party/externals/icu/source/python/icutools/databuilder/renderers/
H A Dcommon_exec.py45 output_path = "{DIRNAME}/{FILENAME}".format(
50 print("Printing to file: %s" % output_path)
51 with open(output_path, "w") as f:
59 output_path = "{DIRNAME}/{FILENAME}".format(
64 print("Copying file to: %s" % output_path)
65 shutil.copyfile(input_path, output_path)
/third_party/skia/third_party/externals/harfbuzz/src/
H A Dmain.cc60 char output_path[255]; in svg_dump() local
61 sprintf (output_path, "out/svg-%u-%u.svg%s", in svg_dump()
67 FILE *f = fopen (output_path, "wb"); in svg_dump()
114 char output_path[255]; in png_dump() local
115 sprintf (output_path, "out/png-%u-%u-%u.png", glyph_id, strike, face_index); in png_dump()
117 FILE *f = fopen (output_path, "wb"); in png_dump()
214 char output_path[255]; in layered_glyph_dump() local
215 sprintf (output_path, "out/colr-%u-%u-%u.svg", gid, palette, face_index); in layered_glyph_dump()
216 FILE *f = fopen (output_path, "wb"); in layered_glyph_dump()
265 char output_path[25 in dump_glyphs() local
[all...]
/third_party/skia/third_party/externals/brotli/c/tools/
H A Dbrotli.c102 const char* output_path; member
331 params->output_path = argv[i]; in ParseParams()
488 params->output_path = value; in ParseParams()
522 if (params->output_path) return COMMAND_INVALID; in ParseParams()
605 static BROTLI_BOOL OpenOutputFile(const char* output_path, FILE** f, in OpenOutputFile() argument
609 if (!output_path) { in OpenOutputFile()
613 fd = open(output_path, O_CREAT | (force ? 0 : O_EXCL) | O_WRONLY | O_TRUNC, in OpenOutputFile()
617 PrintablePath(output_path), strerror(errno)); in OpenOutputFile()
623 PrintablePath(output_path), strerror(errno)); in OpenOutputFile()
649 static void CopyStat(const char* input_path, const char* output_path) { in CopyStat() argument
[all...]
/third_party/skia/buildtools/checkdeps/
H A Dresults.py107 def __init__(self, output_path, wrapped_formatter=None):
108 self.output_path = output_path
126 with open(self.output_path, 'w') as f:
/third_party/node/test/message/
H A Dtestcfg.py127 output_path = file_path[:file_path.rfind('.')] + '.out'
128 if not exists(output_path):
129 raise Exception("Could not find %s" % output_path)
130 result.append(MessageTestCase(tst, file_path, output_path,
/third_party/mbedtls/scripts/
H A Dabi_check.py272 output_path = os.path.join(
280 "-o", output_path,
288 version.abi_dumps[mbed_module] = output_path
416 def _abi_compliance_command(self, mbed_module, output_path):
418 The report will be placed in output_path."""
425 "-report-path", output_path,
438 output_path = os.path.join(
446 self._abi_compliance_command(mbed_module, output_path),
463 "for details see {}".format(mbed_module, output_path)
470 os.remove(output_path)
[all...]
/third_party/node/test/pseudo-tty/
H A Dtestcfg.py152 output_path = file_prefix + ".out"
153 if not exists(output_path):
154 raise Exception("Could not find %s" % output_path)
155 result.append(TTYTestCase(tst, file_path, output_path,
/third_party/node/deps/v8/tools/mb/
H A Dmb.py162 subp.add_argument('output_path', nargs=1,
699 output_path=None)
917 output_path = self.args.output_path[0]
918 gn_output_path = output_path + '.gn'
938 }, output_path)
1034 self.WriteJSON(outp, output_path)
1046 output_path = self.args.output_path[0]
1048 self.WriteFailureAndRaise('"%s" does not exist' % path, output_path)
[all...]
/third_party/mesa3d/docs/
H A Ddoxygen-wrapper.py64 def run_doxygen(output_path, input_paths=[]):
69 output_xml=os.path.abspath(output_path),
/third_party/skia/third_party/externals/harfbuzz/test/subset/
H A Dgenerate-expected-outputs.py65 output_path = os.path.join(output_directory, font_name)
66 shutil.copy(harfbuzz_path, output_path)
/third_party/skia/third_party/externals/dawn/generator/
H A Dgenerator_lib.py366 output_path = os.path.join(args.output_dir, output.name)
368 directory = os.path.dirname(output_path)
372 with open(output_path, 'w') as outfile:
/third_party/node/tools/gyp/pylib/gyp/generator/
H A Danalyzer.py580 output_path = params.get("generator_flags", {}).get("analyzer_output_path", None)
581 if not output_path:
585 f = open(output_path, "w")
589 print("Error writing to output file", output_path, str(e))
/third_party/node/deps/npm/node_modules/node-gyp/gyp/pylib/gyp/generator/
H A Danalyzer.py580 output_path = params.get("generator_flags", {}).get("analyzer_output_path", None)
581 if not output_path:
585 f = open(output_path, "w")
589 print("Error writing to output file", output_path, str(e))

Completed in 14 milliseconds

12