/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
socket.py | 151 'bind', 'connect', 'connect_ex', 'fileno', 'listen', 312 def fileno(self): member in class:_fileobject 313 return self._sock.fileno()
|
tempfile.py | 500 when a fileno is needed. 553 def fileno(self): member in class:SpooledTemporaryFile 555 return self._file.fileno()
|
_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...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_httplib.py | 370 # Just test the fileno attribute in the HTTPResponse Object. 374 self.assertTrue(hasattr(resp,'fileno'), 375 'HTTPResponse should expose a fileno attribute')
|
test_subprocess.py | 25 SETBINARY = ('import msvcrt; msvcrt.setmode(sys.stdout.fileno(), ' 216 d = tf.fileno() 247 d = tf.fileno() 276 d = tf.fileno() 328 ' "import os, sys; sys.exit(os.write(sys.stdout.fileno(), ' [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
socket.py | 151 'bind', 'connect', 'connect_ex', 'fileno', 'listen', 312 def fileno(self): member in class:_fileobject 313 return self._sock.fileno()
|
tempfile.py | 500 when a fileno is needed. 553 def fileno(self): member in class:SpooledTemporaryFile 555 return self._file.fileno()
|
_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...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_httplib.py | 370 # Just test the fileno attribute in the HTTPResponse Object. 374 self.assertTrue(hasattr(resp,'fileno'), 375 'HTTPResponse should expose a fileno attribute')
|
test_subprocess.py | 25 SETBINARY = ('import msvcrt; msvcrt.setmode(sys.stdout.fileno(), ' 216 d = tf.fileno() 247 d = tf.fileno() 276 d = tf.fileno() 328 ' "import os, sys; sys.exit(os.write(sys.stdout.fileno(), ' [all...] |
/prebuilts/gdb/darwin-x86/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...] |
/prebuilts/gdb/linux-x86/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...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_subprocess.py | 25 SETBINARY = ('import msvcrt; msvcrt.setmode(sys.stdout.fileno(), ' 216 d = tf.fileno() 247 d = tf.fileno() 276 d = tf.fileno() 328 ' "import os, sys; sys.exit(os.write(sys.stdout.fileno(), ' [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_subprocess.py | 25 SETBINARY = ('import msvcrt; msvcrt.setmode(sys.stdout.fileno(), ' 216 d = tf.fileno() 247 d = tf.fileno() 276 d = tf.fileno() 328 ' "import os, sys; sys.exit(os.write(sys.stdout.fileno(), ' [all...] |
/external/netperf/src/ |
netserver.c | 300 if (dup(fileno(rd_null_fp)) == -1) { 321 if (dup(fileno(where)) == -1) { 342 if (dup(fileno(where)) == -1) { [all...] |
/prebuilts/android-emulator/linux-x86_64/ |
emulator | |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/ |
_socket.so | |
/bionic/libc/ |
libc.mips.brillo.map | 365 fileno;
|
libc.x86.brillo.map | 363 fileno;
|
/build/tools/zipalign/ |
ZipFile.cpp | 505 modWhen = getModTime(inputFp ? fileno(inputFp) : fileno(mZipFp)); 1013 if (ftruncate(fileno(mZipFp), ftell(mZipFp)) != 0) { [all...] |
/development/ndk/platforms/android-21/arch-arm/symbols/ |
libc.so.versions.txt | 337 fileno;
|
/development/ndk/platforms/android-21/arch-mips/symbols/ |
libc.so.versions.txt | 335 fileno;
|
/development/ndk/platforms/android-21/arch-x86/symbols/ |
libc.so.versions.txt | 333 fileno;
|
/development/ndk/platforms/android-23/arch-arm/symbols/ |
libc.so.versions.txt | 367 fileno;
|
/development/ndk/platforms/android-23/arch-mips/symbols/ |
libc.so.versions.txt | 365 fileno;
|