OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:anchors
(Results
1 - 11
of
11
) sorted by null
/libcore/crypto/src/main/java/org/conscrypt/
TrustedCertificateIndex.java
42
public TrustedCertificateIndex(Set<TrustAnchor>
anchors
) {
43
index(
anchors
);
46
private void index(Set<TrustAnchor>
anchors
) {
47
for (TrustAnchor anchor :
anchors
) {
68
List<TrustAnchor>
anchors
= subjectToTrustAnchors.get(subject);
local
69
if (
anchors
== null) {
70
anchors
= new ArrayList<TrustAnchor>(1);
71
subjectToTrustAnchors.put(subject,
anchors
);
73
anchors
.add(anchor);
83
public void reset(Set<TrustAnchor>
anchors
) {
93
List<TrustAnchor>
anchors
= subjectToTrustAnchors.get(issuer);
local
119
List<TrustAnchor>
anchors
= subjectToTrustAnchors.get(subject);
local
[
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.cpp
4244
PassRefPtr<HTMLCollection> Document::
anchors
()
function in class:WebCore::Document
[
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
/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
Completed in 725 milliseconds