/external/jemalloc/include/jemalloc/ |
jemalloc_typedefs.h | 54 chunk_purge_t *purge; member in struct:__anon13679
|
/frameworks/native/libs/binder/ |
PermissionCache.cpp | 72 void PermissionCache::purge() { function in class:android::PermissionCache
|
/external/apache-http/src/org/apache/commons/logging/impl/ |
WeakHashtable.java | 131 /* Counter used to control how often we purge gc'd entries */ 145 // purge should not be required 154 purge(); method 162 purge(); method 182 // for performance reasons, no purge 191 purge(); method 209 purge(); 234 // for performance reasons, only purge every 237 purge(); 240 // do a partial purge more ofte [all...] |
/external/skia/src/core/ |
SkTypefaceCache.cpp | 30 this->purge(TYPEFACE_CACHE_LIMIT >> 2); 51 void SkTypefaceCache::purge(int numToPurge) { function in class:SkTypefaceCache 70 this->purge(fArray.count());
|
/frameworks/opt/telephony/src/java/com/google/android/mms/util/ |
AbstractCache.java | 82 public V purge(K key) { method in class:AbstractCache 84 Log.v(TAG, "Trying to purge " + key);
|
/packages/apps/Messaging/src/com/android/messaging/mmslib/util/ |
AbstractCache.java | 80 public V purge(K key) { method in class:AbstractCache 82 Log.v(TAG, "Trying to purge " + key);
|
/external/jmdns/src/javax/jmdns/impl/ |
DNSTaskStarter.java | 276 _timer.purge(); 285 _stateTimer.purge(); 389 * Purge the general task timer 394 * Purge the state task timer
|
/libcore/ojluni/src/main/java/java/util/ |
Timer.java | 456 public int purge() { method in class:Timer
|
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
re.py | 86 purge Clear the regular expression cache. 110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X", 192 def purge(): function
|
/prebuilts/gdb/linux-x86/lib/python2.7/ |
re.py | 86 purge Clear the regular expression cache. 110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X", 192 def purge(): function
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
re.py | 86 purge Clear the regular expression cache. 110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X", 192 def purge(): function
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
re.py | 86 purge Clear the regular expression cache. 110 "compile", "purge", "template", "escape", "I", "L", "M", "S", "X", 192 def purge(): function
|
/bionic/libc/kernel/uapi/linux/ |
dlm_device.h | 71 struct dlm_purge_params purge; member in union:dlm_write_request::__anon437
|
/development/ndk/platforms/android-21/include/linux/ |
dlm_device.h | 71 struct dlm_purge_params purge; member in union:dlm_write_request::__anon1573
|
/external/chromium-trace/catapult/third_party/gsutil/third_party/boto/boto/sqs/ |
queue.py | 343 def purge(self): member in class:Queue 345 Purge all messages in the queue. 351 return self.purge()
|
/external/kernel-headers/original/uapi/linux/ |
dlm_device.h | 70 struct dlm_purge_params purge; member in union:dlm_write_request::__anon13929
|
/external/skia/include/core/ |
SkImageFilter.h | 49 virtual void purge() {} function in class:SkImageFilter::Cache
|
/external/skia/src/gpu/ |
GrLayerCache.cpp | 211 for (int i = 0; i < 2; ++i) { // extra pass in case we fail to add but are able to purge 235 break; // We weren't able to purge any plots 368 void GrLayerCache::purge(uint32_t pictureID) { function in class:GrLayerCache 522 this->purge(deletedPictures[i].fUniqueID);
|
/frameworks/base/include/androidfw/ |
AssetManager.h | 216 void purge(void) { purgeFileNameCacheLocked(); } function in class:android::AssetManager
|
/frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/ |
RSTestCore.java | 174 mTimer.purge(); 192 mTimer.purge();
|
/frameworks/rs/java/tests/RSTest_CompatLibLegacy/src/com/android/rs/test/ |
RSTestCore.java | 168 mTimer.purge(); 186 mTimer.purge();
|
/frameworks/rs/java/tests/RsTest/src/com/android/rs/test/ |
RSTestCore.java | 187 mTimer.purge(); 205 mTimer.purge();
|
/frameworks/rs/java/tests/RsTest_11/src/com/android/rs/test/ |
RSTestCore.java | 141 mTimer.purge(); 166 mTimer.purge();
|
/frameworks/rs/java/tests/RsTest_14/src/com/android/rs/test/ |
RSTestCore.java | 145 mTimer.purge(); 170 mTimer.purge();
|
/frameworks/rs/java/tests/RsTest_16/src/com/android/rs/test/ |
RSTestCore.java | 145 mTimer.purge(); 170 mTimer.purge();
|