Searched refs:retainAll (Results 1 - 25 of 248) sorted by relevance

12345678910

/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java175 public boolean retainAll(Collection<?> c) method in class:TestSynchronousReplayQueue
177 return this.list.retainAll(c);
/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java174 public boolean retainAll(Collection<?> c) method in class:TestSynchronousReplayQueue
176 return this.list.retainAll(c);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java175 public boolean retainAll(Collection<?> c) method in class:TestSynchronousReplayQueue
177 return this.list.retainAll(c);
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java174 public boolean retainAll(Collection<?> c) method in class:TestSynchronousReplayQueue
176 return this.list.retainAll(c);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java175 public boolean retainAll(Collection<?> c) method in class:TestSynchronousReplayQueue
177 return this.list.retainAll(c);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/replication/plugin/
H A DTestSynchronousReplayQueue.java173 public boolean retainAll(Collection<?> c) method in class:TestSynchronousReplayQueue
175 return this.list.retainAll(c);
/forgerock/opendj2/src/server/org/opends/server/backends/jeb/
H A DIndexFilter.java270 if (retainAll(results, set))
281 if (retainAll(results, set))
359 if (retainAll(results, set))
408 if (retainAll(results, set))
427 if (retainAll(results, set))
444 private boolean retainAll(EntryIDSet a, EntryIDSet b) method in class:IndexFilter
446 a.retainAll(b);
H A DIndexQuery.java167 entryIDs.retainAll(query.evaluate(debugMessages));
/forgerock/opendj-b2.6/src/server/org/opends/server/backends/jeb/
H A DIndexFilter.java271 if (retainAll(results, set))
282 if (retainAll(results, set))
360 if (retainAll(results, set))
409 if (retainAll(results, set))
428 if (retainAll(results, set))
445 private boolean retainAll(EntryIDSet a, EntryIDSet b) method in class:IndexFilter
447 a.retainAll(b);
H A DIndexQuery.java168 entryIDs.retainAll(query.evaluate(debugMessages));
/forgerock/opendj2.6.2/src/server/org/opends/server/backends/jeb/
H A DIndexFilter.java271 if (retainAll(results, set))
282 if (retainAll(results, set))
360 if (retainAll(results, set))
409 if (retainAll(results, set))
428 if (retainAll(results, set))
445 private boolean retainAll(EntryIDSet a, EntryIDSet b) method in class:IndexFilter
447 a.retainAll(b);
H A DIndexQuery.java168 entryIDs.retainAll(query.evaluate(debugMessages));
/forgerock/opendj2-hg/src/server/org/opends/server/backends/jeb/
H A DIndexFilter.java270 if (retainAll(results, set))
281 if (retainAll(results, set))
359 if (retainAll(results, set))
408 if (retainAll(results, set))
427 if (retainAll(results, set))
444 private boolean retainAll(EntryIDSet a, EntryIDSet b) method in class:IndexFilter
446 a.retainAll(b);
H A DIndexQuery.java167 entryIDs.retainAll(query.evaluate(debugMessages));
/forgerock/opendj2-jel-hg/src/server/org/opends/server/backends/jeb/
H A DIndexFilter.java271 if (retainAll(results, set))
282 if (retainAll(results, set))
360 if (retainAll(results, set))
409 if (retainAll(results, set))
428 if (retainAll(results, set))
445 private boolean retainAll(EntryIDSet a, EntryIDSet b) method in class:IndexFilter
447 a.retainAll(b);
H A DIndexQuery.java168 entryIDs.retainAll(query.evaluate(debugMessages));
/forgerock/openam-v13/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DIndexCache.java182 results.retainAll(getHostIndexes(indexes));
188 results.retainAll(getPathParentIndexes(indexes));
190 results.retainAll(getPathIndexes(indexes));
/forgerock/openam/openam-core/src/main/java/com/sun/identity/entitlement/opensso/
H A DIndexCache.java182 results.retainAll(getHostIndexes(indexes));
188 results.retainAll(getPathParentIndexes(indexes));
190 results.retainAll(getPathIndexes(indexes));
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/backends/pluggable/
H A DEntryIDSetTest.java304 retained.retainAll(newDefinedSet(1, 2, 3, 5, 6, 7, 8));
309 retained.retainAll(newDefinedSet(1, 3, 5, 7, 9));
314 retained.retainAll(newDefinedSet(1, 3, 5, 7, 9));
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/schema/
H A DFakeIndexQueryFactory.java105 results.retainAll(it.next());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/
H A DIndexFilter.java255 results.retainAll(set);
278 results.retainAll(evaluateFilter(filter));
/forgerock/opendj-b2.6/src/guitools/org/opends/guitools/controlpanel/task/
H A DCancelTaskTask.java155 backends.retainAll(getBackends());
/forgerock/opendj2/src/guitools/org/opends/guitools/controlpanel/task/
H A DCancelTaskTask.java154 backends.retainAll(getBackends());
/forgerock/opendj2.6.2/src/guitools/org/opends/guitools/controlpanel/task/
H A DCancelTaskTask.java155 backends.retainAll(getBackends());
/forgerock/opendj2-hg/src/guitools/org/opends/guitools/controlpanel/task/
H A DCancelTaskTask.java154 backends.retainAll(getBackends());

Completed in 986 milliseconds

12345678910