Home
last modified time | relevance | path

Searched defs:asset (Results 1 – 25 of 74) sorted by relevance

123

/external/oboe/samples/RhythmGame/src/main/cpp/audio/
DFFMpegExtractor.cpp26 auto asset = (AAsset *) opaque; in read() local
33 auto asset = (AAsset*)opaque; in seek() local
44 bool FFMpegExtractor::createAVIOContext(AAsset *asset, uint8_t *buffer, uint32_t bufferSize, in createAVIOContext()
120 AAsset *asset, in decode()
DAAssetDataSource.cpp41 AAsset *asset = AAssetManager_open(&assetManager, filename, AASSET_MODE_UNKNOWN); in newFromCompressedAsset() local
/external/subsampling-scale-image-view/sample/src/main/java/com/davemorrissey/labs/subscaleview/test/viewpager/
DViewPagerFragment.java19 private String asset; field in ViewPagerFragment
24 public void setAsset(String asset) { in setAsset()
/external/tensorflow/tensorflow/tools/android/inference_interface/
Dasset_manager_filesystem.cc37 ScopedAsset(AAsset* asset) : asset_(asset) {} in ScopedAsset()
92 auto asset = ScopedAsset(AAssetManager_open( in Read() local
130 auto asset = ScopedAsset( in FileExists() local
142 auto asset = ScopedAsset( in NewRandomAccessFile() local
155 auto asset = ScopedAsset( in NewReadOnlyMemoryRegionFromFile() local
215 auto asset = ScopedAsset( in GetFileSize() local
/external/lottie/lottie/src/main/java/com/airbnb/lottie/manager/
DImageAssetManager.java55 LottieImageAsset asset = imageAssets.get(id); in updateBitmap() local
70 LottieImageAsset asset = imageAssets.get(id); in bitmapForId() local
/external/setupdesign/main/src/com/google/android/setupdesign/
DSetupWizardLayout.java254 public void setIllustration(int asset, int horizontalTile) { in setIllustration()
263 private void setIllustration(Drawable asset, Drawable horizontalTile) { in setIllustration()
333 private Drawable getIllustration(int asset, int horizontalTile) { in getIllustration()
341 private Drawable getIllustration(Drawable asset, Drawable horizontalTile) { in getIllustration()
/external/lottie/lottie/src/main/java/com/airbnb/lottie/
DImageAssetDelegate.java13 @Nullable Bitmap fetchBitmap(LottieImageAsset asset); in fetchBitmap()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager.java419 protected final void destroyAsset(int asset) { in destroyAsset()
424 protected final void destroyAsset(long asset) { in destroyAsset()
429 protected final int readAssetChar(int asset) { in readAssetChar()
434 protected final int readAssetChar(long asset) { in readAssetChar()
442 protected final int readAsset(int asset, byte[] b, int off, int len) throws IOException { in readAsset()
447 protected final int readAsset(long asset, byte[] bArray, int off, int len) throws IOException { in readAsset()
475 protected final long seekAsset(int asset, long offset, int whence) { in seekAsset()
480 protected final long seekAsset(long asset, long offset, int whence) { in seekAsset()
486 protected final long getAssetLength(int asset) { in getAssetLength()
491 protected final long getAssetLength(long asset) { in getAssetLength()
[all …]
DShadowArscAssetManager10.java439 /* JNIEnv* env,*/ Asset asset, long[] out_offsets) throws FileNotFoundException { in ReturnParcelFileDescriptor()
746 Asset asset = assetmanager.Open(asset_path_utf8, Asset.AccessMode.fromInt(access_mode)); in nativeOpenAsset() local
767 Asset asset = assetmanager.Open(asset_path_utf8, Asset.AccessMode.ACCESS_RANDOM); in nativeOpenAssetFd() local
797 Asset asset; in nativeOpenNonAsset() local
827 Asset asset; in nativeOpenNonAssetFd() local
855 Asset asset; in nativeOpenXmlAsset() local
1747 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetReadChar() local
1777 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetRead() local
1790 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetSeek() local
1797 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetGetLength() local
[all …]
DShadowArscAssetManager9.java433 /* JNIEnv* env,*/ Asset asset, long[] out_offsets) throws FileNotFoundException { in ReturnParcelFileDescriptor()
734 Asset asset = assetmanager.Open(asset_path_utf8, Asset.AccessMode.fromInt(access_mode)); in nativeOpenAsset() local
755 Asset asset = assetmanager.Open(asset_path_utf8, Asset.AccessMode.ACCESS_RANDOM); in nativeOpenAssetFd() local
785 Asset asset; in nativeOpenNonAsset() local
815 Asset asset; in nativeOpenNonAssetFd() local
843 Asset asset; in nativeOpenXmlAsset() local
1729 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetReadChar() local
1759 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetRead() local
1772 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetSeek() local
1779 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetGetLength() local
[all …]
DShadowFontBuilder.java91 Asset asset; in nGetNativeAsset() local
114 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(nativeAsset); in nGetAssetBuffer() local
DShadowArscAssetInputStream.java41 Asset asset = getAsset(); in isNinePatch() local
DShadowAssetInputStream.java18 Asset asset = NATIVE_ASSET_REGISTRY.getNativeObject(assetPtr); in createAssetInputStream() local
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowArscAssetManager.java418 protected final void destroyAsset(int asset) { in destroyAsset()
423 protected final void destroyAsset(long asset) { in destroyAsset()
428 protected final int readAssetChar(int asset) { in readAssetChar()
433 protected final int readAssetChar(long asset) { in readAssetChar()
441 protected final int readAsset(int asset, byte[] b, int off, int len) throws IOException { in readAsset()
446 protected final int readAsset(long asset, byte[] bArray, int off, int len) throws IOException { in readAsset()
474 protected final long seekAsset(int asset, long offset, int whence) { in seekAsset()
479 protected final long seekAsset(long asset, long offset, int whence) { in seekAsset()
485 protected final long getAssetLength(int asset) { in getAssetLength()
490 protected final long getAssetLength(long asset) { in getAssetLength()
[all …]
DShadowArscAssetManager9.java414 static ParcelFileDescriptor ReturnParcelFileDescriptor(/* JNIEnv* env,*/ Asset asset, in ReturnParcelFileDescriptor()
697 Asset asset = in nativeOpenAsset() local
719 Asset asset = assetmanager.Open(asset_path_utf8, Asset.AccessMode.ACCESS_RANDOM); in nativeOpenAssetFd() local
748 Asset asset; in nativeOpenNonAsset() local
778 Asset asset; in nativeOpenNonAssetFd() local
806 Asset asset; in nativeOpenXmlAsset() local
1620 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetReadChar() local
1646 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetRead() local
1659 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetSeek() local
1667 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetGetLength() local
[all …]
DShadowArscAssetManager10.java418 static ParcelFileDescriptor ReturnParcelFileDescriptor(/* JNIEnv* env,*/ Asset asset, in ReturnParcelFileDescriptor()
701 Asset asset = in nativeOpenAsset() local
723 Asset asset = assetmanager.Open(asset_path_utf8, Asset.AccessMode.ACCESS_RANDOM); in nativeOpenAssetFd() local
752 Asset asset; in nativeOpenNonAsset() local
782 Asset asset; in nativeOpenNonAssetFd() local
810 Asset asset; in nativeOpenXmlAsset() local
1622 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetReadChar() local
1648 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetRead() local
1661 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetSeek() local
1669 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(asset_ptr); in nativeAssetGetLength() local
[all …]
DShadowArscAssetInputStream.java42 Asset asset = getAsset(); in isNinePatch() local
DShadowAssetInputStream.java18 Asset asset = NATIVE_ASSET_REGISTRY.getNativeObject(assetPtr); in createAssetInputStream() local
DShadowArscApkAssets9.java314 int flags, AssetsProvider asset) throws IOException { in nativeLoad()
392 String friendlyName, int flags, AssetsProvider asset) { in nativeLoadFromFd()
457 Asset asset = apk_assets.Open(path_utf8, in nativeOpenXml() local
/external/skia/modules/skottie/src/layers/
DFootageLayer.cpp32 FootageAnimator(sk_sp<ImageAsset> asset, in FootageAnimator()
92 auto asset = fResourceProvider->loadImageAsset(path->begin(), name->begin(), id->begin()); in loadFootageAsset() local
/external/deqp-deps/amber/android_sample/jni/
Damber_script.cc103 AAssetDir* asset = in FindAllScriptsAndReturnShaderNames() local
124 AAsset* asset = AAssetManager_open(app_context_->activity->assetManager, in ReadContent() local
/external/skia/site/docs/dev/tools/
Dsk.md15 ### asset subsection
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/
DCppApkAssets.java303 Asset asset = in Open() local
319 Asset asset = Asset.createFromUncompressedMap(map, mode); in Open() local
/external/robolectric/resources/src/main/java/org/robolectric/res/android/
DCppApkAssets.java301 Asset asset = in Open() local
317 Asset asset = Asset.createFromUncompressedMap(map, mode); in Open() local
/external/tensorflow/tensorflow/cc/saved_model/
Dloader_util.cc73 for (const auto& asset : meta_graph_def.asset_file_def()) { in GetAssetFileDefs() local

123