HomeSort by relevance Sort by last modified time
    Searched refs:outfile (Results 201 - 225 of 329) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
control.py 567 reporter.report(morfs, outfile=file, config=self.config)
601 def xml_report(self, morfs=None, outfile=None, ignore_errors=None,
607 Each module in `morfs` is included in the report. `outfile` is the
615 xml_output=outfile,
620 outfile = sys.stdout
622 outfile = open(self.config.xml_output, "w")
623 file_to_close = outfile
626 reporter.report(morfs, outfile=outfile, config=self.config)
  /external/chromium_org/tools/grit/grit/node/
include.py 103 with open(flat_filename, 'wb') as outfile:
104 outfile.write(self._GetFlattenedData())
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
symshift.pl 103 -alphabet <outfile> writes the combined set of symbols to <outfile>.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_cmd.py 43 infiles=1, outfile='', func='func', args=())
50 cmd.make_file(infiles='in', outfile='out', func='func', args=())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_cmd.py 43 infiles=1, outfile='', func='func', args=())
50 cmd.make_file(infiles='in', outfile='out', func='func', args=())
  /external/chromium_org/webkit/browser/fileapi/
native_file_util.cc 45 base::File outfile(to,
47 if (!outfile.IsValid()) {
61 int bytes_written_partial = outfile.WriteAtCurrentPos(
69 return outfile.Flush();
  /external/linux-tools-perf/perf-3.12.0/tools/perf/util/
trace-event.h 74 int (*generate_script) (struct pevent *pevent, const char *outfile);
  /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/
server.py 132 outfile = open(output_path, 'w')
141 outfile.write(data)
143 outfile.close()
155 outfile.close()
  /external/e2fsprogs/debugfs/
util.c 81 FILE *outfile = 0; local
94 ((outfile = popen(pager, "w")) == 0))
96 return outfile;
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 566 FILE * outfile, int verbose);
589 FILE * outfile, int verbose)
1101 FILE *outfile; local
    [all...]
  /external/chromium_org/third_party/openssl/openssl/apps/
ecparam.c 129 char *infile = NULL, *outfile = NULL, *prog; local
173 outfile= *(++argv);
250 BIO_printf(bio_err, "%s [options] <infile >outfile\n",prog);
320 if (outfile == NULL)
332 if (BIO_write_filename(out,outfile) <= 0)
334 perror(outfile);
620 " outfile\n");
665 "for outfile\n");
pkeyutl.c 91 char *infile = NULL, *outfile = NULL, *sigfile = NULL; local
127 else outfile= *(++argv);
269 if(outfile)
271 if(!(out = BIO_new_file(outfile, "wb")))
  /external/openssl/apps/
ecparam.c 129 char *infile = NULL, *outfile = NULL, *prog; local
173 outfile= *(++argv);
250 BIO_printf(bio_err, "%s [options] <infile >outfile\n",prog);
320 if (outfile == NULL)
332 if (BIO_write_filename(out,outfile) <= 0)
334 perror(outfile);
620 " outfile\n");
665 "for outfile\n");
pkeyutl.c 91 char *infile = NULL, *outfile = NULL, *sigfile = NULL; local
127 else outfile= *(++argv);
269 if(outfile)
271 if(!(out = BIO_new_file(outfile, "wb")))
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
SmsUsageMonitor.java 500 FileOutputStream outfile = null; local
502 outfile = mPolicyFile.startWrite();
505 out.setOutput(outfile, "utf-8");
521 mPolicyFile.finishWrite(outfile);
524 if (outfile != null) {
525 mPolicyFile.failWrite(outfile);
  /external/chromium_org/tools/telemetry/third_party/png/
png.py 626 def write(self, outfile, rows):
643 return self.write_array(outfile, a)
645 nrows = self.write_passes(outfile, rows)
651 def write_passes(self, outfile, rows, packed=False):
672 outfile.write(_signature)
675 write_chunk(outfile, 'IHDR',
683 write_chunk(outfile, 'gAMA',
689 write_chunk(outfile, 'sBIT',
699 write_chunk(outfile, 'PLTE', p)
703 write_chunk(outfile, 'tRNS', t
    [all...]
  /external/chromium_org/third_party/libvpx/source/libvpx/build/make/
gen_msvs_proj.sh 124 --out=*) outfile="$optval"
185 outfile=${outfile:-/dev/stdout}
510 sed -e '/"/s;\([^ "]\)/;\1\\;g' > ${outfile}
gen_msvs_vcxproj.sh 144 --out=*) outfile="$optval"
207 outfile=${outfile:-/dev/stdout}
503 sed -e '/xmlns/s;\\;/;g' > ${outfile}
  /external/clang/docs/tools/
Makefile 70 --podpath=. --infile=$< --outfile=$@ --title=$*
  /external/libvpx/libvpx/build/make/
gen_msvs_proj.sh 200 --out=*) outfile="$optval"
257 outfile=${outfile:-/dev/stdout}
582 sed -e '/"/s;\([^ "]\)/;\1\\;g' > ${outfile}
gen_msvs_vcxproj.sh 220 --out=*) outfile="$optval"
279 outfile=${outfile:-/dev/stdout}
561 sed -e '/xmlns/s;\\;/;g' > ${outfile}
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
gen_msvs_proj.sh 200 --out=*) outfile="$optval"
257 outfile=${outfile:-/dev/stdout}
582 sed -e '/"/s;\([^ "]\)/;\1\\;g' > ${outfile}
gen_msvs_vcxproj.sh 220 --out=*) outfile="$optval"
279 outfile=${outfile:-/dev/stdout}
561 sed -e '/xmlns/s;\\;/;g' > ${outfile}
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 65 outfile = os.path.join(self.build_dir, os.path.basename(script))
66 outfiles.append(outfile)
68 if not self.force and not newer(script, outfile):
96 outf = open(outfile, "w")
115 self.copy_file(script, outfile)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/command/
build_scripts.py 65 outfile = os.path.join(self.build_dir, os.path.basename(script))
66 outfiles.append(outfile)
68 if not self.force and not newer(script, outfile):
96 outf = open(outfile, "w")
115 self.copy_file(script, outfile)

Completed in 2274 milliseconds

1 2 3 4 5 6 7 891011>>