Searched refs:removeFrom (Results 1 - 21 of 21) sorted by relevance

/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DIterators.java208 * @param removeFrom the iterator to (potentially) remove elements from
213 Iterator<?> removeFrom, Collection<?> elementsToRemove) {
214 return removeIf(removeFrom, in(elementsToRemove));
222 * @param removeFrom the iterator to (potentially) remove elements from
229 Iterator<T> removeFrom, Predicate<? super T> predicate) {
232 while (removeFrom.hasNext()) {
233 if (predicate.apply(removeFrom.next())) {
234 removeFrom.remove();
246 * @param removeFrom the iterator to (potentially) remove elements from
251 Iterator<?> removeFrom, Collectio
212 removeAll( Iterator<?> removeFrom, Collection<?> elementsToRemove) argument
228 removeIf( Iterator<T> removeFrom, Predicate<? super T> predicate) argument
250 retainAll( Iterator<?> removeFrom, Collection<?> elementsToRetain) argument
[all...]
H A DIterables.java130 * @param removeFrom the iterable to (potentially) remove elements from
135 Iterable<?> removeFrom, Collection<?> elementsToRemove) {
136 return (removeFrom instanceof Collection)
137 ? ((Collection<?>) removeFrom).removeAll(checkNotNull(elementsToRemove))
138 : Iterators.removeAll(removeFrom.iterator(), elementsToRemove);
148 * @param removeFrom the iterable to (potentially) remove elements from
153 Iterable<?> removeFrom, Collection<?> elementsToRetain) {
154 return (removeFrom instanceof Collection)
155 ? ((Collection<?>) removeFrom).retainAll(checkNotNull(elementsToRetain))
156 : Iterators.retainAll(removeFrom
134 removeAll( Iterable<?> removeFrom, Collection<?> elementsToRemove) argument
152 retainAll( Iterable<?> removeFrom, Collection<?> elementsToRetain) argument
172 removeIf( Iterable<T> removeFrom, Predicate<? super T> predicate) argument
235 removeFirstMatching(Iterable<T> removeFrom, Predicate<? super T> predicate) argument
[all...]
/external/desugar/java/com/google/devtools/common/options/
H A DInvocationPolicyParser.java45 BaseEncoding.base64().decode(CharMatcher.whitespace().removeFrom(policy)));
/external/guava/guava/src/com/google/common/collect/
H A DIterables.java132 * @param removeFrom the iterable to (potentially) remove elements from
137 Iterable<?> removeFrom, Collection<?> elementsToRemove) {
138 return (removeFrom instanceof Collection)
139 ? ((Collection<?>) removeFrom).removeAll(checkNotNull(elementsToRemove))
140 : Iterators.removeAll(removeFrom.iterator(), elementsToRemove);
150 * @param removeFrom the iterable to (potentially) remove elements from
155 Iterable<?> removeFrom, Collection<?> elementsToRetain) {
156 return (removeFrom instanceof Collection)
157 ? ((Collection<?>) removeFrom).retainAll(checkNotNull(elementsToRetain))
158 : Iterators.retainAll(removeFrom
136 removeAll( Iterable<?> removeFrom, Collection<?> elementsToRemove) argument
154 retainAll( Iterable<?> removeFrom, Collection<?> elementsToRetain) argument
174 removeIf( Iterable<T> removeFrom, Predicate<? super T> predicate) argument
237 removeFirstMatching(Iterable<T> removeFrom, Predicate<? super T> predicate) argument
[all...]
H A DIterators.java210 * @param removeFrom the iterator to (potentially) remove elements from
215 Iterator<?> removeFrom, Collection<?> elementsToRemove) {
216 return removeIf(removeFrom, in(elementsToRemove));
224 * @param removeFrom the iterator to (potentially) remove elements from
231 Iterator<T> removeFrom, Predicate<? super T> predicate) {
234 while (removeFrom.hasNext()) {
235 if (predicate.apply(removeFrom.next())) {
236 removeFrom.remove();
248 * @param removeFrom the iterator to (potentially) remove elements from
253 Iterator<?> removeFrom, Collectio
214 removeAll( Iterator<?> removeFrom, Collection<?> elementsToRemove) argument
230 removeIf( Iterator<T> removeFrom, Predicate<? super T> predicate) argument
252 retainAll( Iterator<?> removeFrom, Collection<?> elementsToRetain) argument
[all...]
/external/guava/guava-gwt/test-super/com/google/common/base/super/com/google/common/base/
H A DCharMatcherTest.java130 assertEquals("", matcher.removeFrom(""));
214 assertEquals(s.toString(), matcher.removeFrom(s));
231 assertEquals("", matcher.removeFrom(s));
299 assertEquals("", matcher.removeFrom(s));
317 assertSame(s, matcher.removeFrom(s));
333 assertEquals(s.substring(1), matcher.removeFrom(s));
349 assertEquals(s.substring(0, 1), matcher.removeFrom(s));
/external/guava/guava-tests/test/com/google/common/base/
H A DCharMatcherTest.java193 assertEquals("", matcher.removeFrom(""));
283 assertEquals(s.toString(), matcher.removeFrom(s));
300 assertEquals("", matcher.removeFrom(s));
368 assertEquals("", matcher.removeFrom(s));
386 assertSame(s, matcher.removeFrom(s));
402 assertEquals(s.substring(1), matcher.removeFrom(s));
418 assertEquals(s.substring(0, 1), matcher.removeFrom(s));
/external/guava/guava/src/com/google/common/base/
H A DCharMatcher.java281 @Override public String removeFrom(CharSequence sequence) {
359 @Override public String removeFrom(CharSequence sequence) {
1052 * CharMatcher.is('a').removeFrom("bazaar")}</pre>
1057 public String removeFrom(CharSequence sequence) { method in class:CharMatcher
1095 return negate().removeFrom(sequence);
1152 return removeFrom(sequence);
/external/guava/guava-gwt/src-super/com/google/common/base/super/com/google/common/base/
H A DCharMatcher.java279 @Override public String removeFrom(CharSequence sequence) {
357 @Override public String removeFrom(CharSequence sequence) {
895 * CharMatcher.is('a').removeFrom("bazaar")}</pre>
900 public String removeFrom(CharSequence sequence) { method in class:CharMatcher
938 return negate().removeFrom(sequence);
995 return removeFrom(sequence);
/external/dagger2/lib/
H A Dauto-value-1.4.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/auto/ com/google/auto/value/ ...
H A Dgoogle-java-format-0.1-20151017.042846-2.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/googlejavaformat/ com/google/googlejavaformat/CloseOp ...
/external/guice/lib/
H A Dguava-16.0.1.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/testng/ant/3rdparty/
H A Ddoclava-1.0.3.jarMETA-INF/MANIFEST.MF assets/html/index.html assets/templates/data.hdf assets/templates/assets/ ...
/external/annotation-tools/annotation-file-utilities/lib/
H A Dguava-20.0.jarMETA-INF/MANIFEST.MF META-INF/ META-INF/maven/ META-INF/maven/com. ...
/external/annotation-tools/annotation-file-utilities/
H A Dannotation-file-utilities.jarMETA-INF/ META-INF/MANIFEST.MF annotations/ annotations/el/ annotations/field/ annotations/io/ annotations/io/classfile/ ...
/external/v8/src/inspector/build/closure-compiler/
H A Dclosure-compiler.jarMETA-INF/MANIFEST.MF META-INF/ com/ com/google/ com/google/debugging/ com/google/debugging/sourcemap/ ...
/external/testng/lib-supplied/
H A Dguice-2.0.jarMETA-INF/ META-INF/MANIFEST.MF LICENSE NOTICE org/ org/testng/ org/testng/guice/ org/testng/ ...
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...
/external/robolectric/v3/runtime/
H A Dandroid-all-4.4_r1-robolectric-1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/android/ com/google/android/collect/ ...

Completed in 432 milliseconds