HomeSort by relevance Sort by last modified time
    Searched refs:Invalidate (Results 1 - 25 of 45) sorted by null

1 2

  /external/clang/include/clang/Lex/
MultipleIncludeOpt.h 84 /// Invalidate - Permanently mark this file as not being suitable for the
86 void Invalidate() {
126 return Invalidate();
133 return Invalidate();
146 Invalidate();
154 if (!TheMacro) return Invalidate();
  /external/libchrome/base/memory/
weak_ptr.cc 17 void WeakReference::Flag::Invalidate() {
53 Invalidate();
64 void WeakReferenceOwner::Invalidate() {
66 flag_->Invalidate();
weak_ptr.h 99 void Invalidate();
137 void Invalidate();
296 // Call this method to invalidate all existing weak pointers.
299 weak_reference_owner_.Invalidate();
316 // pointers. However, since SupportsWeakPtr's destructor won't invalidate
  /external/swiftshader/third_party/LLVM/include/llvm/MC/
MCAsmLayout.h 56 /// \brief Invalidate all following fragments because a fragment has been
58 void Invalidate(MCFragment *F);
  /prebuilts/ndk/r11/sources/android/ndk_helper/
GLContext.h 94 bool Invalidate();
GLContext.cpp 268 bool GLContext::Invalidate()
  /prebuilts/ndk/r13/sources/android/ndk_helper/
GLContext.h 94 bool Invalidate();
GLContext.cpp 268 bool GLContext::Invalidate()
  /device/linaro/bootloader/edk2/MdePkg/Library/BaseCpuLib/Arm/
CpuFlushTlb.asm 34 MCR p15,0,r0,c8,c5,0 ;Invalidate all the unlocked entried in TLB
  /external/arm-neon-tests/
Init.s 47 ; TLB maintenance, Invalidate Data and Instruction TLB's
57 ; Invalidate L1 Instruction Cache
62 MCRNE p15, 0, r0, c7, c5, 0 ; Invalidate Instruction Cache
64 ; Invalidate Data/Unified Caches
94 MCR p15, 0, r11, c7, c14, 2 ; Clean and Invalidate by set/way
  /external/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
Environment.h 117 bool Invalidate);
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/Common/Arm/
ArmLibSupport.S 130 mcr p15,0,R1,c8,c7,1 @ TLBIMVA TLB Invalidate MVA
131 mcr p15,0,R9,c7,c5,6 @ BPIALL Invalidate Branch predictor array. R9 == NoOp
139 mcr p15,0,R9,c7,c5,6 @ BPIALL Invalidate Branch predictor array. R9 == NoOp
  /system/connectivity/wificond/scanning/
scanner_impl.h 73 void Invalidate();
scanner_impl.cpp 80 void ScannerImpl::Invalidate() {
  /external/clang/lib/StaticAnalyzer/Core/
Environment.cpp 113 bool Invalidate) {
115 if (Invalidate)
  /device/linaro/bootloader/edk2/ArmPkg/Library/ArmLib/ArmV7/
ArmV7Support.S 65 mcr p15, 0, r0, c7, c6, 1 @invalidate single data cache line
79 mcr p15, 0, r0, c7, c14, 1 @clean and invalidate single data cache line
84 mcr p15, 0, r0, c7, c6, 2 @ Invalidate this line
89 mcr p15, 0, r0, c7, c14, 2 @ Clean and Invalidate this line
98 mcr p15,0,R0,c7,c5,0 @Invalidate entire instruction cache
117 mcr p15,0,R0,c8,c7,0 @Invalidate TLB
118 mcr p15,0,R0,c7,c5,6 @Invalidate Branch predictor array
ArmV7Support.asm 29 mcr p15, 0, r0, c7, c6, 1 ; invalidate single data cache line
43 mcr p15, 0, r0, c7, c14, 1 ; clean and invalidate single data cache line
48 mcr p15, 0, r0, c7, c6, 2 ; Invalidate this line
53 mcr p15, 0, r0, c7, c14, 2 ; Clean and Invalidate this line
63 mcr p15,0,R0,c7,c5,0 ;Invalidate entire instruction cache
80 mcr p15,0,R0,c8,c7,0 ; TLBIALL : Invalidate unified TLB
81 mcr p15,0,R0,c7,c5,6 ; BPIALL : Invalidate entire branch predictor array
  /external/pdfium/fpdfsdk/
cfx_systemhandler.cpp 56 m_pFormFillEnv->Invalidate(pPage, rcPDF.ToFxRect());
cpdfsdk_pageview.cpp 435 m_pFormFillEnv->Invalidate(m_page, rc.ToFxRect());
440 m_pFormFillEnv->Invalidate(m_page, rcWindow.ToFxRect());
cpdfsdk_formfillenvironment.h 71 void Invalidate(FPDF_PAGE page, const FX_RECT& rect);
  /external/pdfium/fpdfsdk/formfiller/
cffl_textfield.cpp 117 m_pFormFillEnv->Invalidate(pAnnot->GetUnderlyingPage(),
  /system/connectivity/wificond/
client_interface_impl.cpp 144 scanner_->Invalidate();
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
msrdc.h 157 STDMETHOD_(HRESULT,Invalidate)(THIS_ SimilarityFileIndexT similarityFileIndex) PURE;
171 #define ISimilarityFileIdTable_Invalidate(This,similarityFileIndex) (This)->lpVtbl->Invalidate(This,similarityFileIndex)
dskquota.h 82 STDMETHOD(Invalidate)(THIS) PURE;
  /external/mdnsresponder/mDNSWindows/ControlPanel/
BrowsingPage.cpp 290 m_browseListCtrl.Invalidate();

Completed in 1575 milliseconds

1 2