Searched
full:fileno (Results
426 -
450 of
850) sorted by null
<<11121314151617181920>>
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
StringIO.py | 25 - fileno() is left unimplemented so that code which uses it triggers
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/ |
forking.py | 430 return type(conn), (Popen.duplicate_for_child(conn.fileno()),
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_socket.py | 252 self.assertEqual(p.fileno(), s.fileno()) 256 p.fileno() 788 fd = self.cli_conn.fileno() [all...] |
test_file2k.py | 116 methods = ['fileno', 'flush', 'isatty', 'next', 'read', 'readinto', 631 infile_setup_code = 'infile = os.fdopen(sys.stdin.fileno(), "rU")'
|
test_tempfile.py | 809 # A SpooledTemporaryFile should roll over to a real file on fileno() 812 self.assertTrue(f.fileno() > 0)
|
test_multiprocessing.py | [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
StringIO.py | 25 - fileno() is left unimplemented so that code which uses it triggers
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/ |
forking.py | 430 return type(conn), (Popen.duplicate_for_child(conn.fileno()),
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_socket.py | 252 self.assertEqual(p.fileno(), s.fileno()) 256 p.fileno() 788 fd = self.cli_conn.fileno() [all...] |
test_file2k.py | 116 methods = ['fileno', 'flush', 'isatty', 'next', 'read', 'readinto', 631 infile_setup_code = 'infile = os.fdopen(sys.stdin.fileno(), "rU")'
|
test_tempfile.py | 809 # A SpooledTemporaryFile should roll over to a real file on fileno() 812 self.assertTrue(f.fileno() > 0)
|
test_multiprocessing.py | [all...] |
/system/core/debuggerd/ |
debuggerd.c | 492 if (dump_backtrace_to_file(tid, fileno(stdout)) < 0) {
|
/system/core/fastboot/ |
engine.c | 289 fd = fileno(tmpfile());
|
/system/core/toolbox/cp/ |
cp.c | 150 iflag = isatty(fileno(stdin));
|
/external/v8/tools/ |
ll_prof.py | 349 self.log = mmap.mmap(self.log_file.fileno(), 0, mmap.MAP_PRIVATE) 607 self.trace = mmap.mmap(self.trace_file.fileno(), 0, mmap.MAP_PRIVATE)
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/i686-linux/lib/ |
libmudflap.so | |
libmudflap.so.0 | |
libmudflap.so.0.0.0 | |
libmudflapth.so | |
libmudflapth.so.0 | |
libmudflapth.so.0.0.0 | |
/external/chromium_org/third_party/openssl/openssl/apps/ |
apps.c | 114 the declaration of fileno(). The value 2775 # undef fileno macro 2776 # define fileno macro [all...] |
/external/chromium_org/third_party/pexpect/ |
pexpect.py | 572 self.child_fd = sys.stdout.fileno() 688 def fileno(self): member in class:spawn [all...] |
/external/openssl/apps/ |
apps.c | 114 the declaration of fileno(). The value 2775 # undef fileno macro 2776 # define fileno macro [all...] |
Completed in 1202 milliseconds
<<11121314151617181920>>