Searched refs:removeExactly (Results 1 - 10 of 10) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
H A DConcurrentHashMultisetTest.java281 cms.removeExactly("a", -2);
284 assertTrue(cms.removeExactly("a", 0));
286 assertTrue(cms.removeExactly("c", 0));
289 assertFalse(cms.removeExactly("a", 4));
291 assertTrue(cms.removeExactly("a", 2));
293 assertTrue(cms.removeExactly("b", 2));
H A DConcurrentHashMultisetBasherTest.java150 if (multiset.removeExactly(key, delta)) {
/external/guava/guava/src/com/google/common/collect/
H A DConcurrentHashMultiset.java268 * TODO(cpovirk): remove and removeExactly currently accept null inputs only
315 public boolean removeExactly(@Nullable Object element, int occurrences) { method in class:ConcurrentHashMultiset
/external/guava/guava-tests/benchmark/com/google/common/collect/
H A DConcurrentHashMultisetBenchmark.java341 public boolean removeExactly(@Nullable Object element, int occurrences) { method in class:ConcurrentHashMultisetBenchmark.OldConcurrentHashMultiset
/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/dagger2/lib/
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/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 327 milliseconds