HomeSort by relevance Sort by last modified time
    Searched refs:out_filename (Results 1 - 13 of 13) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/targets/graw-null/
graw_util.c 56 static char out_filename[256] = ""; variable
68 strncpy(out_filename, argv[*argi + 1], sizeof(out_filename) - 1);
69 out_filename[sizeof(out_filename) - 1] = '\0';
83 filename = out_filename;
  /external/mesa3d/src/gallium/targets/graw-null/
graw_util.c 56 static char out_filename[256] = ""; variable
68 strncpy(out_filename, argv[*argi + 1], sizeof(out_filename) - 1);
69 out_filename[sizeof(out_filename) - 1] = '\0';
83 filename = out_filename;
  /external/chromium_org/build/
escape_unicode.py 36 out_filename = os.path.join(options.output_dir, os.path.basename(
39 WriteEscapedFile(in_filename, out_filename)
43 def WriteEscapedFile(in_filename, out_filename):
45 with codecs.open(out_filename, 'w', 'ascii') as out_file:
  /external/chromium_org/net/tools/tld_cleanup/
tld_cleanup_util.h 34 // (see the file comments in tld_cleanup.cc), and saves it into |out_filename|.
38 const base::FilePath& out_filename);
tld_cleanup_util.cc 233 const base::FilePath& out_filename) {
244 if (!WriteRules(rules, out_filename)) {
  /external/chromium_org/third_party/lcov/bin/
genpng 74 my $out_filename;
84 "output-filename=s" => \$out_filename,
116 if (!$out_filename)
118 $out_filename = "$filename.png";
121 genpng_process_file($filename, $out_filename, $width, $tab_size);
170 # genpng_process_file(filename, out_filename, width, tab_size)
176 my $out_filename = $_[1];
215 gen_png($out_filename, $width, $tab_size, @source);
  /external/chromium_org/third_party/lcov-1.9/bin/
genpng 77 my $out_filename;
87 "output-filename=s" => \$out_filename,
119 if (!$out_filename)
121 $out_filename = "$filename.png";
124 genpng_process_file($filename, $out_filename, $width, $tab_size);
173 # genpng_process_file(filename, out_filename, width, tab_size)
179 my $out_filename = $_[1];
218 gen_png($out_filename, $width, $tab_size, @source);
  /external/chromium_org/chrome/installer/util/prebuild/
create_string_rc.py 164 def WriteRCFile(translated_strings, out_filename):
171 ) % os.path.basename(out_filename)
185 outfile = open(out_filename + '.rc', 'wb')
190 def WriteHeaderFile(translated_strings, out_filename):
227 outfile = open(out_filename, 'wb')
  /device/asus/flo/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 58 char *out_filename; member in struct:__anon1821
69 char *out_filename; member in struct:__anon1822
95 __func__, __LINE__, p_obj->out_filename,
97 DUMP_TO_FILE(p_obj->out_filename, p_output->buf_vaddr, p_output->buf_filled_len);
176 p_obj->out_filename = p_input->out_filename;
  /hardware/qcom/camera/QCamera2/stack/mm-jpeg-interface/test/
mm_jpeg_test.c 58 char *out_filename; member in struct:__anon33251
69 char *out_filename; member in struct:__anon33252
95 __func__, __LINE__, p_obj->out_filename,
97 DUMP_TO_FILE(p_obj->out_filename, p_output->buf_vaddr, p_output->buf_filled_len);
176 p_obj->out_filename = p_input->out_filename;
  /external/chromium_org/ppapi/generators/
idl_gen_wrapper.py 413 out_filename = self.output_file
414 if out_filename is None:
418 InfoOut.Log("Generating %s for %s" % (out_filename, self.wrapper_prefix))
420 out = IDLOutFile(out_filename)
  /external/chromium/net/tools/tld_cleanup/
tld_cleanup.cc 161 // (see the file comments above), and saves it into 'out_filename'. Returns
164 const FilePath& out_filename) {
237 if (!WriteRules(rules, out_filename)) {
  /external/webrtc/src/modules/audio_processing/test/
process_test.cc 150 const char* out_filename = NULL; local
193 out_filename = argv[i];
399 if (!out_filename) {
400 out_filename = out_file_default;
447 out_file = fopen(out_filename, "wb");
449 << out_filename;
    [all...]

Completed in 446 milliseconds