HomeSort by relevance Sort by last modified time
    Searched refs:readahead (Results 1 - 13 of 13) sorted by null

  /bionic/libc/arch-arm64/syscalls/
readahead.S 5 ENTRY(readahead) function
14 END(readahead)
  /bionic/libc/arch-mips/syscalls/
readahead.S 5 ENTRY(readahead) function
19 END(readahead)
  /bionic/libc/arch-x86_64/syscalls/
readahead.S 5 ENTRY(readahead) function
15 END(readahead)
  /bionic/libc/arch-arm/syscalls/
readahead.S 5 ENTRY(readahead) function
22 END(readahead)
  /bionic/libc/arch-mips64/syscalls/
readahead.S 5 ENTRY(readahead) function
25 END(readahead)
  /bionic/libc/arch-x86/syscalls/
readahead.S 5 ENTRY(readahead) function
36 END(readahead)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/bits/
fcntl.h 262 extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl.h 262 extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_sigsys_unittest.cc 359 RESTRICT_SYSCALL_DEATH_TEST(readahead);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
_pyio.py 465 readahead = self.peek(1)
466 if not readahead:
468 n = (readahead.find(b"\n") + 1) or len(readahead)
    [all...]
zipfile.py 574 readahead = self.peek(2)
575 if readahead == '':
586 match = self.PATTERN.search(readahead)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
_pyio.py 465 readahead = self.peek(1)
466 if not readahead:
468 n = (readahead.find(b"\n") + 1) or len(readahead)
    [all...]
zipfile.py 574 readahead = self.peek(2)
575 if readahead == '':
586 match = self.PATTERN.search(readahead)
    [all...]

Completed in 1150 milliseconds