/external/tensorflow/tensorflow/contrib/android/ |
D | asset_manager_filesystem.cc | 37 ScopedAsset(AAsset* asset) : asset_(asset) {} in ScopedAsset() 92 auto asset = ScopedAsset(AAssetManager_open( in Read() local 129 auto asset = ScopedAsset( in FileExists() local 140 auto asset = ScopedAsset( in NewRandomAccessFile() local 152 auto asset = ScopedAsset( in NewReadOnlyMemoryRegionFromFile() local 210 auto asset = ScopedAsset( in GetFileSize() 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/setupdesign/main/src/com/google/android/setupdesign/ |
D | SetupWizardLayout.java | 248 public void setIllustration(int asset, int horizontalTile) { in setIllustration() 257 private void setIllustration(Drawable asset, Drawable horizontalTile) { in setIllustration() 327 private Drawable getIllustration(int asset, int horizontalTile) { in getIllustration() 335 private Drawable getIllustration(Drawable asset, Drawable horizontalTile) { in getIllustration()
|
/external/robolectric-shadows/shadows/framework/src/main/java/org/robolectric/shadows/ |
D | ShadowArscAssetInputStream.java | 42 Asset asset = getAsset(); in isNinePatch() local
|
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 | ShadowAssetInputStream.java | 18 Asset asset = NATIVE_ASSET_REGISTRY.getNativeObject(assetPtr); in createAssetInputStream() 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()
|
D | ShadowArscApkAssets9.java | 310 Asset asset = apk_assets.Open(path_utf8, in nativeOpenXml() local
|
/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
|
D | Asset.java | 256 void registerAsset(Asset asset) in registerAsset() 274 void unregisterAsset(Asset asset) in unregisterAsset()
|
/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/skia/modules/skottie/src/ |
D | SkottieLayer.cpp | 270 auto asset = func(*asset_info->fAsset, ascope); in attachAssetRef() local 312 auto asset = fResourceProvider->loadImageAsset(path_cstr, name_cstr); in loadImageAsset() local 344 MultiFrameAnimator(sk_sp<ImageAsset> asset, sk_sp<sksg::Image> image_node, in attachImageAsset()
|
/external/tensorflow/tensorflow/core/protobuf/ |
D | saved_object_graph.proto | 56 SavedAsset asset = 5; field
|
/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
|
/external/skqp/tests/ |
D | StreamTest.cpp | 335 SkStreamAsset* asset, in stream_peek_test() 385 std::unique_ptr<SkStreamAsset> asset(dynamicMemoryWStream.detachAsStream()); in DEF_TEST() local 475 std::unique_ptr<SkStreamAsset> asset(tmp.detachAsStream()); in DEF_TEST() local
|
/external/skia/tests/ |
D | StreamTest.cpp | 335 SkStreamAsset* asset, in stream_peek_test() 385 std::unique_ptr<SkStreamAsset> asset(dynamicMemoryWStream.detachAsStream()); in DEF_TEST() local 475 std::unique_ptr<SkStreamAsset> asset(tmp.detachAsStream()); in DEF_TEST() local
|
/external/skia/src/ports/ |
D | SkFontMgr_fuchsia.cpp | 302 sk_sp<SkTypeface> SkFontMgr_Fuchsia::onMakeFromStreamIndex(std::unique_ptr<SkStreamAsset> asset, in onMakeFromStreamIndex() 307 sk_sp<SkTypeface> SkFontMgr_Fuchsia::onMakeFromStreamArgs(std::unique_ptr<SkStreamAsset> asset, in onMakeFromStreamArgs()
|
/external/skqp/src/ports/ |
D | SkFontMgr_fuchsia.cpp | 306 sk_sp<SkTypeface> SkFontMgr_Fuchsia::onMakeFromStreamIndex(std::unique_ptr<SkStreamAsset> asset, 311 sk_sp<SkTypeface> SkFontMgr_Fuchsia::onMakeFromStreamArgs(std::unique_ptr<SkStreamAsset> asset,
|
/external/skqp/tools/skqp/src/ |
D | jni_skqp.cpp | 35 if (AAsset* asset = AAssetManager_open(gAAssetManager, path, AASSET_MODE_STREAMING)) { in open_asset_data() local
|
/external/skia/tools/skqp/src/ |
D | jni_skqp.cpp | 35 if (AAsset* asset = AAssetManager_open(gAAssetManager, path, AASSET_MODE_STREAMING)) { in open_asset_data() local
|
/external/skia/modules/canvaskit/ |
D | skottie_bindings.cpp | 69 for (const auto& asset : fAssets) { in findAsset() local
|
/external/tensorflow/tensorflow/contrib/session_bundle/ |
D | session_bundle.cc | 86 for (auto& asset : asset_files) { in AddAssetsTensorsToInputs() local
|
/external/skqp/tools/sk_app/android/ |
D | surface_glue_android.cpp | 43 AAsset* asset = AAssetManager_open(gAAssetManager, path.c_str(), AASSET_MODE_STREAMING); in config_resource_mgr() local
|