Searched refs:output_filename (Results 1 - 25 of 49) sorted by relevance

12

/external/v8/src/inspector/build/
H A Dxxd.py17 variable_name, input_filename, output_filename = sys.argv[1:]
24 with open(output_filename, 'w') as output_file:
/external/tensorflow/tensorflow/core/kernels/
H A Dspectrogram_convert_test_data.cc31 const string output_filename = input_filename + ".bin"; local
32 if (!WriteComplexVectorToRawFloatFile(output_filename, input_data)) {
36 LOG(INFO) << "Wrote raw file to " << output_filename;
/external/dtc/
H A Dfdtoverlay.c58 const char *output_filename,
106 ret = utilfdt_write(output_filename, blob);
109 output_filename);
127 char *output_filename = NULL; local
137 output_filename = optarg;
148 if (!output_filename)
159 printf("output = %s\n", output_filename);
164 if (do_fdtoverlay(input_filename, output_filename, argc, argv))
57 do_fdtoverlay(const char *input_filename, const char *output_filename, int argc, char *argv[]) argument
/external/lz4/programs/
H A Dlz4io.h56 int LZ4IO_compressFilename (const char* input_filename, const char* output_filename, int compressionlevel);
57 int LZ4IO_decompressFilename(const char* input_filename, const char* output_filename);
H A Dlz4cli.c104 int LZ4IO_compressFilename_Legacy(const char* input_filename, const char* output_filename, int compressionlevel); /* hidden function */
277 const char* output_filename= NULL; local
305 output_filename=stdoutmark;
322 else output_filename=stdoutmark;
336 || (!strcmp(argument, "--to-stdout"))) { forceStdout=1; output_filename=stdoutmark; continue; }
392 case 'c': forceStdout=1; output_filename=stdoutmark; break;
489 /* Second non-option arg in output_filename to preserve original cli logic. */
490 if (!output_filename) {
491 output_filename=argument;
492 if (!strcmp (output_filename, nullOutpu
[all...]
/external/llvm/include/llvm-c/
H A DLinkTimeOptimizer.h59 (llvm_lto_t lto, const char* output_filename);
/external/swiftshader/third_party/LLVM/include/llvm-c/
H A DLinkTimeOptimizer.h52 (llvm_lto_t lto, const char* output_filename);
/external/python/cpython2/Lib/distutils/
H A Dunixccompiler.py130 output_filename = \
133 if self._need_link(objects, output_filename):
134 self.mkpath(os.path.dirname(output_filename))
136 [output_filename] +
146 self.spawn(self.ranlib + [output_filename])
150 log.debug("skipping %s (up-to-date)", output_filename)
153 output_filename, output_dir=None, libraries=None,
166 output_filename = os.path.join(output_dir, output_filename)
168 if self._need_link(objects, output_filename)
[all...]
H A 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,
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])
[all...]
H A Dmsvc9compiler.py563 output_filename = self.library_filename(output_libname,
566 if self._need_link(objects, output_filename):
567 lib_args = objects + ['/OUT:' + output_filename]
575 log.debug("skipping %s (up-to-date)", output_filename)
581 output_filename,
608 output_filename = os.path.join(output_dir, output_filename)
610 if self._need_link(objects, output_filename):
627 objects + ['/OUT:' + output_filename])
637 os.path.basename(output_filename))
[all...]
H A Dmsvccompiler.py447 output_filename = \
450 if self._need_link (objects, output_filename):
451 lib_args = objects + ['/OUT:' + output_filename]
460 log.debug("skipping %s (up-to-date)", output_filename)
467 output_filename,
492 output_filename = os.path.join (output_dir, output_filename)
494 if self._need_link (objects, output_filename):
512 objects + ['/OUT:' + output_filename])
521 os.path.basename(output_filename))
[all...]
/external/python/cpython3/Lib/distutils/
H A 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,
163 output_filename = os.path.join(output_dir, output_filename)
165 if self._need_link(objects, output_filename)
[all...]
H A 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,
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])
[all...]
H A D_msvccompiler.py399 output_filename = self.library_filename(output_libname,
402 if self._need_link(objects, output_filename):
403 lib_args = objects + ['/OUT:' + output_filename]
412 log.debug("skipping %s (up-to-date)", output_filename)
418 output_filename,
445 output_filename = os.path.join(output_dir, output_filename)
447 if self._need_link(objects, output_filename):
453 objects + ['/OUT:' + output_filename])
463 os.path.basename(output_filename))
[all...]
H A Dmsvc9compiler.py553 output_filename = self.library_filename(output_libname,
556 if self._need_link(objects, output_filename):
557 lib_args = objects + ['/OUT:' + output_filename]
565 log.debug("skipping %s (up-to-date)", output_filename)
571 output_filename,
598 output_filename = os.path.join(output_dir, output_filename)
600 if self._need_link(objects, output_filename):
617 objects + ['/OUT:' + output_filename])
627 os.path.basename(output_filename))
[all...]
H A 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,
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))
[all...]
/external/webrtc/webrtc/test/testsupport/
H A Dframe_writer.cc18 FrameWriterImpl::FrameWriterImpl(std::string output_filename, argument
20 : output_filename_(output_filename),
H A Dframe_writer.h50 // output_filename The file to write. Will be overwritten if already
54 FrameWriterImpl(std::string output_filename, size_t frame_length_in_bytes);
/external/mesa3d/src/gallium/drivers/swr/rasterizer/scripts/
H A Dgen_archrast.py43 def write_template_to_file(template_filename, output_filename, **kwargs):
44 with open(output_filename, "w") as outfile:
155 (output_dir, output_filename) = os.path.split(args.output)
161 #print("output_filename = %s" % output_filename, file=sys.stderr)
173 output_fullpath = os.sep.join([output_dir, output_filename])
176 filename=output_filename,
183 output_fullpath = os.sep.join([output_dir, output_filename])
186 filename=output_filename,
193 output_fullpath = os.sep.join([output_dir, output_filename])
[all...]
H A Dgen_knobs.py43 def write_template_to_file(template_filename, output_filename, **kwargs):
44 output_dirname = os.path.dirname(output_filename)
47 with open(output_filename, "w") as outfile:
/external/webrtc/webrtc/modules/audio_coding/neteq/test/
H A Daudio_classifier_test.cc54 std::string output_filename = argv[4]; local
57 std::cout << "Output file: " << output_filename << std::endl;
65 FILE* out_file = fopen(output_filename.c_str(), "wb");
67 std::cout << "Cannot open output file " << output_filename << std::endl;
/external/tensorflow/tensorflow/contrib/ffmpeg/default/
H A Dffmpeg_lib.cc44 const string& output_filename,
68 command.emplace_back(StrCat(output_filename));
74 const string& output_filename) {
85 StrCat(output_filename)};
314 string output_filename = io::GetTempFilename("raw"); local
316 FfmpegAudioCommandLine(filename, output_filename, audio_format_id,
341 *output_samples = ReadPcmFile(output_filename);
342 TF_QCHECK_OK(Env::Default()->DeleteFile(output_filename))
343 << output_filename;
365 string output_filename local
43 FfmpegAudioCommandLine(const string& input_filename, const string& output_filename, const string& input_format_id, int32 samples_per_second, int32 channel_count, const string& stream) argument
73 FfmpegVideoCommandLine(const string& input_filename, const string& output_filename) argument
405 << "Could not read FFmpeg output file: " << output_filename; local
[all...]
/external/tensorflow/tensorflow/compiler/xla/service/gpu/llvm_gpu_backend/
H A Ddump_ir_pass.cc46 explicit DumpIrPass(const string &output_filename) argument
47 : llvm::FunctionPass(id_), output_filename_(output_filename) {}
/external/webrtc/webrtc/modules/video_coding/codecs/tools/
H A Dvideo_quality_measurement.cc73 DEFINE_string(output_filename,
192 config->output_filename = FLAGS_output_filename;
194 config->output_filename = FLAGS_output_dir + "/" + FLAGS_output_filename;
196 test_file = fopen(config->output_filename.c_str(), "wb");
199 config->output_filename.c_str());
307 config->input_filename.c_str(), config->output_filename.c_str(),
318 config->input_filename.c_str(), config->output_filename.c_str(),
331 Log(" Output filename : %s\n", config.output_filename.c_str());
387 "{'name': 'output_filename', 'value': '%s'},\n"
407 config.input_filename.c_str(), config.output_filename
[all...]
/external/webrtc/webrtc/video/
H A Dfull_stack_plot.py214 offset=0, output_filename=None, title="Graph"):
220 self.output_filename = output_filename
329 "-O", "--output_filename", nargs=1, action=CustomAction,
343 output_filename = None
356 elif key == "output_filename":
357 output_filename = values[0]
377 frames=frames, offset=offset, output_filename=output_filename,
406 if config.output_filename
[all...]

Completed in 5635 milliseconds

12