Home
last modified time | relevance | path

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

123

/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/
DDERFactory.java6 static final ASN1Set EMPTY_SET = new DERSet(); field in DERFactory
15 return v.size() < 1 ? EMPTY_SET : new DLSet(v); in createSet()
DBERFactory.java6 static final BERSet EMPTY_SET = new BERSet(); field in BERFactory
15 return v.size() < 1 ? EMPTY_SET : new BERSet(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.java35 private static Set EMPTY_SET = Collections.unmodifiableSet(new HashSet()); field in CertUtils
124 return EMPTY_SET; in getCriticalExtensionOIDs()
134 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/mockito/cglib-and-asm/src/org/mockito/asm/tree/analysis/
DSourceValue.java67 this(size, SmallSet.EMPTY_SET); in SourceValue()
DSmallSet.java48 static final Set EMPTY_SET = new SmallSet(null, null); field in SmallSet
/external/icu/icu4c/source/common/
Duresimp.h33 #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/owasp/sanitizer/tools/findbugs/lib/
Dasm-analysis-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/tree/analysis/Analyzer. ...
/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.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.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.0/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.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.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/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.0-rc1/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/1.1/src/test/java/org/mockftpserver/core/session/
DDefaultSessionTest.java416 assertEquals("No names yet", Collections.EMPTY_SET, session.getAttributeNames()); in testGetAttributeNames()

123