Searched refs:anchors (Results 1 - 13 of 13) sorted by relevance

/external/conscrypt/src/platform/java/org/conscrypt/
H A DTrustedCertificateIndex.java41 public TrustedCertificateIndex(Set<TrustAnchor> anchors) { argument
42 index(anchors);
45 private void index(Set<TrustAnchor> anchors) { argument
46 for (TrustAnchor anchor : anchors) {
67 List<TrustAnchor> anchors = subjectToTrustAnchors.get(subject);
68 if (anchors == null) {
69 anchors = new ArrayList<TrustAnchor>(1);
70 subjectToTrustAnchors.put(subject, anchors);
72 anchors.add(anchor);
82 public void reset(Set<TrustAnchor> anchors) { argument
126 findBySubjectAndPublicKey(X509Certificate cert, Collection<TrustAnchor> anchors) argument
[all...]
/external/chromium_org/chrome/common/extensions/docs/server2/
H A Dlink_error_detector.py16 Page = namedtuple('Page', 'status, links, anchors, anchor_refs')
28 of the anchors on the page (ids and names), and all links that contain an
47 links, anchors = parser.links, parser.anchors
82 return Page(200, edges, anchors, anchor_refs)
93 self.anchors = set()
109 self.anchors.add(attrs['id'])
111 self.anchors.add(attrs['name'])
143 processing the resultant html to pull out all links and anchors.
203 if not fragment in page.anchors
[all...]
/external/chromium_org/third_party/re2/re2/testing/
H A Dtester.cc607 static Prog::Anchor anchors[] = { member in namespace:re2
629 for (int i = 0; i < arraysize(anchors); i++)
630 okay &= TestCase(text, context, anchors[i]);
/external/regex-re2/re2/testing/
H A Dtester.cc607 static Prog::Anchor anchors[] = { member in namespace:re2
629 for (int i = 0; i < arraysize(anchors); i++)
630 okay &= TestCase(text, context, anchors[i]);
/external/chromium_org/third_party/WebKit/Source/core/dom/
H A DDocument.idl129 readonly attribute HTMLCollection anchors;
H A DDocument.h360 PassRefPtrWillBeRawPtr<HTMLCollection> anchors();
H A DDocument.cpp4612 PassRefPtrWillBeRawPtr<HTMLCollection> Document::anchors() function in class:blink::Document
/external/nist-pkits/src/libcore/java/security/cert/
H A DX509CertificateNistPkitsTest.java138 Set<TrustAnchor> anchors = new HashSet<TrustAnchor>();
139 anchors.add(new TrustAnchor(trustedCA, null));
141 PKIXParameters params = new PKIXParameters(anchors);
/external/chromium_org/third_party/harfbuzz-ng/src/
H A Dhb-ot-layout-gpos-table.hh395 const AnchorMatrix &anchors, unsigned int class_count,
405 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found);
393 apply(hb_apply_context_t *c, unsigned int mark_index, unsigned int glyph_index, const AnchorMatrix &anchors, unsigned int class_count, unsigned int glyph_pos) const argument
/external/harfbuzz_ng/src/
H A Dhb-ot-layout-gpos-table.hh395 const AnchorMatrix &anchors, unsigned int class_count,
405 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found);
393 apply(hb_apply_context_t *c, unsigned int mark_index, unsigned int glyph_index, const AnchorMatrix &anchors, unsigned int class_count, unsigned int glyph_pos) const argument
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...
/external/bison/build-aux/
H A Dtexinfo.tex7837 % empty for anchors.

Completed in 4454 milliseconds