HomeSort by relevance Sort by last modified time
    Searched full:countaggregate (Results 1 - 7 of 7) sorted by null

  /external/guava/guava/src/com/google/common/collect/
BstCountBasedBalancePolicies.java 47 final BstAggregate<N> countAggregate) {
48 checkNotNull(countAggregate);
63 } else if (countAggregate.treeValue(left) > countAggregate.treeValue(right)) {
80 final BstAggregate<N> countAggregate) {
81 checkNotNull(countAggregate);
86 long countL = countAggregate.treeValue(left);
87 long countR = countAggregate.treeValue(right);
102 if (countAggregate.treeValue(rl) >= SECOND_ROTATE_RATIO * countAggregate.treeValue(rr))
    [all...]
  /external/guava/guava-tests/test/com/google/common/collect/
BstCountBasedBalancePoliciesTest.java 17 import static com.google.common.collect.BstTesting.countAggregate;
36 return BstCountBasedBalancePolicies.noRebalancePolicy(countAggregate);
44 countAggregate);
52 countAggregate);
BstRangeOpsTest.java 23 import static com.google.common.collect.BstTesting.countAggregate;
64 countAggregate, GeneralRange.downTo(Ordering.natural(), c, type), ROOT);
78 countAggregate, GeneralRange.upTo(Ordering.natural(), c, type), ROOT);
97 long count = BstRangeOps.totalInRange(countAggregate, GeneralRange.range(
119 countAggregate, GeneralRange.<Character>all(Ordering.natural()), ROOT));
125 assertEquals(0, BstRangeOps.totalInRange(countAggregate, range, empty));
BstTesting.java 102 static final BstAggregate<SimpleNode> countAggregate = new BstAggregate<SimpleNode>() {
172 tester.setDefault(BstAggregate.class, countAggregate);
  /prebuilts/sdk/tools/lib/
lint.jar 
lint_api.jar 
lint_checks.jar 

Completed in 233 milliseconds