HomeSort by relevance Sort by last modified time
    Searched full:invalidate (Results 326 - 350 of 1387) sorted by null

<<11121314151617181920>>

  /dalvik/dx/src/com/android/dx/cf/code/
LocalsArraySet.java 216 public void invalidate(int idx) { method in class:LocalsArraySet
219 primary.invalidate(idx);
223 la.invalidate(idx);
  /external/chromium-trace/trace-viewer/src/tracks/
timeline_slice_track.js 60 this.invalidate();
71 this.invalidate();
80 this.invalidate();
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 77 // constructor (which should still invalidate the entire array).
174 // invalidate the entire array).
227 // Invalidate placement args.
  /external/guava/guava-tests/test/com/google/common/cache/
EmptyCachesTest.java 54 cache.invalidate("a");
55 cache.invalidate("b");
56 cache.invalidate(0);
  /external/llvm/lib/CodeGen/
InterferenceCache.cpp 66 // Invalidate all block entries.
68 // Invalidate all iterators.
80 // LIU's changed, invalidate cache.
  /external/qemu/docs/
DISPLAY-STATE.TXT 67 vga_hw_invalidate_ptr invalidate,
72 The update/invalidate/screen_dump/text_update functions must be provided
80 'invalidate' is called to indicate that the next call to 'update'
  /external/webkit/Source/WebKit/android/jni/
PicturePile.cpp 119 void PicturePile::invalidate(const IntRect& dirtyRect) function in class:WebCore::PicturePile
153 invalidate(rect);
158 invalidate(rect);
  /libcore/luni/src/test/java/libcore/javax/net/ssl/
SSLSessionTest.java 260 s.invalid.invalidate();
265 s.server.invalidate();
270 s.client.invalidate();
  /packages/apps/Email/tests/src/com/android/email/provider/
ContentCacheTests.java 107 // Invalidate "1"; there should be two tokens invalidated
124 // Removing tokens doesn't invalidate them
293 cache.invalidate();
  /packages/apps/Music/src/com/android/music/
VerticalTextSpinner.java 252 invalidate(); method
405 invalidate(); method
455 invalidate(); method
  /frameworks/base/core/java/android/view/
View.java 450 * To force a view to draw, call {@link #invalidate()}.
463 * may need to be changed, the view will call {@link #invalidate()}.</li>
464 * <li>If either {@link #requestLayout()} or {@link #invalidate()} were called,
    [all...]
  /development/samples/ApiDemos/src/com/example/android/apis/animation/
ReversingAnimation.java 131 invalidate(); method
  /development/samples/ApiDemos/src/com/example/android/apis/app/
SetWallpaperActivity.java 72 imageView.invalidate();
  /development/samples/ApiDemos/src/com/example/android/apis/graphics/
Arcs.java 114 invalidate(); method
BitmapDecode.java 140 invalidate(); method
BitmapMesh.java 124 invalidate(); method
ColorMatrixSample.java 118 invalidate(); method
Compass.java 44 mView.invalidate();
PathEffects.java 81 invalidate(); method
Vertices.java 97 invalidate(); method
  /development/samples/training/AnimationsDemo/src/com/example/android/animationsdemo/
TouchHighlightImageButton.java 87 invalidate(); method
  /external/apache-harmony/x-net/src/test/impl/java.injected/org/apache/harmony/xnet/provider/jsse/
SSLSessionImplTest.java 91 session.invalidate();
  /external/chromium/base/threading/
platform_thread.h 90 // the caller until the designated thread exits. This will invalidate
  /external/chromium/chrome/browser/sync/notifier/
chrome_invalidation_client.h 78 virtual void Invalidate(const invalidation::Invalidation& invalidation,
  /external/chromium/chrome/browser/ui/cocoa/
fullscreen_controller.mm 561 [showTimer_ invalidate];
566 [hideTimer_ invalidate];
577 [showTimer_ invalidate]; // Make sure it doesn't repeat.
584 [hideTimer_ invalidate]; // Make sure it doesn't repeat.

Completed in 2007 milliseconds

<<11121314151617181920>>