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

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/x86/i686-linux-android-4.6/lib/gcc/i686-linux-android/4.6/gcov-src/
gcov-io.c 750 filenum = fileno (gcov_var.file);
848 if (fstat (fileno (gcov_var.file), &status))
946 /* File fileno operation in kernel mode. It currently should not
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
socket.py 151 'bind', 'connect', 'connect_ex', 'fileno', 'listen',
312 def fileno(self): member in class:_fileobject
313 return self._sock.fileno()
tempfile.py 500 when a fileno is needed.
553 def fileno(self): member in class:SpooledTemporaryFile
555 return self._file.fileno()
_pyio.py 202 bs = os.fstat(raw.fileno()).st_blksize
436 def fileno(self): member in class:IOBase
441 self._unsupported("fileno")
778 def fileno(self): member in class:_BufferedIOMixin
779 return self.raw.fileno()
1586 def fileno(self): member in class:TextIOWrapper
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_httplib.py 370 # Just test the fileno attribute in the HTTPResponse Object.
374 self.assertTrue(hasattr(resp,'fileno'),
375 'HTTPResponse should expose a fileno attribute')
test_subprocess.py 25 SETBINARY = ('import msvcrt; msvcrt.setmode(sys.stdout.fileno(), ' namespace
216 d = tf.fileno()
247 d = tf.fileno()
276 d = tf.fileno()
328 ' "import os, sys; sys.exit(os.write(sys.stdout.fileno(), '
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
socket.py 151 'bind', 'connect', 'connect_ex', 'fileno', 'listen',
312 def fileno(self): member in class:_fileobject
313 return self._sock.fileno()
tempfile.py 500 when a fileno is needed.
553 def fileno(self): member in class:SpooledTemporaryFile
555 return self._file.fileno()
_pyio.py 202 bs = os.fstat(raw.fileno()).st_blksize
436 def fileno(self): member in class:IOBase
441 self._unsupported("fileno")
778 def fileno(self): member in class:_BufferedIOMixin
779 return self.raw.fileno()
1586 def fileno(self): member in class:TextIOWrapper
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_httplib.py 370 # Just test the fileno attribute in the HTTPResponse Object.
374 self.assertTrue(hasattr(resp,'fileno'),
375 'HTTPResponse should expose a fileno attribute')
test_subprocess.py 25 SETBINARY = ('import msvcrt; msvcrt.setmode(sys.stdout.fileno(), ' namespace
216 d = tf.fileno()
247 d = tf.fileno()
276 d = tf.fileno()
328 ' "import os, sys; sys.exit(os.write(sys.stdout.fileno(), '
    [all...]
  /external/v8/src/
platform-linux.cc 442 fileno(file),
462 fileno(file),
552 fileno(f),
    [all...]
  /external/antlr/antlr-3.4/runtime/C/include/
antlr3input.h 127 ANTLR3_UINT32 fileNo;
  /external/chromium/base/
file_util.cc 242 int fd = fileno(file);
  /external/chromium_org/remoting/tools/
me2me_virtual_host.py 679 log_fd = log_file.file.fileno()
719 os.dup2(devnull_fd, sys.stdin.fileno())
720 os.dup2(log_fd, sys.stdout.fileno())
721 os.dup2(log_fd, sys.stderr.fileno())
    [all...]
  /external/chromium_org/sync/tools/testserver/
xmppserver_test.py 220 def fileno(self): member in class:FakeSocket
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/mod_pywebsocket/
standalone.py 512 def fileno(self): member in class:WebSocketServer
513 """Override SocketServer.TCPServer.fileno."""
515 self._logger.critical('Not supported: fileno')
516 return self._sockets[0][0].fileno()
    [all...]
  /external/dropbear/
compat.c 248 if (fstat(fileno(fp), &statb) == -1) {
  /external/harfbuzz_ng/util/
helper-cairo.cc 286 if (isatty (fileno (out_opts->get_file_handle ())))
  /external/ipsec-tools/src/racoon/
session.c 167 if (fchmod(fileno(fp),
  /external/open-vcdiff/gtest/include/gtest/internal/
gtest-port.h 870 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); }
874 inline int FileNo(FILE* file) { return _fileno(file); }
886 inline int FileNo(FILE* file) { return fileno(file); }
    [all...]
  /external/openssh/
ssh.c 679 if ((!isatty(fileno(stdin)) || stdin_null_flag) &&
    [all...]
  /external/protobuf/gtest/include/gtest/internal/
gtest-port.h 862 inline int FileNo(FILE* file) { return reinterpret_cast<int>(_fileno(file)); }
866 inline int FileNo(FILE* file) { return _fileno(file); }
878 inline int FileNo(FILE* file) { return fileno(file); }
    [all...]
  /external/stlport/src/details/
fstream_stdio.cpp 235 file_no = fileno(_M_file);
  /frameworks/base/libs/androidfw/
ZipUtils.cpp 150 * of an fd. We could pass fileno(fd) to the above, but we can run into

Completed in 1573 milliseconds

<<11121314151617181920>>