Home
last modified time | relevance | path

Searched refs:EMPTY_SET (Results 1 – 25 of 47) sorted by relevance

12

/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/ocsp/
DOCSPUtils.java19 static Set EMPTY_SET = Collections.unmodifiableSet(new HashSet()); field in OCSPUtils
38 return EMPTY_SET; in getCriticalExtensionOIDs()
48 return EMPTY_SET; in getNonCriticalExtensionOIDs()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DBERFactory.java6 static final BERSet EMPTY_SET = new BERSet(); field in BERFactory
15 return v.size() < 1 ? EMPTY_SET : new BERSet(v); in createSet()
DDERFactory.java6 static final ASN1Set EMPTY_SET = new DERSet(); field in DERFactory
15 return v.size() < 1 ? EMPTY_SET : new DLSet(v); in createSet()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/x509/
DExtendedPKIXBuilderParameters.java27 private Set excludedCerts = Collections.EMPTY_SET;
54 excludedCerts = Collections.EMPTY_SET; in setExcludedCerts()
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/cert/
DCertUtils.java36 private static Set EMPTY_SET = Collections.unmodifiableSet(new HashSet()); field in CertUtils
137 return EMPTY_SET; in getCriticalExtensionOIDs()
147 return EMPTY_SET; in getNonCriticalExtensionOIDs()
/external/libvncserver/webclients/java-applet/ssl/
Dtightvnc-1.3dev7_javasrc-vncviewer-cursor-colors+no-tab-traversal.patch33 + Collections.EMPTY_SET);
35 + Collections.EMPTY_SET);
/external/conscrypt/libcore-stub/src/main/java/libcore/java/security/
DStandardNames.java940 assertEquals("Unknown cipher suites", Collections.EMPTY_SET, unknownCipherSuites); in assertValidCipherSuites()
951 assertEquals("Missing cipher suites", Collections.EMPTY_SET, remainingCipherSuites); in assertSupportedCipherSuites()
974 assertEquals("Unknown protocols", Collections.EMPTY_SET, unknownProtocols); in assertValidProtocols()
985 assertEquals("Missing protocols", Collections.EMPTY_SET, remainingProtocols); in assertSupportedProtocols()
/external/icu/icu4c/source/common/
Duresimp.h35 #define EMPTY_SET 0x2205 macro
/external/bouncycastle/bcpkix/src/main/java/org/bouncycastle/openssl/
DCertificateTrustBlock.java93 return Collections.EMPTY_SET; in toSet()
/external/emma/core/java12/com/vladium/emma/report/
DSourcePathCache.java203 return Collections.EMPTY_SET; in faultListing()
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
DAntlr3Mojo.java413 SourceMapping mapping = new SuffixMapping("g", Collections.EMPTY_SET); in processGrammarFiles()
/external/emma/core/java12/com/vladium/util/exception/
DExceptionCommon.java466 … static final Enumeration EMPTY_ENUMERATION = Collections.enumeration (Collections.EMPTY_SET);
/external/icu/icu4j/main/tests/core/src/com/ibm/icu/dev/test/util/
DTestLocaleValidity.java180 if (!assertEquals("Missing keys", Collections.EMPTY_SET, missing)) { in testBasic()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/test/util/
DTestLocaleValidity.java181 if (!assertEquals("Missing keys", Collections.EMPTY_SET, missing)) { in testBasic()
/external/conscrypt/testing/src/main/java/libcore/javax/net/ssl/
DSSLConfigurationAsserts.java226 assertEquals(message, Collections.EMPTY_SET, elementsNotInContainer); in assertContainsAll()
/external/mockftpserver/tags/1.1/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java416 assertEquals("No names yet", Collections.EMPTY_SET, session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/1.2.3/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java416 assertEquals("No names yet", Collections.EMPTY_SET, session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/2.2/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java416 assertEquals("No names yet", Collections.EMPTY_SET, session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/1.2.1/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java416 assertEquals("No names yet", Collections.EMPTY_SET, session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/2.0/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java416 assertEquals("No names yet", Collections.EMPTY_SET, session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/1.2/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java416 assertEquals("No names yet", Collections.EMPTY_SET, session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/2.x_Before_IDEA/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java416 assertEquals("No names yet", Collections.EMPTY_SET, session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/2.1/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java416 assertEquals("No names yet", Collections.EMPTY_SET, session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/tags/2.0-rc3/MockFtpServer/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java416 assertEquals("No names yet", Collections.EMPTY_SET, session.getAttributeNames()); in testGetAttributeNames()
/external/mockftpserver/branches/1.x_Branch/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java416 assertEquals("No names yet", Collections.EMPTY_SET, session.getAttributeNames()); in testGetAttributeNames()

12