Home
last modified time | relevance | path

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

12

/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/upstream/cache/
DSimpleCache.java64 private final File cacheDir; field in SimpleCache
95 public static void delete(File cacheDir, @Nullable DatabaseProvider databaseProvider) { in delete()
137 public SimpleCache(File cacheDir, CacheEvictor evictor) { in SimpleCache()
154 public SimpleCache(File cacheDir, CacheEvictor evictor, @Nullable byte[] secretKey) { in SimpleCache()
173 File cacheDir, CacheEvictor evictor, @Nullable byte[] secretKey, boolean encrypt) { in SimpleCache()
192 public SimpleCache(File cacheDir, CacheEvictor evictor, DatabaseProvider databaseProvider) { in SimpleCache()
222 File cacheDir, in SimpleCache()
243 File cacheDir, in SimpleCache()
804 private static synchronized boolean lockFolder(File cacheDir) { in lockFolder()
808 private static synchronized void unlockFolder(File cacheDir) { in unlockFolder()
DSimpleCacheSpan.java49 public static File getCacheFile(File cacheDir, int id, long position, long timestamp) { in getCacheFile()
/external/tensorflow/tensorflow/lite/delegates/nnapi/java/src/main/java/org/tensorflow/lite/nnapi/
DNnApiDelegate.java84 public Options setCacheDir(String cacheDir) { in setCacheDir()
134 private String cacheDir = null; field in NnApiDelegate.Options
216 String cacheDir, in createDelegate()
/external/exoplayer/tree/library/core/src/test/java/com/google/android/exoplayer2/upstream/cache/
DCachedRegionTrackerTest.java60 private File cacheDir; field in CachedRegionTrackerTest
137 File cacheDir, int id, long offset, int length, long lastTouchTimestamp) throws IOException { in createCacheSpanFile()
DSimpleCacheSpanTest.java41 private File cacheDir; field in SimpleCacheSpanTest
DCacheDataSourceTest2.java158 File cacheDir = context.getExternalCacheDir(); in buildCacheDataSource() local
DCachedContentIndexTest.java78 private File cacheDir; field in CachedContentIndexTest
DSimpleCacheTest.java50 private File cacheDir; field in SimpleCacheTest
/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/
DFileClientSessionCacheTest.java35 File cacheDir = new File(tmpDir in testMaxSize() local
/external/conscrypt/openjdk/src/test/java/org/conscrypt/
DFileClientSessionCacheTest.java31 File cacheDir = new File(tmpDir in testMaxSize() local
/external/deqp/scripts/khr_util/
Dregistry_cache.py88 def checkoutFile (repository, revision, filename, cacheDir): argument
111 def fetchFile (dstPath, repository, revision, filename, checksum, cacheDir): argument
/external/mockito/subprojects/android/src/main/java/org/mockito/android/internal/creation/
DAndroidTempFileLocator.java67 File cacheDir = new File(dataDir, "cache"); in guessPath() local
/external/glide/library/src/main/java/com/bumptech/glide/
DGlideBuilder.java168 File cacheDir = Glide.getPhotoCacheDir(context); in createGlide() local
DGlide.java123 File cacheDir = context.getCacheDir(); in getPhotoCacheDir() local
/external/okhttp/okhttp-android-support/src/test/java/com/squareup/okhttp/android/
DHttpResponseCacheTest.java55 private File cacheDir; field in HttpResponseCacheTest
/external/dexmaker/dexmaker/src/main/java/com/android/dx/
DAppDataDirGuesser.java172 File cacheDir = new File(dataDir, "cache"); in guessPath() local
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/internal/dependency/
DCachedDependencyResolver.java24 …public CachedDependencyResolver(DependencyResolver dependencyResolver, File cacheDir, long cacheVa… in CachedDependencyResolver()
/external/tensorflow/tensorflow/lite/experimental/acceleration/configuration/
Dnnapi_plugin_test.cc168 const uint8_t* token) -> int { in TEST_F()
/external/libchrome/base/android/java/src/org/chromium/base/library_loader/
DLibraryLoader.java762 File cacheDir = ContextCompat.getCodeCacheDir(ContextUtils.getApplicationContext()); in makeLibraryDirAndSetPermission() local
/external/robolectric-shadows/robolectric/src/main/java/org/robolectric/
DRobolectricTestRunner.java122 File cacheDir = new File(new File(System.getProperty("java.io.tmpdir")), "robolectric-2"); in getJarResolver() local
/external/dokka/core/src/main/kotlin/Kotlin/
DExternalDocumentationLinkResolver.kt45 … val cacheDir: Path? = options.cacheRoot?.resolve("packageListCache")?.apply { toFile().mkdirs() } in toString() constant in org.jetbrains.dokka.ExternalDocumentationLinkResolver
/external/swiftshader/tests/regres/cmd/regres/
Dmain.go81 cacheDir = flag.String("cache", "cache", "path to the output cache directory") var
/external/tensorflow/tensorflow/lite/nnapi/
DNeuralNetworksShim.h912 ANeuralNetworksCompilation* compilation, const char* cacheDir, in ANeuralNetworksCompilation_setCaching()
/external/okhttp/okhttp-tests/src/test/java/com/squareup/okhttp/internal/
DDiskLruCacheTest.java57 private File cacheDir; field in DiskLruCacheTest
/external/guice/lib/build/
Dfelix-2.0.5.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/LICENSE META-INF ...

12