HomeSort by relevance Sort by last modified time
    Searched refs:purge (Results 51 - 75 of 172) sorted by null

1 23 4 5 6 7

  /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();
  /toolchain/binutils/binutils-2.25/binutils/
makefile.vms 84 $$ purge
  /toolchain/binutils/binutils-2.25/gas/
makefile.vms 71 $$ purge
  /toolchain/binutils/binutils-2.25/opcodes/
configure.com 64 $ purge
  /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/curl/packages/vms/
build_gnv_curl_release_notes.com 98 $ purge 'base_file'.release_notes
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
TimerTest.java 273 * java.util.Timer#purge()
279 assertEquals(0, t.purge());
297 assertTrue(t.purge() <= 50);
298 assertEquals(0, t.purge());
    [all...]
  /external/libxml2/vms/
build_libxml.com 178 $ purge XML_LIBDIR:LIBXML.OLB
227 $ purge/nolog [.debug]
  /packages/apps/Settings/src/com/android/settings/users/
EditUserPhotoController.java 334 private Uri createTempImageUri(Context context, String fileName, boolean purge) {
338 if (purge) {
  /external/skia/include/core/
SkImageFilter.h 49 virtual void purge() {} function in class:SkImageFilter::Cache
  /external/sl4a/ScriptingLayerForAndroid/src/com/googlecode/android_scripting/activity/
ScriptProcessMonitor.java 100 mTimer.purge();
  /frameworks/base/include/androidfw/
AssetManager.h 216 void purge(void) { purgeFileNameCacheLocked(); } function in class:android::AssetManager
  /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
  /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);
GrLayerCache.h 412 void purge(uint32_t pictureID);
416 // Either purge all un-locked plots or just one. Return true if >= 1 plot
  /external/jemalloc/include/jemalloc/
jemalloc.h 315 chunk_purge_t *purge; member in struct:__anon12816
  /external/skia/tests/
ImageFilterCacheTest.cpp 102 // Exercise the purgeByKeys and purge methods
127 cache->purge();
GpuLayerCacheTest.cpp 33 static void Purge(GrLayerCache* cache, uint32_t pictureID) {
34 cache->purge(pictureID);
274 TestingAccess::Purge(&cache, picture->uniqueID());
287 // Test out the GrContext-style purge. This should remove all the layers
305 // Purge the resource cache ...
318 // Test out the MessageBus-style purge. This will not free the atlas
  /external/jemalloc/src/
chunk.c 103 ATOMIC_COPY_HOOK(purge);
606 /* Try to decommit; purge if that fails. */
611 zeroed = !committed || !chunk_hooks->purge(chunk, size, 0, size,
656 return (chunk_hooks->purge(chunk, size, offset, length, arena->ind));
  /external/ipsec-tools/src/racoon/
isakmp.c     [all...]

Completed in 1557 milliseconds

1 23 4 5 6 7