| /external/chromium_org/ppapi/native_client/tools/browser_tester/browsertester/ |
| server.py | 132 outfile = open(output_path, 'w') 141 outfile.write(data) 143 outfile.close() 155 outfile.close()
|
| /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/ |
| control.py | 567 reporter.report(morfs, outfile=file, config=self.config) 601 def xml_report(self, morfs=None, outfile=None, ignore_errors=None, 607 Each module in `morfs` is included in the report. `outfile` is the 615 xml_output=outfile, 620 outfile = sys.stdout 622 outfile = open(self.config.xml_output, "w") 623 file_to_close = outfile 626 reporter.report(morfs, outfile=outfile, config=self.config)
|
| /external/chromium_org/third_party/openssl/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 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/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 | 46 net::FileStream outfile(NULL); 47 if (outfile.OpenSync(to, 62 int bytes_written_partial = outfile.WriteSync(&buffer[bytes_written], 70 return outfile.FlushSync() >= 0;
|
| /external/libvpx/libvpx/examples/ |
| vp8cx_set_ref.txt | 23 die("Usage: %s <width> <height> <infile> <outfile> <frame>\n",
|
| /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 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/skia/tools/ |
| skhello.cpp | 21 DEFINE_string2(outFile, o, "skhello", "The filename to write the image.");
|
| /frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/mediarecorder/ |
| MediaRecorderTest.java | 74 int videoFormat, int outFormat, String outFile, boolean videoOnly) { 84 mRecorder.setOutputFile(outFile); 175 int videoFormat, int outFormat, String outFile, boolean videoOnly) { 184 mRecorder.setOutputFile(outFile);
|
| /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,
|
| /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/native_client_sdk/src/tools/ |
| create_html.py | 148 with open(htmlfile, 'w') as outfile: 153 outfile.write(HTML_TEMPLATE % args)
|
| /external/chromium_org/ppapi/generators/ |
| idl_outfile.py | 124 outfile = open(filename, 'wb') 125 outfile.write(outtext)
|
| /external/chromium_org/tools/grit/grit/node/ |
| include.py | 103 with open(flat_filename, 'wb') as outfile: 104 outfile.write(self._GetFlattenedData())
|
| /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/ |
| gm_json.py | 128 with open(file_path, 'w') as outfile: 129 json.dump(json_dict, outfile, sort_keys=True, indent=2)
|
| /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));
|
| /external/chromium_org/third_party/libxml/src/ |
| regressions.py | 170 outfile = [] # lists to contain the pipe data 172 th1 = thread.start_new_thread(readPfile, (pout, outfile, th1Flag)) 177 ret = compFiles(outfile, expout, inbase, 'test/') 181 if len(outfile) != 0: 182 for l in outfile:
|