HomeSort by relevance Sort by last modified time
    Searched defs:checkNonnegative (Results 1 - 4 of 4) sorted by null

  /external/guava/guava/src/com/google/common/collect/
ConcurrentHashMultiset.java 21 import static com.google.common.collect.Multisets.checkNonnegative;
349 checkNonnegative(count, "count");
403 checkNonnegative(expectedOldCount, "oldCount");
404 checkNonnegative(newCount, "newCount");
Multisets.java 416 checkNonnegative(count, "count");
773 checkNonnegative(count, "count");
792 checkNonnegative(oldCount, "oldCount");
793 checkNonnegative(newCount, "newCount");
942 static void checkNonnegative(int count, String name) {
  /prebuilts/tools/common/guava-tools/
guava-10.0.1.jar 
  /prebuilt/common/tradefed/
tradefed-prebuilt.jar 

Completed in 64 milliseconds