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

1 2 3 4 5 6 7 891011>>

  /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...]