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

  /external/ltp/testcases/kernel/syscalls/dup2/
dup205.c 55 int ifile; local
61 ifile = -1;
78 for (ifile = fildes[0] + 1; ifile < min + 10; ifile++) {
79 if ((fildes[ifile] = dup2(fildes[ifile - 1],
80 ifile)) == -1) {
84 if (fildes[ifile] != ifile) {
    [all...]
  /external/ltp/testcases/kernel/syscalls/open/
open04.c 41 static int fd, ifile, mypid, first; variable
105 for (ifile = first; ifile <= nfile; ifile++) {
106 sprintf(fname, "open04.%d.%d", ifile, mypid);
115 buf[ifile - first] = fd;
123 for (ifile = first; ifile < nfile; ifile++) {
124 sprintf(fname, "open04.%d.%d", ifile, mypid)
    [all...]
  /external/selinux/policycoreutils/hll/pp/
pp.c 72 const char *ifile = NULL; local
95 ifile = argv[1];
96 in = fopen(ifile, "rb");
98 log_err("Failed to open %s: %s", ifile, strerror(errno));
103 ifile = "stdin";
145 fprintf(stderr, "Warning: SELinux userspace will refer to the module from %s as %s rather than %s\n", ifile, mod_name, cil_name);
  /hardware/google/easel/camera/libhdrplusclient/
HdrPlusClientUtils.cpp 127 std::ifstream ifile(filename, std::ios::binary);
128 if (!ifile.is_open()) {
136 ifile >> s;
143 ifile >> s;
146 ifile >> s;
156 ifile >> s;
165 ifile.get(c);
180 ifile.get(c);
182 ifile.get(c);
184 ifile.get(c)
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
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/python/cpython2/Lib/
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/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...]
  /external/lisa/tools/
plots.py 80 with open(plt_file, 'r') as ifile:
81 platform = json.load(ifile)
112 with open(plt_file, 'r') as ifile:
113 platform = json.load(ifile)
  /external/syslinux/diag/geodsp/
mk-lba-img.pl 40 $IFILE = STDIN;
42 open($IFILE, '<', $ifilen) or die "open:$!";
46 binmode($ifile);
62 while ( read($IFILE, $ch, 1) ) {
87 close($IFILE);
  /external/syslinux/com32/cmenu/
menugen.py 286 ifile = "-"
294 ifile = a
303 inst.input(ifile)
  /external/python/cpython2/Tools/pynche/
PyncheWidget.py 171 idir, ifile = os.path.split(self.__sb.colordb().filename())
177 initialfile=ifile)
  /external/lisa/libs/wlgen/wlgen/
rta.py 307 ifile = open(rtapp_conf, 'r')
321 for line in ifile:
325 ifile.close()
  /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/python/sepolicy/sepolicy/
__init__.py 782 ifile = defaults.interface_info()
785 if os.stat(headers).st_mtime <= os.stat(ifile).st_mtime:
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
ecoff.c 4552 long ifile; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-s3/1.11.18/
aws-java-sdk-s3-1.11.18.jar 

Completed in 1003 milliseconds