Home
last modified time | relevance | path

Searched refs:anchors (Results 1 – 25 of 34) sorted by relevance

12

/external/opencv3/modules/cudaobjdetect/src/cuda/
Dlbp.cu59 int anchors[9]; in operator ()() local
61 anchors[0] = integral[ty]; in operator ()()
62 anchors[1] = integral[ty + fw]; in operator ()()
63 anchors[0] -= anchors[1]; in operator ()()
64 anchors[2] = integral[ty + fw * 2]; in operator ()()
65 anchors[1] -= anchors[2]; in operator ()()
66 anchors[2] -= integral[ty + fw * 3]; in operator ()()
69 anchors[3] = integral[ty]; in operator ()()
70 anchors[4] = integral[ty + fw]; in operator ()()
71 anchors[3] -= anchors[4]; in operator ()()
[all …]
/external/conscrypt/src/platform/java/org/conscrypt/
DTrustedCertificateIndex.java44 public TrustedCertificateIndex(Set<TrustAnchor> anchors) { in TrustedCertificateIndex() argument
45 index(anchors); in TrustedCertificateIndex()
48 private void index(Set<TrustAnchor> anchors) { in index() argument
49 for (TrustAnchor anchor : anchors) { in index()
70 List<TrustAnchor> anchors = subjectToTrustAnchors.get(subject); in index() local
71 if (anchors == null) { in index()
72 anchors = new ArrayList<TrustAnchor>(1); in index()
73 subjectToTrustAnchors.put(subject, anchors); in index()
77 for (TrustAnchor entry : anchors) { in index()
84 anchors.add(anchor); in index()
[all …]
DTrustManagerImpl.java452 Set<TrustAnchor> anchors = findAllTrustAnchorsByIssuerAndSignature(current); in checkTrustedRecursive() local
454 for (TrustAnchor anchor : sortPotentialAnchors(anchors)) { in checkTrustedRecursive()
632 private static Collection<TrustAnchor> sortPotentialAnchors(Set<TrustAnchor> anchors) { in sortPotentialAnchors() argument
633 if (anchors.size() <= 1) { in sortPotentialAnchors()
634 return anchors; in sortPotentialAnchors()
636 List<TrustAnchor> sortedAnchors = new ArrayList<TrustAnchor>(anchors); in sortPotentialAnchors()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/composer/
DComposer.java51 private final Map<String, Node> anchors; field in Composer
57 this.anchors = new HashMap<String, Node>(); in Composer()
125 this.anchors.clear(); in composeDocument()
135 if (!anchors.containsKey(anchor)) { in composeNode()
139 Node result = anchors.get(anchor); in composeNode()
176 anchors.put(anchor, node); in composeScalarNode()
196 anchors.put(anchor, node); in composeSequenceNode()
222 anchors.put(anchor, node); in composeMappingNode()
/external/snakeyaml/src/main/java/org/yaml/snakeyaml/serializer/
DSerializer.java59 private Map<Node, String> anchors; field in Serializer
74 this.anchors = new HashMap<Node, String>(); in Serializer()
115 this.anchors.clear(); in serialize()
122 if (this.anchors.containsKey(node)) { in anchorNode()
123 String anchor = this.anchors.get(node); in anchorNode()
126 this.anchors.put(node, anchor); in anchorNode()
129 this.anchors.put(node, null); in anchorNode()
156 String tAlias = this.anchors.get(node); in serializeNode()
/external/regex-re2/re2/testing/
Dtester.cc607 static Prog::Anchor anchors[] = { variable
629 for (int i = 0; i < arraysize(anchors); i++) in TestInputInContext()
630 okay &= TestCase(text, context, anchors[i]); in TestInputInContext()
/external/markdown/docs/extensions/
DTables_of_Contents.txt44 * **slugify**: Callable to generate anchors based on header text. Defaults to a
/external/bison/examples/
Dextexi96 # We have to handle CONTENTS line per line, since anchors in AWK are
/external/nist-pkits/src/libcore/java/security/cert/
DX509CertificateNistPkitsTest.java156 Set<TrustAnchor> anchors = new HashSet<TrustAnchor>(); in getTestPathParams() local
157 anchors.add(new TrustAnchor(trustedCA, null)); in getTestPathParams()
159 PKIXParameters params = new PKIXParameters(anchors); in getTestPathParams()
/external/llvm/test/CodeGen/SystemZ/
Dframe-14.ll153 ; anchors 0x10000 bytes apart, so that the high part can be loaded using
154 ; LLILH while still using MVI in more cases than 0x40000 anchors would.
Dframe-16.ll147 ; anchors 0x10000 bytes apart, so that the high part can be loaded using
148 ; LLILH while still using STC in more cases than 0x40000 anchors would.
/external/libxml2/doc/
Dindex.py1104 anchors = ctxt.xpathEval("//a[@href]")
1107 for anchor in anchors:
/external/harfbuzz_ng/src/
Dhb-ot-layout-gpos-table.hh414 const AnchorMatrix &anchors, unsigned int class_count, in apply()
424 const Anchor& glyph_anchor = anchors.get_anchor (glyph_index, mark_class, class_count, &found); in apply()
/external/chromium-trace/catapult/third_party/coverage/
DTODO.txt215 - They use #anchors that don't survive the px->html conversion.
/external/regex-re2/
Ducs2.diff323 // 1. some number of ^ anchors
/external/opencv3/doc/tutorials/introduction/documenting_opencv/
Ddocumentation_tutorial.markdown248 Pages, anchors, groups and other named entities should have unique name inside the whole project.
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DCertPathReviewerMessages.properties161 # conflicting trust anchors
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
Dorg.eclipse.help_3.5.0.v20100524.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF ...
/external/bison/data/m4sugar/
Dm4sugar.m4535 # the anchors are broken :( I can't let users be trapped by that.
/external/clang/docs/
Ddoxygen.cfg.in851 # or removed, the anchors will not be placed correctly.
/external/jsoncpp/doc/
Ddoxyfile.in857 # or removed, the anchors will not be placed correctly.
/external/llvm/docs/
Ddoxygen.cfg.in851 # or removed, the anchors will not be placed correctly.
/external/parameter-framework/upstream/doc/
DDoxyfile.in873 # or removed, the anchors will not be placed correctly.
/external/antlr/antlr-3.4/lib/
Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/ ...
/external/e2fsprogs/doc/
Dtexinfo.tex6004 % empty for anchors.

12