HomeSort by relevance Sort by last modified time
    Searched full:invalidate (Results 551 - 575 of 1608) sorted by null

<<21222324252627282930>>

  /development/samples/TicTacToeLib/src/com/example/android/tictactoe/library/
GameView.java 161 invalidate(); method
343 invalidate(mBlinkRect);
432 invalidate(mBlinkRect);
  /external/clang/lib/StaticAnalyzer/Core/
ExprEngineCXX.cpp 125 // constructor (which should still invalidate the entire array).
236 // invalidate the entire array).
290 // Invalidate placement args.
  /external/jmonkeyengine/engine/src/core/com/jme3/font/
LetterQuad.java 181 void invalidate() { method in class:LetterQuad
209 invalidate(); method
214 invalidate(); method
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
Surface.cpp 102 // viewport is convered, so fully invalidate all tiles if its size
115 // layer list has changed, fully invalidate
116 // TODO: partially invalidate based on layer size/position
  /external/webkit/Source/WebKit/chromium/src/
WebFrameImpl.h 278 // A bit mask specifying area of the frame to invalidate.
327 // Determines whether to invalidate the content area and scrollbar.
391 // Keeps track of when the scoping effort should next invalidate the scrollbar
  /external/webkit/Source/WebKit/mac/WebView/
WebVideoFullscreenController.mm 91 [_tickleTimer invalidate];
414 [_tickleTimer invalidate];
421 [_tickleTimer invalidate];
  /external/webkit/Source/WebKit2/Platform/CoreIPC/
Connection.cpp 221 m_connectionQueue.invalidate();
245 void Connection::invalidate() function in class:CoreIPC::Connection
248 // Someone already called invalidate().
  /external/webkit/Source/WebKit2/UIProcess/API/mac/
PDFViewController.mm 112 - (void)invalidate;
143 - (void)invalidate
383 [m_wkPDFView.get() invalidate];
  /external/webkit/Source/WebKit2/WebProcess/WebPage/
DrawingAreaImpl.cpp 57 m_layerTreeHost->invalidate();
121 // Go ahead and just invalidate the scroll rect.
417 m_layerTreeHost->invalidate();
  /frameworks/wilhelm/tests/native-media/jni/
native-media-jni.c 476 // destroy streaming media player object, and invalidate all associated interfaces
486 // destroy output mix object, and invalidate all associated interfaces
492 // destroy engine object, and invalidate all associated interfaces
  /packages/apps/Camera/src/com/android/camera/ui/
Switch.java 266 invalidate(); method
339 invalidate(); method
465 invalidate(); method
  /packages/apps/Gallery2/src/com/android/camera/ui/
Switch.java 266 invalidate(); method
339 invalidate(); method
465 invalidate(); method
  /packages/apps/Settings/src/com/android/settings/widget/
ChartDataUsageView.java 212 invalidate(); method
243 // only invalidate when vertMax actually changed
256 mGrid.invalidate();
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/i686-linux/include/c++/4.6.x-google/debug/
list 236 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
263 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
290 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/x86_64-linux/include/c++/4.6.x-google/debug/
list 236 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
263 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
290 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/debug/
list 236 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
263 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
290 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
  /prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.7/include/debug/
list 235 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
262 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
289 // if __sz < size(), invalidate all iterators in [begin+__sz, end())
  /cts/tests/src/android/view/cts/
MockView.java 98 public void invalidate() { method in class:MockView
99 super.invalidate();
  /external/chromium-trace/trace-viewer/src/tracks/
counter_track.js 51 this.invalidate();
63 * the map must manually call invalidate on the track to trigger a redraw.
  /external/clang/docs/analyzer/
RegionStore.txt 34 `foo[i]` is somewhere within `foo`, so we don't have to invalidate anything
68 instance variable should *not* invalidate the rest of the object, since unlike
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Store.h 178 /// invalidate additional regions that may have changed based on accessing
181 /// \param[in] Regions The regions to invalidate.
  /external/guava/guava-tests/test/com/google/common/cache/
CacheEvictionTest.java 158 cache.invalidate(key);
277 // invalidate all
  /external/llvm/tools/llvm-rtdyld/
llvm-rtdyld.cpp 74 // Invalidate instruction cache for sections with execute permissions.
216 // Invalidate the instruction cache for each loaded function.
  /external/oprofile/events/mips/1004K/
events.h 111 "57-0 External invalidate (i.e. leaving a cache line in the invalid state) interventions"},
219 "57-1 External invalidate interventions that hit in the cache"},
  /external/qemu/memcheck/
memcheck_util.h 191 * start - Beginning of the allocated block to invalidate pages for.
192 * end - End of (past one byte after) the allocated block to invalidate pages

Completed in 990 milliseconds

<<21222324252627282930>>