| /external/oboe/samples/RhythmGame/src/main/cpp/audio/ |
| D | FFMpegExtractor.cpp | 26 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()
|
| D | AAssetDataSource.cpp | 41 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/ |
| D | ViewPagerFragment.java | 19 private String asset; field in ViewPagerFragment 24 public void setAsset(String asset) { in setAsset()
|
| /external/tensorflow/tensorflow/tools/android/inference_interface/ |
| D | asset_manager_filesystem.cc | 37 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/ |
| D | ImageAssetManager.java | 55 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/ |
| D | SetupWizardLayout.java | 254 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/ |
| D | ImageAssetDelegate.java | 13 @Nullable Bitmap fetchBitmap(LottieImageAsset asset); in fetchBitmap()
|
| /external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowArscAssetManager.java | 419 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 …]
|
| D | ShadowArscAssetManager10.java | 439 /* 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 …]
|
| D | ShadowArscAssetManager9.java | 433 /* 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 …]
|
| D | ShadowFontBuilder.java | 91 Asset asset; in nGetNativeAsset() local 114 Asset asset = Registries.NATIVE_ASSET_REGISTRY.getNativeObject(nativeAsset); in nGetAssetBuffer() local
|
| D | ShadowArscAssetInputStream.java | 41 Asset asset = getAsset(); in isNinePatch() local
|
| D | ShadowAssetInputStream.java | 18 Asset asset = NATIVE_ASSET_REGISTRY.getNativeObject(assetPtr); in createAssetInputStream() local
|
| /external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowArscAssetManager.java | 418 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 …]
|
| D | ShadowArscAssetManager9.java | 414 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 …]
|
| D | ShadowArscAssetManager10.java | 418 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 …]
|
| D | ShadowArscAssetInputStream.java | 42 Asset asset = getAsset(); in isNinePatch() local
|
| D | ShadowAssetInputStream.java | 18 Asset asset = NATIVE_ASSET_REGISTRY.getNativeObject(assetPtr); in createAssetInputStream() local
|
| D | ShadowArscApkAssets9.java | 314 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/ |
| D | FootageLayer.cpp | 32 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/ |
| D | amber_script.cc | 103 AAssetDir* asset = in FindAllScriptsAndReturnShaderNames() local 124 AAsset* asset = AAssetManager_open(app_context_->activity->assetManager, in ReadContent() local
|
| /external/skia/site/docs/dev/tools/ |
| D | sk.md | 15 ### asset subsection
|
| /external/robolectric-shadows/resources/src/main/java/org/robolectric/res/android/ |
| D | CppApkAssets.java | 303 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/ |
| D | CppApkAssets.java | 301 Asset asset = in Open() local 317 Asset asset = Asset.createFromUncompressedMap(map, mode); in Open() local
|
| /external/tensorflow/tensorflow/cc/saved_model/ |
| D | loader_util.cc | 73 for (const auto& asset : meta_graph_def.asset_file_def()) { in GetAssetFileDefs() local
|