HomeSort by relevance Sort by last modified time
    Searched full:outfile (Results 151 - 175 of 943) sorted by null

1 2 3 4 5 67 8 91011>>

  /frameworks/base/packages/Keyguard/scripts/
new_merge.py 130 def prepareFileForCompare(inFile, outFile, skip="", replace="", withText=""):
131 # Delete the outfile, so we're starting with a new file
132 if (os.path.exists(outFile)):
133 os.remove(outFile)
136 fout = open(outFile, "w")
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/
decode_with_drops.c 71 fprintf(stderr, "Usage: %s <infile> <outfile> <N-M|N/M>\n", exec_name);
77 FILE *outfile = NULL; local
96 if (!(outfile = fopen(argv[2], "wb")))
135 vpx_img_write(img, outfile);
151 fclose(outfile);
postproc.c 58 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name);
64 FILE *outfile = NULL; local
80 if (!(outfile = fopen(argv[2], "wb")))
125 vpx_img_write(img, outfile);
138 fclose(outfile);
simple_decoder.c 96 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name);
102 FILE *outfile = NULL; local
117 if (!(outfile = fopen(argv[2], "wb")))
141 vpx_img_write(img, outfile);
155 fclose(outfile);
  /prebuilts/gdb/darwin-x86/lib/python2.7/plat-mac/
cfmfile.py 161 def copydata(self, outfile):
173 offset = outfile.tell()
176 outfile.seek(offset)
182 outfile.write(infile.read(BUFSIZE))
185 outfile.write(infile.read(l))
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/
cfmfile.py 161 def copydata(self, outfile):
173 offset = outfile.tell()
176 outfile.seek(offset)
182 outfile.write(infile.read(BUFSIZE))
185 outfile.write(infile.read(l))
  /external/curl/src/
tool_dirhie.c 94 CURLcode create_dir_hierarchy(const char *outfile, FILE *errors)
103 outlen = strlen(outfile);
104 outdup = strdup(outfile);
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloaddbg.lua 32 local outfile = io.open(arg[2], "wb")
33 if not outfile then
171 outfile:write(string.sub(symtab[i], j, j))
173 outfile:write("\0")
178 outfile:write("\0\0\0\0\0\0\0\0")
187 outfile:close()
  /external/vboot_reference/futility/
cmd_vbutil_firmware.c 78 static int Vblock(const char *outfile, const char *keyblock_file,
95 if (!outfile) {
154 f = fopen(outfile, "wb");
156 VbExError("Can't open output file %s\n", outfile);
163 VbExError("Can't write output file %s\n", outfile);
164 unlink(outfile);
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/test/
resize_test.cc 38 int frame_cnt, FILE *const outfile) {
55 (void)fwrite(header, 1, 32, outfile);
58 static void write_ivf_frame_size(FILE *const outfile, const size_t size) {
61 (void)fwrite(header, 1, 4, outfile);
65 FILE *const outfile) {
77 (void)fwrite(header, 1, 12, outfile);
  /prebuilts/go/darwin-x86/src/cmd/cover/
html.go 22 // coverage report, writing it to outfile. If outfile is empty,
24 func htmlOutput(profile, outfile string) error {
58 if outfile == "" {
66 out, err = os.Create(outfile)
76 if outfile == "" {
  /prebuilts/go/linux-x86/src/cmd/cover/
html.go 22 // coverage report, writing it to outfile. If outfile is empty,
24 func htmlOutput(profile, outfile string) error {
58 if outfile == "" {
66 out, err = os.Create(outfile)
76 if outfile == "" {
  /external/autotest/client/profilers/cros_perf/
cros_perf.py 42 outfile = os.path.join(test.profdir, 'perf.out')
45 (self.perf_bin, self.profile_type, self.options, outfile))
  /external/e2fsprogs/lib/et/
compile_et.sh.in 49 $AWK -f "${DIR}/et_h.awk" "outfile=${BASE}.h.$$" "outfn=${BASE}.h" "$ROOT.et"
56 $AWK -f "${DIR}/et_c.awk" "outfile=${BASE}.c.$$" "outfn=${BASE}.c" "$ROOT.et"
  /external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/translit/
varsub.bat 22 # Usage: perl varsub.bat [-n|-nr] <infile> <outfile>
42 die "Usage: $0 [-n|-nr] <infile> <outfile>";
  /external/libvpx/libvpx/build/make/
armlink_adapter.sh 23 outfile=$i
52 cmd="armlink $args --userlibpath=$libsearchpath --output=$outfile $infiles"
  /external/llvm/autoconf/
AutoRegen.sh 22 outfile=configure
50 autoconf --force --warnings=all -o ../$outfile $configfile || die "autoconf failed"
  /external/opencv3/samples/tapi/
clahe.cpp 47 string infile = cmd.get<string>("i"), outfile = cmd.get<string>("o"); local
99 imwrite(outfile, outframe);
  /external/parameter-framework/upstream/tools/xmlGenerator/
hostConfig.py 35 def configure(infile=sys.stdin, outfile=sys.stdout, serverPort=None, structPath=None):
58 outfile.write(dom.toxml())
  /external/toybox/toys/posix/
uudecode.c 13 usage: uudecode [-o OUTFILE] [INFILE]
17 -o write to OUTFILE instead of filename in header
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/build/make/
armlink_adapter.sh 23 outfile=$i
52 cmd="armlink $args --userlibpath=$libsearchpath --output=$outfile $infiles"
  /toolchain/binutils/binutils-2.25/binutils/
arsup.c 45 static FILE *outfile; variable
99 print_arelt_descr(outfile, abfd, verbose);
110 outfile = fopen(output,"w");
111 if (outfile == 0)
113 outfile = stdout;
119 outfile = stdout;
126 fclose (outfile);
426 outfile = stdout;
  /prebuilts/gdb/darwin-x86/lib/python2.7/
trace.py 83 def usage(outfile):
84 outfile.write("""Usage: %s [OPTIONS] <file> [ARGS]
223 callers=None, outfile=None):
237 self.outfile = outfile
349 if self.outfile:
350 # try and store counts and module info into self.outfile
353 open(self.outfile, 'wb'), 1)
361 outfile = open(path, "w")
374 outfile.write("%5d: " % lines_hit[lineno]
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
trace.py 83 def usage(outfile):
84 outfile.write("""Usage: %s [OPTIONS] <file> [ARGS]
223 callers=None, outfile=None):
237 self.outfile = outfile
349 if self.outfile:
350 # try and store counts and module info into self.outfile
353 open(self.outfile, 'wb'), 1)
361 outfile = open(path, "w")
374 outfile.write("%5d: " % lines_hit[lineno]
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 83 def usage(outfile):
84 outfile.write("""Usage: %s [OPTIONS] <file> [ARGS]
223 callers=None, outfile=None):
237 self.outfile = outfile
349 if self.outfile:
350 # try and store counts and module info into self.outfile
353 open(self.outfile, 'wb'), 1)
361 outfile = open(path, "w")
374 outfile.write("%5d: " % lines_hit[lineno]
    [all...]

Completed in 6333 milliseconds

1 2 3 4 5 67 8 91011>>