Searched defs:one (Results 1 - 18 of 18) sorted by relevance

/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMCommonUtils.java179 * from the smaller one.
373 public static Set combineOCs(Set one, Set two) { argument
374 if (one == null || one.isEmpty()) {
378 return one;
381 Iterator itr1 = one.iterator();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DMiscUtils.java162 * from the smaller one.
355 public static Set combineOCs(Set one, Set two) { argument
356 if (one == null || one.isEmpty()) {
360 return one;
363 Iterator itr1 = one.iterator();
/forgerock/openam-v13/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCommonUtils.java192 * from the smaller one.
417 protected static Set combineOCs(Set one, Set two) { argument
418 if (one == null || one.isEmpty()) {
422 return one;
425 Iterator itr1 = one.iterator();
/forgerock/openam-v13/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DXACMLSchemaFactoryTest.java242 * @param one The first set of strings
246 private boolean compareSetsOfStrings(Set<String> one, Set<String> two) { argument
247 if (one == two) {
250 if (one == null && two == null) {
253 if (one == null || two == null) {
256 if (one.size() != two.size()) {
259 for (String oneString : one) {
269 * @param one First string
273 private boolean compareStrings(String one, String two) { argument
274 if (one
[all...]
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/
H A DAMCommonUtils.java179 * from the smaller one.
373 public static Set combineOCs(Set one, Set two) { argument
374 if (one == null || one.isEmpty()) {
378 return one;
381 Iterator itr1 = one.iterator();
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/common/
H A DMiscUtils.java162 * from the smaller one.
355 public static Set combineOCs(Set one, Set two) { argument
356 if (one == null || one.isEmpty()) {
360 return one;
363 Iterator itr1 = one.iterator();
/forgerock/openam/openam-core/src/main/java/com/iplanet/am/sdk/ldap/
H A DCommonUtils.java192 * from the smaller one.
417 protected static Set combineOCs(Set one, Set two) { argument
418 if (one == null || one.isEmpty()) {
422 return one;
425 Iterator itr1 = one.iterator();
/forgerock/openam/openam-entitlements/src/test/java/com/sun/identity/entitlement/xacml3/
H A DXACMLSchemaFactoryTest.java242 * @param one The first set of strings
246 private boolean compareSetsOfStrings(Set<String> one, Set<String> two) { argument
247 if (one == two) {
250 if (one == null && two == null) {
253 if (one == null || two == null) {
256 if (one.size() != two.size()) {
259 for (String oneString : one) {
269 * @param one First string
273 private boolean compareStrings(String one, String two) { argument
274 if (one
[all...]
/forgerock/authenticator-android-v2/app/libs/
H A Dcore-2.3.0.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/zxing/ com/google/zxing/aztec/ ...
/forgerock/opendj2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-b2.6/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj2.6.2/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj2-hg/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-v3/opendj-server-legacy/ext/ant/lib/
H A Dant-contrib-1.0b3.jarMETA-INF/ META-INF/MANIFEST.MF net/ net/sf/ net/sf/antcontrib/ net/sf/antcontrib/antclipse/ ...
/forgerock/opendj-b2.6/resource/dsml/lib/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...
/forgerock/opendj2-jel-hg/resource/dsml/lib/
H A Djaxb-impl.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/sun/ com/sun/xml/ com/sun/xml/bind/ ...
H A Djaxb-xjc.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/maven/ META-INF/maven/com. ...

Completed in 102 milliseconds