Searched defs:toRemove (Results 1 - 8 of 8) sorted by relevance

/forgerock/opendj2/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestListener.java826 * Removes toRemove from base. If there are duplicate items in base, then
827 * only one is removed for each item in toRemove.
829 * @return a new List with base with toRemove items removed from it
831 private List<String> removeExactly(List<String> base, List<String> toRemove) { argument
833 for (String item : toRemove) {
/forgerock/opendj2-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestListener.java826 * Removes toRemove from base. If there are duplicate items in base, then
827 * only one is removed for each item in toRemove.
829 * @return a new List with base with toRemove items removed from it
831 private List<String> removeExactly(List<String> base, List<String> toRemove) { argument
833 for (String item : toRemove) {
/forgerock/opendj-b2.6/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestListener.java839 * Removes toRemove from base. If there are duplicate items in base, then
840 * only one is removed for each item in toRemove.
842 * @return a new List with base with toRemove items removed from it
844 private List<String> removeExactly(List<String> base, List<String> toRemove) { argument
846 for (int i = 0; i < toRemove.size(); i++) {
847 String item = toRemove.get(i);
/forgerock/opendj2.6.2/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestListener.java839 * Removes toRemove from base. If there are duplicate items in base, then
840 * only one is removed for each item in toRemove.
842 * @return a new List with base with toRemove items removed from it
844 private List<String> removeExactly(List<String> base, List<String> toRemove) { argument
846 for (int i = 0; i < toRemove.size(); i++) {
847 String item = toRemove.get(i);
/forgerock/opendj2-jel-hg/tests/unit-tests-testng/src/server/org/opends/server/
H A DTestListener.java839 * Removes toRemove from base. If there are duplicate items in base, then
840 * only one is removed for each item in toRemove.
842 * @return a new List with base with toRemove items removed from it
844 private List<String> removeExactly(List<String> base, List<String> toRemove) { argument
846 for (int i = 0; i < toRemove.size(); i++) {
847 String item = toRemove.get(i);
/forgerock/opendj-v3/opendj-server-legacy/src/test/java/org/opends/server/
H A DTestListener.java837 * Removes toRemove from base. If there are duplicate items in base, then
838 * only one is removed for each item in toRemove.
840 * @return a new List with base with toRemove items removed from it
842 private List<String> removeExactly(List<String> base, List<String> toRemove) { argument
844 diff.removeAll(toRemove);
/forgerock/openam-v13/openam-oauth/samples/StockClient/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...
/forgerock/openam-v13/openam-oauth/samples/StockService/lib/
H A Djavaee.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/servlet/ javax/servlet/jsp/ javax/servlet/jsp/jstl/ ...

Completed in 63 milliseconds