| /external/chromium_org/third_party/yasm/source/patched-yasm/frontends/yasm/ |
| yasm.xml | 45 <option>-o <replaceable>outfile</replaceable></option> 78 and directs output to the file <replaceable>outfile</replaceable> 79 if specified. If <replaceable>outfile</replaceable> is not 89 <replaceable>outfile</replaceable>, or 91 <replaceable>outfile</replaceable> is specified.</para>
|
| /external/chromium_org/third_party/yasm/source/patched-yasm/ |
| yasm.1 | |
| /external/emma/core/java12/com/vladium/emma/report/txt/ |
| ReportGenerator.java | 105 File outFile = m_settings.getOutFile (); 106 if (outFile == null) 108 outFile = new File ("coverage.txt"); 109 m_settings.setOutFile (outFile); 112 final File fullOutFile = Files.newFile (m_settings.getOutDir (), outFile);
|
| /external/emma/core/java12/com/vladium/emma/report/xml/ |
| ReportGenerator.java | 98 File outFile = m_settings.getOutFile (); 99 if (outFile == null) 101 outFile = new File ("coverage.xml"); 102 m_settings.setOutFile (outFile); 105 final File fullOutFile = Files.newFile (m_settings.getOutDir (), outFile);
|
| /external/jpeg/ |
| jpegtran.c | 39 static char * outfilename; /* for -outfile switch */ 77 fprintf(stderr, " -outfile name Specify name for output file\n"); 146 outfilename = NULL; /* -outfile applies to just one input file */ 230 } else if (keymatch(arg, "outfile", 4)) { 384 /* Must have either -outfile switch or explicit output file name */
|
| wrjpgcom.c | 80 static FILE * outfile; /* output JPEG file */ variable 83 #define PUTBYTE(x) putc((x), outfile) 512 if ((outfile = fopen(argv[argn+1], WRITE_BINARY)) == NULL) { 527 if ((outfile = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) { 532 outfile = stdout;
|
| cjpeg.c | 21 * To simplify script writing, the "-outfile" switch is provided. The syntax 22 * cjpeg [options] -outfile outputfile inputfile 137 static char * outfilename; /* for -outfile switch */ 181 fprintf(stderr, " -outfile name Specify name for output file\n"); 240 outfilename = NULL; /* -outfile applies to just one input file */ 313 } else if (keymatch(arg, "outfile", 4)) { 514 /* Must have either -outfile switch or explicit output file name */
|
| djpeg.c | 21 * To simplify script writing, the "-outfile" switch is provided. The syntax 22 * djpeg [options] -outfile outputfile inputfile 86 static char * outfilename; /* for -outfile switch */ 155 fprintf(stderr, " -outfile name Specify name for output file\n"); 188 outfilename = NULL; /* -outfile applies to just one input file */ 311 } else if (keymatch(arg, "outfile", 4)) { 479 /* Must have either -outfile switch or explicit output file name */
|
| /external/qemu/distrib/jpeg-6b/ |
| jpegtran.c | 39 static char * outfilename; /* for -outfile switch */ 77 fprintf(stderr, " -outfile name Specify name for output file\n"); 146 outfilename = NULL; /* -outfile applies to just one input file */ 230 } else if (keymatch(arg, "outfile", 4)) { 384 /* Must have either -outfile switch or explicit output file name */
|
| wrjpgcom.c | 80 static FILE * outfile; /* output JPEG file */ variable 83 #define PUTBYTE(x) putc((x), outfile) 512 if ((outfile = fopen(argv[argn+1], WRITE_BINARY)) == NULL) { 527 if ((outfile = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) { 532 outfile = stdout;
|
| cjpeg.c | 21 * To simplify script writing, the "-outfile" switch is provided. The syntax 22 * cjpeg [options] -outfile outputfile inputfile 137 static char * outfilename; /* for -outfile switch */ 181 fprintf(stderr, " -outfile name Specify name for output file\n"); 240 outfilename = NULL; /* -outfile applies to just one input file */ 313 } else if (keymatch(arg, "outfile", 4)) { 514 /* Must have either -outfile switch or explicit output file name */
|
| djpeg.c | 21 * To simplify script writing, the "-outfile" switch is provided. The syntax 22 * djpeg [options] -outfile outputfile inputfile 86 static char * outfilename; /* for -outfile switch */ 155 fprintf(stderr, " -outfile name Specify name for output file\n"); 188 outfilename = NULL; /* -outfile applies to just one input file */ 311 } else if (keymatch(arg, "outfile", 4)) { 479 /* Must have either -outfile switch or explicit output file name */
|
| /external/libpng/contrib/gregbook/ |
| wpng.c | 178 wpng_info.outfile = NULL; 316 if ((wpng_info.outfile = fdopen(fileno(stdout), "wb")) == NULL) { 376 if ((wpng_info.outfile = fopen(outname, "rb")) != NULL) { 379 fclose(wpng_info.outfile); 381 } else if (!(wpng_info.outfile = fopen(outname, "wb"))) { 392 fclose(wpng_info.outfile); 393 wpng_info.outfile = NULL; 809 if (wpng_info.outfile) { 810 fclose(wpng_info.outfile); 811 wpng_info.outfile = NULL [all...] |
| /external/chromium_org/tools/telemetry/third_party/png/ |
| png.py | 626 def write(self, outfile, rows): 643 return self.write_array(outfile, a) 645 nrows = self.write_passes(outfile, rows) 651 def write_passes(self, outfile, rows, packed=False): 672 outfile.write(_signature) 675 write_chunk(outfile, 'IHDR', 683 write_chunk(outfile, 'gAMA', 689 write_chunk(outfile, 'sBIT', 699 write_chunk(outfile, 'PLTE', p) 703 write_chunk(outfile, 'tRNS', t [all...] |
| /external/bzip2/ |
| bzip2recover.c | 304 FILE* outFile; 436 outFile = NULL; 446 if (outFile != NULL && bitsRead >= rbStart[wrBlock] 454 if (outFile != NULL) { 489 outFile = fopen ( outFileName, "wb" ); 490 if (outFile == NULL) { 495 bsWr = bsOpenWriteStream ( outFile );
|
| /external/checkpolicy/ |
| checkpolicy.c | 384 char ans[80 + 1], *file = txtfile, *outfile = NULL, *path, *fstype; local 414 outfile = optarg; 598 if (outfile) { 601 argv[0], policyvers, outfile); 602 outfp = fopen(outfile, "w"); 604 perror(outfile); 617 argv[0], outfile);
|
| /external/chromium_org/ppapi/ |
| generate_ppapi_size_checks.py | 233 outfile = open(os.path.join(root, filename), "w") 235 outfile.write(COPYRIGHT_STRING_C) 236 outfile.write('#ifndef ' + header_guard + '\n') 237 outfile.write('#define ' + header_guard + '\n\n') 238 outfile.write('#include "ppapi/tests/test_struct_sizes.c"\n\n') 240 outfile.write(line) 241 outfile.write('\n#endif /* ' + header_guard + ' */\n')
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
| cmdline.py | 64 '-o', '', action='store', dest="outfile", 65 metavar="OUTFILE", 323 defaults = {'outfile': 'coverage.xml'}, 551 outfile = options.outfile 552 self.coverage.xml_report(outfile=outfile, **report_args)
|
| /external/chromium_org/third_party/openssl/openssl/apps/ |
| dhparam.c | 159 char *infile,*outfile,*prog; local 176 outfile=NULL; 203 outfile= *(++argv); 416 if (outfile == NULL) 428 if (BIO_write_filename(out,outfile) <= 0) 430 perror(outfile); 517 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
| /external/openssl/apps/ |
| dhparam.c | 159 char *infile,*outfile,*prog; local 176 outfile=NULL; 203 outfile= *(++argv); 416 if (outfile == NULL) 428 if (BIO_write_filename(out,outfile) <= 0) 430 perror(outfile); 517 BIO_printf(bio_err,"bad output format specified for outfile\n");
|
| /external/chromium/net/tools/tld_cleanup/ |
| tld_cleanup.cc | 53 // 'outfile', with each rule terminated by a LF. The file must already have 55 bool WriteRules(const RuleMap& rules, FilePath outfile) { 87 int written = file_util::WriteFile(outfile, data.data(), data.size());
|
| /external/chromium_org/net/tools/tld_cleanup/ |
| tld_cleanup_util.cc | 28 // 'outfile', with each rule terminated by a LF. The file must already have 30 bool WriteRules(const RuleMap& rules, const base::FilePath& outfile) { 64 int written = file_util::WriteFile(outfile,
|
| /external/chromium_org/third_party/leveldatabase/src/db/ |
| db_impl.cc | 69 WritableFile* outfile; member in struct:leveldb::DBImpl::CompactionState 78 outfile(NULL), 747 assert(compact->outfile == NULL); 749 delete compact->outfile; 775 Status s = env_->NewWritableFile(fname, &compact->outfile); 777 compact->builder = new TableBuilder(options_, compact->outfile); 785 assert(compact->outfile != NULL); 807 s = compact->outfile->Sync(); 810 s = compact->outfile->Close(); 812 delete compact->outfile; [all...] |
| /external/chromium_org/third_party/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/clang/lib/Frontend/ |
| CompilerInstance.cpp | 419 void CompilerInstance::addOutputFile(const OutputFile &OutFile) { 420 assert(OutFile.OS && "Attempt to add empty stream to output list!"); 421 OutputFiles.push_back(OutFile); 506 std::string OutFile, TempFile; 508 OutFile = OutputPath; 510 OutFile = "-"; 514 OutFile = Path.str(); 516 OutFile = "-"; 523 if (OutFile == "-") 544 TempPath = OutFile; [all...] |