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

<<21222324252627282930>>

  /hardware/qcom/audio/legacy/libalsa-intf/
aplay.c 478 fd = fileno(stdin);
506 fd = fileno(stdin);
  /prebuilts/clang/darwin-x86/host/3.6/tools/scan-view/
ScanView.py 723 fs = os.fstat(f.fileno())
752 fs = os.fstat(f.fileno())
  /prebuilts/clang/host/darwin-x86/3.8/tools/scan-view/
ScanView.py 723 fs = os.fstat(f.fileno())
752 fs = os.fstat(f.fileno())
  /prebuilts/clang/host/darwin-x86/clang-2629532/tools/scan-view/share/
ScanView.py 723 fs = os.fstat(f.fileno())
752 fs = os.fstat(f.fileno())
  /prebuilts/clang/host/darwin-x86/clang-2658975/tools/scan-view/share/
ScanView.py 723 fs = os.fstat(f.fileno())
752 fs = os.fstat(f.fileno())
  /prebuilts/clang/host/darwin-x86/clang-2690385/tools/scan-view/share/
ScanView.py 723 fs = os.fstat(f.fileno())
752 fs = os.fstat(f.fileno())
  /prebuilts/clang/host/linux-x86/3.8/tools/scan-view/
ScanView.py 723 fs = os.fstat(f.fileno())
752 fs = os.fstat(f.fileno())
  /prebuilts/clang/host/linux-x86/clang-2629532/tools/scan-view/share/
ScanView.py 723 fs = os.fstat(f.fileno())
752 fs = os.fstat(f.fileno())
  /prebuilts/clang/host/linux-x86/clang-2658975/tools/scan-view/share/
ScanView.py 723 fs = os.fstat(f.fileno())
752 fs = os.fstat(f.fileno())
  /prebuilts/clang/host/linux-x86/clang-2690385/tools/scan-view/share/
ScanView.py 723 fs = os.fstat(f.fileno())
752 fs = os.fstat(f.fileno())
  /prebuilts/clang/linux-x86/host/3.6/tools/scan-view/
ScanView.py 723 fs = os.fstat(f.fileno())
752 fs = os.fstat(f.fileno())
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 115 # undef fileno macro
116 # define fileno(Stream) fileno_unlocked (Stream) macro
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/
SimpleXMLRPCServer.py 599 flags = fcntl.fcntl(self.fileno(), fcntl.F_GETFD)
601 fcntl.fcntl(self.fileno(), fcntl.F_SETFD, flags)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_asyncore.py 30 def fileno(self): member in class:dummysocket
414 self.assertNotEqual(w.fileno(), fd)
  /prebuilts/gdb/linux-x86/lib/python2.7/
SimpleXMLRPCServer.py 599 flags = fcntl.fcntl(self.fileno(), fcntl.F_GETFD)
601 fcntl.fcntl(self.fileno(), fcntl.F_SETFD, flags)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_asyncore.py 30 def fileno(self): member in class:dummysocket
414 self.assertNotEqual(w.fileno(), fd)
  /prebuilts/misc/darwin-x86/analyzer/tools/scan-view/
ScanView.py 723 fs = os.fstat(f.fileno())
752 fs = os.fstat(f.fileno())
  /prebuilts/misc/linux-x86/analyzer/tools/scan-view/
ScanView.py 723 fs = os.fstat(f.fileno())
752 fs = os.fstat(f.fileno())
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 599 flags = fcntl.fcntl(self.fileno(), fcntl.F_GETFD)
601 fcntl.fcntl(self.fileno(), fcntl.F_SETFD, flags)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 30 def fileno(self): member in class:dummysocket
414 self.assertNotEqual(w.fileno(), fd)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
SimpleXMLRPCServer.py 599 flags = fcntl.fcntl(self.fileno(), fcntl.F_GETFD)
601 fcntl.fcntl(self.fileno(), fcntl.F_SETFD, flags)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_asyncore.py 30 def fileno(self): member in class:dummysocket
414 self.assertNotEqual(w.fileno(), fd)
  /build/tools/releasetools/
common.py 421 p2 = Run(["minigzip"], stdin=p1.stdout, stdout=ramdisk_img.file.fileno())
622 stdin=devnull.fileno(),
623 stdout=devnull.fileno(),
632 stdin=devnull.fileno(),
633 stdout=devnull.fileno(),
    [all...]
  /toolchain/binutils/binutils-2.25/binutils/
nlmconv.c 708 || fstat (fileno (custom_data), &st) < 0)
728 || fstat (fileno (help_data), &st) < 0)
749 || fstat (fileno (message_data), &st) < 0)
784 || fstat (fileno (rpc_data), &st) < 0)
817 || (fstat (fileno (shared_data), &st) < 0))
    [all...]
  /toolchain/binutils/binutils-2.25/gas/
dwarf2dbg.c 25 .file FILENO "file.c"
26 .loc FILENO LINENO [COLUMN] [basic_block] [prologue_end] \
743 Implements the .subprog SUBPNO ["SUBPROG" [FILENO LINENO]] directive.
744 FILENO is the file number, LINENO the line number and the
746 instruction corresponds to. FILENO can be 0 to indicate that the
    [all...]

Completed in 1383 milliseconds

<<21222324252627282930>>