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

  /external/guava/guava/src/com/google/common/collect/
RegularImmutableSortedMultiset.java 39 final long cumulativeCount;
44 this.cumulativeCount = count + ((previous == null) ? 0 : previous.cumulativeCount);
124 lastEntry.cumulativeCount - firstEntry.cumulativeCount + firstEntry.count);
  /prebuilts/sdk/tools/lib/
guava-10.0.1.jar 
lint.jar 
lint_api.jar 
lint_checks.jar 
  /prebuilts/misc/common/tradefed/
tradefed-prebuilt.jar 

Completed in 140 milliseconds