HomeSort by relevance Sort by last modified time
    Searched full:reclaim (Results 1 - 25 of 371) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /packages/apps/Messaging/src/com/android/messaging/datamodel/
MemoryCacheManager.java 25 * is memory pressure provide a callback to reclaim the memory in the caches.
36 * Extend this interface to provide a reclaim method on a memory cache.
39 void reclaim(); method in interface:MemoryCacheManager.MemoryCache
61 * Reclaim memory in all the memory caches in the application.
66 // modified set, then reclaim outside of the lock to minimize the time within the lock.
72 cache.reclaim();
  /cts/tests/tests/media/src/android/media/cts/
ResourceManagerTestActivity1.java 36 mWaitForReclaim = extras.getBoolean("wait-for-reclaim", mWaitForReclaim);
40 // haven't reached the limit with MAX_INSTANCES, no need to wait for reclaim exception.
ResourceManagerTestActivityBase.java 240 Log.d(TAG, "Got expected reclaim exception.");
243 Log.d(TAG, "Stopped without getting reclaim exception.");
244 // if the test is supposed to wait for reclaim event then this is a failure,
ResourceManagerStubActivity.java 73 // in this case, activity2 may not need to reclaim codec from activity1.
85 intent1.putExtra("wait-for-reclaim", mWaitForReclaim);
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/
MemoryCacheManagerTest.java 40 Mockito.verify(mockMemoryCache, Mockito.times(2)).reclaim();
41 Mockito.verify(otherMockMemoryCache, Mockito.times(1)).reclaim();
  /external/mesa3d/src/gallium/auxiliary/pipebuffer/
pb_slab.c 42 * until the next allocation attempt, at which time we try a reclaim.
58 LIST_DEL(&entry->head); /* remove from reclaim list */
77 while (!LIST_IS_EMPTY(&slabs->reclaim)) {
79 LIST_ENTRY(struct pb_slab_entry, slabs->reclaim.next, head);
166 LIST_ADDTAIL(&entry->head, &slabs->reclaim);
172 * This may end up freeing some slabs and is therefore useful to try to reclaim
215 LIST_INITHEAD(&slabs->reclaim);
241 /* Reclaim all slab entries (even those that are still in flight). This
244 while (!LIST_IS_EMPTY(&slabs->reclaim)) {
246 LIST_ENTRY(struct pb_slab_entry, slabs->reclaim.next, head)
    [all...]
  /external/clang/test/CodeGenObjC/
arc-with-atthrow.m 10 // TODO: We should probably emit this specific pattern without the reclaim.
  /external/syslinux/bios/com32/modules/
meminfo.c32 
  /external/syslinux/efi32/com32/modules/
meminfo.c32 
  /prebuilts/go/darwin-x86/src/runtime/
stubs2.go 30 // the stack is safe to reclaim.
  /prebuilts/go/linux-x86/src/runtime/
stubs2.go 30 // the stack is safe to reclaim.
  /packages/apps/Messaging/tests/src/com/android/messaging/datamodel/media/
MediaResourceManagerTest.java 46 MediaCacheManager.get().reclaim();
62 MediaCacheManager.get().reclaim();
85 MediaCacheManager.get().reclaim();
93 MediaCacheManager.get().reclaim();
105 MediaCacheManager.get().reclaim();
116 MediaCacheManager.get().reclaim();
  /frameworks/av/services/mediaresourcemanager/test/
ResourceManagerService_test.cpp 268 // reclaim all secure codecs
272 // call again should reclaim one largest graphic memory from lowest process
290 // reclaim all secure and non-secure codecs
309 // reclaim all non-secure codecs
313 // call again should reclaim one largest graphic memory from lowest process
317 // call again should reclaim another largest graphic memory from lowest process
338 // call again should reclaim another graphic memory from lowest process
342 // call again should reclaim another graphic memory from lowest process
363 // call again should reclaim another secure codec from lowest process
387 // reclaim all secure codec
    [all...]
  /external/webrtc/webrtc/modules/audio_conference_mixer/source/
memory_pool_posix.h 104 // Reclaim memory if less than half of the pool is unused.
129 // Reclaim all memory.
  /external/curl/docs/libcurl/
curl_free.3 25 curl_free - reclaim memory that has been obtained through a libcurl call
  /external/kernel-headers/original/uapi/linux/
nfs_fs.h 36 #define FLUSH_HIGHPRI 16 /* high priority memory reclaim flush */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/linux/
nfs_fs.h 35 #define FLUSH_HIGHPRI 16 /* high priority memory reclaim flush */
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/FaultTolerantWriteDxe/
UpdateWorkingBlock.c 307 // it needs to reclaim work space.
311 // reclaim work space in working block.
315 DEBUG ((EFI_D_ERROR, "Ftw: Reclaim workspace - %r\n", Status));
357 Reclaim the work space on the working block.
385 DEBUG ((EFI_D_INFO, "Ftw: start to reclaim work space\n"));
616 DEBUG ((EFI_D_INFO, "Ftw: reclaim work space successfully\n"));
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Protocol/VariableStore/
VariableStore.h 100 // CleanupStore() - Do garbage collection and reclaim operation.
  /packages/apps/Messaging/src/com/android/messaging/datamodel/media/
MediaCacheManager.java 41 public void reclaim() { method in class:MediaCacheManager
  /system/extras/tests/workloads/
systemapps.sh 5 # LMK since previous iteration) or if there were any direct reclaim
79 reclaim=$4
93 curReclaim=$(eval "echo \$${label}reclaim")
116 ((curReclaim=curReclaim+${reclaim:=0}))
117 eval "${label}reclaim=$curReclaim"
132 $(eval "echo \$${label}restart") $(eval "echo \$${label}reclaim") \
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Variable/RuntimeDxe/
VariableRuntimeDxe.inf 40 Reclaim.c
  /device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/EsalVariableDxeSal/
EsalVariableDxeSal.inf 37 Reclaim.c
  /external/tensorflow/tensorflow/core/lib/gtl/
priority_queue_util.h 36 // reclaim it in the standard API. std::priority_queue does, however, expose
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/
ifaddrs.h 69 /* Reclaim the storage allocated by a previous `getifaddrs' call. */

Completed in 669 milliseconds

1 2 3 4 5 6 7 8 91011>>