Searched refs:anchor (Results 1 - 25 of 600) sorted by relevance

1234567891011>>

/external/llvm/utils/TableGen/
H A DX86ModRMFilters.cpp14 void ModRMFilter::anchor() { } function in class:ModRMFilter
16 void DumbFilter::anchor() { } function in class:DumbFilter
18 void ModFilter::anchor() { } function in class:ModFilter
20 void ExtendedFilter::anchor() { } function in class:ExtendedFilter
22 void ExactFilter::anchor() { } function in class:ExactFilter
/external/clang/lib/Analysis/
H A DDominators.cpp14 void DominatorTree::anchor() { } function in class:DominatorTree
/external/clang/lib/Frontend/
H A DChainedDiagnosticConsumer.cpp14 void ChainedDiagnosticConsumer::anchor() { } function in class:ChainedDiagnosticConsumer
/external/clang/lib/Lex/
H A DPPCallbacks.cpp14 void PPChainedCallbacks::anchor() { } function in class:PPChainedCallbacks
/external/clang/lib/Sema/
H A DSemaConsumer.cpp14 void SemaConsumer::anchor() { } function in class:SemaConsumer
/external/llvm/lib/CodeGen/
H A DJITCodeEmitter.cpp14 void JITCodeEmitter::anchor() { } function in class:JITCodeEmitter
H A DMachineCodeEmitter.cpp14 void MachineCodeEmitter::anchor() { } function in class:MachineCodeEmitter
/external/llvm/lib/Support/
H A DIntrusiveRefCntPtr.cpp14 void RefCountedBaseVPTR::anchor() { } function in class:RefCountedBaseVPTR
/external/llvm/lib/Target/Hexagon/
H A DHexagonMachineFunctionInfo.cpp15 void HexagonMachineFunctionInfo::anchor() {} function in class:HexagonMachineFunctionInfo
/external/llvm/lib/Target/MSP430/
H A DMSP430MachineFunctionInfo.cpp14 void MSP430MachineFunctionInfo::anchor() { } function in class:MSP430MachineFunctionInfo
/external/llvm/lib/Target/PowerPC/
H A DPPCMachineFunctionInfo.cpp14 void PPCFunctionInfo::anchor() { } function in class:PPCFunctionInfo
/external/llvm/lib/Target/R600/MCTargetDesc/
H A DAMDGPUMCCodeEmitter.cpp20 void AMDGPUMCCodeEmitter::anchor() {} function in class:AMDGPUMCCodeEmitter
/external/llvm/lib/Target/Sparc/
H A DSparcMachineFunctionInfo.cpp14 void SparcMachineFunctionInfo::anchor() { } function in class:SparcMachineFunctionInfo
/external/llvm/lib/Target/SystemZ/
H A DSystemZMachineFunctionInfo.cpp16 void SystemZMachineFunctionInfo::anchor() {} function in class:SystemZMachineFunctionInfo
/external/llvm/lib/Target/
H A DTargetJITInfo.cpp14 void TargetJITInfo::anchor() { } function in class:TargetJITInfo
/external/llvm/lib/Target/X86/
H A DX86MachineFunctionInfo.cpp14 void X86MachineFunctionInfo::anchor() { } function in class:X86MachineFunctionInfo
/external/clang/lib/AST/
H A DAttrImpl.cpp23 void InheritableAttr::anchor() { } function in class:InheritableAttr
25 void InheritableParamAttr::anchor() { } function in class:InheritableParamAttr
/external/clang/lib/StaticAnalyzer/Core/
H A DSubEngine.cpp14 void SubEngine::anchor() { } function in class:SubEngine
/external/llvm/lib/MC/
H A DMCAsmInfoELF.cpp18 void MCAsmInfoELF::anchor() { } function in class:MCAsmInfoELF
H A DMCAsmInfoCOFF.cpp18 void MCAsmInfoCOFF::anchor() { } function in class:MCAsmInfoCOFF
42 void MCAsmInfoMicrosoft::anchor() { } function in class:MCAsmInfoMicrosoft
47 void MCAsmInfoGNUCOFF::anchor() { } function in class:MCAsmInfoGNUCOFF
/external/llvm/lib/Target/ARM/
H A DARMRegisterInfo.cpp17 void ARMRegisterInfo::anchor() { } function in class:ARMRegisterInfo
/external/llvm/lib/Target/R600/
H A DR600MachineFunctionInfo.cpp17 void R600MachineFunctionInfo::anchor() {} function in class:R600MachineFunctionInfo
/external/llvm/include/llvm/MC/
H A DMCAsmInfoCOFF.h17 virtual void anchor();
23 void anchor() override;
29 void anchor() override;
/external/conscrypt/src/platform/java/org/conscrypt/
H A DTrustedCertificateIndex.java46 for (TrustAnchor anchor : anchors) {
47 index(anchor);
52 TrustAnchor anchor = new TrustAnchor(cert, null);
53 index(anchor);
54 return anchor;
57 public void index(TrustAnchor anchor) { argument
59 X509Certificate cert = anchor.getTrustedCert();
63 subject = anchor.getCA();
72 anchors.add(anchor);
97 for (TrustAnchor anchor
[all...]
/external/chromium_org/third_party/WebKit/Source/core/page/
H A DValidationMessageClient.h41 // Show validation message for the specified anchor element. An
44 virtual void showValidationMessage(const Element& anchor, const String& message) = 0;
46 // Hide validation message for the specified anchor if the message for the
47 // anchor is already visible.
48 virtual void hideValidationMessage(const Element& anchor) = 0;
50 // Returns true if the validation message for the specified anchor element
52 virtual bool isValidationMessageVisible(const Element& anchor) = 0;

Completed in 725 milliseconds

1234567891011>>