/external/chromium_org/third_party/skia/tools/ |
skhello.cpp | 21 DEFINE_string2(outFile, o, "skhello", "The filename to write the image.");
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/isac/main/test/SwitchingSampRate/ |
SwitchingSampRate.cc | 36 FILE* outFile[MAX_NUM_CLIENTS]; 111 OPEN_FILE_WB(outFile[clientCntr], outFileName[clientCntr]); 436 outFile[receiverIdx]) != 444 outFile[receiverIdx]) !=
|
/external/chromium_org/third_party/yasm/source/patched-yasm/ |
genstring.c | 44 fprintf(stderr, "Usage: %s <string> <outfile> <file> [<file> ...]\n",
|
/external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/ |
genversion.c | 42 fprintf(stderr, "Usage: %s <outfile>\n", argv[0]);
|
/external/chromium_org/webkit/browser/fileapi/ |
native_file_util.cc | 45 base::File outfile(to, 47 if (!outfile.IsValid()) { 61 int bytes_written_partial = outfile.WriteAtCurrentPos( 69 return outfile.Flush();
|
/external/openssl/apps/ |
rsautl.c | 89 char *infile = NULL, *outfile = NULL; local 130 outfile= *(++argv); 242 if(outfile) { 243 if(!(out = BIO_new_file(outfile, "wb"))) {
|
ecparam.c | 129 char *infile = NULL, *outfile = NULL, *prog; local 173 outfile= *(++argv); 250 BIO_printf(bio_err, "%s [options] <infile >outfile\n",prog); 320 if (outfile == NULL) 332 if (BIO_write_filename(out,outfile) <= 0) 334 perror(outfile); 620 " outfile\n"); 665 "for outfile\n");
|
pkcs12.c | 98 char *infile=NULL, *outfile=NULL, *keyname = NULL; local 243 outfile = *args; 296 BIO_printf (bio_err, "-out outfile output filename\n"); 399 if (!outfile) { 407 } else out = BIO_new_file(outfile, "wb"); 410 outfile ? outfile : "<stdout>"); 411 perror (outfile);
|
/external/skia/tools/ |
skhello.cpp | 21 DEFINE_string2(outFile, o, "skhello", "The filename to write the image.");
|
/frameworks/compile/libbcc/bcinfo/tools/ |
main.cpp | 53 std::string outFile; 103 outFile = std::string(inFile.begin(), inFile.end() - 3) + ".ll"; 106 outFile = inFile + ".ll"; 338 new llvm::tool_output_file(outFile.c_str(), errmsg,
|
/system/extras/verity/ |
build_verity_metadata.py | 60 # write it to the outfile
|
/external/chromium-trace/trace-viewer/third_party/python_gflags/ |
gflags.py | [all...] |
/external/chromium_org/third_party/python_gflags/ |
gflags.py | [all...] |
/external/chromium_org/ppapi/generators/ |
idl_outfile.py | 124 outfile = open(filename, 'wb') 125 outfile.write(outtext)
|
/external/chromium_org/third_party/openssl/openssl/apps/ |
ecparam.c | 129 char *infile = NULL, *outfile = NULL, *prog; local 173 outfile= *(++argv); 250 BIO_printf(bio_err, "%s [options] <infile >outfile\n",prog); 320 if (outfile == NULL) 332 if (BIO_write_filename(out,outfile) <= 0) 334 perror(outfile); 620 " outfile\n"); 665 "for outfile\n");
|
pkcs12.c | 98 char *infile=NULL, *outfile=NULL, *keyname = NULL; local 236 outfile = *args; 289 BIO_printf (bio_err, "-out outfile output filename\n"); 392 if (!outfile) { 400 } else out = BIO_new_file(outfile, "wb"); 403 outfile ? outfile : "<stdout>"); 404 perror (outfile);
|
/external/chromium_org/third_party/skia/gm/rebaseline_server/ |
compare_configs.py | 185 '--outfile', required=True, 203 args.outfile)
|
/external/chromium_org/third_party/webrtc/modules/audio_coding/codecs/g711/test/ |
testG711.cc | 72 printf("./testG711.exe framelength law infile outfile \n\n"); 76 printf("outfile : Speech output file\n\n");
|
/external/chromium_org/tools/grit/grit/node/ |
include.py | 103 with open(flat_filename, 'wb') as outfile: 104 outfile.write(self._GetFlattenedData())
|
/external/chromium_org/tools/ipc_fuzzer/mutate/ |
message_util.cc | 45 << "copy a subset of the result to |outfile|.\n"; 55 << " infile,infile,... [outfile]\n";
|
/external/deqp/scripts/log/ |
log_to_xml.py | 120 def logToXml (inFile, outFile): 152 out = codecs.open(outFile, "wb", encoding="utf-8")
|
/external/emma/core/java12/com/vladium/emma/rt/ |
RTExitHook.java | 105 RTExitHook (final Class RT, final ICoverageData cdata, final File outFile, final boolean merge) 110 m_outFile = outFile;
|
/external/skia/gm/rebaseline_server/ |
compare_configs.py | 185 '--outfile', required=True, 203 args.outfile)
|
/frameworks/base/tests/BandwidthTests/src/com/android/tests/bandwidthenforcement/ |
BandwidthEnforcementTestService.java | 67 File outFile = new File(extStorage, outputFile); 68 FileWriter writer = new FileWriter(outFile, true);
|
/packages/providers/ContactsProvider/src/com/android/providers/contacts/debug/ |
DataExporter.java | 57 final File outFile = getOutputFile(context, fileName); 65 final ZipOutputStream os = new ZipOutputStream(new FileOutputStream(outFile));
|