HomeSort by relevance Sort by last modified time
    Searched defs:fileno (Results 1 - 25 of 188) sorted by null

1 2 3 4 5 6 7 8

  /device/linaro/bootloader/edk2/StdLib/LibC/Stdio/
fileno.c 41 NetBSD: fileno.c,v 1.12 2004/05/09 17:27:53 kleink Exp
42 fileno.c 8.1 (Berkeley) 6/4/93
55 * A subroutine version of the macro fileno.
57 #undef fileno macro
60 __weak_alias(fileno,_fileno)
  /external/compiler-rt/test/tsan/Linux/
user_fopen.cc 16 extern "C" int fileno(FILE *f) { function
19 printf("user fileno\n");
  /toolchain/binutils/binutils-2.27/include/
binary-io.h 23 like to be included after '#define fileno ...'
43 # undef fileno macro
44 # define fileno _fileno macro
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
__init__.py 30 def fileno(self): member in class:Profile
32 return self._prof.fileno()
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_poll.py 83 fd = f.fileno()
108 def fileno(self): member in class:PollTests.poll_unit_tests.Almost
109 return 'fileno'
test_select.py 15 def fileno(self): member in class:SelectTestCase.Almost
16 return 'fileno'
  /external/python/cpython2/Lib/hotshot/
__init__.py 30 def fileno(self): member in class:Profile
32 return self._prof.fileno()
  /external/python/cpython2/Lib/test/
test_select.py 15 def fileno(self): member in class:SelectTestCase.Almost
16 return 'fileno'
56 def fileno(self): member in class:SelectTestCase.test_select_mutated.F
58 return sys.__stdout__.fileno()
test_fcntl.py 57 def fileno(self): member in class:BadFile
73 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETFL, os.O_NONBLOCK)
77 rv = fcntl.fcntl(self.f.fileno(), fcntl.F_SETLKW, lockdata)
test_poll.py 91 fd = f.fileno()
116 def fileno(self): member in class:PollTests.poll_unit_tests.Almost
117 return 'fileno'
  /external/python/cpython2/RISCOS/
unixstuff.c 1 /* Fudge unix isatty and fileno for RISCOS */
8 int fileno(FILE *f) function
13 { return (fn==fileno(stdin));
  /prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/
__init__.py 30 def fileno(self): member in class:Profile
32 return self._prof.fileno()
  /prebuilts/gdb/darwin-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_select.py 15 def fileno(self): member in class:SelectTestCase.Almost
16 return 'fileno'
56 def fileno(self): member in class:SelectTestCase.test_select_mutated.F
58 return sys.__stdout__.fileno()
  /prebuilts/gdb/linux-x86/lib/python2.7/hotshot/
__init__.py 30 def fileno(self): member in class:Profile
32 return self._prof.fileno()
  /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_select.py 15 def fileno(self): member in class:SelectTestCase.Almost
16 return 'fileno'
56 def fileno(self): member in class:SelectTestCase.test_select_mutated.F
58 return sys.__stdout__.fileno()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 30 def fileno(self): member in class:Profile
32 return self._prof.fileno()
  /prebuilts/python/darwin-x86/2.7.5/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_select.py 15 def fileno(self): member in class:SelectTestCase.Almost
16 return 'fileno'
56 def fileno(self): member in class:SelectTestCase.test_select_mutated.F
58 return sys.__stdout__.fileno()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 30 def fileno(self): member in class:Profile
32 return self._prof.fileno()
  /prebuilts/python/linux-x86/2.7.5/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_select.py 15 def fileno(self): member in class:SelectTestCase.Almost
16 return 'fileno'
56 def fileno(self): member in class:SelectTestCase.test_select_mutated.F
58 return sys.__stdout__.fileno()
  /external/parameter-framework/upstream/tools/clientSimulator/clientsimulator/testGenerator/
SubprocessLogger.py 66 def fileno(self): member in class:StreamLoggerThread
  /external/python/cpython3/Lib/test/
test_poll.py 90 fd = f.fileno()
115 def fileno(self): member in class:PollTests.test_poll_unit_tests.Almost
116 return 'fileno'

Completed in 869 milliseconds

1 2 3 4 5 6 7 8