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

1 23 4 5 6 7 8 91011

  /external/qemu/distrib/sdl-1.2.15/include/
SDL_rwops.h 43 /** Seek to 'offset' relative to whence, one of stdio's whence values:
47 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence);
122 #define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence)
  /prebuilts/tools/darwin-x86/sdl/include/SDL/
SDL_rwops.h 43 /** Seek to 'offset' relative to whence, one of stdio's whence values:
47 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence);
122 #define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence)
  /prebuilts/tools/linux-x86/sdl/include/SDL/
SDL_rwops.h 43 /** Seek to 'offset' relative to whence, one of stdio's whence values:
47 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence);
122 #define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence)
  /prebuilts/tools/windows/sdl/include/SDL/
SDL_rwops.h 43 /** Seek to 'offset' relative to whence, one of stdio's whence values:
47 int (SDLCALL *seek)(struct SDL_RWops *context, int offset, int whence);
122 #define SDL_RWseek(ctx, offset, whence) (ctx)->seek(ctx, offset, whence)
  /art/compiler/
vector_output_stream.h 48 off_t Seek(off_t offset, Whence whence);
  /development/ndk/platforms/android-9/include/android/
asset_manager.h 91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
  /external/chromium_org/native_client_sdk/src/libraries/nacl_io/
kernel_wrap_real.h 20 int _real_lseek(int fd, int64_t offset, int whence, int64_t* new_offset);
  /external/chromium_org/net/base/
file_stream.h 72 virtual int Seek(Whence whence, int64 offset,
  /frameworks/base/include/androidfw/
Asset.h 73 * Seek to the specified offset. "whence" uses the same values as
77 virtual off64_t seek(off64_t offset, int whence) = 0;
125 off64_t handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn);
239 virtual off64_t seek(off64_t offset, int whence);
296 virtual off64_t seek(off64_t offset, int whence);
  /frameworks/base/native/android/
asset_manager.cpp 176 off_t AAsset_seek(AAsset* asset, off_t offset, int whence)
178 return asset->mAsset->seek(offset, whence);
181 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence)
183 return asset->mAsset->seek(offset, whence);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/
af_vfs.h 53 int af_fseek (AFvirtualfile *vfile, long offset, int whence);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/
af_vfs.h 53 int af_fseek (AFvirtualfile *vfile, long offset, int whence);
  /prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 89 * Seek to the specified offset within the asset data. 'whence' uses the
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
  /prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 89 * Seek to the specified offset within the asset data. 'whence' uses the
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
  /prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h 89 * Seek to the specified offset within the asset data. 'whence' uses the
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
  /prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/android/
asset_manager.h 89 * Seek to the specified offset within the asset data. 'whence' uses the
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
  /prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/android/
asset_manager.h 89 * Seek to the specified offset within the asset data. 'whence' uses the
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
  /prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 89 * Seek to the specified offset within the asset data. 'whence' uses the
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h 89 * Seek to the specified offset within the asset data. 'whence' uses the
94 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/android/
asset_manager.h 91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/android/
asset_manager.h 91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/android/
asset_manager.h 91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/android/
asset_manager.h 91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h 91 * Seek to the specified offset within the asset data. 'whence' uses the
96 off_t AAsset_seek(AAsset* asset, off_t offset, int whence);

Completed in 997 milliseconds

1 23 4 5 6 7 8 91011