HomeSort by relevance Sort by last modified time
    Searched full:infile (Results 76 - 100 of 399) sorted by null

1 2 34 5 6 7 8 91011>>

  /bootable/recovery/tools/ota/
convert-to-bmp.py 10 infile = sys.argv[1] variable
16 im = Image.open(infile)
  /external/chromium_org/build/android/gyp/util/
md5_check.py 30 with open(path, 'rb') as infile:
32 data = infile.read(block_size)
  /external/chromium_org/third_party/mozilla/
NSURL+Utils.h 48 +(NSURL*)URLFromInetloc:(NSString*)inFile;
49 +(NSURL*)URLFromIEURLFile:(NSString*)inFile;
  /external/chromium_org/tools/grit/grit/tool/
buildinfo.py 67 for infile in res_tree.GetInputFiles():
68 print 'input|%s' % os.path.normpath(infile)
  /external/clang/include/clang/Rewrite/Frontend/
ASTConsumers.h 29 ASTConsumer *CreateObjCRewriter(const std::string &InFile,
34 ASTConsumer *CreateModernObjCRewriter(const std::string &InFile,
  /external/libvpx/libvpx/examples/
vp8cx_set_ref.txt 23 die("Usage: %s <width> <height> <infile> <outfile> <frame>\n",
50 frame_avail = read_frame(infile, &raw);
decoder_tmpl.txt 23 die("Usage: %s <infile> <outfile>\n", argv[0]);
  /external/chromium_org/third_party/WebKit/Source/build/scripts/
in_file.py 40 # InFile must be passed a dictionary of default values
47 # InFile.load_from_files(['file.in'], {'arg': None, 'arg2': []})
55 class InFile(object):
69 return InFile(lines, defaults, valid_values, default_parameters)
  /external/chromium_org/third_party/openssl/openssl/crypto/rc4/
rc4.c 77 char *infile=NULL,*outfile=NULL,*keystr=NULL; local
91 infile= *(++argv);
121 if (infile == NULL)
125 in=fopen(infile,"r");
  /external/clang/lib/StaticAnalyzer/Frontend/
FrontendActions.cpp 17 StringRef InFile) {
  /external/openssl/crypto/rc4/
rc4.c 77 char *infile=NULL,*outfile=NULL,*keystr=NULL; local
91 infile= *(++argv);
121 if (infile == NULL)
125 in=fopen(infile,"r");
  /libcore/luni/src/test/java/libcore/java/util/zip/
OldAndroidZipStreamTest.java 45 FileInputStream inFile = new FileInputStream("/tmp/foo.zip");
46 int inputLength = inFile.available();
48 if (inFile.read(zipData) != inputLength)
50 inFile.close();
  /external/chromium_org/third_party/openssl/openssl/apps/
crl.c 109 char *infile=NULL,*outfile=NULL; local
170 infile= *(++argv);
236 x=load_crl(infile,informat);
405 static X509_CRL *load_crl(char *infile, int format)
417 if (infile == NULL)
421 if (BIO_read_filename(in,infile) <= 0)
423 perror(infile);
crl2p7.c 91 char *infile,*outfile,*prog,*certfile; local
106 infile=NULL;
129 infile= *(++argv);
159 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
184 if (infile == NULL)
188 if (BIO_read_filename(in,infile) <= 0)
190 perror(infile);
dh.c 95 char *infile,*outfile,*prog; local
112 infile=NULL;
135 infile= *(++argv);
170 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
200 if (infile == NULL)
204 if (BIO_read_filename(in,infile) <= 0)
206 perror(infile);
ec.c 96 char *infile, *outfile, *prog, *engine; local
114 infile = NULL;
137 infile= *(++argv);
210 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
271 if (infile == NULL)
275 if (BIO_read_filename(in, infile) <= 0)
277 perror(infile);
pkcs7.c 89 char *infile,*outfile,*prog; local
105 infile=NULL;
128 infile= *(++argv);
163 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
193 if (infile == NULL)
197 if (BIO_read_filename(in,infile) <= 0)
200 perror(infile);
sess_id.c 97 char *infile=NULL,*outfile=NULL,*context=NULL; local
128 infile= *(++argv);
165 x=load_sess_id(infile,informat);
281 static SSL_SESSION *load_sess_id(char *infile, int format)
293 if (infile == NULL)
297 if (BIO_read_filename(in,infile) <= 0)
299 perror(infile);
  /external/openssl/apps/
crl.c 109 char *infile=NULL,*outfile=NULL; local
170 infile= *(++argv);
236 x=load_crl(infile,informat);
405 static X509_CRL *load_crl(char *infile, int format)
417 if (infile == NULL)
421 if (BIO_read_filename(in,infile) <= 0)
423 perror(infile);
crl2p7.c 91 char *infile,*outfile,*prog,*certfile; local
106 infile=NULL;
129 infile= *(++argv);
159 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
184 if (infile == NULL)
188 if (BIO_read_filename(in,infile) <= 0)
190 perror(infile);
dh.c 95 char *infile,*outfile,*prog; local
112 infile=NULL;
135 infile= *(++argv);
170 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
200 if (infile == NULL)
204 if (BIO_read_filename(in,infile) <= 0)
206 perror(infile);
ec.c 96 char *infile, *outfile, *prog, *engine; local
114 infile = NULL;
137 infile= *(++argv);
210 BIO_printf(bio_err, "%s [options] <infile >outfile\n", prog);
271 if (infile == NULL)
275 if (BIO_read_filename(in, infile) <= 0)
277 perror(infile);
pkcs7.c 89 char *infile,*outfile,*prog; local
105 infile=NULL;
128 infile= *(++argv);
163 BIO_printf(bio_err,"%s [options] <infile >outfile\n",prog);
193 if (infile == NULL)
197 if (BIO_read_filename(in,infile) <= 0)
200 perror(infile);
sess_id.c 97 char *infile=NULL,*outfile=NULL,*context=NULL; local
128 infile= *(++argv);
165 x=load_sess_id(infile,informat);
281 static SSL_SESSION *load_sess_id(char *infile, int format)
293 if (infile == NULL)
297 if (BIO_read_filename(in,infile) <= 0)
299 perror(infile);
  /external/clang/lib/CodeGen/
CodeGenAction.cpp 58 const std::string &infile,
70 Gen(CreateLLVMCodeGen(Diags, infile, compopts, targetopts, C)),
323 StringRef InFile,
327 return CI.createDefaultOutputFile(false, InFile, "s");
329 return CI.createDefaultOutputFile(false, InFile, "ll");
331 return CI.createDefaultOutputFile(true, InFile, "bc");
336 return CI.createDefaultOutputFile(true, InFile, "o");
343 StringRef InFile) {
345 OwningPtr<raw_ostream> OS(GetOutputStream(CI, InFile, BA));
377 CI.getFrontendOpts().ShowTimers, InFile,
    [all...]

Completed in 1209 milliseconds

1 2 34 5 6 7 8 91011>>