HomeSort by relevance Sort by last modified time
    Searched full:fileno (Results 326 - 350 of 1212) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/lib/gcc/mips64el-linux-android/4.9/gcov-src/
libgcov-driver-kernel.c 195 /* File fileno operation in kernel mode. It currently should not
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/lib/gcc/x86_64-linux-android/4.9/gcov-src/
libgcov-driver-kernel.c 195 /* File fileno operation in kernel mode. It currently should not
  /prebuilts/gdb/darwin-x86/lib/python2.7/
SocketServer.py 170 - fileno() -> int # for select()
370 - fileno() -> int # for select()
449 def fileno(self): member in class:TCPServer
455 return self.socket.fileno()
asyncore.py 304 self._fileno = sock.fileno()
638 def fileno(self): member in class:.file_wrapper
647 fd = fd.fileno()
658 self._fileno = self.socket.fileno()
getpass.py 53 fd = sys.stdin.fileno()
gzip.py 386 def fileno(self): member in class:GzipFile
387 """Invoke the underlying file object's fileno() method.
390 doesn't support fileno().
392 return self.fileobj.fileno()
py_compile.py 108 timestamp = long(os.fstat(f.fileno()).st_mtime)
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)
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/
dbrecio.py 20 - fileno() is left unimplemented so that code which uses it triggers
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_ossaudiodev.py 58 dsp.fileno()
  /prebuilts/gdb/linux-x86/lib/python2.7/
SocketServer.py 170 - fileno() -> int # for select()
370 - fileno() -> int # for select()
449 def fileno(self): member in class:TCPServer
455 return self.socket.fileno()
asyncore.py 304 self._fileno = sock.fileno()
638 def fileno(self): member in class:.file_wrapper
647 fd = fd.fileno()
658 self._fileno = self.socket.fileno()
getpass.py 53 fd = sys.stdin.fileno()
gzip.py 386 def fileno(self): member in class:GzipFile
387 """Invoke the underlying file object's fileno() method.
390 doesn't support fileno().
392 return self.fileobj.fileno()
py_compile.py 108 timestamp = long(os.fstat(f.fileno()).st_mtime)
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)
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/
dbrecio.py 20 - fileno() is left unimplemented so that code which uses it triggers
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_ossaudiodev.py 58 dsp.fileno()
  /prebuilts/go/darwin-x86/api/
except.txt 60 pkg syscall (openbsd-386), type Dirent struct, Fileno uint32
112 pkg syscall (openbsd-386-cgo), type Dirent struct, Fileno uint32
172 pkg syscall (openbsd-amd64), type Dirent struct, Fileno uint32
234 pkg syscall (openbsd-amd64-cgo), type Dirent struct, Fileno uint32
  /prebuilts/go/darwin-x86/src/syscall/
ztypes_dragonfly_amd64.go 134 Fileno uint64
ztypes_freebsd_386.go 132 Fileno uint32
ztypes_freebsd_amd64.go 132 Fileno uint32
ztypes_freebsd_arm.go 134 Fileno uint32
ztypes_netbsd_386.go 90 Fileno uint64
ztypes_netbsd_amd64.go 94 Fileno uint64

Completed in 1466 milliseconds

<<11121314151617181920>>