/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/main/java/com/google/android/exoplayer2/upstream/cache/ |
H A D | SimpleCache.java | 64 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 D | SimpleCache.java | 64 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 D | rsScriptC.cpp | 61 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 D | rsCacheDir.cpp | 26 static std::string cacheDir; in rsQueryCacheDir() local
|
H A D | rsScriptGroup2.h | 16 ScriptGroup2(Context* rsc, const char* name, const char* cacheDir, in ScriptGroup2()
|
H A D | rsScriptGroup2.cpp | 22 const char* cacheDir, in rsi_ScriptGroup2Create()
|
/aosp_15_r20/external/cronet/base/android/junit/src/org/chromium/base/ |
H A D | PathUtilsTest.java | 37 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 D | rsCpuExecutable.cpp | 66 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 D | rsCpuScript.cpp | 62 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/ |
D | CacheManager.java | 48 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 D | CachedRegionTrackerTest.java | 60 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 D | CachedRegionTrackerTest.java | 60 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 D | PackageCacher.java | 65 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 D | NnApiDelegate.java | 94 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 D | registry_cache.py | 89 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/ |
D | ClipStorage.java | 194 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 D | RenderScriptCacheDir.java | 40 public static void setupDiskCache(File cacheDir) { in setupDiskCache()
|
/aosp_15_r20/test/mlts/benchmark/jni/ |
D | run_tflite.cpp | 450 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 D | ScriptC.cpp | 25 const char *cacheDir, size_t cacheDirLength) in ScriptC()
|
/aosp_15_r20/external/conscrypt/repackaged/openjdk/src/test/java/com/android/org/conscrypt/ |
H A D | FileClientSessionCacheTest.java | 35 File cacheDir = new File(tmpDir in testMaxSize() local
|
/aosp_15_r20/external/conscrypt/openjdk/src/test/java/org/conscrypt/ |
H A D | FileClientSessionCacheTest.java | 31 File cacheDir = new File(tmpDir in testMaxSize() local
|
/aosp_15_r20/tools/tradefederation/core/src/com/android/tradefed/build/ |
D | FileDownloadCacheFactory.java | 54 public synchronized FileDownloadCache getCache(File cacheDir) { in getCache()
|
/aosp_15_r20/test/mlts/benchmark/src/com/android/nn/benchmark/core/ |
D | ImageProcessorInterface.java | 32 String imageFileName, File cacheDir, ByteBuffer outputBuffer) in preprocess()
|
/aosp_15_r20/frameworks/base/services/tests/servicestests/src/com/android/server/pm/parsing/ |
H A D | TestPackageParser2.kt | 24 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 D | VtsScriptTests.cpp | 480 hidl_string cacheDir = "/data/local/tmp"; in TEST_P() local 540 hidl_string cacheDir = "/data/local/tmp"; in TEST_P() local
|