Home
last modified time | relevance | path

Searched defs:cache (Results 1 – 25 of 85) sorted by relevance

1234

/frameworks/base/core/tests/coretests/src/android/util/
DHashedStringCacheTest.java55 HashedStringCache cache = HashedStringCache.getInstance(); in testInstanceNotNull() local
61 HashedStringCache cache = HashedStringCache.getInstance(); in testInstanceMatchesOnSecondCall() local
67 HashedStringCache cache = HashedStringCache.getInstance(); in testHashedStringNotOriginalString() local
75 HashedStringCache cache = HashedStringCache.getInstance(); in testThatMultipleCallsResultInSameHash() local
86 HashedStringCache cache = HashedStringCache.getInstance(); in testThatMultipleInputResultInDifferentHash() local
96 HashedStringCache cache = HashedStringCache.getInstance(); in testThatZeroDaysResultsInNewHash() local
106 HashedStringCache cache = HashedStringCache.getInstance(); in testThatNegativeDaysResultsInNewHash() local
116 HashedStringCache cache = HashedStringCache.getInstance(); in testThatDaysGreater365ResultsInSameResult() local
131 HashedStringCache cache = HashedStringCache.getInstance(); in testMinusOneResultsInNull() local
139 HashedStringCache cache = HashedStringCache.getInstance(); in testEmptyStringInput() local
[all …]
/frameworks/base/core/tests/systemproperties/src/android/os/
DPropertyInvalidatedCacheTest.java57 TestCache cache = new TestCache(); in testCacheRecompute() local
73 TestCache cache = new TestCache(); in testCacheInitialState() local
85 TestCache cache = new TestCache(UNSET_KEY); in testCachePropertyUnset() local
93 TestCache cache = new TestCache(); in testCacheDisableState() local
114 TestCache cache = new TestCache() { in testRefreshSameObject() local
135 TestCache cache = new TestCache() { in testRefreshInvalidateRace() local
154 TestCache cache = new TestCache(); in testLocalProcessDisable() local
/frameworks/base/core/tests/BroadcastRadioTests/src/com/android/server/broadcastradio/hal2/
DProgramInfoCacheTest.java70 ProgramInfoCache cache = new ProgramInfoCache(null, false, mAmFmInfo); in testUpdateFromHal() local
96 ProgramInfoCache cache = new ProgramInfoCache(null, true); in testNullFilter() local
104 ProgramInfoCache cache = new ProgramInfoCache(new ProgramList.Filter(new HashSet<Integer>(), in testEmptyFilter() local
116 ProgramInfoCache cache = new ProgramInfoCache(new ProgramList.Filter(filterTypes, in testFilterByType() local
127 ProgramInfoCache cache = new ProgramInfoCache(new ProgramList.Filter(new HashSet<Integer>(), in testFilterByIdentifier() local
135 ProgramInfoCache cache = new ProgramInfoCache(new ProgramList.Filter(new HashSet<Integer>(), in testFilterExcludeCategories() local
143 ProgramInfoCache cache = new ProgramInfoCache(null, false, mAmFmInfo); in testPurgeUpdateChunks() local
157 ProgramInfoCache cache = new ProgramInfoCache(null, true, mAmFmInfo, mRdsInfo, in testDeltaUpdateChunksModificationsIncluded() local
193 ProgramInfoCache cache = new ProgramInfoCache(new ProgramList.Filter(new HashSet<Integer>(), in testDeltaUpdateChunksModificationsExcluded() local
/frameworks/base/core/java/android/net/
DSSLSessionCache.java59 public static void install(SSLSessionCache cache, SSLContext context) { in install()
76 public SSLSessionCache(Object cache) { in SSLSessionCache()
100 SSLClientSessionCache cache = null; in SSLSessionCache() local
DSSLCertificateSocketFactory.java144 int handshakeTimeoutMillis, SSLSessionCache cache, boolean secure) { in SSLCertificateSocketFactory()
170 public static SSLSocketFactory getDefault(int handshakeTimeoutMillis, SSLSessionCache cache) { in getDefault()
186 public static SSLSocketFactory getInsecure(int handshakeTimeoutMillis, SSLSessionCache cache) { in getInsecure()
208 int handshakeTimeoutMillis, SSLSessionCache cache) { in getHttpSocketFactory()
/frameworks/base/core/tests/coretests/src/android/content/pm/
DRegisteredServicesCacheTest.java79 TestServicesCache cache = new TestServicesCache(); in testGetAllServicesHappyPath() local
91 TestServicesCache cache = new TestServicesCache(); in testGetAllServicesReplaceUid() local
113 TestServicesCache cache = new TestServicesCache(); in testGetAllServicesServiceRemoved() local
128 TestServicesCache cache = new TestServicesCache(); in testGetAllServicesMultiUser() local
146 TestServicesCache cache = new TestServicesCache(); in testOnRemove() local
173 TestServicesCache cache = new TestServicesCache(); in testMigration() local
200 private void assertNotEmptyFileCreated(TestServicesCache cache, int userId) { in assertNotEmptyFileCreated()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/slice/
DPackageMatchingCacheTest.java43 private final PackageMatchingCache cache = new PackageMatchingCache(supplier); field in PackageMatchingCacheTest
/frameworks/base/libs/hwui/tests/unit/
DShaderCacheTests.cpp41 static void setSaveDelay(ShaderCache& cache, unsigned int saveDelay) { in setSaveDelay()
49 static void terminate(ShaderCache& cache, bool saveContent) { in terminate()
60 static bool validateCache(ShaderCache& cache, std::vector<T> hash) { in validateCache()
/frameworks/base/services/tests/servicestests/src/com/android/server/attention/
DAttentionManagerServiceTest.java164 AttentionCheckCache cache = new AttentionCheckCache(0, 0, 2L); in testAttentionCheckCacheBuffer_getLast_returnTheLastElement() local
178 AttentionCheckCache cache = new AttentionCheckCache(0L, 0, 1L); in testAttentionCheckCacheBuffer_get_handleCircularIndexing() local
/frameworks/base/core/tests/coretests/src/android/view/
DBigCacheTest.java70 final Bitmap[] cache = new Bitmap[1]; in createCacheForView() local
DZeroSizedTest.java89 final Bitmap[] cache = new Bitmap[1]; in createCacheForView() local
/frameworks/base/packages/SystemUI/src/com/android/systemui/bubbles/storage/
DBubbleVolatileRepository.kt80 private fun cache(bubbles: List<BubbleEntity>) { in <lambda>() method
/frameworks/base/services/core/java/com/android/server/hdmi/
DHdmiLogger.java112 private static String updateLog(HashMap<String, Pair<Long, Integer>> cache, String logMessage) { in updateLog()
131 private static void increaseLogCount(HashMap<String, Pair<Long, Integer>> cache, in increaseLogCount()
/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
DCircularBitmapDrawable.java49 BitmapCache cache, boolean limitDensity) { in CircularBitmapDrawable()
54 BitmapCache cache, boolean limitDensity, ExtendedOptions opts) { in CircularBitmapDrawable()
/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
DAccessPointPreference.java102 public AccessPointPreference(AccessPoint accessPoint, Context context, UserBadgeCache cache, in AccessPointPreference()
108 public AccessPointPreference(AccessPoint accessPoint, Context context, UserBadgeCache cache, in AccessPointPreference()
115 AccessPointPreference(AccessPoint accessPoint, Context context, UserBadgeCache cache, in AccessPointPreference()
DWifiTracker.java729 List<AccessPoint> cache) { in getCachedOrCreate()
744 List<AccessPoint> cache) { in getCachedOrCreatePasspoint()
758 List<AccessPoint> cache) { in getCachedOrCreateOsu()
768 private AccessPoint getCachedByKey(List<AccessPoint> cache, String key) { in getCachedByKey()
/frameworks/layoutlib/bridge/src/android/os/
DServiceManager.java78 public static void initServiceCache(Map<String, IBinder> cache) { in initServiceCache()
/frameworks/base/cmds/statsd/src/condition/
DConditionWizard.cpp26 vector<ConditionState> cache(mAllConditions.size(), ConditionState::kNotEvaluated); in query() local
/frameworks/native/libs/renderengine/gl/
DProgramCache.cpp82 auto& cache = mCaches[context]; in primeCache() local
778 auto& cache = mCaches[context]; in useProgram() local
DImageManager.cpp73 status_t ImageManager::cache(const sp<GraphicBuffer>& buffer) { in cache() function in android::renderengine::gl::ImageManager
/frameworks/av/media/codec2/hidl/1.0/utils/
DComponentInterface.cpp90 const std::shared_ptr<ParameterCache>& cache) in ComponentInterface()
/frameworks/base/graphics/java/android/graphics/fonts/
DSystemFonts.java114 @NonNull Map<String, ByteBuffer> cache, in pushFamilyToFallback()
168 @NonNull Map<String, ByteBuffer> cache, in createFontFamily()
/frameworks/base/libs/hwui/renderthread/
DCacheManager.cpp93 auto& cache = skiapipeline::ShaderCache::get(); in configureContext() local
/frameworks/native/libs/binder/
DPermissionCache.cpp51 void PermissionCache::cache(const String16& permission, in cache() function in android::PermissionCache
/frameworks/base/core/java/android/content/res/
DThemedResourceCache.java164 LongSparseArray<WeakReference<T>> cache = mThemedEntries.get(key); in getThemedLocked() local

1234