HomeSort by relevance Sort by last modified time
    Searched full:fileno (Results 201 - 225 of 850) sorted by null

1 2 3 4 5 6 7 891011>>

  /external/chromium_org/v8/src/
platform-cygwin.cc 112 mmap(0, size, PROT_READ | PROT_WRITE, MAP_SHARED, fileno(file), 0);
127 mmap(0, size, PROT_READ | PROT_WRITE, MAP_SHARED, fileno(file), 0);
platform-solaris.cc 136 mmap(0, size, PROT_READ | PROT_WRITE, MAP_SHARED, fileno(file), 0);
151 mmap(0, size, PROT_READ | PROT_WRITE, MAP_SHARED, fileno(file), 0);
  /external/iputils/
tftpsubs.c 137 b->counter = read(fileno(file), dp->th_data, SEGSIZE);
207 return write(fileno(file), buf, count);
  /external/llvm/lib/MC/
MCObjectStreamer.cpp 261 void MCObjectStreamer::EmitDwarfLocDirective(unsigned FileNo, unsigned Line,
270 this->MCStreamer::EmitDwarfLocDirective(FileNo, Line, Column, Flags,
  /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/ndk/7/platforms/android-3/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-4/arch-arm/usr/lib/
libc.so 
  /prebuilts/ndk/7/platforms/android-5/arch-arm/usr/lib/
libc.so 
  /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")
  /system/core/sh/
show.c 419 if ((flags = fcntl(fileno(tracefile), F_GETFL, 0)) >= 0)
420 fcntl(fileno(tracefile), F_SETFL, flags | O_APPEND);
  /bionic/libc/upstream-netbsd/libc/gen/
popen.c 135 close(fileno(old->fp)); /* don't allow a flush */
  /bionic/tests/
stdio_test.cpp 29 int fd = fileno(fp);
  /development/ndk/platforms/android-3/arch-arm/symbols/
libc.so.functions.txt 418 fileno
  /development/ndk/platforms/android-5/arch-arm/symbols/
libc.so.functions.txt 453 fileno
  /development/ndk/platforms/android-9/arch-mips/symbols/
libc.so.functions.txt 356 fileno
  /development/ndk/platforms/android-9/arch-x86/symbols/
libc.so.functions.txt 350 fileno
  /external/bison/lib/
msvc-inval.h 48 fclose(fp) where fileno(fp) is closed, or simply getdtablesize()):
  /external/chromium/chrome/browser/
process_info_snapshot_mac_unittest.cc 106 fds_to_remap.push_back(std::make_pair(fileno(stderr), 2));
  /external/chromium/third_party/libjingle/source/talk/base/
stream.cc 45 #define fileno _fileno macro
455 if (fstat(fileno(file_), &file_stats) != 0)
505 return flock(fileno(file_), LOCK_EX|LOCK_NB) == 0;
515 return flock(fileno(file_), LOCK_UN) == 0;
  /external/chromium/third_party/libjingle/source/talk/examples/call/
console.cc 75 close(fileno(stdin));

Completed in 4790 milliseconds

1 2 3 4 5 6 7 891011>>