Home
last modified time | relevance | path

Searched defs:cache (Results 51 – 75 of 296) sorted by relevance

12345678910>>...12

/aosp14/frameworks/base/core/tests/coretests/src/android/view/
H A DBigCacheTest.java70 final Bitmap[] cache = new Bitmap[1]; in createCacheForView() local
H A DZeroSizedTest.java89 final Bitmap[] cache = new Bitmap[1]; in createCacheForView() local
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DAccessibilityInteractionClient.java331 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 Dboot_level_keys.rs133 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 DComponentWithLabelAndIcon.java33 Drawable getFullResIcon(IconCache cache); in getFullResIcon()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/widget/
H A DTvAccessPointPreference.java37 AccessPointPreference.UserBadgeCache cache, boolean forSavedNetworks) { in TvAccessPointPreference()
H A DAccessPointPreference.java87 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 Dres_cache.cpp1025 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 DDnsTlsSessionCache.cpp44 DnsTlsSessionCache* cache = reinterpret_cast<DnsTlsSessionCache*>( in newSessionCallback() local
/aosp12/packages/apps/Messaging/src/com/android/messaging/datamodel/action/
H A DSyncMessagesAction.java226 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 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()
/aosp14/frameworks/base/packages/SettingsLib/src/com/android/settingslib/wifi/
H A 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()
/aosp12/frameworks/opt/bitmap/src/com/android/bitmap/drawable/
H A DCircularBitmapDrawable.java49 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 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()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/attention/
H A DAttentionManagerServiceTest.java272 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 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()
/aosp12/frameworks/base/core/tests/coretests/src/android/view/
H A DZeroSizedTest.java89 final Bitmap[] cache = new Bitmap[1]; in createCacheForView() local
/aosp12/packages/services/Telephony/testapps/TestRcsApp/TestApp/src/com/google/android/sample/rcsclient/
H A DFileUploadActivity.java286 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 DRealtimeRowProcessor.java75 private final Map<DialerPhoneNumber, PhoneLookupInfo> cache = new ArrayMap<>(); field in RealtimeRowProcessor
/aosp12/frameworks/layoutlib/bridge/src/android/os/
H A DServiceManager.java78 public static void initServiceCache(Map<String, IBinder> cache) { in initServiceCache()
/aosp12/system/extras/tests/pagingtest/
H A Dpageinout_test.c12 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 DConditionWizard.cpp26 vector<ConditionState> cache(mAllConditions.size(), ConditionState::kNotEvaluated); in query() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/popup/
H A DPopupPopulator.java161 IconCache cache = LauncherAppState.getInstance(context).getIconCache(); in createUpdateRunnable() field in PopupPopulator
/aosp12/packages/apps/Gallery2/src/com/android/gallery3d/util/
H A DCacheManager.java46 BlobCache cache = sCacheMap.get(filename); in getCache() local
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DPinShortcutRequestActivityInfo.java76 public Drawable getFullResIcon(IconCache cache) { in getFullResIcon()

12345678910>>...12