/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
|
D | NDKExtractor.cpp | 27 int32_t NDKExtractor::decode(AAsset *asset, uint8_t *targetData, AudioProperties targetProperties) { in decode()
|
/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/skia/platform_tools/android/apps/skottie/src/main/java/org/skia/skottie/ |
D | CorrectnessActivity.java | 73 private void setLotties(int asset) { in setLotties() 82 private void saveAsPng(int asset, Bitmap bitmap) { in saveAsPng() 121 private void runCorrectness(int asset) { in runCorrectness()
|
/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 | 59 LottieImageAsset asset = imageAssets.get(id); in updateBitmap() local 70 LottieImageAsset asset = imageAssets.get(id); in bitmapForId() local
|
/external/lottie/lottie/src/main/java/com/airbnb/lottie/ |
D | ImageAssetDelegate.java | 12 @Nullable Bitmap fetchBitmap(LottieImageAsset asset); in fetchBitmap()
|
/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/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/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 | ShadowArscAssetInputStream.java | 42 Asset asset = getAsset(); in isNinePatch() local
|
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 | 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 | 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
|
D | ShadowLegacyAssetManager.java | 500 Asset asset = Asset.newFileAsset(typedResource); in openNonAsset() local 553 protected final long seekAsset(int asset, long offset, int whence) { in seekAsset() 558 protected long seekAsset(long asset, long offset, int whence) { in seekAsset() 563 protected final long getAssetLength(int asset) { in getAssetLength() 568 protected long getAssetLength(long asset) { in getAssetLength() 573 protected final long getAssetRemainingLength(int asset) { in getAssetRemainingLength() 583 protected final void destroyAsset(int asset) { in destroyAsset() 588 protected void destroyAsset(long asset) { in destroyAsset()
|
/external/skia/site/docs/dev/tools/ |
D | sk.md | 15 ### asset subsection
|
/external/lottie/LottieSample/src/main/kotlin/com/airbnb/lottie/samples/model/ |
D | CompositionArgs.kt | 14 val asset: String? = null, constant in com.airbnb.lottie.samples.model.CompositionArgs
|
/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/tensorflow/tensorflow/cc/saved_model/ |
D | loader_util.cc | 68 for (const auto& asset : meta_graph_def.asset_file_def()) { in GetAssetFileDefs() local
|
/external/skia/modules/skresources/src/ |
D | SkResources.cpp | 254 if (const auto* asset = fImageCache.find(key)) { in loadImageAsset() local 258 auto asset = this->INHERITED::loadImageAsset(resource_path, resource_name, resource_id); in loadImageAsset() local
|
/external/skqp/modules/skottie/src/ |
D | SkottieLayer.cpp | 268 auto asset = func(*asset_info->fAsset, ascope); in attachAssetRef() local 310 auto asset = fResourceProvider->loadImageAsset(path_cstr, name_cstr); in loadImageAsset() local 342 MultiFrameAnimator(sk_sp<ImageAsset> asset, sk_sp<sksg::Image> image_node, in attachImageAsset()
|
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/ |
D | ImageSource.java | 83 public static ImageSource asset(String assetName) { in asset() method in ImageSource
|