/external/webrtc/tools/python_charts/data/ |
vp8_hw.py | 9 {'name': 'output_filename', 'value': 'foreman_cif_out.yuv'},
|
vp8_sw.py | 9 {'name': 'output_filename', 'value': 'foreman_cif_out.yuv'},
|
/system/security/keystore/ |
keystore_cli_v2.cpp | 400 const std::string& output_filename) { 408 WriteFile(output_filename, output); 413 const std::string& output_filename) { 421 WriteFile(output_filename, output);
|
/toolchain/binutils/binutils-2.25/ld/emultempl/ |
gld960.em | 64 output_filename = "b.out";
|
gld960c.em | 77 output_filename = "b.out";
|
/toolchain/binutils/binutils-2.25/ld/ |
ldmain.c | 71 const char *output_filename = "a.out"; variable 173 if (output_filename && delete_output_file_on_failure) 174 unlink_if_ordinary (output_filename); 460 output_filename); 475 int len = strlen (output_filename); 478 || (strcasecmp (output_filename + len - 4, ".exe") != 0 479 && strcasecmp (output_filename + len - 4, ".dll") != 0)) 488 strcpy (dst_name, output_filename); 490 src = fopen (output_filename, FOPEN_RB); 495 output_filename); [all...] |
/hardware/invensense/6515/libsensors_iio/software/simple_apps/playback/linux/ |
main.c | 768 char output_filename[200]; local 772 snprintf(output_filename, sizeof(output_filename), "%s-%s", 774 stream_file = fopen(output_filename, "w+"); 776 printf("Unable to open file '%s'\n", output_filename); 779 MPL_LOGI("-- Output on file '%s'\n", output_filename);
|
/art/runtime/ |
profiler.cc | 329 const std::string& output_filename, const ProfilerOptions& options) { 334 CHECK(!output_filename.empty()); 345 LOG(INFO) << "Starting profiler using output file: " << output_filename 349 profiler_ = new BackgroundMethodSamplingProfiler(output_filename, options); 392 const std::string& output_filename, const ProfilerOptions& options) 393 : output_filename_(output_filename),
|
profiler.h | 170 static bool Start(const std::string& output_filename, const ProfilerOptions& options) 192 const std::string& output_filename, const ProfilerOptions& options);
|
/external/libvpx/libvpx/examples/ |
vp9_spatial_svc_encoder.c | 135 const char *output_filename; member in struct:__anon17858 147 fprintf(stderr, "Usage: %s <options> input_filename output_filename\n", 348 app_input->output_filename = argv[1]; 667 writer = vpx_video_writer_open(app_input.output_filename, kContainerIVF, 670 die("Failed to open %s for writing\n", app_input.output_filename); 680 app_input.output_filename, tl); [all...] |
/toolchain/binutils/binutils-2.25/binutils/ |
embedspu.sh | 25 echo "Usage: embedspu [flags] symbol_name input_filename output_filename" 28 echo " output_filename: Resulting PowerPC object file"
|
objcopy.c | 3537 char *output_filename = NULL; local [all...] |
/external/boringssl/src/util/ |
generate_build_files.py | 395 def PerlAsm(output_filename, input_filename, perlasm_style, extra_args): 396 """Runs the a perlasm script and puts the output into output_filename.""" 397 base_dir = os.path.dirname(output_filename) 402 with open(output_filename, 'w+') as out_file:
|
/external/webrtc/webrtc/video/ |
screenshare_loopback.cc | 85 DEFINE_string(output_filename, "", "Target graph data filename.");
|
video_loopback.cc | 87 DEFINE_string(output_filename, "", "Target graph data filename.");
|
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
cygwinccompiler.py | 195 output_filename, 230 os.path.basename(output_filename)) 238 "LIBRARY %s" % os.path.basename(output_filename), 274 output_filename,
|
ccompiler.py | 617 def link(self, target_desc, objects, output_filename, output_dir=None, 625 as 'objects'. 'output_filename' should be a filename. If 626 'output_dir' is supplied, 'output_filename' is relative to it 627 (i.e. 'output_filename' can provide directory components if 682 def link_shared_object(self, objects, output_filename, output_dir=None, 688 output_filename, output_dir, [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
cygwinccompiler.py | 195 output_filename, 230 os.path.basename(output_filename)) 238 "LIBRARY %s" % os.path.basename(output_filename), 274 output_filename,
|
ccompiler.py | 617 def link(self, target_desc, objects, output_filename, output_dir=None, 625 as 'objects'. 'output_filename' should be a filename. If 626 'output_dir' is supplied, 'output_filename' is relative to it 627 (i.e. 'output_filename' can provide directory components if 682 def link_shared_object(self, objects, output_filename, output_dir=None, 688 output_filename, output_dir, [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
cygwinccompiler.py | 195 output_filename, 230 os.path.basename(output_filename)) 238 "LIBRARY %s" % os.path.basename(output_filename), 274 output_filename,
|
ccompiler.py | 617 def link(self, target_desc, objects, output_filename, output_dir=None, 625 as 'objects'. 'output_filename' should be a filename. If 626 'output_dir' is supplied, 'output_filename' is relative to it 627 (i.e. 'output_filename' can provide directory components if 682 def link_shared_object(self, objects, output_filename, output_dir=None, 688 output_filename, output_dir, [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
cygwinccompiler.py | 195 output_filename, 230 os.path.basename(output_filename)) 238 "LIBRARY %s" % os.path.basename(output_filename), 274 output_filename,
|
ccompiler.py | 617 def link(self, target_desc, objects, output_filename, output_dir=None, 625 as 'objects'. 'output_filename' should be a filename. If 626 'output_dir' is supplied, 'output_filename' is relative to it 627 (i.e. 'output_filename' can provide directory components if 682 def link_shared_object(self, objects, output_filename, output_dir=None, 688 output_filename, output_dir, [all...] |
/external/sonivox/jet_tools/JetCreator/ |
JetFile.py | 63 OUTPUT_FILENAME = 'filename'
274 if config.has_option(OUTPUT_SECTION, OUTPUT_FILENAME):
275 config.filename = config.get(OUTPUT_SECTION, OUTPUT_FILENAME)
663 config.set(OUTPUT_SECTION, OUTPUT_FILENAME, self.config.filename)
[all...] |
/external/webrtc/webrtc/modules/video_coding/codecs/test/ |
videoprocessor_integrationtest.cc | 168 config_.output_filename = webrtc::test::TempFilename( 218 config_.output_filename, config_.frame_length_in_bytes); 504 config_.input_filename.c_str(), config_.output_filename.c_str(), 515 if (!remove(config_.output_filename.c_str())) { [all...] |