HomeSort by relevance Sort by last modified time
    Searched defs:fileno (Results 151 - 175 of 188) sorted by null

1 2 3 4 5 67 8

  /prebuilts/gdb/linux-x86/lib/python2.7/
telnetlib.py 268 def fileno(self): member in class:Telnet
269 """Return the fileno() of the socket object used internally."""
270 return self.sock.fileno()
747 s_args = ([self.fileno()], [], [], timeout-elapsed)
httplib.py 665 def fileno(self): member in class:HTTPResponse
666 return self.fp.fileno()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 202 bs = os.fstat(raw.fileno()).st_blksize
436 def fileno(self): member in class:IOBase
441 self._unsupported("fileno")
778 def fileno(self): member in class:_BufferedIOMixin
779 return self.raw.fileno()
1586 def fileno(self): member in class:TextIOWrapper
    [all...]
telnetlib.py 268 def fileno(self): member in class:Telnet
269 """Return the fileno() of the socket object used internally."""
270 return self.sock.fileno()
747 s_args = ([self.fileno()], [], [], timeout-elapsed)
httplib.py 665 def fileno(self): member in class:HTTPResponse
666 return self.fp.fileno()
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 202 bs = os.fstat(raw.fileno()).st_blksize
436 def fileno(self): member in class:IOBase
441 self._unsupported("fileno")
778 def fileno(self): member in class:_BufferedIOMixin
779 return self.raw.fileno()
1586 def fileno(self): member in class:TextIOWrapper
    [all...]
telnetlib.py 268 def fileno(self): member in class:Telnet
269 """Return the fileno() of the socket object used internally."""
270 return self.sock.fileno()
747 s_args = ([self.fileno()], [], [], timeout-elapsed)
httplib.py 665 def fileno(self): member in class:HTTPResponse
666 return self.fp.fileno()
    [all...]
  /bionic/libc/stdio/
