| /external/e2fsprogs/debugfs/ |
| util.c | 80 FILE *outfile = 0; local 93 ((outfile = popen(pager, "w")) == 0)) 95 return outfile;
|
| /external/protobuf/src/google/protobuf/io/ |
| zero_copy_stream.h | 86 // // Copy the contents of "infile" to "outfile", using plain read() for 87 // // "infile" but a ZeroCopyOutputStream for "outfile". 89 // int outfd = open("outfile", O_WRONLY);
|
| /external/valgrind/main/cachegrind/ |
| cg_merge.c | 843 fprintf(stderr, "%s: usage: %s [-o outfile] [files-to-merge]\n", 854 FILE* outfile = NULL; local 926 outfile = fopen(outfilename, "w"); 927 if (!outfile) { 934 outfile = stdout; 937 show_CacheProfFile( outfile, cpf ); 938 if (ferror(outfile)) { 942 if (outfile != stdout) 943 fclose(outfile); 947 fflush(outfile); [all...] |
| /cts/tests/tests/media/src/android/media/cts/ |
| MediaRecorderTest.java | 463 private void recordMedia(long maxFileSize, File outFile) throws Exception { 470 assertTrue(outFile.exists()); 474 assertTrue(outFile.length() < 1.1 * maxFileSize); 475 assertTrue(outFile.length() > 0);
|
| /development/tools/etc1tool/ |
| etc1tool.cpp | 42 "%s infile [--help | --encode | --encodeNoHeader | --decode] [--showDifference difffile] [-o outfile]\n", 58 "\tIf outfile is not specified, an outfile path is constructed from infile,\n"); 505 usage("Expected outfile after -o");
|
| /external/chromium_org/third_party/icu/source/test/perf/DateFmtPerf/ |
| DateFmtPerf.cpp | 117 fprintf(stderr, "Usage: %s -x <outfile>.xml\n", argv[0]);
|
| /external/chromium_org/third_party/openssl/openssl/apps/ |
| 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")))
|
| req.c | 175 char *infile,*outfile,*prog,*keyfile=NULL,*template=NULL,*keyout=NULL; local 208 outfile=NULL; 275 outfile= *(++argv); 405 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 970 if (outfile == NULL) 982 if ((keyout != NULL) && (strcmp(outfile,keyout) == 0)) 983 i=(int)BIO_append_filename(out,outfile); 985 i=(int)BIO_write_filename(out,outfile); 988 perror(outfile); 1055 BIO_printf(bio_err,"bad output format specified for outfile\n") [all...] |
| CA.pl | 175 my ($infile, $outfile, $bound) = @_; 177 open OUT, ">$outfile";
|
| CA.pl.in | 175 my ($infile, $outfile, $bound) = @_; 177 open OUT, ">$outfile";
|
| /external/emma/core/java12/com/vladium/emma/report/ |
| ReportProperties.java | 65 public void setOutFile (final File outFile) 67 if ($assert.ENABLED) $assert.ASSERT (outFile != null, "null input: outFile"); 69 m_outFile = outFile;
|
| /external/libvpx/libvpx/build/make/ |
| gen_msvs_proj.sh | 199 --out=*) outfile="$optval" 256 outfile=${outfile:-/dev/stdout} 583 sed -e '/"/s;\([^ "]\)/;\1\\;g' > ${outfile}
|
| gen_msvs_vcxproj.sh | 210 --out=*) outfile="$optval" 267 outfile=${outfile:-/dev/stdout} 528 sed -e '/xmlns/s;\\;/;g' > ${outfile}
|
| /external/libvpx/libvpx/examples/ |
| decode_with_drops.txt | 18 die("Usage: %s <infile> <outfile> <N-M|N/M>\n", argv[0]);
|
| /external/libvpx/libvpx/examples/includes/geshi/geshi/ |
| sql.php | 75 'OPTIONALLY', 'OR', 'ORDER', 'OUTER', 'OUTFILE',
|
| /external/lzma/C/Util/7z/ |
| 7zMain.c | 430 CSzFile outFile;
454 else if (OutFile_OpenUtf16(&outFile, destPath))
461 if (File_Write(&outFile, outBuffer + offset, &processedSize) != 0 || processedSize != outSizeProcessed)
467 if (File_Close(&outFile))
|
| /external/openssl/apps/ |
| 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")))
|
| req.c | 175 char *infile,*outfile,*prog,*keyfile=NULL,*template=NULL,*keyout=NULL; local 208 outfile=NULL; 275 outfile= *(++argv); 405 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog); 970 if (outfile == NULL) 982 if ((keyout != NULL) && (strcmp(outfile,keyout) == 0)) 983 i=(int)BIO_append_filename(out,outfile); 985 i=(int)BIO_write_filename(out,outfile); 988 perror(outfile); 1055 BIO_printf(bio_err,"bad output format specified for outfile\n") [all...] |
| CA.pl | 175 my ($infile, $outfile, $bound) = @_; 177 open OUT, ">$outfile";
|
| CA.pl.in | 175 my ($infile, $outfile, $bound) = @_; 177 open OUT, ">$outfile";
|
| /external/webrtc/src/modules/audio_processing/aec/ |
| aec_core.h | 151 FILE *outFile;
|
| /external/jhead/ |
| jpgfile.c | 790 FILE * outfile; local 798 outfile = fopen(FileName,"wb"); 799 if (outfile == NULL){ 805 fputc(0xff,outfile); 806 fputc(0xd8,outfile); 815 fwrite(JfifHead, 18, 1, outfile); 822 fputc(0xff,outfile); 823 fputc((unsigned char)Sections[a].Type, outfile); 824 nWrite = fwrite(Sections[a].Data, 1, Sections[a].Size, outfile); 834 nWrite = fwrite(Sections[a].Data, 1,Sections[a].Size, outfile); [all...] |
| /build/tools/zipalign/ |
| ZipAlign.cpp | 35 "Usage: zipalign [-f] [-v] <align> infile.zip outfile.zip\n" 40 fprintf(stderr, " -f: overwrite existing outfile.zip\n");
|
| /external/llvm/test/CodeGen/X86/ |
| 2007-02-16-BranchFold.ll | 24 @outfile = external global %struct.FILE* ; <%struct.FILE**> [#uses=1] 62 %tmp3.i8.i = load %struct.FILE** @outfile ; <%struct.FILE*> [#uses=1]
|
| /external/llvm/test/Transforms/LoopRotate/ |
| PhiRename-1.ll | 23 @outfile = external global %struct.FILE* ; <%struct.FILE**> [#uses=1] 61 %tmp13 = load %struct.FILE** @outfile ; <%struct.FILE*> [#uses=1]
|