Home
last modified time | relevance | path

Searched defs:cacheDir (Results 1 – 25 of 54) sorted by relevance

123

/aosp14/frameworks/base/rs/java/android/renderscript/
H A DRenderScriptCacheDir.java40 public static void setupDiskCache(File cacheDir) { in setupDiskCache()
/ohos5.0/foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/
H A Dnncompiled_cache.cpp40 const std::string& cacheDir, in Save()
63 OH_NN_ReturnCode NNCompiledCache::Restore(const std::string& cacheDir, in Restore()
164 const std::string& cacheDir, in GenerateCacheFiles()
193 const std::string& cacheDir, in GenerateCacheModel()
/ohos5.0/foundation/ai/neural_network_runtime/example/deep_learning_framework/tflite/delegates/nnrt_delegate/
H A Dnnrt_delegate.h44 std::string cacheDir; member
100 std::string cacheDir; member
H A Dnnrt_delegate_provider.cpp164 std::string cacheDir = params.Get<std::string>("cache_dir"); in MapParams() local
H A Dnnrt_delegate_kernel.cpp405 std::string cacheDir = delegateOptions.cacheDir; in SetNnOptions() local
/ohos5.0/foundation/multimedia/player_framework/interfaces/inner_api/native/soundpool/include/
H A Disoundpool.h31 std::string cacheDir; member
/ohos5.0/foundation/ability/ability_runtime/frameworks/c/ability_runtime/src/
H A Dapplication_context.cpp58 const std::string cacheDir = appContext->GetCacheDir(); in OH_AbilityRuntime_ApplicationContextGetCacheDir() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/capi_ability_runtime_application_context_test/
H A Dcapi_ability_runtime_application_context_test.cpp254 std::string cacheDir = contextImpl->GetCacheDir(); variable
283 std::string cacheDir = contextImpl->GetCacheDir(); variable
/aosp14/frameworks/base/core/tests/coretests/src/android/text/
H A DFontFallbackSetup.java52 final File cacheDir = new File(targetCtx.getCacheDir(), testSubDir); in FontFallbackSetup() local
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/unittest/common/storage/
H A Ddistributeddb_storage_rd_single_ver_natural_executor_test.cpp496 string cacheDir = g_testDir + "/" + g_identifier + "/" + DBConstant::SINGLE_SUB_DIR + variable
533 string cacheDir = g_testDir + "/" + g_identifier + "/" + DBConstant::SINGLE_SUB_DIR + variable
H A Ddistributeddb_storage_sqlite_single_ver_natural_executor_test.cpp966 string cacheDir = g_testDir + "/" + g_identifier + "/" + DBConstant::SINGLE_SUB_DIR + variable
1003 string cacheDir = g_testDir + "/" + g_identifier + "/" + DBConstant::SINGLE_SUB_DIR + variable
/aosp14/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageCacher.java54 public PackageCacher(@NonNull File cacheDir) { in PackageCacher()
/ohos5.0/base/hiviewdfx/hiview/interfaces/js/napi/src/
H A Dhiview_service_agent.cpp144 std::string cacheDir = context->GetCacheDir(); in CheckAndCreateHiviewDir() local
/ohos5.0/foundation/ai/neural_network_runtime/test/unittest/components/nn_compiled_cache/
H A Dnn_compiled_cache_test.cpp494 std::string cacheDir = "mock"; variable
512 std::string cacheDir = "/data/data"; variable
/ohos5.0/foundation/filemanagement/dfs_service/test/unittests/cloudsync_sa/dentry/
H A Ddentry_meta_file_test.cpp112 std::string cacheDir = variable
H A Ddentry_meta_file_clouddisk_test.cpp145 std::string cacheDir = variable
/ohos5.0/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_client/unittest/ui/
H A Drs_ui_director_test.cpp205 std::string cacheDir = "/data/log"; variable
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/server/src/com/android/server/pm/
H A DPackageParserTest.java717 CachePackageNameParser(@Nullable File cacheDir) { in CachePackageNameParser()
734 void setCacheDir(@NonNull File cacheDir) { in setCacheDir()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/screenrecord/
H A DScreenMediaRecorder.java123 File cacheDir = mContext.getCacheDir(); in prepare() local
/aosp14/frameworks/base/core/tests/coretests/src/android/content/pm/
H A DRegisteredServicesCacheTest.java71 File cacheDir = mContext.getCacheDir(); in setUp() local
/ohos5.0/foundation/multimedia/player_framework/frameworks/native/soundpool/
H A Dcache_buffer.cpp86 std::string cacheDir = "/data/storage/el2/base/temp"; in CreateAudioRenderer() local
/ohos5.0/foundation/multimedia/media_library/frameworks/innerkitsimpl/media_library_helper/src/
H A Dmoving_photo_file_utils.cpp346 string cacheDir = GetLivePhotoCacheDir(movingPhotoImagepath, userId); in ConvertToLivePhoto() local
403 string cacheDir = GetLivePhotoCacheDir(movingPhotoImagePath, userId); in ConvertToSourceLivePhoto() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/js/napi/audiorenderer/
H A Dnapi_toneplayer.cpp121 std::string cacheDir = "/data/storage/el2/base/cache"; in Construct() local
/ohos5.0/foundation/multimedia/audio_framework/frameworks/native/ohaudio/
H A DOHAudioCapturer.cpp227 std::string cacheDir = "/data/storage/el2/base/temp"; in Initialize() local
/ohos5.0/foundation/ability/ability_runtime/test/unittest/frameworks_kits_appkit_native_test/
H A Dcontext_impl_test.cpp1086 auto cacheDir = contextImpl->GetCacheDir(); variable

123