Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/contrib/android/
Dasset_manager_filesystem.cc37 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/
DViewPagerFragment.java19 private String asset; field in ViewPagerFragment
24 public void setAsset(String asset) { in setAsset()
/external/setupdesign/main/src/com/google/android/setupdesign/
DSetupWizardLayout.java248 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/
DShadowArscAssetInputStream.java42 Asset asset = getAsset(); in isNinePatch() local
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 …]
DShadowAssetInputStream.java18 Asset asset = NATIVE_ASSET_REGISTRY.getNativeObject(assetPtr); in createAssetInputStream() local
DShadowLegacyAssetManager.java500 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()
DShadowArscApkAssets9.java310 Asset asset = apk_assets.Open(path_utf8, in nativeOpenXml() local
/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
DAsset.java256 void registerAsset(Asset asset) in registerAsset()
274 void unregisterAsset(Asset asset) in unregisterAsset()
/external/skqp/modules/skottie/src/
DSkottieLayer.cpp268 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/
DSkottieLayer.cpp270 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/
Dsaved_object_graph.proto56 SavedAsset asset = 5; field
/external/subsampling-scale-image-view/library/src/main/java/com/davemorrissey/labs/subscaleview/
DImageSource.java83 public static ImageSource asset(String assetName) { in asset() method in ImageSource
/external/skqp/tests/
DStreamTest.cpp335 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/
DStreamTest.cpp335 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/
DSkFontMgr_fuchsia.cpp302 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/
DSkFontMgr_fuchsia.cpp306 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/
Djni_skqp.cpp35 if (AAsset* asset = AAssetManager_open(gAAssetManager, path, AASSET_MODE_STREAMING)) { in open_asset_data() local
/external/skia/tools/skqp/src/
Djni_skqp.cpp35 if (AAsset* asset = AAssetManager_open(gAAssetManager, path, AASSET_MODE_STREAMING)) { in open_asset_data() local
/external/skia/modules/canvaskit/
Dskottie_bindings.cpp69 for (const auto& asset : fAssets) { in findAsset() local
/external/tensorflow/tensorflow/contrib/session_bundle/
Dsession_bundle.cc86 for (auto& asset : asset_files) { in AddAssetsTensorsToInputs() local
/external/skqp/tools/sk_app/android/
Dsurface_glue_android.cpp43 AAsset* asset = AAssetManager_open(gAAssetManager, path.c_str(), AASSET_MODE_STREAMING); in config_resource_mgr() local

12