Searched refs:EMPTY_SET (Results 1 - 25 of 32) sorted by relevance

12

/openjdk7/jdk/test/sun/security/provider/PolicyFile/
H A DTrustedCert.java48 Collections.EMPTY_SET,
49 Collections.EMPTY_SET),
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/gbind/
H A DElementSets.java44 if(lhs==ElementSet.EMPTY_SET)
46 if(rhs==ElementSet.EMPTY_SET)
76 return super.contains(rhs) || rhs==ElementSet.EMPTY_SET;
H A DExpression.java57 return ElementSet.EMPTY_SET;
H A DElementSet.java42 public static final ElementSet EMPTY_SET = new ElementSet() { field in interface:ElementSet
H A DGraph.java59 whole.buildDAG(ElementSet.EMPTY_SET);
H A DElement.java112 return this==rhs || rhs==ElementSet.EMPTY_SET;
/openjdk7/jdk/test/javax/security/auth/Subject/
H A DSynch.java63 Collections.EMPTY_SET,
64 Collections.EMPTY_SET),
/openjdk7/jdk/src/share/classes/java/security/cert/
H A DCollectionCertStoreParameters.java98 coll = Collections.EMPTY_SET;
/openjdk7/jdk/test/java/security/cert/PKIXBuilderParameters/
H A DInvalidParameters.java44 new PKIXBuilderParameters(Collections.EMPTY_SET, null);
/openjdk7/jdk/test/java/util/Collections/
H A DEmptyCollectionSerialization.java53 if (!isSingleton(Collections.EMPTY_SET))
54 throw new Exception("EMPTY_SET");
H A DWrappedNull.java168 Collections.EMPTY_SET);
169 Set s = Collections.unmodifiableSet(Collections.EMPTY_SET);
175 c = Collections.synchronizedCollection(Collections.EMPTY_SET);
176 s = Collections.synchronizedSet(Collections.EMPTY_SET);
H A DSer.java27 * @summary EMPTY_SET, EMPTY_LIST, and the collections returned by
40 out.writeObject(Collections.EMPTY_SET);
45 if (!Collections.EMPTY_SET.equals(in.readObject()))
/openjdk7/jdk/test/java/security/cert/PKIXParameters/
H A DInvalidParameters.java48 PKIXParameters p = new PKIXParameters(Collections.EMPTY_SET);
52 params.setTrustAnchors(Collections.EMPTY_SET);
/openjdk7/jdk/test/javax/security/auth/PrivateCredentialPermission/
H A DSubset.java71 Collections.EMPTY_SET,
104 Collections.EMPTY_SET,
184 Collections.EMPTY_SET,
237 Collections.EMPTY_SET,
262 Collections.EMPTY_SET,
462 Collections.EMPTY_SET,
/openjdk7/jdk/src/share/classes/sun/util/locale/
H A DUnicodeLocaleExtension.java91 if (attributes == Collections.EMPTY_SET) {
/openjdk7/jdk/test/javax/management/remote/mandatory/notif/
H A DNotificationEmissionTest.java69 Collections.EMPTY_SET,
70 Collections.EMPTY_SET);
H A DNotificationAccessControllerTest.java120 Collections.EMPTY_SET,
121 Collections.EMPTY_SET);
/openjdk7/jdk/test/javax/management/remote/mandatory/subjectDelegation/
H A DSubjectDelegation1Test.java154 Collections.EMPTY_SET,
155 Collections.EMPTY_SET);
H A DSubjectDelegation3Test.java157 Collections.EMPTY_SET,
158 Collections.EMPTY_SET);
/openjdk7/jdk/test/java/nio/channels/Selector/
H A DKeySets.java127 s.retainAll(Collections.EMPTY_SET);
/openjdk7/jdk/test/javax/management/remote/mandatory/connection/
H A DConnectionTest.java371 Collections.EMPTY_SET, Collections.EMPTY_SET);
/openjdk7/jdk/src/solaris/classes/sun/nio/ch/
H A DSctpServerChannelImpl.java406 return Collections.EMPTY_SET;
H A DSctpChannelImpl.java121 private Set<SocketAddress> remoteAddresses = Collections.EMPTY_SET;
1064 return Collections.EMPTY_SET;
1077 return Collections.EMPTY_SET;
H A DSctpMultiChannelImpl.java922 return Collections.EMPTY_SET;
941 return addrs != null ? addrs : Collections.EMPTY_SET;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DsimpleType.java480 return Collections.EMPTY_SET;

Completed in 111 milliseconds

12