/aosp14/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | BigCacheTest.java | 70 final Bitmap[] cache = new Bitmap[1]; in createCacheForView() local
|
H A D | ZeroSizedTest.java | 89 final Bitmap[] cache = new Bitmap[1]; in createCacheForView() local
|
/aosp14/frameworks/base/core/java/android/view/accessibility/ |
H A D | AccessibilityInteractionClient.java | 331 public static void setCache(int connectionId, AccessibilityCache cache) { in setCache() 402 AccessibilityCache cache = getCache(connectionId); in getWindow() local 489 AccessibilityCache cache = getCache(connectionId); in getWindowsOnAllDisplays() local 605 AccessibilityCache cache = getCache(connectionId); in findAccessibilityNodeInfoByAccessibilityId() local 940 AccessibilityCache cache = getCache(connectionId); in findFocus() local 1126 AccessibilityCache cache = getCache(connectionId); in clearCache() local 1151 AccessibilityCache cache = getCache(connectionId); in onAccessibilityEvent() local 1444 AccessibilityCache cache = getCache(connectionId); in finalizeAndCacheAccessibilityNodeInfo() local
|
/aosp12/system/security/keystore2/src/ |
H A D | boot_level_keys.rs | 133 cache: VecDeque<ZVec>, field 143 let mut cache: VecDeque<ZVec> = VecDeque::new(); in new() localVariable
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/ |
H A D | ComponentWithLabelAndIcon.java | 33 Drawable getFullResIcon(IconCache cache); in getFullResIcon()
|
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/ |
H A D | TvAccessPointPreference.java | 37 AccessPointPreference.UserBadgeCache cache, boolean forSavedNetworks) { in TvAccessPointPreference()
|
H A D | AccessPointPreference.java | 87 public AccessPointPreference(AccessPoint accessPoint, Context context, UserBadgeCache cache, in AccessPointPreference() 93 public AccessPointPreference(AccessPoint accessPoint, Context context, UserBadgeCache cache, in AccessPointPreference() 100 AccessPointPreference(AccessPoint accessPoint, Context context, UserBadgeCache cache, in AccessPointPreference()
|
/aosp12/packages/modules/DnsResolver/ |
H A D | res_cache.cpp | 1025 std::unique_ptr<Cache> cache; member 1108 Cache* cache = find_named_cache_locked(netid); in _resolv_cache_query_failed() local 1115 static void cache_dump_mru_locked(Cache* cache) { in cache_dump_mru_locked() 1140 static Entry** _cache_lookup_p(Cache* cache, Entry* key) { in _cache_lookup_p() 1174 static void _cache_remove_p(Cache* cache, Entry** lookup) { in _cache_remove_p() 1188 static void _cache_remove_oldest(Cache* cache) { in _cache_remove_oldest() 1203 static void _cache_remove_expired(Cache* cache) { in _cache_remove_expired() 1252 Cache* cache = find_named_cache_locked(netid); in resolv_cache_lookup() local 1332 Cache* cache = NULL; in resolv_cache_add() local 1401 Cache* cache = nullptr; in resolv_gethostbyaddr_from_cache() local [all …]
|
H A D | DnsTlsSessionCache.cpp | 44 DnsTlsSessionCache* cache = reinterpret_cast<DnsTlsSessionCache*>( in newSessionCallback() local
|
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/ |
H A D | SyncMessagesAction.java | 226 final SyncManager.ThreadInfoCache cache = syncManager.getThreadInfoCache(); in doBackgroundWork() local 281 final int maxMessagesToUpdate, final ThreadInfoCache cache) { in syncCursorPair() 579 final ThreadInfoCache cache) { in setMmsSenders() 602 private String getMmsSender(final MmsMessage mms, final ThreadInfoCache cache) { in getMmsSender()
|
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
H A D | AccessPointPreference.java | 102 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()
|
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/ |
H A D | AccessPointPreference.java | 102 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()
|
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/drawable/ |
H A D | CircularBitmapDrawable.java | 49 BitmapCache cache, boolean limitDensity) { in CircularBitmapDrawable() 54 BitmapCache cache, boolean limitDensity, ExtendedOptions opts) { in CircularBitmapDrawable()
|
/aosp12/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiLogger.java | 112 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()
|
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/attention/ |
H A D | AttentionManagerServiceTest.java | 272 AttentionCheckCache cache = new AttentionCheckCache(0, 0, 2L); in testAttentionCheckCacheBuffer_getLast_returnTheLastElement() local 286 AttentionCheckCache cache = new AttentionCheckCache(0L, 0, 1L); in testAttentionCheckCacheBuffer_get_handleCircularIndexing() local
|
/aosp14/frameworks/base/services/core/java/com/android/server/hdmi/ |
H A D | HdmiLogger.java | 112 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()
|
/aosp12/frameworks/base/core/tests/coretests/src/android/view/ |
H A D | ZeroSizedTest.java | 89 final Bitmap[] cache = new Bitmap[1]; in createCacheForView() local
|
/aosp12/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/ |
H A D | FileUploadActivity.java | 286 File cache = new File(getExternalCacheDir().getAbsolutePath(), cachedName); in uriToFile() local 341 File cache = new File(getExternalCacheDir().getAbsolutePath()); in onDestroy() local
|
/aosp12/packages/apps/Dialer/java/com/android/dialer/calllog/ui/ |
H A D | RealtimeRowProcessor.java | 75 private final Map<DialerPhoneNumber, PhoneLookupInfo> cache = new ArrayMap<>(); field in RealtimeRowProcessor
|
/aosp12/frameworks/layoutlib/bridge/src/android/os/ |
H A D | ServiceManager.java | 78 public static void initServiceCache(Map<String, IBinder> cache) { in initServiceCache()
|
/aosp12/system/extras/tests/pagingtest/ |
H A D | pageinout_test.c | 12 int pageinout_test(int test_runs, bool cache, unsigned long long file_size) { in pageinout_test()
|
/aosp12/packages/modules/StatsD/statsd/src/condition/ |
H A D | ConditionWizard.cpp | 26 vector<ConditionState> cache(mAllConditions.size(), ConditionState::kNotEvaluated); in query() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/ |
H A D | PopupPopulator.java | 161 IconCache cache = LauncherAppState.getInstance(context).getIconCache(); in createUpdateRunnable() field in PopupPopulator
|
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/ |
H A D | CacheManager.java | 46 BlobCache cache = sCacheMap.get(filename); in getCache() local
|
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
H A D | PinShortcutRequestActivityInfo.java | 76 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon()
|