HomeSort by relevance Sort by last modified time
    Searched refs:outfile (Results 101 - 125 of 343) sorted by null

1 2 3 45 6 7 8 91011>>

  /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/autotest/client/profilers/custom_perf/
custom_perf.py 26 outfile = os.path.join(test.profdir, 'perf.out')
29 (test.profdir, self.perf_bin, self.perf_options, outfile))
  /external/chromium-trace/catapult/catapult_build/
build_steps.py 241 with open(args.output_json, 'w') as outfile:
242 json.dump(steps, outfile)
  /external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/
util.py 74 with open(cli.outfilename, 'wb') as outfile:
75 outfile.write(out_data)
cli.py 75 with open(cli.pubout, 'wb') as outfile:
76 outfile.write(data)
83 with open(cli.out, 'wb') as outfile:
84 outfile.write(data)
189 with open(outname, 'wb') as outfile:
190 outfile.write(outdata)
308 outfile = self.get_outfile(cli.output)
312 self.perform_operation(infile, outfile, key, cli_args)
351 def perform_operation(self, infile, outfile, pub_key, cli_args=None):
354 return rsa.bigfile.encrypt_bigfile(infile, outfile, pub_key
    [all...]
  /external/libjpeg-turbo/
jdatadst.c 36 FILE * outfile; /* target stream */ member in struct:__anon15214
118 if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) !=
178 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount)
181 fflush(dest->outfile);
183 if (ferror(dest->outfile))
206 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile)
226 dest->outfile = outfile;
  /external/libvpx/libvpx/test/android/
scrape_gtest_log.py 53 outfile = open(output_json, 'w')
54 outfile.write(output)
  /external/llvm/autoconf/
AutoRegen.sh 22 outfile=configure
50 autoconf --force --warnings=all -o ../$outfile $configfile || die "autoconf failed"
  /external/noto-fonts/cjk/
subset_noto_cjk.py 75 def remove_from_cmap(infile, outfile, exclude=frozenset()):
79 font.save(outfile)
  /external/opencv3/3rdparty/libjpeg/
