/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mimify.py | 18 mimify.py -e [infile [outfile]] 19 mimify.py -d [infile [outfile]] 21 input and outfile to standard output. 207 def unmimify(infile, outfile, decode_base64 = 0): 211 if type(outfile) == type('') and infile == outfile: 217 if type(outfile) == type(''): 218 ofile = open(outfile, 'w') 220 ofile = outfile 415 def mimify(infile, outfile) [all...] |
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/ |
mimify.py | 18 mimify.py -e [infile [outfile]] 19 mimify.py -d [infile [outfile]] 21 input and outfile to standard output. 207 def unmimify(infile, outfile, decode_base64 = 0): 211 if type(outfile) == type('') and infile == outfile: 217 if type(outfile) == type(''): 218 ofile = open(outfile, 'w') 220 ofile = outfile 415 def mimify(infile, outfile) [all...] |
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/emma/core/java12/com/vladium/emma/rt/ |
RT.java | 144 * @param outFile 148 public static synchronized void dumpCoverageData (File outFile, final boolean merge, final boolean stopDataCollection) 151 outFile = outFile != null ? outFile : getCoverageOutFile (); 156 RTCoverageDataPersister.dumpCoverageData (cdata, ! stopDataCollection, outFile, merge); 159 public static synchronized void dumpCoverageData (File outFile, final boolean stopDataCollection) 161 outFile = outFile != null ? outFile : getCoverageOutFile () [all...] |
/external/chromium_org/third_party/libvpx/source/libvpx/test/android/ |
scrape_gtest_log.py | 53 outfile = open(output_json, 'w') 54 outfile.write(output)
|
/external/libvpx/libvpx/test/android/ |
scrape_gtest_log.py | 53 outfile = open(output_json, 'w') 54 outfile.write(output)
|
/external/chromium_org/third_party/libvpx/source/libvpx/examples/ |
decode_to_md5.c | 77 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name); 83 FILE *outfile = NULL; local 98 if (!(outfile = fopen(argv[2], "wb"))) 125 print_md5(outfile, digest); 126 fprintf(outfile, " img-%dx%d-%04d.i420\n", 137 fclose(outfile);
|
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);
|
/external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/ |
genmodule.c | 60 char *outfile; local 63 fprintf(stderr, "Usage: %s <module.in> <Makefile[.am]> <outfile>\n", argv[0]); 67 outfile = argv[3]; 171 out = fopen(outfile, "wt"); 174 fprintf(stderr, "Could not open `%s'.\n", outfile); 185 remove(outfile);
|
/external/eigen/bench/btl/generic_bench/timers/ |
x86_timer.hh | 121 ofstream outfile (filemane.c_str(),ios::out) ; 126 outfile << (*itr).first << " " << (*itr).second << endl ; 129 outfile.close(); 135 ofstream outfile (filemane.c_str(),ios::out) ; 141 outfile << i << " " 147 outfile.close();
|
/external/jpeg/ |
makefile.vms | 127 $ mcr sys$disk:[]djpeg -dct int -ppm -outfile testout.ppm testorig.jpg 128 $ mcr sys$disk:[]djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg 129 $ mcr sys$disk:[]cjpeg -dct int -outfile testout.jpg testimg.ppm 130 $ mcr sys$disk:[]djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg 131 $ mcr sys$disk:[]cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm 132 $ mcr sys$disk:[]jpegtran -outfile testoutt.jpg testprog.jpg
|
/external/libvpx/libvpx/examples/ |
decode_to_md5.c | 77 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name); 83 FILE *outfile = NULL; local 98 if (!(outfile = fopen(argv[2], "wb"))) 125 print_md5(outfile, digest); 126 fprintf(outfile, " img-%dx%d-%04d.i420\n", 137 fclose(outfile);
|
/external/qemu/distrib/jpeg-6b/ |
makefile.vms | 127 $ mcr sys$disk:[]djpeg -dct int -ppm -outfile testout.ppm testorig.jpg 128 $ mcr sys$disk:[]djpeg -dct int -bmp -colors 256 -outfile testout.bmp testorig.jpg 129 $ mcr sys$disk:[]cjpeg -dct int -outfile testout.jpg testimg.ppm 130 $ mcr sys$disk:[]djpeg -dct int -ppm -outfile testoutp.ppm testprog.jpg 131 $ mcr sys$disk:[]cjpeg -dct int -progressive -opt -outfile testoutp.jpg testimg.ppm 132 $ mcr sys$disk:[]jpegtran -outfile testoutt.jpg testprog.jpg
|
/frameworks/av/media/libstagefright/codecs/aacenc/SampleCode/ |
AAC_E_SAMPLES.c | 135 FILE *infile, *outfile; local 176 outfile = fopen(outfileName, "wb"); 177 if (!outfile) { 249 fwrite(outData.Buffer, 1, outData.Length, outfile); 275 if (outfile) 277 fclose(outfile);
|
/frameworks/base/packages/SharedStorageBackup/src/com/android/sharedstoragebackup/ |
ObbBackupService.java | 109 File outFile = Environment.buildExternalStorageAppObbDirs(packageName)[0]; 110 if (outFile != null) { 111 outFile = new File(outFile, path); 113 // outFile is null here if we couldn't get access to external storage, 117 FullBackup.restoreFile(data, fileSize, type, -1, mtime, outFile);
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/examples/ |
decode_to_md5.c | 77 fprintf(stderr, "Usage: %s <infile> <outfile>\n", exec_name); 83 FILE *outfile = NULL; local 98 if (!(outfile = fopen(argv[2], "wb"))) 125 print_md5(outfile, digest); 126 fprintf(outfile, " img-%dx%d-%04d.i420\n", 137 fclose(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()
|
/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/chromium_org/third_party/openssl/openssl/apps/ |
dsa.c | 107 char *infile,*outfile,*prog; local 130 outfile=NULL; 157 outfile= *(++argv); 205 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 293 if (outfile == NULL) 305 if (BIO_write_filename(out,outfile) <= 0) 307 perror(outfile); 315 perror(outfile); 351 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
ec.c | 96 char *infile, *outfile, *prog, *engine; local 115 outfile = NULL; 142 outfile= *(++argv); 210 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog); 311 if (outfile == NULL) 323 if (BIO_write_filename(out, outfile) <= 0) 325 perror(outfile); 341 perror(outfile); 375 "outfile\n");
|
/external/openssl/apps/ |
dsa.c | 107 char *infile,*outfile,*prog; local 130 outfile=NULL; 157 outfile= *(++argv); 205 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 293 if (outfile == NULL) 305 if (BIO_write_filename(out,outfile) <= 0) 307 perror(outfile); 315 perror(outfile); 351 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
ec.c | 96 char *infile, *outfile, *prog, *engine; local 115 outfile = NULL; 142 outfile= *(++argv); 210 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog); 311 if (outfile == NULL) 323 if (BIO_write_filename(out, outfile) <= 0) 325 perror(outfile); 341 perror(outfile); 375 "outfile\n");
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
xmlreport.py | 25 def report(self, morfs, outfile=None, config=None): 30 `outfile` is a file object to write the XML to. `config` is a 35 outfile = outfile or sys.stdout 86 outfile.write(self.xml_out.toprettyxml())
|