Home
last modified time | relevance | path

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

12345678910>>...23

/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/cache/
H A DSimpleCache.java64 private final File cacheDir; field in SimpleCache
95 public static void delete(File cacheDir, @Nullable DatabaseProvider databaseProvider) { in delete()
138 public SimpleCache(File cacheDir, CacheEvictor evictor) { in SimpleCache()
155 public SimpleCache(File cacheDir, CacheEvictor evictor, @Nullable byte[] secretKey) { in SimpleCache()
174 File cacheDir, CacheEvictor evictor, @Nullable byte[] secretKey, boolean encrypt) { in SimpleCache()
193 public SimpleCache(File cacheDir, CacheEvictor evictor, DatabaseProvider databaseProvider) { in SimpleCache()
223 File cacheDir, in SimpleCache()
244 File cacheDir, in SimpleCache()
839 private static void createCacheDirectories(File cacheDir) throws CacheException { in createCacheDirectories()
848 private static synchronized boolean lockFolder(File cacheDir) { in lockFolder()
[all …]
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/cache/
H A DSimpleCache.java64 private final File cacheDir; field in SimpleCache
95 public static void delete(File cacheDir, @Nullable DatabaseProvider databaseProvider) { in delete()
138 public SimpleCache(File cacheDir, CacheEvictor evictor) { in SimpleCache()
155 public SimpleCache(File cacheDir, CacheEvictor evictor, @Nullable byte[] secretKey) { in SimpleCache()
174 File cacheDir, CacheEvictor evictor, @Nullable byte[] secretKey, boolean encrypt) { in SimpleCache()
193 public SimpleCache(File cacheDir, CacheEvictor evictor, DatabaseProvider databaseProvider) { in SimpleCache()
223 File cacheDir, in SimpleCache()
244 File cacheDir, in SimpleCache()
839 private static void createCacheDirectories(File cacheDir) throws CacheException { in createCacheDirectories()
848 private static synchronized boolean lockFolder(File cacheDir) { in lockFolder()
[all …]
/aosp_15_r20/frameworks/rs/
H A DrsScriptC.cpp61 bool ScriptC::createCacheDir(const char *cacheDir) { in createCacheDir()
262 static bool dumpBitcodeFile(const char *cacheDir, const char *resName, in dumpBitcodeFile()
296 const char *cacheDir, in runCompiler()
444 const char *cacheDir, size_t cacheDir_length, in rsi_ScriptCCreate()
H A DrsCacheDir.cpp26 static std::string cacheDir; in rsQueryCacheDir() local
H A DrsScriptGroup2.h16 ScriptGroup2(Context* rsc, const char* name, const char* cacheDir, in ScriptGroup2()
H A DrsScriptGroup2.cpp22 const char* cacheDir, in rsi_ScriptGroup2Create()
/aosp_15_r20/external/cronet/base/android/junit/src/org/chromium/base/
H A DPathUtilsTest.java37 String cacheDir = PathUtils.getCacheDirectory(); in testSetPrivateDataDirectorySuffix() local
74 String cacheDir = PathUtils.getCacheDirectory(); in testSetPrivateDirectoryPath() local
94 String cacheDir = PathUtils.getCacheDirectory(); in testSetPrivateDirectoryPathWithoutBasePaths() local
/aosp_15_r20/frameworks/rs/cpu_ref/
H A DrsCpuExecutable.cpp66 static std::string findSharedObjectName(const char *cacheDir, in findSharedObjectName()
125 const char *cacheDir, in createSharedLibrary()
195 void* SharedLibraryUtils::loadSharedLibrary(const char *cacheDir, in loadSharedLibrary()
299 void* SharedLibraryUtils::loadSOHelper(const char *origName, const char *cacheDir, in loadSOHelper()
H A DrsCpuScript.cpp62 const char* cacheDir, const char* resName, in setCompileArguments()
163 bool isChecksumNeeded(const char *cacheDir) { in isChecksumNeeded()
300 bool RsdCpuScriptImpl::init(char const *resName, char const *cacheDir, in init()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/util/
DCacheManager.java48 File cacheDir = context.getExternalCacheDir(); in getCache() local
75 File cacheDir = context.getExternalCacheDir(); in removeOldFilesIfNecessary() local
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/upstream/
H A DCachedRegionTrackerTest.java60 private File cacheDir; field in CachedRegionTrackerTest
134 public static File createCacheSpanFile(File cacheDir, long position, int length) in createCacheSpanFile()
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/upstream/
H A DCachedRegionTrackerTest.java60 private File cacheDir; field in CachedRegionTrackerTest
134 public static File createCacheSpanFile(File cacheDir, long position, int length) in createCacheSpanFile()
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageCacher.java65 public PackageCacher(File cacheDir) { in PackageCacher()
69 public PackageCacher(File cacheDir, @Nullable PackageParser2.Callback callback) { in PackageCacher()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/java/src/main/java/org/tensorflow/lite/nnapi/
H A DNnApiDelegate.java94 public Options setCacheDir(String cacheDir) { in setCacheDir()
204 private String cacheDir = null; field in NnApiDelegate.Options
/aosp_15_r20/external/deqp/scripts/khr_util/
H A Dregistry_cache.py89 def checkoutFile (repository, revision, filename, cacheDir): argument
112 def fetchFile (dstPath, repository, revision, filename, checksum, cacheDir): argument
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/clipping/
DClipStorage.java194 public static File prepareStorage(File cacheDir) { in prepareStorage()
202 private static File getClipDir(File cacheDir) { in getClipDir()
/aosp_15_r20/frameworks/base/rs/java/android/renderscript/
H A DRenderScriptCacheDir.java40 public static void setupDiskCache(File cacheDir) { in setupDiskCache()
/aosp_15_r20/test/mlts/benchmark/jni/
Drun_tflite.cpp450 bool BenchmarkModel::runCompilation(const char* cacheDir, bool useNnapiSl) { in runCompilation()
598 const char* cacheDir = nullptr; in benchmarkSingleTypeOfCompilation() local
/aosp_15_r20/frameworks/rs/cpp/
H A DScriptC.cpp25 const char *cacheDir, size_t cacheDirLength) in ScriptC()
/aosp_15_r20/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
H A DFileClientSessionCacheTest.java35 File cacheDir = new File(tmpDir in testMaxSize() local
/aosp_15_r20/external/conscrypt/openjdk/src/test/java/org/conscrypt/
H A DFileClientSessionCacheTest.java31 File cacheDir = new File(tmpDir in testMaxSize() local
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/build/
DFileDownloadCacheFactory.java54 public synchronized FileDownloadCache getCache(File cacheDir) { in getCache()
/aosp_15_r20/test/mlts/benchmark/src/com/android/nn/benchmark/core/
DImageProcessorInterface.java32 String imageFileName, File cacheDir, ByteBuffer outputBuffer) in preprocess()
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/pm/parsing/
H A DTestPackageParser2.kt24 class TestPackageParser2(var cacheDir: File? = null) : PackageParser2( variable in com.android.server.pm.parsing.TestPackageParser2
/aosp_15_r20/hardware/interfaces/renderscript/1.0/vts/functional/
H A DVtsScriptTests.cpp480 hidl_string cacheDir = "/data/local/tmp"; in TEST_P() local
540 hidl_string cacheDir = "/data/local/tmp"; in TEST_P() local

12345678910>>...23