/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | CollectionRetainAllTester.java | 51 private final Collection<E> toRetain; field in CollectionRetainAllTester.Target 54 private Target(Collection<E> toRetain, String description) { in Target() argument 55 this.toRetain = toRetain; in Target() 186 expectContents(nonEmptyProperSubset.toRetain); in testRetainAll_subset() 271 expectContents(nullSingleton.toRetain); in testRetainAll_nullSingletonPreviouslySeveralWithNull() 316 assertTrue(message, collection.retainAll(target.toRetain)); in expectReturnsTrue() 322 assertFalse(message, collection.retainAll(target.toRetain)); in expectReturnsFalse() 327 collection.retainAll(target.toRetain); in expectThrows() 338 assertFalse(message, collection.retainAll(target.toRetain)); in expectReturnsFalseOrThrows()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | MultisetsTest.java | 73 Multiset<String> toRetain = in testRetainOccurrencesEmpty() local 75 assertFalse(Multisets.retainOccurrences(multiset, toRetain)); in testRetainOccurrencesEmpty() 197 Multiset<String> toRetain = HashMultiset.create(); in testRetainEmptyOccurrences() local 198 assertTrue(Multisets.retainOccurrences(multiset, toRetain)); in testRetainEmptyOccurrences() 205 Multiset<String> toRetain = in testRetainOccurrences() local 207 assertTrue(Multisets.retainOccurrences(multiset, toRetain)); in testRetainOccurrences()
|
/external/guava/guava-gwt/test-super/com/google/common/collect/super/com/google/common/collect/ |
D | MultisetsTest.java | 71 Multiset<String> toRetain = in testRetainOccurrencesEmpty() local 73 assertFalse(Multisets.retainOccurrences(multiset, toRetain)); in testRetainOccurrencesEmpty() 195 Multiset<String> toRetain = HashMultiset.create(); in testRetainEmptyOccurrences() local 196 assertTrue(Multisets.retainOccurrences(multiset, toRetain)); in testRetainEmptyOccurrences() 203 Multiset<String> toRetain = in testRetainOccurrences() local 205 assertTrue(Multisets.retainOccurrences(multiset, toRetain)); in testRetainOccurrences()
|
/external/guava/guava/src/com/google/common/collect/ |
D | Maps.java | 2749 Set<K> toRetain = Sets.newHashSet(); 2752 toRetain.add(entry.getKey()); 2755 return map().keySet().retainAll(toRetain);
|
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/ |
D | Maps.java | 2720 Set<K> toRetain = Sets.newHashSet(); 2723 toRetain.add(entry.getKey()); 2726 return map().keySet().retainAll(toRetain);
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | UnicodeSet.java | 4413 UnicodeSet toRetain = new UnicodeSet(); in retainAll() local 4414 toRetain.addAll(collection); in retainAll() 4415 retainAll(toRetain); in retainAll()
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/ |
D | org.eclipse.jface.databinding_1.4.0.I20100601-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.core.databinding_1.3.100.I20100601-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
D | org.eclipse.equinox.p2.touchpoint.eclipse_2.0.2.R36x_v20100823.jar | META-INF/MANIFEST.MF
META-INF/ECLIPSEF.SF
META-INF/ECLIPSEF ... |
/external/owasp/sanitizer/lib/guava-libraries/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
/external/owasp/sanitizer/distrib/lib/ |
D | guava.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |