Home
last modified time | relevance | path

Searched defs:evicted (Results 1 – 25 of 530) sorted by relevance

12345678910>>...22

/aosp_15_r20/packages/modules/Bluetooth/system/common/
Dmetric_id_allocator.cc70 auto evicted = paired_device_cache_.Put(p.first, p.second); in Init() local
134 auto evicted = temporary_device_cache_.Put(mac_address, id); in AllocateId() local
163 auto evicted = paired_device_cache_.Put(mac_address, id); in SaveDevice() local
/aosp_15_r20/packages/modules/Bluetooth/system/gd/common/
Dmetric_id_manager.cc74 auto evicted = paired_device_cache_.insert_or_assign(p.first, p.second); in Init() local
139 auto evicted = temporary_device_cache_.insert_or_assign(mac_address, id); in AllocateId() local
166 auto evicted = paired_device_cache_.insert_or_assign(mac_address, id); in SaveDevice() local
Dlru_cache_test.cc195 auto evicted = cache.insert_or_assign(4, 40); in TEST() local
245 auto evicted = cache.insert_or_assign(3, 30); in TEST() local
329 auto evicted = cache.insert_or_assign(3, 30); in TEST() local
/aosp_15_r20/external/aws-sdk-java-v2/utils/src/main/java/software/amazon/awssdk/utils/cache/lru/
H A DLruCache.java203 private boolean evicted = false; field in LruCache.CacheEntry
221 boolean evicted() { in evicted() method in LruCache.CacheEntry
225 void isEvicted(boolean evicted) { in isEvicted()
/aosp_15_r20/packages/apps/Messaging/src/com/android/messaging/datamodel/media/
DMediaCache.java98 protected synchronized void entryRemoved(final boolean evicted, final String key, in entryRemoved()
DPoolableImageCache.java74 protected synchronized void entryRemoved(final boolean evicted, final String key, in entryRemoved()
/aosp_15_r20/packages/modules/AdServices/adservices/tests/unittest/service-core/protectedaudience/src/com/android/adservices/service/signals/evict/
DFifoSignalEvictorTest.java143 private UpdateOutput getUpdatedOutput(int evicted) { in getUpdatedOutput()
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/tests/
H A DClientManagerTest.cpp68 auto evicted = cm.addAndEvict(cam0Desc); in TEST() local
/aosp_15_r20/packages/modules/IntentResolver/java/src/com/android/intentresolver/contentpreview/
DCachingImagePreviewImageLoader.kt66 onEntryRemoved = { evicted: Boolean, _, oldValue: Deferred<Bitmap?>, _ -> in <lambda>() method
/aosp_15_r20/frameworks/opt/photoviewer/src/com/android/ex/photo/adapters/
DBaseFragmentPagerAdapter.java183 protected void entryRemoved(boolean evicted, String key, in entryRemoved()
/aosp_15_r20/external/google-smali/dexlib2/src/main/java/com/android/tools/smali/dexlib2/analysis/util/
H A DLruCache.java284 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved()
/aosp_15_r20/frameworks/base/core/java/android/util/
H A DLruCache.java272 protected void entryRemoved(boolean evicted, K key, V oldValue, V newValue) {} in entryRemoved()
/aosp_15_r20/external/crosvm/disk/src/qcow/
H A Dvec_cache.rs151 let mut evicted = None; in evicts_when_full() localVariable
/aosp_15_r20/frameworks/base/services/core/java/com/android/server/accounts/
H A DTokenCache.java120 protected void entryRemoved(boolean evicted, Key k, Value oldVal, Value newVal) { in entryRemoved()
/aosp_15_r20/packages/apps/DocumentsUI/src/com/android/documentsui/
DThumbnailCache.java311 boolean evicted, CacheKey key, Entry oldValue, Entry newValue) { in entryRemoved()
/aosp_15_r20/external/mesa3d/src/nouveau/compiler/nak/
H A Dassign_regs.rs408 evicted: HashMap<SSAValue, u32>, field
521 let mut evicted: Vec<_> = self.evicted.drain().collect(); in finish() localVariable
/aosp_15_r20/hardware/interfaces/media/bufferpool/aidl/default/
H A DAccessor.cpp450 int evicted = 0; in evictorThread() local
H A DBufferPoolClient.cpp665 size_t evicted = 0; in evictCaches() local
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/utils/
H A DClientManager.h630 auto evicted = wouldEvictLocked(client); in addAndEvict() local
/aosp_15_r20/frameworks/av/services/camera/libcameraservice/
H A DCameraService.cpp1893 auto evicted = mActiveClientManager.addAndEvict(clientDescriptor); in finishConnectLocked() local
2040 auto evicted = mActiveClientManager.wouldEvict(clientDescriptor); in handleEvictionsLocked() local
2848 auto evicted = mActiveClientManager.addAndEvict(offlineClientDesc); in addOfflineClient() local
3786 std::vector<sp<BasicClient>> evicted; in evictClientIdByRemote() local
3898 std::vector<sp<BasicClient>> evicted; in doUserSwitch() local
/aosp_15_r20/external/cronet/net/dns/
H A Dhost_resolver_manager_job.cc424 Job* evicted = static_cast<Job*>(dispatcher.EvictOldestLowest()); in RunNextTask() local
/aosp_15_r20/external/mesa3d/src/util/
H A Dmesa_cache_db.c58 bool evicted; member
/aosp_15_r20/frameworks/av/media/module/bufferpool/1.0/
H A DBufferPoolClient.cpp575 size_t evicted = 0; in evictCaches() local
/aosp_15_r20/frameworks/av/media/module/bufferpool/2.0/
H A DBufferPoolClient.cpp679 size_t evicted = 0; in evictCaches() local
/aosp_15_r20/out/soong/.intermediates/external/libtextclassifier/notification/TextClassifierNotificationLibNoManifest/android_common_apex30/javac/
DTextClassifierNotificationLibNoManifest.jar ... .android.textclassifier.notification.SmartSuggestionsLogSession) boolean evicted String key com.android.textclassifier.notification. ...

12345678910>>...22