HomeSort by relevance Sort by last modified time
    Searched full:invalidate (Results 51 - 75 of 1221) sorted by null

1 23 4 5 6 7 8 91011>>

  /external/webkit/Source/WebCore/loader/
FrameNetworkingContext.h 30 void invalidate() function in class:WebCore::FrameNetworkingContext
  /external/webkit/Source/WebKit2/Platform/
WorkQueue.cpp 43 void WorkQueue::invalidate() function in class:WorkQueue
  /external/webkit/Source/WebKit2/Shared/CoreIPCSupport/
DrawingAreaProxyMessageKinds.h 39 Invalidate,
  /frameworks/base/core/java/com/android/internal/widget/
ActionBarContainer.java 81 invalidate(); method
86 invalidate(); method
91 invalidate(); method
240 invalidate(); method
PasswordEntryKeyboardView.java 42 // invalidate both shift keys
  /frameworks/base/tests/TileBenchmark/src/com/test/tilebenchmark/
ProfiledWebView.java 73 * scrolling, invalidate all content and redraw it, measuring time taken.
82 invalidate(); method
101 invalidate(); // ensure a redraw so that auto-scrolling can occur method
119 invalidate(); // ensure a redraw so that auto-scrolling can occur method
  /frameworks/compile/libbcc/runtime/lib/
clear_cache.c 20 * It is expected to invalidate the instruction cache for the
  /packages/apps/Gallery2/src/com/android/gallery3d/photoeditor/
FilterStack.java 61 private void invalidate() { method in class:FilterStack
161 invalidate();
194 invalidate();
233 // Use the flag to break from lengthy invalidate() in GL thread for not blocking onPause().
  /packages/apps/Gallery2/src/com/android/gallery3d/ui/
AlbumSetView.java 197 invalidate(); method
219 invalidate(); method
225 invalidate(); method
229 invalidate(); method
EdgeView.java 93 invalidate(); method
103 invalidate(); method
115 invalidate(); method
125 invalidate(); method
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
iso646.h 23 License. This exception does not however invalidate any other
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
iso646.h 23 License. This exception does not however invalidate any other
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
iso646.h 23 License. This exception does not however invalidate any other
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/include/
iso646.h 23 License. This exception does not however invalidate any other
  /prebuilt/linux-x86/toolchain/arm-eabi-4.2.1/lib/gcc/arm-eabi/4.2.1/install-tools/include/
iso646.h 23 License. This exception does not however invalidate any other
  /prebuilt/linux-x86/toolchain/arm-eabi-4.3.1/lib/gcc/arm-eabi/4.3.1/include/
iso646.h 23 License. This exception does not however invalidate any other
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
mman.h 24 #define MS_INVALIDATE 2 /* invalidate the caches */
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/
iso646.h 23 License. This exception does not however invalidate any other
  /prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/install-tools/include/
iso646.h 23 License. This exception does not however invalidate any other
  /prebuilt/linux-x86/toolchain/sh-4.3.3/lib/gcc/sh-linux-gnu/4.3.3/include/
iso646.h 23 License. This exception does not however invalidate any other
  /development/apps/OBJViewer/com/android/objviewer/
OBJViewer.java 85 Message msg = mHandler.obtainMessage(INVALIDATE);
245 private static final int INVALIDATE = 1;
249 if (msg.what == INVALIDATE) {
250 invalidate();
251 msg = obtainMessage(INVALIDATE);
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
KeyButtonView.java 131 invalidate(); method
142 invalidate(); method
157 invalidate(); method
168 // also invalidate our immediate parent to help avoid situations where nearby glows
170 ((View)getParent()).invalidate();
  /frameworks/base/core/java/android/gesture/
GestureOverlayView.java 299 invalidate(); method
381 invalidate(); method
433 invalidate(); method
442 invalidate(); method
517 invalidate(); method
523 invalidate(rect);
531 invalidate(); method
538 invalidate(); method
772 invalidate(); method
  /external/clang/lib/StaticAnalyzer/Core/
CXXExprEngine.cpp 136 // FIXME: invalidate the object.
199 // Default semantics: invalidate all regions passed as arguments.
209 // NOTE: Even if RegionsToInvalidate is empty, we must still invalidate
230 // Invalidate the regions.
318 // Invalidate the regions.
326 // Invalidate the regions.
  /external/kernel-headers/original/asm-arm/
cacheflush.h 115 * Unconditionally clean and invalidate the entire cache.
119 * Clean and invalidate all user space cache entries
124 * Clean and invalidate a range of cache entries in the
143 * Invalidate (discard) the specified virtual address range.
158 * Clean and invalidate the specified virtual address range.
331 * have userspace mappings, then we _must_ always clean + invalidate

Completed in 429 milliseconds

1 23 4 5 6 7 8 91011>>