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

<<11121314151617181920>>

  /external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
shell.py 192 os.dup2(infile.fileno(), 0)
196 os.dup2(outfile.fileno(), 1)
  /external/iputils/
tftpsubs.c 137 b->counter = read(fileno(file), dp->th_data, SEGSIZE);
207 return write(fileno(file), buf, count);
  /external/libpcap/
savefile.c 74 #define SET_BINMODE(f) setmode(fileno(f), O_BINARY)
324 p->selectable_fd = fileno(fp);
  /ndk/sources/host-tools/make-3.81/tests/
run_make_tests.pl 335 $make_path = "valgrind --log-fd=".fileno(VALGRIND)." $valgrind_args $make_path";
338 system("echo Starting on `date` 1>&".fileno(VALGRIND));
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_curses.py 197 curses.typeahead(sys.__stdin__.fileno())
289 curses.setupterm(fd=sys.__stdout__.fileno())
test_pty.py 237 masters = [s.fileno() for s in socketpair]
266 masters = [s.fileno() for s in socketpair]
test_urllib2net.py 172 res.fileno()
174 self.fail("HTTPResponse object should return a valid fileno")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_curses.py 197 curses.typeahead(sys.__stdin__.fileno())
289 curses.setupterm(fd=sys.__stdout__.fileno())
test_pty.py 237 masters = [s.fileno() for s in socketpair]
266 masters = [s.fileno() for s in socketpair]
test_urllib2net.py 172 res.fileno()
174 self.fail("HTTPResponse object should return a valid fileno")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_curses.py 197 curses.typeahead(sys.__stdin__.fileno())
289 curses.setupterm(fd=sys.__stdout__.fileno())
test_pty.py 237 masters = [s.fileno() for s in socketpair]
266 masters = [s.fileno() for s in socketpair]
test_urllib2net.py 172 res.fileno()
174 self.fail("HTTPResponse object should return a valid fileno")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_curses.py 197 curses.typeahead(sys.__stdin__.fileno())
289 curses.setupterm(fd=sys.__stdout__.fileno())
test_pty.py 237 masters = [s.fileno() for s in socketpair]
266 masters = [s.fileno() for s in socketpair]
test_urllib2net.py 172 res.fileno()
174 self.fail("HTTPResponse object should return a valid fileno")
  /prebuilts/sdk/tools/linux/bin/
zipalign 
  /system/connectivity/shill/
shill_main.cc 160 if (dup2(logger_stdin_fd, fileno(stderr)) != fileno(stderr)) {
  /art/runtime/base/unix_file/
fd_file_test.cc 27 return new FdFile(fileno(tmpfile()), false);
  /bionic/libc/upstream-netbsd/lib/libc/gen/
popen.c 135 close(fileno(old->fp)); /* don't allow a flush */
  /development/ndk/platforms/android-12/arch-arm/symbols/
libc.so.functions.txt 241 fileno
  /development/ndk/platforms/android-12/arch-mips/symbols/
libc.so.functions.txt 224 fileno
  /development/ndk/platforms/android-12/arch-x86/symbols/
libc.so.functions.txt 221 fileno
  /development/ndk/platforms/android-14/arch-arm/symbols/
libc.so.functions.txt 241 fileno
  /development/ndk/platforms/android-14/arch-mips/symbols/
libc.so.functions.txt 224 fileno

Completed in 1730 milliseconds

<<11121314151617181920>>