HomeSort by relevance Sort by last modified time
    Searched refs:ifile (Results 1 - 7 of 7) sorted by null

  /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/chromium_org/third_party/yasm/source/patched-yasm/tools/python-yasm/pyxelator/
work_unit.py 56 ifile = open( name+'.h', "w" )
57 ifile.write( """
72 ifile.write( line )
74 ifile.close()
  /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 458 $ifile = $tempi;
460 $ifile = '/dev/null';
544 if (!open(STDIN, "< $ifile")) {
545 print STDERR "$prog: couldn't open $ifile in child - $!\n";
    [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 

Completed in 237 milliseconds