/prebuilts/gdb/linux-x86/lib/python2.7/test/ |
test_file_eintr.py | 45 'infile = _io.FileIO(sys.stdin.fileno(), "rb")') 188 return ('infile = io.open(sys.stdin.fileno(), "rb") ;' 203 return ('infile = io.open(sys.stdin.fileno(), "rt", newline=None) ;'
|
test_gzip.py | 39 # Try flush and fileno. 41 f.fileno() 43 os.fsync(f.fileno())
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
test_file_eintr.py | 45 'infile = _io.FileIO(sys.stdin.fileno(), "rb")') 188 return ('infile = io.open(sys.stdin.fileno(), "rb") ;' 203 return ('infile = io.open(sys.stdin.fileno(), "rt", newline=None) ;'
|
test_gzip.py | 39 # Try flush and fileno. 41 f.fileno() 43 os.fsync(f.fileno())
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
test_file_eintr.py | 45 'infile = _io.FileIO(sys.stdin.fileno(), "rb")') 188 return ('infile = io.open(sys.stdin.fileno(), "rb") ;' 203 return ('infile = io.open(sys.stdin.fileno(), "rt", newline=None) ;'
|
test_gzip.py | 39 # Try flush and fileno. 41 f.fileno() 43 os.fsync(f.fileno())
|
/bionic/libc/upstream-netbsd/lib/libc/gen/ |
utmp.c | 66 if (fstat(fileno(ut), &st) == -1)
|
/external/autotest/client/bin/ |
autotestd_monitor | 25 if outstream != subprocess.PIPE and outstream.fileno() == 1:
|
/external/chromium-trace/catapult/devil/devil/android/tools/ |
keyboard.py | 112 fd = sys.stdin.fileno()
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/oauth2client/ |
locked_file.py | 209 fcntl.lockf(self._fh.fileno(), fcntl.LOCK_EX) 231 fcntl.lockf(self._fh.fileno(), fcntl.LOCK_UN) 284 hfile = win32file._get_osfhandle(self._fh.fileno()) 314 hfile = win32file._get_osfhandle(self._fh.fileno())
|
/external/clang/lib/StaticAnalyzer/Checkers/ |
StreamChecker.cpp | 93 void Fileno(CheckerContext &C, const CallExpr *CE) const; 141 II_fileno = &Ctx.Idents.get("fileno"); 196 Fileno(C, CE); 334 void StreamChecker::Fileno(CheckerContext &C, const CallExpr *CE) const {
|
/external/compiler-rt/test/dfsan/ |
write_callback.c | 40 int res = write(fileno(stdout), cur, bytes_left);
|
/external/curl/tests/libtest/ |
first.c | 141 setmode(fileno(stdout), O_BINARY);
|
lib505.c | 66 hd = fstat(fileno(hd_src), &file_info);
|
lib525.c | 66 hd = fstat(fileno(hd_src), &file_info);
|
/external/fio/ |
file.h | 80 int fileno; member in struct:fio_file
|
iolog.h | 151 int fileno; member in union:io_piece::__anon11152
|
/external/iproute2/misc/ |
nstat.c | 630 if (flock(fileno(hist_fp), LOCK_EX)) { 634 if (fstat(fileno(hist_fp), &stb) != 0) { 652 if (ftruncate(fileno(hist_fp), 0) < 0) 697 if (ftruncate(fileno(hist_fp), 0) < 0)
|
/external/libjpeg-turbo/ |
wrjpgcom.c | 500 setmode(fileno(stdin), O_BINARY); 503 if ((infile = fdopen(fileno(stdin), READ_BINARY)) == NULL) { 532 setmode(fileno(stdout), O_BINARY); 535 if ((outfile = fdopen(fileno(stdout), WRITE_BINARY)) == NULL) {
|
/external/libvpx/libvpx/ |
tools_common.h | 39 #define fileno _fileno macro
|
/external/v8/tools/ |
stats-viewer.py | 118 size = os.fstat(data_file.fileno()).st_size 119 fileno = data_file.fileno() 120 self.shared_mmap = mmap.mmap(fileno, size, access=mmap.ACCESS_READ)
|
/hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/ |
tools_common.h | 44 #define fileno _fileno macro
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/lib32/ |
libncurses.so.5 | |
libncurses.so.5.9 | |
/prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
test_linuxaudiodev.py | 30 self.dev.fileno()
|