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

1 2 34 5 6 7 8 91011>>

  /external/compiler-rt/test/msan/
getc_unlocked.c 20 int res = dup2(fileno(stream), 0);
  /external/google-breakpad/src/tools/solaris/dump_syms/
dump_syms.cc 48 if (!dumper.WriteSymbolFile(binary, fileno(stdout))) {
  /external/icu/icu4c/source/io/
ufile.c 22 * fileno is not declared when building with GCC in strict mode.
41 #if U_PLATFORM_USES_ONLY_WIN32_API && !defined(fileno)
43 #define fileno _fileno macro
64 result->fFileno = fileno(f);
  /external/iproute2/netem/
stats.c 27 fstat(fileno(fp), &info);
  /external/libpcap/
pcap_file.3pcap 53 .B fileno()
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/lib32/
libnss_files-2.11.1.so 
libnss_files.so 
libnss_files.so.2 
  /prebuilts/gdb/darwin-x86/lib/python2.7/curses/
__init__.py 33 fd=_sys.__stdout__.fileno())
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_fileinput.py 174 self.assertEqual(fi.fileno(), -1)
176 self.assertNotEqual(fi.fileno(), -1)
178 self.assertEqual(fi.fileno(), -1)
180 self.assertEqual(fi.fileno(), -1)
test_urllibnet.py 63 for attr in ("read", "readline", "readlines", "fileno", "close",
121 # Make sure fd returned by fileno is valid.
123 fd = open_url.fileno()
127 "returned by fileno failed")
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'
  /prebuilts/gdb/linux-x86/lib/python2.7/curses/
__init__.py 33 fd=_sys.__stdout__.fileno())
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_fileinput.py 174 self.assertEqual(fi.fileno(), -1)
176 self.assertNotEqual(fi.fileno(), -1)
178 self.assertEqual(fi.fileno(), -1)
180 self.assertEqual(fi.fileno(), -1)
test_urllibnet.py 63 for attr in ("read", "readline", "readlines", "fileno", "close",
121 # Make sure fd returned by fileno is valid.
123 fd = open_url.fileno()
127 "returned by fileno failed")
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
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/curses/
__init__.py 33 fd=_sys.__stdout__.fileno())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fileinput.py 174 self.assertEqual(fi.fileno(), -1)
176 self.assertNotEqual(fi.fileno(), -1)
178 self.assertEqual(fi.fileno(), -1)
180 self.assertEqual(fi.fileno(), -1)
test_urllibnet.py 63 for attr in ("read", "readline", "readlines", "fileno", "close",
121 # Make sure fd returned by fileno is valid.
123 fd = open_url.fileno()
127 "returned by fileno failed")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/curses/
__init__.py 33 fd=_sys.__stdout__.fileno())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fileinput.py 174 self.assertEqual(fi.fileno(), -1)
176 self.assertNotEqual(fi.fileno(), -1)
178 self.assertEqual(fi.fileno(), -1)
180 self.assertEqual(fi.fileno(), -1)
test_urllibnet.py 63 for attr in ("read", "readline", "readlines", "fileno", "close",
121 # Make sure fd returned by fileno is valid.
123 fd = open_url.fileno()
127 "returned by fileno failed")
  /toolchain/binutils/binutils-2.25/binutils/
bin2c.c 50 SET_BINARY (fileno (stdin));
  /bionic/tools/relocation_packer/src/
elf_file_unittest.cc 60 ASSERT_EQ(0, lseek(fileno(temporary), 0, SEEK_SET));
104 relocation_packer::ElfFile<ELF> elf_file(fileno(packed_relocs_so));
140 relocation_packer::ElfFile<ELF> elf_file(fileno(relocs_so));

Completed in 245 milliseconds

1 2 34 5 6 7 8 91011>>