HomeSort by relevance Sort by last modified time
    Searched refs:whence (Results 226 - 250 of 266) sorted by null

1 2 3 4 5 6 7 8 91011

  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/
zlib.h     [all...]
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/
zlib.h     [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/
zlib.h     [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/
zlib.h     [all...]
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/
zlib.h     [all...]
  /external/bison/darwin-lib/
unistd.h     [all...]
  /external/bison/lib/
unistd.in.h     [all...]
  /external/bison/linux-lib/
unistd.h     [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-trace.c 51 int whence = arg; local
53 switch (whence) {
68 return scnprintf(bf, size, "%#x", whence);
315 .arg_scnprintf = { [2] = SCA_WHENCE, /* whence */ }, },
    [all...]
  /frameworks/base/core/java/android/content/res/
AssetManager.java 705 private native final long seekAsset(long asset, long offset, int whence);
  /libcore/luni/src/main/java/libcore/io/
Os.java 97 public long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException;
Posix.java 99 public native long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
io.h 194 _off64_t lseek64(int fd,_off64_t offset, int whence);
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_linux.cc 511 uptr internal_lseek(fd_t fd, OFF_T offset, int whence) {
512 return internal_syscall(SYSCALL(lseek), fd, offset, whence);
  /external/qemu/hw/android/goldfish/
nand.c 195 static off_t do_lseek(int fd, off_t offset, int whence)
199 ret = lseek(fd, offset, whence);
  /libcore/luni/src/main/java/android/system/
Os.java 264 public static long lseek(FileDescriptor fd, long offset, int whence) throws ErrnoException { return Libcore.os.lseek(fd, offset, whence); }
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/lib/gcc/x86_64-linux/4.6/gcov-src/
gcov-io.c 876 with OFFSET==0 and WHENCE==0 to a freshly opened file. */
879 kernel_file_fseek (gcov_kernel_vfile *fp, long offset, int whence)
881 gcc_assert (offset == 0 && whence == 0 && fp->count == 0);
  /external/chromium_org/third_party/libvpx/source/libvpx/third_party/nestegg/src/
nestegg.c 520 ne_io_seek(nestegg_io * io, int64_t offset, int whence)
522 return io->seek(offset, whence, io->userdata);
    [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
_unixos.h 613 typedef _MDOff64_t (*_MD_Lseek64)(PRIntn osfd, _MDOff64_t, PRIntn whence);
  /external/libvpx/libvpx/third_party/nestegg/src/
nestegg.c 520 ne_io_seek(nestegg_io * io, int64_t offset, int whence)
522 return io->seek(offset, whence, io->userdata);
    [all...]
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/third_party/nestegg/src/
nestegg.c 520 ne_io_seek(nestegg_io * io, int64_t offset, int whence)
522 return io->seek(offset, whence, io->userdata);
    [all...]
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_proxy.cc 662 off_t KernelProxy::lseek(int fd, off_t offset, int whence) {
671 error = handle->Seek(offset, whence, &new_offset);
    [all...]
  /external/tremolo/Tremolo/
vorbisfile.c 715 static int _fseek64_wrap(FILE *f,ogg_int64_t off,int whence){
717 return fseek(f,(long)off,whence);
    [all...]
  /frameworks/base/core/jni/
android_util_AssetManager.cpp 462 jlong offset, jint whence)
472 offset, (whence > 0) ? SEEK_END : (whence < 0 ? SEEK_SET : SEEK_CUR));
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/tests/
opt-gvmat64.asm 487 ;;; Restore the stack and return from whence we came.

Completed in 1501 milliseconds

1 2 3 4 5 6 7 8 91011