/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/ |
dbrecio.py | 20 - fileno() is left unimplemented so that code which uses it triggers
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
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/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_ossaudiodev.py | 58 dsp.fileno()
|
/prebuilts/python/linux-x86/2.7.5/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/python/linux-x86/2.7.5/lib/python2.7/bsddb/ |
dbrecio.py | 20 - fileno() is left unimplemented so that code which uses it triggers
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_ossaudiodev.py | 58 dsp.fileno()
|
/build/tools/releasetools/ |
common.py | 283 stdin=p1.stdout, stdout=ramdisk_img.file.fileno()) 398 stdin=devnull.fileno(), 399 stdout=devnull.fileno(), 408 stdin=devnull.fileno(), 409 stdout=devnull.fileno(),
|
/external/libpng/contrib/gregbook/ |
wpng.c | 308 setmode(fileno(stdin), O_BINARY); 309 setmode(fileno(stdout), O_BINARY); 311 if ((wpng_info.infile = fdopen(fileno(stdin), "rb")) == NULL) { 316 if ((wpng_info.outfile = fdopen(fileno(stdout), "wb")) == NULL) { 439 (keybd = fdopen(fileno(stderr), "r")) != NULL &&
|
/external/bzip2/ |
bzip2.c | 107 int retVal = setmode ( fileno ( fd ), \ 119 int retVal = setmode ( fileno ( fd ), \ 148 int retVal = setmode ( fileno ( fd ), \ 369 Int32 fd = fileno ( zStream ); 485 Int32 fd = fileno ( stream ); [all...] |
/development/ndk/platforms/android-3/arch-arm/lib-bootstrap/ |
libc.so | |
/development/ndk/platforms/android-9/arch-mips/lib-bootstrap/ |
libc.so | |
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/lib/ |
libc.so | |
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/ |
libc.so | |
/development/ndk/platforms/android-9/arch-x86/lib-bootstrap/libx32/ |
libc.so | |
/external/chromium_org/third_party/openssl/openssl/apps/ |
s_client.c | 151 is needed to have fileno() declared correctly... So let's define u_int */ [all...] |
/external/dnsmasq/src/ |
lease.c | 183 if (errno != 0 || ftruncate(fileno(daemon->lease_stream), 0) != 0) 216 fsync(fileno(daemon->lease_stream)) < 0)
|
/external/jpeg/ |
rdjpgcom.c | 478 setmode(fileno(stdin), O_BINARY); 481 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) {
|