jdatadst.c 34 FILE * outfile; /* target stream */ member in struct:__anon20331
112 if (JFWRITE(dest->outfile, dest->buffer, OUTPUT_BUF_SIZE) !=
170 if (JFWRITE(dest->outfile, dest->buffer, datacount) != datacount)
173 fflush(dest->outfile);
175 if (ferror(dest->outfile))
196 jpeg_stdio_dest (j_compress_ptr cinfo, FILE * outfile)
216 dest->outfile = outfile;
  /external/opencv3/modules/viz/src/vtk/
vtkXYZWriter.cpp 81 ostream &outfile = *outfilep; local
87 outfile << std::setprecision(this->DecimalPrecision) << p[0] << " " << p[1] << " " << p[2] << std::endl;
  /external/selinux/checkpolicy/
checkmodule.c 149 const char *file = txtfile, *outfile = NULL; local
171 outfile = optarg;
287 if (outfile) {
288 FILE *outfp = fopen(outfile, "w");
291 perror(outfile);
300 fprintf(stderr, "%s: error writing %s\n", argv[0], outfile);
304 printf("%s: writing CIL to %s\n",argv[0], outfile);
307 fprintf(stderr, "%s: error writing %s\n", argv[0], outfile);
  /external/chromium-trace/catapult/third_party/coverage/coverage/
summary.py 21 def report(self, morfs, outfile=None):
24 `outfile` is a file object to write the summary to. It must be opened
51 if outfile is None:
52 outfile = sys.stdout
55 writeout = lambda u: outfile.write(u.encode(output_encoding()))
57 writeout = outfile.write
  /external/selinux/policycoreutils/semodule_expand/
semodule_expand.c 45 FILE *fp, *outfile; local
169 outfile = fopen(outname, "w");
170 if (!outfile) {
175 sepol_policy_file_set_fp(pf, outfile);
183 fclose(outfile);
  /external/selinux/policycoreutils/semodule_link/
semodule_link.c 30 printf("usage: %s [-Vv] [-o outfile] basemodpkg modpkg1 [modpkg2]...\n",
82 FILE *outfile; local
151 outfile = fopen(outname, "w");
152 if (!outfile) {
161 sepol_policy_file_set_fp(pf, outfile);
168 fclose(outfile);
  /toolchain/binutils/binutils-2.25/libiberty/
pex-msdos.c 169 char *outfile; local
208 outfile = "";
213 outfile = ms->files[outindex];
220 + strlen (outfile)
229 outfile);
  /external/zlib/src/contrib/untgz/
untgz.c 393 FILE *outfile = NULL; local
482 outfile = fopen(fname,"wb");
483 if (outfile == NULL) {
490 outfile = fopen(fname,"wb");
493 if (outfile != NULL)
499 outfile = NULL;
531 if (outfile != NULL)
533 if (fwrite(&buffer,sizeof(char),bytes,outfile) != bytes)
537 fclose(outfile);
538 outfile = NULL
    [all...]
  /external/selinux/policycoreutils/semodule_package/
semodule_package.c 30 printf(" -o --outfile Output file (required)\n");
96 char *fcdata = NULL, *outfile = NULL, *seusersdata = local
108 {"outfile", required_argument, NULL, 'o'},
139 if (outfile) {
144 outfile = strdup(optarg);
145 if (!outfile)
183 if (!module || !outfile) {
236 if (file_to_policy_file(outfile, &out, "w"))
254 free(outfile);
  /external/svox/pico_resources/tools/LingwareBuilding/PicoLingware_tools_windows/tools/
picoloadphones.lua 30 local outfile = io.open(arg[2], "wb")
31 if not outfile then
160 if specid[i] == 0 then outfile:write("\0")
161 else outfile:write(string.format("%c", specid[i]))
166 if nr == 0 then outfile:write("\0")
167 else outfile:write(string.format("%c", nr))
175 outfile:close()
  /prebuilts/gdb/darwin-x86/lib/python2.7/
pipes.py 45 sts = t.copy(infile, outfile)
46 If infile or outfile are the empty string, standard input is read or
182 def copy(self, infile, outfile):
183 return os.system(self.makepipeline(infile, outfile))
185 def makepipeline(self, infile, outfile):
186 cmd = makepipeline(infile, self.steps, outfile)
193 def makepipeline(infile, steps, outfile):
214 if kind[1] == 'f' and not outfile:
216 list[-1][-1] = outfile
  /prebuilts/gdb/linux-x86/lib/python2.7/
pipes.py 45 sts = t.copy(infile, outfile)
46 If infile or outfile are the empty string, standard input is read or
182 def copy(self, infile, outfile):
183 return os.system(self.makepipeline(infile, outfile))
185 def makepipeline(self, infile, outfile):
186 cmd = makepipeline(infile, self.steps, outfile)
193 def makepipeline(infile, steps, outfile):
214 if kind[1] == 'f' and not outfile:
216 list[-1][-1] = outfile
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pipes.py 45 sts = t.copy(infile, outfile)
46 If infile or outfile are the empty string, standard input is read or
182 def copy(self, infile, outfile):
183 return os.system(self.makepipeline(infile, outfile))
185 def makepipeline(self, infile, outfile):
186 cmd = makepipeline(infile, self.steps, outfile)
193 def makepipeline(infile, steps, outfile):
214 if kind[1] == 'f' and not outfile:
216 list[-1][-1] = outfile
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pipes.py 45 sts = t.copy(infile, outfile)
46 If infile or outfile are the empty string, standard input is read or
182 def copy(self, infile, outfile):
183 return os.system(self.makepipeline(infile, outfile))
185 def makepipeline(self, infile, outfile):
186 cmd = makepipeline(infile, self.steps, outfile)
193 def makepipeline(infile, steps, outfile):
214 if kind[1] == 'f' and not outfile:
216 list[-1][-1] = outfile
  /external/autotest/client/tests/ltp/
ltp.py 73 outfile = os.path.join(self.resultsdir, 'ltp.out')
77 self.tmpdir, outfile,
86 parse_ltp_out.summarize(outfile)
  /external/autotest/client/site_tests/platform_UdevVars/
platform_UdevVars.py 67 outfile = os.path.join(self.debugdir, "udevattrs.%s" % devname)
69 device.sys_path, outfile))
71 outfile = os.path.join(self.debugdir, "udevprops.%s" % devname)
73 device.sys_path, outfile))

Completed in 500 milliseconds

1 2 3 45 6 7 8 91011>>