/external/chromium-trace/trace-viewer/build/ |
generate_standalone_timeline_view.py | 54 return os.fdopen(os.dup(sys.stdout.fileno()), 'w')
|
/external/chromium_org/chrome/browser/ |
process_info_snapshot_mac_unittest.cc | 108 fds_to_remap.push_back(std::make_pair(fileno(stderr), 2));
|
/external/chromium_org/remoting/host/installer/mac/uninstaller/ |
remoting_uninstaller.mm | 16 long bytesRead = read(fileno(pipe), readBuffer, sizeof(readBuffer) - 1);
|
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/layout_tests/port/ |
server_process_unittest.py | 58 def fileno(self): member in class:MockFile
|
/external/chromium_org/third_party/openssl/openssl/crypto/md4/ |
md4.c | 107 fd=fileno(f);
|
/external/chromium_org/third_party/openssl/openssl/crypto/md5/ |
md5.c | 107 fd=fileno(f);
|
/external/chromium_org/third_party/openssl/openssl/crypto/ripemd/ |
rmd160.c | 107 fd=fileno(f);
|
/external/chromium_org/third_party/openssl/openssl/crypto/sha/ |
sha.c | 104 fd=fileno(f);
|
sha1.c | 107 fd=fileno(f);
|
/external/chromium_org/third_party/openssl/openssl/crypto/ui/ |
ui_openssl.c | 122 * sigaction and fileno included. -pedantic would be more appropriate for 503 if (TTY_get(fileno(tty_in),&tty_orig) == -1) 539 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1)) 561 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1))
|
/external/e2fsprogs/lib/et/ |
error_message.c | 228 fd = fileno(debug_f);
|
/external/grub/lib/ |
device.c | 453 if (ioctl (fileno (fp), CDROM_GET_CAPABILITY, 0) >= 0) 461 if (fstat (fileno (fp), &st)) 468 && ioctl (fileno (fp), HDIO_GETGEO, &hdg)) 476 if (ioctl (fileno (fp), CDIOCCLRDEBUG, 0) >= 0)
|
/external/iproute2/misc/ |
ifstat.c | 697 if (flock(fileno(hist_fp), LOCK_EX)) { 701 if (fstat(fileno(hist_fp), &stb) != 0) { 719 ftruncate(fileno(hist_fp), 0); 761 ftruncate(fileno(hist_fp), 0);
|
/external/iproute2/netem/ |
maketable.c | 27 fstat(fileno(fp), &info);
|
/external/netperf/ |
netserver.c | 243 if (dup (fileno (where)) == -1) 589 if (dup (fileno (rd_null_fp)) == -1) 601 if (dup (fileno (where)) == -1) 619 if (dup (fileno (wr_null_fp)) == -1)
|
/external/openssl/crypto/md4/ |
md4.c | 107 fd=fileno(f);
|
/external/openssl/crypto/md5/ |
md5.c | 107 fd=fileno(f);
|
/external/openssl/crypto/ripemd/ |
rmd160.c | 107 fd=fileno(f);
|
/external/openssl/crypto/sha/ |
sha.c | 104 fd=fileno(f);
|
sha1.c | 107 fd=fileno(f);
|
/external/openssl/crypto/ui/ |
ui_openssl.c | 122 * sigaction and fileno included. -pedantic would be more appropriate for 503 if (TTY_get(fileno(tty_in),&tty_orig) == -1) 539 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1)) 561 if (is_a_tty && (TTY_set(fileno(tty_in),&tty_new) == -1))
|
/external/zlib/src/contrib/puff/ |
pufftest.c | 26 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
|
/external/zlib/src/examples/ |
zpipe.c | 23 # define SET_BINARY_MODE(file) setmode(fileno(file), O_BINARY)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
SocketServer.py | 170 - fileno() -> int # for select() 370 - fileno() -> int # for select() 449 def fileno(self): member in class:TCPServer 455 return self.socket.fileno()
|
asyncore.py | 304 self._fileno = sock.fileno() 638 def fileno(self): member in class:.file_wrapper 647 fd = fd.fileno() 658 self._fileno = self.socket.fileno()
|