stdio.cpp 405 int fileno(FILE* fp) { function
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
httplib.py 654 def fileno(self): member in class:HTTPResponse
655 return self.fp.fileno()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
_hotshot.c 129 "fileno() -> file descriptor\n"
141 return PyInt_FromLong(fileno(self->logfp));
171 * 0x43 DEFINE_FUNC define a (fileno,lineno)->funcname mapping
192 * MPI(2,type) fileno -- type is 0x00
217 * PI fileno
224 * PI fileno
392 int fileno = -1; local
421 err = unpack_packed_int(self, &fileno, 2);
440 err = unpack_packed_int(self, &fileno, 0);
450 err = unpack_packed_int(self, &fileno, 0);
774 int fileno; local
862 int fileno; local
    [all...]
  /external/fio/
io_u.c 1088 unsigned long fileno; local
1100 fileno = zipf_next(&td->next_file_zipf);
1102 fileno = pareto_next(&td->next_file_zipf);
1104 fileno = gauss_next(&td->next_file_gauss);
1111 return fileno >> FIO_FSERVICE_SHIFT;
    [all...]
iolog.c 108 f = td->files[ipo->fileno];
161 io_u->file = td->files[ipo->fileno];
353 int reads, writes, waits, fileno = 0, file_action = 0; /* stupid gcc */ local
400 fileno = get_fileno(td, fname);
409 fileno = add_file(td, fname, 0, 1);
414 fileno = get_fileno(td, fname);
417 fileno = get_fileno(td, fname);
466 ipo->fileno = fileno;
  /external/icu/icu4c/source/extra/uconv/
uconv.cpp 52 #ifndef fileno
53 #define fileno _fileno macro
638 if (setmode(fileno(stdin), O_BINARY) == -1) {
    [all...]
  /external/python/cpython2/Lib/
httplib.py 695 def fileno(self): member in class:HTTPResponse
696 return self.fp.fileno()
    [all...]
  /external/python/cpython2/Modules/
_hotshot.c 129 "fileno() -> file descriptor\n"
141 return PyInt_FromLong(fileno(self->logfp));
171 * 0x43 DEFINE_FUNC define a (fileno,lineno)->funcname mapping
192 * MPI(2,type) fileno -- type is 0x00
217 * PI fileno
224 * PI fileno
392 int fileno = -1; local
421 err = unpack_packed_int(self, &fileno, 2);
440 err = unpack_packed_int(self, &fileno, 0);
450 err = unpack_packed_int(self, &fileno, 0)
778 int fileno; local
866 int fileno; local
    [all...]
mmapmodule.c 1022 "Windows: mmap(fileno, length[, tagname[, access[, offset]]])\n\
1024 Maps length bytes from the file specified by the file handle fileno,\n\
1031 Unix: mmap(fileno, length[, flags[, prot[, access[, offset]]]])\n\
1033 Maps length bytes from the file specified by the file descriptor fileno,\n\
1042 To map anonymous memory, pass -1 as the fileno (both versions).");
1108 static char *keywords[] = {"fileno", "length",
1270 int fileno; local
    [all...]
  /external/python/cpython3/Modules/
faulthandler.c 34 _Py_IDENTIFIER(fileno); variable
130 /* Get the file descriptor of a file by calling its fileno() method and then
185 "file.fileno() is not a valid file descriptor");
    [all...]
mmapmodule.c 1004 "Windows: mmap(fileno, length[, tagname[, access[, offset]]])\n\
1006 Maps length bytes from the file specified by the file handle fileno,\n\
1013 Unix: mmap(fileno, length[, flags[, prot[, access[, offset]]]])\n\
1015 Maps length bytes from the file specified by the file descriptor fileno,\n\
1024 To map anonymous memory, pass -1 as the fileno (both versions).");
1088 static char *keywords[] = {"fileno", "length",
1244 int fileno; local
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 115 # undef fileno macro
116 # define fileno(Stream) fileno_unlocked (Stream) macro
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
httplib.py 665 def fileno(self): member in class:HTTPResponse
666 return self.fp.fileno()
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
fileobject.c 12 #define fileno _fileno macro
126 if (fstat(fileno(f->f_fp), &buf) == 0 &&
713 if (_lseeki64(fileno(fp), 0, 2) == -1)
885 hFile = (HANDLE)_get_osfhandle(fileno(f->f_fp));
899 ret = ftruncate(fileno(f->f_fp), newsize);
961 return PyInt_FromLong((long) fileno(f->f_fp));
991 res = isatty((int)fileno(f->f_fp));
1009 if (fstat(fileno(f->f_fp), &st) == 0) {
1020 pos = lseek(fileno(f->f_fp), 0L, SEEK_CUR);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
fileobject.c 12 #define fileno _fileno macro
126 if (fstat(fileno(f->f_fp), &buf) == 0 &&
699 if (_lseeki64(fileno(fp), 0, 2) == -1)
871 hFile = (HANDLE)_get_osfhandle(fileno(f->f_fp));
885 ret = ftruncate(fileno(f->f_fp), newsize);
947 return PyInt_FromLong((long) fileno(f->f_fp));
977 res = isatty((int)fileno(f->f_fp));
1001 if (fstat(fileno(f->f_fp), &st) == 0) {
1012 pos = lseek(fileno(f->f_fp), 0L, SEEK_CUR);
    [all...]
  /external/google-breakpad/src/common/dwarf/
dwarf2reader.cc 688 const uint64 fileno = reader->ReadUnsignedLEB128(start, &templen); local
690 lsm->file_num = static_cast<uint32>(fileno);
    [all...]
  /external/python/cpython2/Objects/
fileobject.c 12 #define fileno _fileno macro
126 if (fstat(fileno(f->f_fp), &buf) == 0 &&
711 if (_lseeki64(fileno(fp), 0, 2) == -1)
883 hFile = (HANDLE)_get_osfhandle(fileno(f->f_fp));
897 ret = ftruncate(fileno(f->f_fp), newsize);
959 return PyInt_FromLong((long) fileno(f->f_fp));
989 res = isatty((int)fileno(f->f_fp));
1007 if (fstat(fileno(f->f_fp), &st) == 0) {
1018 pos = lseek(fileno(f->f_fp), 0L, SEEK_CUR);
    [all...]

Completed in 390 milliseconds

1 2 3 4 5 67 8