Home
last modified time | relevance | path

Searched refs:output_filename (Results 1 – 25 of 38) sorted by relevance

12

/third_party/lz4/programs/
Dlz4cli.c96 int LZ4IO_compressFilename_Legacy(const char* input_filename, const char* output_filename, int comp…
323 const char* output_filename= NULL; local
354 output_filename=stdoutmark;
372 else output_filename=stdoutmark;
387 … || (!strcmp(argument, "--to-stdout"))) { forceStdout=1; output_filename=stdoutmark; continue; }
486 output_filename=stdoutmark;
590 if (!output_filename) {
591 output_filename=argument;
592 if (!strcmp (output_filename, nullOutput)) output_filename = nulmark;
648 output_filename = nulmark;
[all …]
Dlz4io.h68 int LZ4IO_compressFilename(const char* input_filename, const char* output_filename, int compression…
69 int LZ4IO_decompressFilename(const char* input_filename, const char* output_filename, const LZ4IO_p…
Dlz4io.c399 int LZ4IO_compressFilename_Legacy(const char* input_filename, const char* output_filename, in LZ4IO_compressFilename_Legacy() argument
418 foutput = LZ4IO_openDstFile(output_filename, prefs); in LZ4IO_compressFilename_Legacy()
476 if (strcmp(output_filename,stdoutmark)) fclose(foutput); /* do not close stdout */ in LZ4IO_compressFilename_Legacy()
1226 const char* input_filename, const char* output_filename, in LZ4IO_decompressSrcFile() argument
1255 (void)output_filename; in LZ4IO_decompressSrcFile()
1263 const char* input_filename, const char* output_filename, in LZ4IO_decompressDstFile() argument
1268 FILE* const foutput = LZ4IO_openDstFile(output_filename, prefs); in LZ4IO_decompressDstFile()
1276 LZ4IO_decompressSrcFile(ress, input_filename, output_filename, prefs); in LZ4IO_decompressDstFile()
1282 && strcmp (output_filename, stdoutmark) in LZ4IO_decompressDstFile()
1283 && strcmp (output_filename, nulmark)) { in LZ4IO_decompressDstFile()
[all …]
/third_party/mindspore/tests/ut/cpp/dataset/
Dnormalize_op_test.cc47 std::string output_filename = GetFilename(); in TEST_F() local
48output_filename.replace(output_filename.end() - 8, output_filename.end(), "imagefolder/normalizeOp… in TEST_F()
54 MS_LOG(DEBUG) << "Storing output file to : " << output_filename << std::endl; in TEST_F()
55 cv::FileStorage file(output_filename, cv::FileStorage::WRITE); in TEST_F()
/third_party/python/Lib/distutils/
Dunixccompiler.py126 output_filename = \
129 if self._need_link(objects, output_filename):
130 self.mkpath(os.path.dirname(output_filename))
132 [output_filename] +
142 self.spawn(self.ranlib + [output_filename])
146 log.debug("skipping %s (up-to-date)", output_filename)
149 output_filename, output_dir=None, libraries=None, argument
163 output_filename = os.path.join(output_dir, output_filename)
165 if self._need_link(objects, output_filename):
167 lib_opts + ['-o', output_filename])
[all …]
Dbcppcompiler.py154 output_filename = \
157 if self._need_link (objects, output_filename):
158 lib_args = [output_filename, '/u'] + objects
166 log.debug("skipping %s (up-to-date)", output_filename)
174 output_filename, argument
198 output_filename = os.path.join (output_dir, output_filename)
200 if self._need_link (objects, output_filename):
221 head, tail = os.path.split (output_filename)
263 ld_args.extend([',',output_filename])
294 self.mkpath (os.path.dirname (output_filename))
[all …]
Dmsvc9compiler.py550 output_filename = self.library_filename(output_libname,
553 if self._need_link(objects, output_filename):
554 lib_args = objects + ['/OUT:' + output_filename]
562 log.debug("skipping %s (up-to-date)", output_filename)
568 output_filename, argument
595 output_filename = os.path.join(output_dir, output_filename)
597 if self._need_link(objects, output_filename):
614 objects + ['/OUT:' + output_filename])
624 os.path.basename(output_filename))
630 self.manifest_setup_ldargs(output_filename, build_temp, ld_args)
[all …]
D_msvccompiler.py418 output_filename = self.library_filename(output_libname,
421 if self._need_link(objects, output_filename):
422 lib_args = objects + ['/OUT:' + output_filename]
431 log.debug("skipping %s (up-to-date)", output_filename)
437 output_filename, argument
464 output_filename = os.path.join(output_dir, output_filename)
466 if self._need_link(objects, output_filename):
472 objects + ['/OUT:' + output_filename])
482 os.path.basename(output_filename))
493 output_dir = os.path.dirname(os.path.abspath(output_filename))
[all …]
Dmsvccompiler.py438 output_filename = self.library_filename(output_libname,
441 if self._need_link(objects, output_filename):
442 lib_args = objects + ['/OUT:' + output_filename]
450 log.debug("skipping %s (up-to-date)", output_filename)
456 output_filename, argument
483 output_filename = os.path.join(output_dir, output_filename)
485 if self._need_link(objects, output_filename):
502 objects + ['/OUT:' + output_filename])
511 os.path.basename(output_filename))
522 self.mkpath(os.path.dirname(output_filename))
[all …]
Dcygwinccompiler.py172 def link(self, target_desc, objects, output_filename, output_dir=None, argument
200 os.path.basename(output_filename))
208 "LIBRARY %s" % os.path.basename(output_filename),
241 UnixCCompiler.link(self, target_desc, objects, output_filename,
/third_party/flutter/skia/third_party/externals/spirv-tools/tools/comp/
Dmarkv.cpp100 const char* output_filename = nullptr; in main() local
130 if (!output_filename && argi + 1 < argc) { in main()
131 output_filename = argv[++argi]; in main()
179 const bool write_to_stdout = output_filename == nullptr || in main()
180 0 == strcmp(output_filename, "-"); in main()
211 if (!WriteFile<uint8_t>(output_filename, "wb", markv_binary->data, in main()
237 if (!WriteFile<uint32_t>(output_filename, "wb", spirv_binary->code, in main()
/third_party/boost/tools/quickbook/test/python/
Drun_tests.py62 output_filename = None
64 output_filename = temp_filename('.qbk')
65 command.extend(['--output-file', output_filename])
90 if output_filename:
91 output = load_file(output_filename)
105 if output_filename: os.unlink(output_filename)
/third_party/ninja/src/
Dmsvc_helper_main-win32.cc81 const char* output_filename = NULL; in MSVCHelperMain() local
96 output_filename = optarg; in MSVCHelperMain()
129 if (output_filename) { in MSVCHelperMain()
134 WriteDepFileOrDie(output_filename, parser); in MSVCHelperMain()
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/codegen/
Dgen_llvm_ir_macros.py216 output_filename = os.path.join(output_dir, filename)
230 output_filename,
242 output_filename = os.path.join(output_dir, filename)
275 output_filename,
284 output_filename = os.path.join(output_dir, filename)
304 output_filename,
Dgen_knobs.py42 output_filename = os.path.basename(args.output)
45 output_file = os.path.join(output_dir, output_filename)
Dgen_common.py187 def to_file(template_filename, output_filename, **kwargs): argument
191 if MakeDir(os.path.dirname(output_filename)):
193 with open(output_filename, 'w') as outfile:
/third_party/gstreamer/gstreamer/docs/
Dgst-plugins-doc-cache-generator.py82 output_filename = sys.argv[2] variable
93 out = output_filename + '.tmp'
111 stderrlogfile = output_filename + '.stderr'
130 with open(output_filename, 'w', newline='\n', encoding='utf8') as f:
/third_party/mesa3d/src/intel/tools/
Dintel_dump_gpu.c59 static char *output_filename = NULL; variable
232 output_filename, device, devinfo.ver); in dump_execbuffer2()
462 free(output_filename); in maybe_init()
465 output_filename = strdup(value); in maybe_init()
466 output_file = fopen(output_filename, "w+"); in maybe_init()
469 output_filename); in maybe_init()
496 output_filename, device, devinfo.ver); in maybe_init()
784 free(output_filename); in fini()
/third_party/grpc/tools/run_tests/
Drun_performance_tests.py324 def perf_report_processor_job(worker_host, perf_base_name, output_filename, argument
331 user_at_host, output_filename, flame_graph_reports, perf_base_name)
334 output_filename, flame_graph_reports, perf_base_name)
472 output_filename = '%s-%s' % (scenario_name, perf_base_name)
475 profile_output_files.append('%s.svg' % output_filename)
477 perf_report_processor_job(host, perf_base_name, output_filename,
/third_party/mindspore/mindspore/profiler/parser/
Dhwts_log_parser.py38 def __init__(self, input_path, output_filename): argument
40 self._output_filename = output_filename
Daicpu_data_parser.py42 def __init__(self, input_path, output_filename): argument
44 self._output_filename = output_filename
/third_party/boost/libs/spirit/repository/example/qi/
Doptions.cpp37 boost::optional<std::string> output_filename; // output file name member
46 (boost::optional<std::string>, output_filename)
/third_party/glib/glib/
Dgtester.c64 static const gchar *output_filename = NULL; variable
599 output_filename = equal + 1; in parse_args()
603 output_filename = argv[i]; in parse_args()
703 if (output_filename) in main()
706 log_fd = g_open (output_filename, O_WRONLY | O_CREAT | O_TRUNC, 0666); in main()
709 g_error ("Failed to open log file '%s': %s", output_filename, g_strerror (errsv)); in main()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm-c/
DLinkTimeOptimizer.h58 (llvm_lto_t lto, const char* output_filename);
/third_party/grpc/third_party/upb/upb/bindings/lua/
Dlua_proto_library.bzl29 output_filename = paths.replace_extension(real_short_path, extension)
30 ret = ctx.actions.declare_file(output_filename)

12