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

12 3

  /external/chromium_org/third_party/skia/src/ports/
SkPurgeableMemoryBlock_mac.cpp 28 bool SkPurgeableMemoryBlock::purge() { function in class:SkPurgeableMemoryBlock
  /external/skia/src/ports/
SkPurgeableMemoryBlock_mac.cpp 28 bool SkPurgeableMemoryBlock::purge() { function in class:SkPurgeableMemoryBlock
  /frameworks/opt/mms/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);
  /external/chromium_org/third_party/skia/src/gpu/
GrTextStrike.cpp 73 bool purge = true; local
81 if (purge) {
83 purge = (NULL == strikeToPurge->fAtlas);
  /external/skia/src/gpu/
GrTextStrike.cpp 73 bool purge = true; local
81 if (purge) {
83 purge = (NULL == strikeToPurge->fAtlas);
  /libcore/luni/src/main/java/java/util/
Timer.java 311 public int purge() { method in class:Timer.TimerImpl
414 public int purge() { method in class:Timer
416 return impl.purge();
  /external/smack/src/org/jivesoftware/smack/util/collections/
AbstractReferenceMap.java 117 * See purge.
335 * This implementation calls {@link #purge()} to maintain a consistent state.
338 purge(); method
344 * This implementation calls {@link #purge()} to maintain a consistent state.
347 purge(); method
358 protected void purge() { method in class:AbstractReferenceMap
361 purge(ref);
369 * @param ref the reference to purge
371 protected void purge(Reference ref) { method in class:AbstractReferenceMap
380 if (((ReferenceEntry<K, V>) entry).purge(ref))
700 boolean purge(Reference ref) { method in class:AbstractReferenceMap.ReferenceEntry
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/
controllers.js 204 purge: function() {
205 this._testFailures.purge(function(failure) {
209 failure.purge();
garden-o-matic.js 78 g_unexpectedFailuresController.purge();
base.js 272 - updated, which is true if the item was updated after last purge() call.
284 purge: function(removeCallback, thisObject) {
  /frameworks/native/libs/binder/
PermissionCache.cpp 72 void PermissionCache::purge() { function in class:android::PermissionCache
  /external/chromium_org/third_party/WebKit/Tools/GardeningServer/scripts/ui/
notifications.js 210 purge: function() {
211 this._where.purge();
failures.js 122 purge: function()
  /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
  /frameworks/rs/java/tests/RSTest_CompatLib/src/com/android/rs/test/
RSTestCore.java 166 mTimer.purge();
184 mTimer.purge();
  /frameworks/rs/java/tests/RsTest/src/com/android/rs/test/
RSTestCore.java 173 mTimer.purge();
198 mTimer.purge();
  /external/smack/src/org/jivesoftware/smackx/pubsub/
Node.java 322 EventContentFilter purge = new EventContentFilter(EventElementType.purge.toString()); local
324 con.addPacketListener(delListener, new OrFilter(deleteItem, purge));
  /external/chromium_org/third_party/skia/src/lazy/
SkPurgeableImageCache.cpp 131 // Go through the blocks, and purge them individually.
132 // Rather than deleting the blocks, which would interfere with further calls, purge them
137 if (!block->purge()) {
139 SkDebugf("Failed to purge\n");
  /external/skia/src/lazy/
SkPurgeableImageCache.cpp 131 // Go through the blocks, and purge them individually.
132 // Rather than deleting the blocks, which would interfere with further calls, purge them
137 if (!block->purge()) {
139 SkDebugf("Failed to purge\n");
  /libcore/luni/src/test/java/tests/api/java/util/
TimerTest.java 269 * java.util.Timer#purge()
275 assertEquals(0, t.purge());
293 assertTrue(t.purge() <= 50);
294 assertEquals(0, t.purge());
    [all...]
  /frameworks/base/include/androidfw/
AssetManager.h 206 void purge(void) { purgeFileNameCacheLocked(); } function in class:android::AssetManager
  /packages/apps/Mms/src/com/android/mms/util/
PduLoaderManager.java 147 mPduCache.purge(uri);
  /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
  /packages/apps/Settings/src/com/android/settings/users/
RestrictedProfileSettings.java 518 private Uri createTempImageUri(Context context, String fileName, boolean purge) {
522 if (purge) {

Completed in 670 milliseconds

12 3