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

  /external/conscrypt/src/platform/java/org/conscrypt/
TrustedCertificateIndex.java 41 public TrustedCertificateIndex(Set<TrustAnchor> anchors) {
42 index(anchors);
45 private void index(Set<TrustAnchor> anchors) {
46 for (TrustAnchor anchor : anchors) {
67 List<TrustAnchor> anchors = subjectToTrustAnchors.get(subject); local
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) {
92 List<TrustAnchor> anchors = subjectToTrustAnchors.get(issuer); local
118 List<TrustAnchor> anchors = subjectToTrustAnchors.get(subject); local
    [all...]
  /external/chromium_org/chrome/common/extensions/docs/server2/
link_error_detector.py 16 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...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GravityHelper.java 99 String[] anchors = gravityString.split("\\|"); //$NON-NLS-1$ local
100 for (String anchor : anchors) {
  /external/chromium_org/third_party/re2/re2/testing/
tester.cc 607 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/
tester.cc 607 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/nist-pkits/src/libcore/java/security/cert/
X509CertificateNistPkitsTest.java 138 Set<TrustAnchor> anchors = new HashSet<TrustAnchor>(); local
139 anchors.add(new TrustAnchor(trustedCA, null));
141 PKIXParameters params = new PKIXParameters(anchors);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/dom/
Document.idl 129 readonly attribute HTMLCollection anchors;
Document.h 390 PassRefPtrWillBeRawPtr<HTMLCollection> anchors();
    [all...]
Document.cpp 4614 PassRefPtrWillBeRawPtr<HTMLCollection> Document::anchors() function in class:WebCore::Document
    [all...]
  /build/tools/droiddoc/templates-sac/assets/js/
android_3p-bundle.js 540 // Remove any prefix anchors so that the output will match anywhere.
    [all...]
  /build/tools/droiddoc/templates-sdk/assets/js/
android_3p-bundle.js 540 // Remove any prefix anchors so that the output will match anywhere.
    [all...]
docs.js     [all...]
  /build/tools/droiddoc/templates-sdk-dyn/assets/js/
android_3p-bundle.js 540 // Remove any prefix anchors so that the output will match anywhere.
    [all...]
  /build/tools/droiddoc/templates-ds/assets/js/
global-libraries-combined.js     [all...]
  /external/chromium_org/third_party/harfbuzz-ng/src/
hb-ot-layout-gpos-table.hh 395 const AnchorMatrix &anchors, unsigned int class_count,
405 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found);
    [all...]
  /external/harfbuzz_ng/src/
hb-ot-layout-gpos-table.hh 395 const AnchorMatrix &anchors, unsigned int class_count,
405 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found);
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
rtl.h 250 vec<rtx, va_gc> *anchors;
249 vec<rtx, va_gc> *anchors; variable
    [all...]
  /cts/tools/signature-tools/lib/
stringtemplate.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.help_3.5.0.v20100524.jar 
  /external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/
dom_util.js     [all...]
  /prebuilts/tools/common/netbeans-visual/
org-netbeans-api-visual.jar 
  /external/antlr/antlr-3.4/lib/
antlr-3.4-complete.jar 
  /prebuilts/misc/common/antlr/
antlr-3.4-complete.jar 
  /external/bison/build-aux/
texinfo.tex     [all...]
  /ndk/sources/host-tools/sed-4.2.1/build-aux/
texinfo.tex     [all...]

Completed in 587 milliseconds