Home
last modified time | relevance | path

Searched defs:cacheFile (Results 1 – 25 of 380) sorted by relevance

12345678910>>...16

/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/cache/
H A DSimpleCacheSpanTest.java56 public void cacheFile() throws Exception { in cacheFile() method in SimpleCacheSpanTest
126 File cacheFile = SimpleCacheSpan.getCacheFile(cacheDir, id, offset, lastTouchTimestamp); in assertCacheSpan() local
142 File cacheFile = in assertNullCacheSpan() local
H A DCachedContentIndexTest.java421 File cacheFile = in cantRemoveNotEmptyCachedContent() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/datasource/src/test/java/com/google/android/exoplayer2/upstream/cache/
H A DSimpleCacheSpanTest.java56 public void cacheFile() throws Exception { in cacheFile() method in SimpleCacheSpanTest
126 File cacheFile = SimpleCacheSpan.getCacheFile(cacheDir, id, offset, lastTouchTimestamp); in assertCacheSpan() local
142 File cacheFile = in assertNullCacheSpan() local
H A DCachedContentIndexTest.java421 File cacheFile = in cantRemoveNotEmptyCachedContent() local
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/pm/parsing/
H A DPackageCacher.java144 private static boolean isCacheFileUpToDate(File packageFile, File cacheFile) { in isCacheFileUpToDate()
189 final File cacheFile = new File(mCacheDir, cacheKey); in getCachedResult() local
241 final File cacheFile = new File(mCacheDir, cacheKey); in cacheResult() local
/aosp_15_r20/frameworks/base/apct-tests/perftests/packagemanager/src/android/os/
H A DPackageParsingPerfTest.kt234 val cacheFile = File(cacheDir, file.name) in <lambda>() constant
251 val cacheFile = File(cacheDir, file.name) in <lambda>() constant
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/test/java/com/google/android/exoplayer2/upstream/
H A DCachedRegionTrackerTest.java130 File cacheFile = createCacheSpanFile(cacheDir, position, length); in newCacheSpan() local
136 File cacheFile = new File(cacheDir, "test." + position); in createCacheSpanFile() local
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/test/java/com/google/android/exoplayer2/upstream/
H A DCachedRegionTrackerTest.java130 File cacheFile = createCacheSpanFile(cacheDir, position, length); in newCacheSpan() local
136 File cacheFile = new File(cacheDir, "test." + position); in createCacheSpanFile() local
/aosp_15_r20/external/ms-tpm-20-ref/TPMCmd/tpm/src/crypt/
H A DRsaKeyCache.c155 FILE *cacheFile; in InitializeKeyCache() local
199 FILE *cacheFile; in KeyCacheLoaded() local
/aosp_15_r20/packages/apps/Gallery2/gallerycommon/src/com/android/gallery3d/common/
DFileCache.java65 public File cacheFile; field in FileCache.CacheEntry
67 private CacheEntry(long id, String contentUrl, File cacheFile) { in CacheEntry()
/aosp_15_r20/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDownloadCache.java251 public File cacheFile; field in DownloadCache.Entry
254 Entry(long id, File cacheFile) { in Entry()
/aosp_15_r20/packages/apps/Car/Launcher/buildSrc/src/main/java/aconfig/
DAConfigCreateJavaLibTask.kt32 abstract val cacheFile: RegularFileProperty constant in aconfig.AConfigCreateJavaLibTask
/aosp_15_r20/tools/tradefederation/core/javatests/com/android/tradefed/build/
DFileDownloadCacheTest.java316 File cacheFile = null; in testCacheRebuild() local
/aosp_15_r20/external/mobile-data-download/javatests/com/google/android/libraries/mobiledatadownload/file/backends/
H A DAndroidFileBackendTest.java181 File cacheFile = new File(context.getCacheDir(), "testboot/shared/inDirectBoot.txt"); in openForRead_directBootCacheOnNShouldUseDeviceProtectedStorageContext() local
/aosp_15_r20/packages/apps/TV/tuner/tests/unittests/javatests/com/android/tv/tuner/
DZappingTimeTest.java267 File cacheFile = new File(targetContext.getCacheDir(), filename); in createCacheFile() local
DZappingTimeTestExoV2.java294 File cacheFile = new File(targetContext.getCacheDir(), filename); in createCacheFile() local
/aosp_15_r20/external/glide/library/src/main/java/com/bumptech/glide/load/engine/
H A DDecodeJob.java214 File cacheFile = diskCache.get(key); in loadFromCache() local
/aosp_15_r20/frameworks/base/packages/SettingsProvider/src/com/android/providers/settings/
H A DSettingsProvider.java833 final File cacheFile = getCacheFile(cacheRingtoneSetting, userId); in openFile() local
860 final File cacheFile = new File(getRingtoneCacheDir(actualCacheOwner), cacheName); in getCacheFile() local
/aosp_15_r20/frameworks/base/libs/hwui/tests/unit/
H A DShaderCacheTests.cpp382 std::string cacheFile = getExternalStorageFolder() + "/shaderCacheTest"; in RENDERTHREAD_TEST() local
/aosp_15_r20/external/robolectric/nativeruntime/src/main/java/org/robolectric/nativeruntime/
H A DHardwareRendererNatives.java41 public static native void setupShadersDiskCache(String cacheFile, String skiaCacheFile); in setupShadersDiskCache()
/aosp_15_r20/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
H A DShadowNativeHardwareRenderer.java63 protected static void setupShadersDiskCache(String cacheFile, String skiaCacheFile) { in setupShadersDiskCache()
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.4.0-alpha02/androidx.profileinstaller_profileinstaller/android_common_apex30/aar/
Dandroidx.profileinstaller_profileinstaller.jarandroidx/ androidx/profileinstaller/ androidx/profileinstaller/BenchmarkOperation$Api21ContextHelper.class BenchmarkOperation.java package ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.4.0-alpha02/androidx.profileinstaller_profileinstaller/android_common_apex34/aar/
Dandroidx.profileinstaller_profileinstaller.jarandroidx/ androidx/profileinstaller/ androidx/profileinstaller/BenchmarkOperation$Api21ContextHelper.class BenchmarkOperation.java package ...
/aosp_15_r20/out/soong/.intermediates/prebuilts/sdk/current/androidx/m2repository/androidx/profileinstaller/profileinstaller/1.4.0-alpha02/androidx.profileinstaller_profileinstaller/android_common_apex10000/aar/
Dandroidx.profileinstaller_profileinstaller.jarandroidx/ androidx/profileinstaller/ androidx/profileinstaller/BenchmarkOperation$Api21ContextHelper.class BenchmarkOperation.java package ...
Dclasses.jarandroidx/ androidx/profileinstaller/ androidx/profileinstaller/BenchmarkOperation$Api21ContextHelper.class BenchmarkOperation.java package ...

12345678910>>...16