HomeSort by relevance Sort by last modified time
    Searched full:fileno (Results 51 - 75 of 1199) sorted by null

1 23 4 5 6 7 8 91011>>

  /prebuilts/gdb/linux-x86/lib/python2.7/multiprocessing/
reduction.py 80 _multiprocessing.sendfd(conn.fileno(), handle)
83 return _multiprocessing.recvfd(conn.fileno())
166 rh = reduce_handle(conn.fileno())
188 reduced_handle = reduce_handle(s.fileno())
206 rh = reduce_handle(conn.fileno())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 80 _multiprocessing.sendfd(conn.fileno(), handle)
83 return _multiprocessing.recvfd(conn.fileno())
166 rh = reduce_handle(conn.fileno())
188 reduced_handle = reduce_handle(s.fileno())
206 rh = reduce_handle(conn.fileno())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib-dynload/
_hotshot.so 
select.so 
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/multiprocessing/
reduction.py 80 _multiprocessing.sendfd(conn.fileno(), handle)
83 return _multiprocessing.recvfd(conn.fileno())
166 rh = reduce_handle(conn.fileno())
188 reduced_handle = reduce_handle(s.fileno())
206 rh = reduce_handle(conn.fileno())
  /external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/mashups/
interactive.py 44 tty.setraw(sys.stdin.fileno())
45 tty.setcbreak(sys.stdin.fileno())
  /prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/
__init__.py 30 def fileno(self): member in class:Profile
32 return self._prof.fileno()
  /prebuilts/gdb/linux-x86/lib/python2.7/hotshot/
__init__.py 30 def fileno(self): member in class:Profile
32 return self._prof.fileno()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 30 def fileno(self): member in class:Profile
32 return self._prof.fileno()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 30 def fileno(self): member in class:Profile
32 return self._prof.fileno()
  /external/autotest/client/site_tests/network_WlanHasIP/
network_WlanHasIP.py 35 s.fileno(),
  /external/bison/lib/
fopen-safer.c 37 int fd = fileno (fp);
  /external/curl/src/
tool_binmode.c 44 (void)setmode(fileno(stream), O_BINARY);
  /external/toybox/lib/
password.c 138 ret = fcntl(fileno(exfp), F_SETLK, &lock);
153 while ((line = get_line(fileno(exfp))) != NULL)
183 fcntl(fileno(exfp), F_SETLK, &lock);
188 fsync(fileno(newfp));
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/X11/
Xw32defs.h 31 # define fileno _fileno macro
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/X11/
Xw32defs.h 31 # define fileno _fileno macro
  /external/libvorbis/examples/
frameview.pl 12 my $fileno=0;
214 -command=>[sub{$fileno-=10;$fileno=$first_file if($fileno<$first_file);
218 -command=>[sub{$fileno+=10;$fileno=$last_file if($fileno>$last_file);
222 -command=>[sub{$fileno-=1;$fileno=$first_file if($fileno<$first_file)
    [all...]
  /external/autotest/server/site_tests/autoupdate_EndToEndTest/
update_engine_performance_monitor.py 201 os.dup2(si.fileno(), sys.stdin.fileno())
202 os.dup2(so.fileno(), sys.stdout.fileno())
203 os.dup2(se.fileno(), sys.stderr.fileno())
  /external/autotest/scheduler/
status_server.py 106 old_flags = fcntl.fcntl(self.fileno(), fcntl.F_GETFD)
107 fcntl.fcntl(self.fileno(), fcntl.F_SETFD, old_flags | fcntl.FD_CLOEXEC)
  /external/bzip2/
dlltest.c 132 if((fn_r == NULL && (BZ2fp_r = BZ2_bzdopen(fileno(stdin),"rb"))==NULL)
159 if((fn_w == NULL && (BZ2fp_w = BZ2_bzdopen(fileno(stdout),mode))==NULL)
  /external/chromium-trace/catapult/third_party/gsutil/gslib/
file_part.py 77 def fileno(self, size=None): member in class:FilePart
78 raise NotImplementedError('fileno is not implemented in FilePart.')
  /external/skia/src/ports/
SkOSFile_posix.cpp 39 int fd = fileno(a);
86 return fileno(f);
  /external/toybox/toys/pending/
more.c 84 TT.cin_fd = fileno(cin);
103 fstat(fileno(fp), &st);
  /external/autotest/client/site_tests/firmware_TouchMTB/
common_util.py 48 tty.setraw(fin.fileno())
  /external/compiler-rt/test/msan/
getc_unlocked.c 20 int res = dup2(fileno(stream), 0);

Completed in 900 milliseconds

1 23 4 5 6 7 8 91011>>