/prebuilts/gdb/darwin-x86/lib/python2.7/ |
mimify.py | 122 def unmimify_part(ifile, ofile, decode_base64 = 0): 128 if ifile.boundary and ifile.boundary[:2] == QUOTE: 134 hfile = HeaderFile(ifile) 165 line = ifile.readline() 184 nifile = File(ifile, multipart) 196 newline = ifile.readline() 210 ifile = open(infile) 216 ifile = infile 221 nifile = File(ifile, None [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
mimify.py | 122 def unmimify_part(ifile, ofile, decode_base64 = 0): 128 if ifile.boundary and ifile.boundary[:2] == QUOTE: 134 hfile = HeaderFile(ifile) 165 line = ifile.readline() 184 nifile = File(ifile, multipart) 196 newline = ifile.readline() 210 ifile = open(infile) 216 ifile = infile 221 nifile = File(ifile, None [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
mimify.py | 122 def unmimify_part(ifile, ofile, decode_base64 = 0): 128 if ifile.boundary and ifile.boundary[:2] == QUOTE: 134 hfile = HeaderFile(ifile) 165 line = ifile.readline() 184 nifile = File(ifile, multipart) 196 newline = ifile.readline() 210 ifile = open(infile) 216 ifile = infile 221 nifile = File(ifile, None [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
mimify.py | 122 def unmimify_part(ifile, ofile, decode_base64 = 0): 128 if ifile.boundary and ifile.boundary[:2] == QUOTE: 134 hfile = HeaderFile(ifile) 165 line = ifile.readline() 184 nifile = File(ifile, multipart) 196 newline = ifile.readline() 210 ifile = open(infile) 216 ifile = infile 221 nifile = File(ifile, None [all...] |
/external/ImageMagick/coders/ |
meta.c | 295 static ssize_t parse8BIM(Image *ifile, Image *ofile) 337 while (super_fgets(&line,&inputlen,ifile)!=NULL) 591 static ssize_t parse8BIMW(Image *ifile, Image *ofile) 633 while (super_fgets_w(&line,&inputlen,ifile) != NULL) 872 static int jpeg_transfer_1(Image *ifile, Image *ofile) 876 c = ReadBlobByte(ifile); 884 static int jpeg_skip_1(Image *ifile) 888 c = ReadBlobByte(ifile); 895 static int jpeg_read_remaining(Image *ifile, Image *ofile) 899 while ((c = jpeg_transfer_1(ifile, ofile)) != EOF [all...] |
/ndk/sources/host-tools/make-3.81/ |
vmsjobs.c | 307 char ifile[256], ofile[256], efile[256]; local 314 ifile[0] = 0; 361 p = vms_redirect (&ifiledsc, ifile, p); 488 if (ifile[0]) 490 fprintf (outfile, "$ assign/user %s sys$input\n", ifile); 491 DB (DB_JOBS, (_("Redirected input from %s\n"), ifile));
|
/external/ltrace/testsuite/lib/ |
ltrace.exp | 136 set ifile "${srcdir}/lib/compiler.c" 138 set ifile "${srcdir}/lib/compiler.cc" 141 # Run $ifile through the right preprocessor. 144 set cppout [ ltrace_compile "${ifile}" "" preprocess [list "$args" quiet] ]
|
/external/mksh/src/ |
check.pl | 461 $ifile = $tempi; 463 $ifile = '/dev/null'; 547 if (!open(STDIN, "< $ifile")) { 548 print STDERR "$prog: couldn't open $ifile in child - $!\n"; [all...] |
/external/selinux/policycoreutils/sepolicy/sepolicy/ |
__init__.py | 517 ifile = defaults.interface_info() 521 if os.stat(headers).st_mtime <= os.stat(ifile).st_mtime:
|
/toolchain/binutils/binutils-2.25/gas/ |
ecoff.c | 4552 long ifile; local [all...] |
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
org.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jar | |