/external/llvm/lib/CodeGen/ |
MachineTraceMetrics.h | 102 /// Invalidate resource information. 103 void invalidate() { InstrCount = ~0u; } function in struct:llvm::MachineTraceMetrics::FixedBlockInfo 161 /// Invalidate depth resources when some block above this one has changed. 164 /// Invalidate height resources when a block below this one has changed. 289 void invalidate(const MachineBasicBlock *MBB); 310 /// Invalidate cached information about MBB. This must be called *before* MBB 318 void invalidate(const MachineBasicBlock *MBB);
|
/external/webkit/Source/WebCore/platform/ |
Scrollbar.cpp | 45 // when the thumb moves, we have to invalidate them for painting. 143 invalidate(); 162 invalidate(); 282 invalidate(); // Just invalidate the whole scrollbar, since the buttons at either end change anyway. 283 else if (m_pressedPart == NoPart) { // When there's a pressed part, we don't draw a hovered state, so there's no reason to invalidate. 433 invalidate();
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
SoftKeyboardView.java | 111 * release. Currently, whenever we can invalidate(Rect), view will call 201 invalidate(mDirtyRect); 203 invalidate(); method 278 invalidate(mDirtyRect); 329 invalidate(mDirtyRect); 361 invalidate(mDirtyRect); 396 invalidate(); method
|
/packages/apps/Gallery/src/com/android/camera/ |
CropImage.java | 540 mImageView.invalidate(); 571 hv.invalidate(); 588 hv.invalidate(); 597 hv.invalidate(); 606 hv.invalidate(); 616 hv.invalidate(); 626 hv.invalidate(); 635 hv.invalidate(); 640 invalidate(); method 792 invalidate(); method [all...] |
/frameworks/native/opengl/libagl/ |
matrix.cpp | 142 // invalidate perspective (divide by W) and view volume clipping 495 void transform_state_t::invalidate() function in class:android::transform_state_t 849 c->transforms.invalidate(); 888 c->transforms.invalidate(); 935 c->transforms.invalidate(); 943 c->transforms.invalidate(); 950 c->transforms.invalidate(); 960 c->transforms.invalidate(); 969 c->transforms.invalidate(); 980 c->transforms.invalidate(); [all...] |
/external/kernel-headers/original/asm-arm/ |
tlbflush.h | 182 * needs to determine if it should invalidate the TLB for each 188 * Invalidate the entire TLB. 192 * Invalidate all TLB entries in a particular address 198 * Invalidate a range of TLB entries in the specified 206 * Invalidate the specified page in the specified address range. 212 * Invalidate the TLB entry for the specified page. The address
|
/external/qemu/ |
softmmu_template.h | 132 * must invalidate two caches in TLB. */ 165 /* Accessed memory is under memchecker control. We must invalidate 171 // Read crossed page boundaris. Invalidate second cache too. 308 * must invalidate two caches in TLB. */ 341 /* Accessed memory is under memchecker control. We must invalidate 347 // Write crossed page boundaris. Invalidate second cache too.
|
/packages/apps/VideoEditor/src/com/android/videoeditor/widgets/ |
AudioTrackLinearLayout.java | 278 audioTrackView.invalidate(); 376 mAudioTrackActionMode.invalidate(); 420 mAudioTrackActionMode.invalidate(); 424 invalidate(); method 482 invalidate(); method 505 invalidate(); method
|
ZoomControl.java | 89 invalidate(); method 107 invalidate(); method 173 invalidate(); method
|
/external/webkit/Source/WebCore/svg/ |
SVGFEConvolveMatrixElement.cpp | 157 invalidate(); 164 invalidate(); 183 invalidate();
|
/external/webkit/Source/WebKit/chromium/src/ |
WebDevToolsAgentImpl.cpp | 263 // and the drawing of the highlight. Here we just make sure to invalidate 270 // FIXME: able to invalidate a smaller rect. 271 // FIXME: Is it important to just invalidate the rect of the node region
|
/external/webkit/Source/WebKit2/WebProcess/Downloads/mac/ |
DownloadMac.mm | 52 - (void)invalidate; 168 [m_delegate.get() invalidate]; 210 - (void)invalidate
|
/frameworks/base/core/tests/coretests/src/android/util/ |
InternalSelectionView.java | 217 invalidate(); method 225 invalidate(); method 270 invalidate(); method
|
/frameworks/support/v4/java/android/support/v4/view/ |
PagerTabStrip.java | 131 invalidate(); method 199 invalidate(); method 292 invalidate(r);
|
/packages/apps/Launcher2/src/com/android/launcher2/ |
BubbleTextView.java | 125 // so we just need to do an invalidate to trigger draw 219 // Invalidate so the pressed state is visible, or set a flag so we know that we 220 // have to call invalidate as soon as the state is "pressed"
|
/cts/tests/tests/widget/src/android/widget/cts/ |
ProgressBarTest.java | 450 public void invalidate(int l, int t, int r, int b) { method in class:ProgressBarTest.MockProgressBar 452 super.invalidate(l, t, r, b); 455 public void invalidate() { method in class:ProgressBarTest.MockProgressBar 457 super.invalidate();
|
/external/chromium/chrome/browser/ui/cocoa/tabs/ |
throbber_view.mm | 190 - (void)invalidate; 232 - (void)invalidate { 233 [timer_ invalidate]; 270 // removeThrobber: if it decides it's done animating. That would invalidate
|
/external/chromium-trace/trace-viewer/src/ |
linux_perf_i915_parser.js | 240 var event = /dev=(\d+), ring=(\w+), invalidate=(\w+), flush=(\w+)/ 247 var invalidate = event[3]; 253 invalidate: invalidate,
|
/external/guava/guava/src/com/google/common/cache/ |
AbstractLoadingCache.java | 36 * is implemented in terms of {@link #invalidate}. The method {@link #cleanUp} is a no-op. All other
|
RemovalCause.java | 35 * {@link Cache#invalidate}, {@link Cache#invalidateAll(Iterable)}, {@link Cache#invalidateAll()},
|
/external/kernel-headers/original/linux/ |
smp.h | 64 #define MSG_INVALIDATE_TLB 0x0001 /* Remote processor TLB invalidate */
|
/external/skia/src/gpu/gl/ |
GrGLTexture.h | 59 void invalidate() { memset(this, 0xff, sizeof(TexParams)); } function in struct:GrGLTexture::TexParams
|
/external/valgrind/main/coregrind/m_gdbserver/ |
regcache.h | 35 /* Invalidate cached registers for one or all threads. */
|
/external/webkit/Source/WebCore/bindings/js/ |
JavaScriptCallFrame.h | 47 void invalidate() function in class:WebCore::JavaScriptCallFrame
|
/external/webkit/Source/WebCore/bridge/ |
runtime_object.h | 51 void invalidate();
|