/external/vboot_reference/futility/ |
cmd_load_fmap.c | 31 " -o OUTFILE Write the result to this file, instead of modifying\n" 94 char *outfile = 0; local 106 outfile = optarg; 141 if (outfile) 142 futil_copy_file_or_die(infile, outfile); 144 outfile = infile; 146 fd = open(outfile, O_RDWR); 149 outfile, strerror(errno)); 194 outfile, strerror(errno));
|
cmd_sign.c | 59 char *outfile; member in struct:local_data_s 116 return WriteSomeParts(option.outfile, 236 rv = WriteSomeParts(option.outfile, 240 rv = WriteSomeParts(option.outfile, 315 rv = WriteSomeParts(option.outfile, 319 rv = WriteSomeParts(option.outfile, 358 rv = WriteSomeParts(option.outfile, 519 "Usage: " MYNAME " %s [PARAMS] INFILE [OUTFILE]\n" 523 " public key (.vbpubk); OUTFILE is a keyblock\n" 524 " raw firmware blob (FW_MAIN_A/B); OUTFILE is a VBLOCK_A/B\n [all...] |
/external/pcre/dist/ |
pcretest.c | 289 #define PCRE_PRINTINT8(re, outfile, debug_lengths) \ 290 pcre_printint(re, outfile, debug_lengths) 383 #define PCRE_PRINTINT16(re, outfile, debug_lengths) \ 384 pcre16_printint(re, outfile, debug_lengths) 475 #define PCRE_PRINTINT32(re, outfile, debug_lengths) \ 476 pcre32_printint(re, outfile, debug_lengths) 703 #define PCRE_PRINTINT(re, outfile, debug_lengths) \ 705 PCRE_PRINTINT32(re, outfile, debug_lengths); \ 707 PCRE_PRINTINT16(re, outfile, debug_lengths); \ 709 PCRE_PRINTINT8(re, outfile, debug_lengths 1033 static FILE *outfile; variable [all...] |
/external/e2fsprogs/lib/ext2fs/ |
test_io.c | 54 FILE *outfile; member in struct:test_private_data 138 FILE *f = data->outfile; 159 f = data->outfile; 235 data->outfile = NULL; 237 data->outfile = fopen(value, "w"); 238 if (!data->outfile) 239 data->outfile = stderr; 286 if (data->outfile && data->outfile != stderr) 287 fclose(data->outfile); [all...] |
/external/libjpeg-turbo/ |
wrbmp.c | 335 FILE * outfile = dest->pub.output_file; local 342 putc(GETJSAMPLE(colormap[2][i]), outfile); local 343 putc(GETJSAMPLE(colormap[1][i]), outfile); local 344 putc(GETJSAMPLE(colormap[0][i]), outfile); local 346 putc(0, outfile); 351 putc(GETJSAMPLE(colormap[0][i]), outfile); local 352 putc(GETJSAMPLE(colormap[0][i]), outfile); local 353 putc(GETJSAMPLE(colormap[0][i]), outfile); local 355 putc(0, outfile); 361 putc(i, outfile); 385 register FILE * outfile = dest->pub.output_file; local [all...] |
Makefile.am | 367 ./cjpeg -rgb -dct int -outfile testout_rgb_islow.jpg $(srcdir)/testimages/testorig.ppm 370 ./djpeg -dct int -ppm -outfile testout_rgb_islow.ppm testout_rgb_islow.jpg 377 ./djpeg -dct int -rgb565 -dither none -bmp -outfile testout_rgb_islow_565.bmp testout_rgb_islow.jpg 381 ./djpeg -dct int -rgb565 -bmp -outfile testout_rgb_islow_565D.bmp testout_rgb_islow.jpg 387 ./cjpeg -sample 2x1 -dct fast -opt -outfile testout_422_ifast_opt.jpg $(srcdir)/testimages/testorig.ppm 390 ./djpeg -dct fast -outfile testout_422_ifast.ppm testout_422_ifast_opt.jpg 394 ./djpeg -dct fast -nosmooth -outfile testout_422m_ifast.ppm testout_422_ifast_opt.jpg 401 ./djpeg -dct int -nosmooth -rgb565 -dither none -bmp -outfile testout_422m_ifast_565.bmp testout_422_ifast_opt.jpg 405 ./djpeg -dct int -nosmooth -rgb565 -bmp -outfile testout_422m_ifast_565D.bmp testout_422_ifast_opt.jpg 411 ./cjpeg -sample 2x2 -quality 100 -dct fast -prog -outfile testout_420_q100_ifast_prog.jpg $(srcdir)/testimages/testorig.pp [all...] |
/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/autotest/client/site_tests/platform_LogNonKernelKmsg/ |
platform_LogNonKernelKmsg.py | 23 with open(self.KLOG_PATH, 'w') as outfile: 24 outfile.write(our_message)
|
/external/chromium-trace/catapult/third_party/coverage/coverage/ |
pickle2json.py | 15 def pickle2json(infile, outfile): 26 covdata.write_file(outfile)
|
/external/lzma/CPP/Windows/ |
FileDir.h | 53 bool Create(CFSTR pathPrefix, NIO::COutFile *outFile); // pathPrefix is not folder prefix
54 bool CreateRandomInTempFolder(CFSTR namePrefix, NIO::COutFile *outFile);
|
/external/elfutils/libcpu/ |
i386_parse.y | 209 extern FILE *outfile; 1082 fprintf (outfile, "%s\n \"%s", 1106 fprintf (outfile, " FCT_%s,\n", (*(struct argstring **) nodep)->str); 1124 fprintf (outfile, "#define MNEMONIC_BITS %zu\n", best_mnemonic_bits); 1126 fprintf (outfile, "#define MNEMONIC_BITS %ld\n", 1129 fprintf (outfile, "#define SUFFIX_BITS %d\n", nbitsuf); 1132 fprintf (outfile, "#define FCT%d_BITS %d\n", i + 1, nbitfct[i]); 1134 fprintf (outfile, "#define STR%d_BITS %d\n", i + 1, nbitstr[i]); 1135 fprintf (outfile, "#define OFF%d_1_BITS %d\n", i + 1, nbitoff[i][0]); 1136 fprintf (outfile, "#define OFF%d_1_BIAS %d\n", i + 1, minoff[i][0]) [all...] |
/build/soong/cc/ |
gen.go | 50 func genYacc(ctx common.AndroidModuleContext, yaccFile common.Path, outFile common.ModuleGenPath, yaccFlags string) (headerFile common.ModuleGenPath) { 55 Outputs: common.WritablePaths{outFile, headerFile}, 59 "cFile": outFile.String(), 67 func genLex(ctx common.AndroidModuleContext, lexFile common.Path, outFile common.ModuleGenPath) { 70 Output: outFile,
|
/development/tools/yuv420sp2rgb/ |
cmdline.c | 40 "\t%s infile --height <height> --width <width> --output <outfile> -t <ppm|grb|argb> [ --gray ] [ --rotate <degrees> ] [ --verbose ]\n" 58 char **outfile, 67 ASSERT(outfile); *outfile = NULL; 118 SET_STRING_OPTION(outfile);
|
yuv420sp2rgb.c | 192 const char *outfile, 234 INFO("Opening output file %s\n", outfile); 235 ofd = open(outfile, O_RDWR | O_CREAT, 0664); 237 outfile, strerror(errno), errno); 244 INFO("Truncating output file %s to %d bytes\n", outfile, outsize); 249 INFO("Memory mapping output file %s\n", outfile); 272 char *infile, *outfile, *type; local 279 &outfile, 291 if (!outfile) { 314 INFO("output file: [%s]\n", outfile); [all...] |
/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);
|
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
SharedStorageAgent.java | 72 File outFile = null; 80 outFile = new File(mVolumes[i].getPath(), relpath.substring(slash + 1)); 81 if (DEBUG) Slog.i(TAG, " => " + outFile.getAbsolutePath()); 91 if (outFile == null) { 95 FullBackup.restoreFile(data, size, type, -1, mtime, outFile);
|
/prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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)
|
/external/slf4j/integration/ |
build.xml | 116 outfile="TEST-142BININDING" 124 outfile="TEST-150BINDING" 136 outfile="TEST-MISMATCH-1511API" 145 outfile="TEST-MISMATCH-1511Binding" 156 outfile="TEST-Match" 166 outfile="TEST-IncompatibleMultiBinding" 176 outfile="TEST-MultiBinding" 186 outfile="TEST-binding166" 195 outfile="TEST-api166"
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/rsa/ |
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/eigen/bench/btl/generic_bench/utils/ |
xy_file.hh | 66 ofstream outfile (filename.c_str(),ios::out) ; 70 outfile << X[i] << " " << Y[i] << endl; 72 outfile.close();
|
/external/fio/tools/ |
genfio | 26 OUTFILE= 135 cat >> $OUTFILE << EOF 162 cat >> $OUTFILE << EOF 168 echo "stonewall" >> $OUTFILE 172 cat >> $OUTFILE << EOF 181 echo >> $OUTFILE 276 OUTFILE=${PREFIX}$SHORT_HOSTNAME-$BLOCK_SIZE-all-$MODES-$PRINTABLE_DISKS.fio 280 OUTFILE=${PREFIX}$SHORT_HOSTNAME-$BLOCK_SIZE-sequential-$MODES-$PRINTABLE_DISKS.fio 283 OUTFILE=${PREFIX}$SHORT_HOSTNAME-$BLOCK_SIZE-parallel-$MODES-$PRINTABLE_DISKS.fio 336 echo "Generating $OUTFILE" [all...] |
/libcore/luni/src/test/java/libcore/java/util/zip/ |
OldAndroidGZIPStreamTest.java | 40 FileOutputStream outFile = new FileOutputStream("/tmp/foo.gz"); 41 outFile.write(zipData, 0, zipData.length); 42 outFile.close();
|