HomeSort by relevance Sort by last modified time
    Searched refs:asset (Results 1 - 25 of 139) sorted by null

1 2 3 4 5 6

  /development/ndk/platforms/android-9/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Close the asset, freeing all associated resources.
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
111 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-arm/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Close the asset, freeing all associated resources.
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
111 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-mips/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Close the asset, freeing all associated resources.
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
111 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/current/platforms/android-12/arch-x86/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Close the asset, freeing all associated resources.
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
111 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-arm/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Close the asset, freeing all associated resources.
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
111 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-mips/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Close the asset, freeing all associated resources.
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
111 * Report the total size of the asset data
    [all...]
  /prebuilts/ndk/current/platforms/android-9/arch-x86/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Close the asset, freeing all associated resources.
101 void AAsset_close(AAsset* asset);
108 const void* AAsset_getBuffer(AAsset* asset);
111 * Report the total size of the asset data
    [all...]
  /development/ndk/platforms/android-13/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Seek to the specified offset within the asset data. 'whence' uses the
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
110 * Close the asset, freeing all associated resources.
112 void AAsset_close(AAsset* asset);
    [all...]
  /frameworks/base/packages/StatementService/src/com/android/statementservice/retriever/
WebAssetMatcher.java 31 public boolean matches(AbstractAsset asset) {
32 if (asset instanceof WebAsset) {
33 WebAsset webAsset = (WebAsset) asset;
  /frameworks/native/include/android/
asset_manager.h 18 * @addtogroup Asset
42 * The asset hierarchy may be examined like a filesystem, using
51 * {@link AAssetDir} provides access to a chunk of the asset hierarchy as if
61 * {@link AAsset} provides access to a read-only asset.
82 * Open the named directory within the asset hierarchy. The directory can then
91 * Open an asset.
98 * Iterate over the files in an asset directory. A NULL string is returned
124 int AAsset_read(AAsset* asset, void* buf, size_t count);
127 * Seek to the specified offset within the asset data. 'whence' uses the
132 off_t AAsset_seek(AAsset* asset, off_t offset, int whence)
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-arm/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Seek to the specified offset within the asset data. 'whence' uses the
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
110 * Close the asset, freeing all associated resources.
112 void AAsset_close(AAsset* asset);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-mips/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Seek to the specified offset within the asset data. 'whence' uses the
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
110 * Close the asset, freeing all associated resources.
112 void AAsset_close(AAsset* asset);
    [all...]
  /prebuilts/ndk/current/platforms/android-13/arch-x86/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Seek to the specified offset within the asset data. 'whence' uses the
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
110 * Close the asset, freeing all associated resources.
112 void AAsset_close(AAsset* asset);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-arm/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Seek to the specified offset within the asset data. 'whence' uses the
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
110 * Close the asset, freeing all associated resources.
112 void AAsset_close(AAsset* asset);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-mips/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Seek to the specified offset within the asset data. 'whence' uses the
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
110 * Close the asset, freeing all associated resources.
112 void AAsset_close(AAsset* asset);
    [all...]
  /prebuilts/ndk/current/platforms/android-14/arch-x86/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Seek to the specified offset within the asset data. 'whence' uses the
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
110 * Close the asset, freeing all associated resources.
112 void AAsset_close(AAsset* asset);
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-arm/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Seek to the specified offset within the asset data. 'whence' uses the
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
110 * Close the asset, freeing all associated resources.
112 void AAsset_close(AAsset* asset);
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-mips/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Seek to the specified offset within the asset data. 'whence' uses the
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
110 * Close the asset, freeing all associated resources.
112 void AAsset_close(AAsset* asset);
    [all...]
  /prebuilts/ndk/current/platforms/android-15/arch-x86/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Seek to the specified offset within the asset data. 'whence' uses the
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
110 * Close the asset, freeing all associated resources.
112 void AAsset_close(AAsset* asset);
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-arm/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Seek to the specified offset within the asset data. 'whence' uses the
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
110 * Close the asset, freeing all associated resources.
112 void AAsset_close(AAsset* asset);
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-mips/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Seek to the specified offset within the asset data. 'whence' uses the
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
110 * Close the asset, freeing all associated resources.
112 void AAsset_close(AAsset* asset);
    [all...]
  /prebuilts/ndk/current/platforms/android-16/arch-x86/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Seek to the specified offset within the asset data. 'whence' uses the
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
110 * Close the asset, freeing all associated resources.
112 void AAsset_close(AAsset* asset);
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-arm/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Seek to the specified offset within the asset data. 'whence' uses the
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
110 * Close the asset, freeing all associated resources.
112 void AAsset_close(AAsset* asset);
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-mips/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Seek to the specified offset within the asset data. 'whence' uses the
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
110 * Close the asset, freeing all associated resources.
112 void AAsset_close(AAsset* asset);
    [all...]
  /prebuilts/ndk/current/platforms/android-17/arch-x86/usr/include/android/
asset_manager.h 46 * Open the named directory within the asset hierarchy. The directory can then
55 * Open an asset.
62 * Iterate over the files in an asset directory. A NULL string is returned
88 int AAsset_read(AAsset* asset, void* buf, size_t count);
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);
99 * Seek to the specified offset within the asset data. 'whence' uses the
107 off64_t AAsset_seek64(AAsset* asset, off64_t offset, int whence);
110 * Close the asset, freeing all associated resources.
112 void AAsset_close(AAsset* asset);
    [all...]

Completed in 587 milliseconds

1 2 3 4 5 6