HomeSort by relevance Sort by last modified time
    Searched refs:anchor (Results 76 - 100 of 1803) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/llvm/lib/Target/Mips/MCTargetDesc/
MipsMCAsmInfo.h 23 void anchor() override;
  /external/llvm/lib/Target/NVPTX/MCTargetDesc/
NVPTXMCAsmInfo.h 24 virtual void anchor();
  /external/llvm/lib/Target/X86/MCTargetDesc/
X86MCAsmInfo.h 26 virtual void anchor();
40 void anchor() override;
47 void anchor() override;
54 void anchor() override;
  /external/llvm/lib/Target/XCore/MCTargetDesc/
XCoreMCAsmInfo.h 23 void anchor() override;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAsmInfoELF.h 18 virtual void anchor();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/MC/
MCAsmInfoELF.h 18 virtual void anchor();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/MC/
MCAsmInfoELF.h 18 virtual void anchor();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/MC/
MCAsmInfoELF.h 18 virtual void anchor();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/MC/
MCAsmInfoELF.h 18 virtual void anchor();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/MC/
MCAsmInfoELF.h 18 virtual void anchor();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/MC/
MCAsmInfoELF.h 18 virtual void anchor();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/MC/
MCAsmInfoELF.h 18 virtual void anchor();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/MC/
MCAsmInfoELF.h 18 virtual void anchor();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/MC/
MCAsmInfoELF.h 18 virtual void anchor();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/MC/
MCAsmInfoELF.h 18 virtual void anchor();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/MC/
MCAsmInfoELF.h 18 virtual void anchor();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/MC/
MCAsmInfoELF.h 18 virtual void anchor();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/MC/
MCAsmInfoELF.h 18 virtual void anchor();
  /external/conscrypt/platform/src/main/java/org/conscrypt/
TrustedCertificateIndex.java 52 for (TrustAnchor anchor : anchors) {
53 index(anchor);
58 TrustAnchor anchor = new TrustAnchor(cert, null); local
59 index(anchor);
60 return anchor;
63 public void index(TrustAnchor anchor) {
65 X509Certificate cert = anchor.getTrustedCert();
69 subject = anchor.getCA();
87 anchors.add(anchor);
112 for (TrustAnchor anchor : anchors)
    [all...]
  /external/slf4j/slf4j-site/src/site/pages/js/
decorator.js 4 // class="anchor"/></a>Logger context</h3>
7 var anchor = findAnchorInURL(document.URL);
8 decoratePropertiesInTables(anchor);
9 decorateDoAnchor(anchor);
10 decorateConversionWordInTables(anchor);
25 function decoratePropertiesInTables(anchor) {
48 "'><span class='anchor'/></a><b>" +tmpHTML +"</b>";
49 scrollIfMatch(p, nameAttr, anchor);
53 function decorateConversionWordInTables(anchor) {
62 "'><span class='anchor'/></a>" +tmpHTML
    [all...]
  /external/clang/test/CodeGenCXX/
vtable-key-function.cpp 30 virtual void anchor();
33 void Derived<char>::anchor() { } function in class:Derived
  /external/snakeyaml/src/main/java/org/yaml/snakeyaml/events/
AliasEvent.java 24 public AliasEvent(String anchor, Mark startMark, Mark endMark) {
25 super(anchor, startMark, endMark);
  /frameworks/base/tests/NetworkSecurityConfigTest/src/android/security/net/config/
TestCertificateSource.java 44 java.security.cert.TrustAnchor anchor = mIndex.findBySubjectAndPublicKey(cert); local
45 if (anchor == null) {
48 return anchor.getTrustedCert();
53 java.security.cert.TrustAnchor anchor = mIndex.findByIssuerAndSignature(cert); local
54 if (anchor == null) {
57 return anchor.getTrustedCert();
63 for (java.security.cert.TrustAnchor anchor : mIndex.findAllByIssuerAndSignature(cert)) {
64 certs.add(anchor.getTrustedCert());
  /frameworks/base/core/java/android/view/autofill/
AutofillPopupWindow.java 69 * the anchor view.
107 public void update(View anchor, int offsetX, int offsetY, int width, int height,
116 // anchor view position.
120 // delegates to the anchor but present itself with the same bounds as the
122 // symmetrically when the dropdown is below and above the anchor.
131 anchor.getContext().getDisplay().getSize(outPoint);
136 actualAnchor = anchor;
139 actualAnchor = new View(anchor.getContext()) {
148 return anchor.getAccessibilityViewId();
153 return anchor.getViewTreeObserver()
294 final View anchor = getAnchor(); local
    [all...]
  /external/clang/lib/Driver/
Action.cpp 43 void InputAction::anchor() {} function in class:InputAction
49 void BindArchAction::anchor() {} function in class:BindArchAction
54 void CudaDeviceAction::anchor() {} function in class:CudaDeviceAction
60 void CudaHostAction::anchor() {} function in class:CudaHostAction
65 void JobAction::anchor() {} function in class:JobAction
74 void PreprocessJobAction::anchor() {} function in class:PreprocessJobAction
79 void PrecompileJobAction::anchor() {} function in class:PrecompileJobAction
84 void AnalyzeJobAction::anchor() {} function in class:AnalyzeJobAction
89 void MigrateJobAction::anchor() {} function in class:MigrateJobAction
94 void CompileJobAction::anchor() {} function in class:CompileJobAction
99 void BackendJobAction::anchor() {} function in class:BackendJobAction
104 void AssembleJobAction::anchor() {} function in class:AssembleJobAction
109 void LinkJobAction::anchor() {} function in class:LinkJobAction
115 void LipoJobAction::anchor() {} function in class:LipoJobAction
121 void DsymutilJobAction::anchor() {} function in class:DsymutilJobAction
127 void VerifyJobAction::anchor() {} function in class:VerifyJobAction
136 void VerifyDebugInfoJobAction::anchor() {} function in class:VerifyDebugInfoJobAction
142 void VerifyPCHJobAction::anchor() {} function in class:VerifyPCHJobAction
    [all...]

Completed in 526 milliseconds

1 2 34 5 6 7 8 91011>>