/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_poll.py | 84 fd = f.fileno() 109 def fileno(self): member in class:PollTests.poll_unit_tests.Almost 110 return 'fileno'
|
test_fileio.py | 110 % (self.f.fileno(), self.f.mode)) 129 methods = ['fileno', 'isatty', 'read', 'readinto', 170 os.close(f.fileno()) 185 os.close(f.fileno()) 233 f.fileno() 245 os.close(self.f.fileno())
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_fcntl.py | 68 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETFL, os.O_NONBLOCK) 72 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETLKW, lockdata) 89 def fileno(self): member in class:TestFcntl.test_fcntl_bad_file.F
|
test_poll.py | 84 fd = f.fileno() 109 def fileno(self): member in class:PollTests.poll_unit_tests.Almost 110 return 'fileno'
|
test_fileio.py | 110 % (self.f.fileno(), self.f.mode)) 129 methods = ['fileno', 'isatty', 'read', 'readinto', 170 os.close(f.fileno()) 185 os.close(f.fileno()) 233 f.fileno() 245 os.close(self.f.fileno())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_fcntl.py | 68 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETFL, os.O_NONBLOCK) 72 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETLKW, lockdata) 89 def fileno(self): member in class:TestFcntl.test_fcntl_bad_file.F
|
test_poll.py | 84 fd = f.fileno() 109 def fileno(self): member in class:PollTests.poll_unit_tests.Almost 110 return 'fileno'
|
test_fileio.py | 110 % (self.f.fileno(), self.f.mode)) 129 methods = ['fileno', 'isatty', 'read', 'readinto', 170 os.close(f.fileno()) 185 os.close(f.fileno()) 233 f.fileno() 245 os.close(self.f.fileno())
|
/system/extras/tests/net_test/ |
csocket.py | 112 ret = libc.bind(s.fileno(), to.CPointer(), len(to)) 119 ret = libc.connect(s.fileno(), to.CPointer(), len(to)) 179 ret = libc.sendmsg(s.fileno(), msghdr, 0)
|
/external/curl/tests/ |
http_pipe.py | 365 fileno = self.request.fileno() 367 rlist.append(fileno) 369 wlist.append(fileno) 380 if fileno in rlist: 391 elif fileno in wlist:
|
/external/libedit/src/ |
el.c | 90 return el_init_fd(prog, fin, fout, ferr, fileno(fin), fileno(fout), 91 fileno(ferr)); 369 el->el_infd = fileno(fp); 373 el->el_outfd = fileno(fp); 377 el->el_errfd = fileno(fp);
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
fileinput.py | 157 def fileno(): function 164 return _state.fileno() 188 filename(), lineno(), fileline(), isfirstline(), isstdin(), fileno(), 325 perm = os.fstat(self._file.fileno()).st_mode 362 def fileno(self): member in class:FileInput 365 return self._file.fileno()
|
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_fileio.py | 110 % (self.f.fileno(), self.f.mode)) 129 methods = ['fileno', 'isatty', 'read', 'readinto', 170 os.close(f.fileno()) 185 os.close(f.fileno()) 233 f.fileno() 245 os.close(self.f.fileno())
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
fileinput.py | 157 def fileno(): function 164 return _state.fileno() 188 filename(), lineno(), fileline(), isfirstline(), isstdin(), fileno(), 325 perm = os.fstat(self._file.fileno()).st_mode 362 def fileno(self): member in class:FileInput 365 return self._file.fileno()
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
fileinput.py | 157 def fileno(): function 164 return _state.fileno() 188 filename(), lineno(), fileline(), isfirstline(), isstdin(), fileno(), 325 perm = os.fstat(self._file.fileno()).st_mode 362 def fileno(self): member in class:FileInput 365 return self._file.fileno()
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
fileinput.py | 157 def fileno(): function 164 return _state.fileno() 188 filename(), lineno(), fileline(), isfirstline(), isstdin(), fileno(), 325 perm = os.fstat(self._file.fileno()).st_mode 362 def fileno(self): member in class:FileInput 365 return self._file.fileno()
|
/external/autotest/client/tests/kvm/scripts/ |
virtio_console_guest.py | 715 p.register(sys.stdin.fileno()) 817 os.dup2(si.fileno(), sys.stdin.fileno()) 818 os.dup2(so.fileno(), sys.stdout.fileno()) 819 os.dup2(se.fileno(), sys.stderr.fileno()) 821 sys.stdout = os.fdopen(sys.stdout.fileno(), 'w', 0) 822 sys.stderr = os.fdopen(sys.stderr.fileno(), 'w', 0) 901 s_stdin = sys.stdin.fileno() [all...] |
/external/bison/lib/ |
fseterr.c | 63 fd = fileno (fp);
|
/external/curl/docs/examples/ |
fileupload.c | 46 if(fstat(fileno(fd), &file_info) != 0) {
|
/external/curl/tests/libtest/ |
lib541.c | 58 hd = fstat(fileno(hd_src), &file_info);
|
/external/curl/tests/server/ |
sockfilt.c | 283 if(fd == fileno(stdin)) { 315 if(fd == fileno(stdout)) { 318 else if(fd == fileno(stderr)) { 443 ssize_t nread = fullread(fileno(stdin), buffer, nbytes); 460 ssize_t nwrite = fullwrite(fileno(stdout), buffer, nbytes); 755 if(fds == fileno(stdin)) { 762 else if(fds == fileno(stdout)) { 765 else if(fds == fileno(stderr)) { 817 if(fds == fileno(stdin)) { 822 else if(fds == fileno(stdout) || fds == fileno(stderr)) [all...] |
/external/e2fsprogs/lib/et/ |
com_err.c | 34 int do_cr = 1, fd = fileno(stderr);
|
/external/valgrind/coregrind/ |
link_tool_exe_solaris.in | 67 my $cmd="$cc -Wl,-M/proc/$$/fd/" . fileno($fh);
|
/toolchain/binutils/binutils-2.25/binutils/ |
bfdtest2.c | 53 return fstat (fileno ((FILE*) stream), sb);
|
/external/chromium-trace/catapult/telemetry/third_party/pyfakefs/pyfakefs/ |
fake_filesystem_test.py | 609 self.assertEqual(0, fake_file1.fileno()) 632 self.assertEqual(0, fake_file1.fileno()) 633 self.assertEqual(1, fake_file2.fileno()) 634 self.assertEqual(2, fake_file3.fileno()) 636 fileno2 = fake_file2.fileno() 639 self.assertEqual(0, fake_file1.fileno()) 640 self.assertEqual(2, fake_file3.fileno()) 653 self.assertEqual(0, fake_file1.fileno()) 662 fileno = self.os.open(file_path, self.os.O_CREAT) 663 self.assertEqual(0, fileno) [all...] |