OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:countAggregate
(Results
1 - 8
of
8
) sorted by null
/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
);
/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
...]
/prebuilts/sdk/tools/lib/
guava-10.0.1.jar
lint.jar
lint_api.jar
lint_checks.jar
Completed in 106 milliseconds