Searched refs:output_file (Results 51 - 75 of 162) sorted by relevance

1234567

/external/chromium_org/chromeos/ime/
H A Dgen_input_methods.py118 output_file = open(sys.argv[2], 'w')
119 output_file.write(output)
/external/chromium_org/content/browser/tracing/
H A Dgenerate_trace_viewer_grd.py76 with open(parsed_args.output_filename, 'w') as output_file:
77 output_file.write(doc.toxml(encoding='UTF-8'))
/external/jpeg/
H A Dwrppm.c95 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
118 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
148 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
167 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
184 fprintf(dest->pub.output_file, "P5\n%ld %ld\n%d\n",
190 fprintf(dest->pub.output_file, "P6\n%ld %ld\n%d\n",
208 fflush(dinfo->output_file);
209 if (ferror(dinfo->output_file))
H A Dwrtarga.c88 if (JFWRITE(dinfo->output_file, targaheader, 18) != (size_t) 18)
116 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
134 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
158 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
189 outfile = dest->pub.output_file;
214 fflush(dinfo->output_file);
215 if (ferror(dinfo->output_file))
H A Dcdjpeg.c169 FILE * output_file = stdout; local
175 if ((output_file = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
180 return output_file;
/external/qemu/distrib/jpeg-6b/
H A Dwrppm.c95 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
118 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
148 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
167 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
184 fprintf(dest->pub.output_file, "P5\n%ld %ld\n%d\n",
190 fprintf(dest->pub.output_file, "P6\n%ld %ld\n%d\n",
208 fflush(dinfo->output_file);
209 if (ferror(dinfo->output_file))
H A Dwrtarga.c88 if (JFWRITE(dinfo->output_file, targaheader, 18) != (size_t) 18)
116 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
134 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
158 (void) JFWRITE(dest->pub.output_file, dest->iobuffer, dest->buffer_width);
189 outfile = dest->pub.output_file;
214 fflush(dinfo->output_file);
215 if (ferror(dinfo->output_file))
H A Dcdjpeg.c169 FILE * output_file = stdout; local
175 if ((output_file = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
180 return output_file;
/external/compiler-rt/lib/profile/
H A DGCDAProfiling.c56 static FILE *output_file = NULL; variable
206 fseek(output_file, 0L, SEEK_END);
207 file_size = ftell(output_file);
270 output_file = fdopen(fd, mode);
336 if (!output_file) return;
357 if (!output_file) return;
400 if (output_file) {
404 fwrite(write_buffer, cur_pos, 1, output_file);
410 fclose(output_file);
411 output_file
[all...]
/external/libffi/testsuite/lib/
H A Dlibffi-dg.exp53 set output_file "[file rootname [file tail $prog]].s"
57 set output_file "[file rootname [file tail $prog]].exe"
66 set output_file "./[file rootname [file tail $prog]].exe"
69 remote_file build delete $output_file;
81 set comp_output [libffi_target_compile "$prog" "$output_file" "$compile_type" $options];
84 return [list $comp_output $output_file]
/external/chromium_org/tools/grit/grit/tool/
H A Dtransl2tc.py84 with util.WrapOutputStream(open(args[2], 'w')) as output_file:
85 self.WriteTranslations(output_file, translations.items())
234 def WriteTranslations(output_file, translations):
240 output_file: util.WrapOutputStream(open('bingo.out', 'w'))
248 output_file.write(id)
249 output_file.write(' ')
250 output_file.write(text)
251 output_file.write('\n')
H A Dmenu_from_parts.py35 output_file = args[1]
77 with util.WrapOutputStream(open(output_file, 'w')) as f:
/external/chromium/testing/gtest/test/
H A Dgtest_xml_output_unittest.py160 output_file = os.path.join(gtest_test_utils.GetTempDir(),
165 os.remove(output_file)
175 self.assert_(os.path.isfile(output_file))
/external/chromium_org/third_party/icu/source/tools/
H A Dicu-svnprops-check.py140 output_file = os.popen(cmd);
141 output_text = output_file.read();
142 exit_status = output_file.close();
/external/gtest/test/
H A Dgtest_xml_output_unittest.py160 output_file = os.path.join(gtest_test_utils.GetTempDir(),
165 os.remove(output_file)
175 self.assert_(os.path.isfile(output_file))
/external/icu4c/tools/
H A Dicu-svnprops-check.py140 output_file = os.popen(cmd);
141 output_text = output_file.read();
142 exit_status = output_file.close();
/external/libvpx/libvpx/third_party/googletest/src/test/
H A Dgtest_xml_output_unittest.py160 output_file = os.path.join(gtest_test_utils.GetTempDir(),
165 os.remove(output_file)
175 self.assert_(os.path.isfile(output_file))
/external/protobuf/gtest/test/
H A Dgtest_xml_output_unittest.py142 output_file = os.path.join(gtest_test_utils.GetTempDir(),
147 os.remove(output_file)
157 self.assert_(os.path.isfile(output_file))
/external/chromium_org/chrome/test/functional/
H A Dwifi_downloads.py45 def _WriteTimeToFile(self, output_file, router_name, file_size, dl_time):
57 output_file: the complete path of the file to write to
62 if os.path.exists(output_file):
63 file_handle = open(output_file)
82 file_handle = open(output_file, 'w')
/external/chromium_org/chrome_frame/cfinstall/
H A Dbuild.sh53 --output_file=out/cf-xd-install-impl.js && \
64 --output_file=out/CFInstall.min.js
/external/chromium_org/tools/grit/grit/format/
H A Ddata_pack.py107 def WriteDataPack(resources, output_file, encoding):
108 """Write a map of id=>data into output_file as a data pack."""
110 with open(output_file, "wb") as file:
114 def RePack(output_file, input_files):
115 """Write a new data pack to |output_file| based on a list of filenames
140 WriteDataPack(resources, output_file, encoding)
/external/webrtc/src/modules/audio_processing/test/
H A Dunpack.cc32 DEFINE_string(output_file, "ref_out.pcm",
89 FILE* output_file = fopen(FLAGS_output_file.c_str(), "wb"); local
90 if (output_file == NULL) {
161 output_file) != 1) {
/external/blktrace/btt/
H A Dbtt_plot.py71 output_file = None variable
192 global add_legend, output_file, title_str, type, verbose
219 output_file = a
309 global add_legend, output_file, title_str, verbose
311 if output_file != None:
312 ofile = output_file
376 output_file = title_str = type = None
388 output_file = 'bnos_%s.png' % base variable
/external/chromium_org/third_party/WebKit/Source/devtools/scripts/
H A Dgenerate_devtools_grd.py116 with open(parsed_args.output_filename, 'w') as output_file:
117 output_file.write(doc.toxml(encoding='UTF-8'))
/external/chromium_org/chrome/installer/linux/sysroot_scripts/
H A Dsysroot-creator-debian.wheezy.sh460 local output_file=$1
461 echo "Updating: ${output_file}"
462 /bin/rm -f ${output_file}
470 echo $pkg_full | sed "s/^pool\///" >> $output_file
473 sort $output_file -o $output_file

Completed in 2495 milliseconds

1234567