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

1 23 4 5 6 7 8 91011>>

  /external/llvm/test/Analysis/GlobalsModRef/
purecse.ll 19 store i32 %X, i32* %P ;; Does not invalidate 'pure' call.
  /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/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/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
  /external/webkit/Source/WebKit2/UIProcess/
WebProcessProxy.cpp 76 m_connection->invalidate();
82 m_processLauncher->invalidate();
87 m_threadLauncher->invalidate();
115 m_connection->invalidate();
301 // We received an invalid message from the web process, invalidate our connection and kill it.
302 m_connection->invalidate();

Completed in 1698 milliseconds

1 23 4 5 6 7 8 91011>>