Searched refs:_fileno (Results 1 - 16 of 16) sorted by relevance

/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
H A DXw32defs.h31 # define fileno _fileno
/prebuilts/gdb/darwin-x86/lib/python2.7/
H A Dasyncore.py239 self._fileno = None
284 map[self._fileno] = self
287 fd = self._fileno
293 self._fileno = None
304 self._fileno = sock.fileno()
658 self._fileno = self.socket.fileno()
/prebuilts/gdb/linux-x86/lib/python2.7/
H A Dasyncore.py239 self._fileno = None
284 map[self._fileno] = self
287 fd = self._fileno
293 self._fileno = None
304 self._fileno = sock.fileno()
658 self._fileno = self.socket.fileno()
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A Dasyncore.py239 self._fileno = None
284 map[self._fileno] = self
287 fd = self._fileno
293 self._fileno = None
304 self._fileno = sock.fileno()
658 self._fileno = self.socket.fileno()
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A Dasyncore.py239 self._fileno = None
284 map[self._fileno] = self
287 fd = self._fileno
293 self._fileno = None
304 self._fileno = sock.fileno()
658 self._fileno = self.socket.fileno()
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
H A Dcolorprint.cc162 return 0 != _isatty(_fileno(stdout));
/prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
H A Dcolorprint.cc162 return 0 != _isatty(_fileno(stdout));
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
H A Dlibio.h129 #define _IO_DELETE_DONT_CLOSE 0x40 /* Don't call close(_fileno) on cleanup. */
296 int _fileno; member in struct:_IO_FILE
/prebuilts/ndk/current/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1729 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); }
1733 inline int FileNo(FILE* file) { return _fileno(file); }
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h2000 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); }
2004 inline int FileNo(FILE* file) { return _fileno(file); }
/prebuilts/ndk/r16/sources/third_party/googletest/googletest/include/gtest/internal/
H A Dgtest-port.h1729 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); }
1733 inline int FileNo(FILE* file) { return _fileno(file); }
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/include/gtest/internal/
H A Dgtest-port.h2000 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); }
2004 inline int FileNo(FILE* file) { return _fileno(file); }
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/mingw/include/
H A Dstdio.h455 _CRTIMP int __cdecl _fileno(FILE *_File);
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
H A Dstdio.h455 _CRTIMP int __cdecl _fileno(FILE *_File);
/prebuilts/ndk/current/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h2832 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); }
2836 inline int FileNo(FILE* file) { return _fileno(file); }
/prebuilts/ndk/r16/sources/third_party/vulkan/src/tests/gtest-1.7.0/fused-src/gtest/
H A Dgtest.h2832 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); }
2836 inline int FileNo(FILE* file) { return _fileno(file); }

Completed in 409 milliseconds