HomeSort by relevance Sort by last modified time
    Searched refs:range3 (Results 1 - 2 of 2) sorted by null

  /external/guava/guava-tests/test/com/google/common/collect/
BstRangeOpsTest.java 148 GeneralRange<Character> range3 = GeneralRange.downTo(Ordering.natural(), 'a', CLOSED); local
149 testTraversalAfterClearingRangeIs(d, range3, "");
181 GeneralRange<Character> range3 = GeneralRange.upTo(Ordering.natural(), 'a', CLOSED); local
182 testTraversalAfterClearingRangeIs(d, range3, "bdefg");
282 GeneralRange<Character> range3 = GeneralRange.downTo(Ordering.natural(), 'a', CLOSED); local
283 ASSERT.that(pathToList(BstRangeOps.furthestPath(range3, LEFT, pathFactory, d)))
311 GeneralRange<Character> range3 = GeneralRange.upTo(Ordering.natural(), 'a', CLOSED); local
312 assertNull(BstRangeOps.furthestPath(range3, LEFT, pathFactory, d));
356 GeneralRange<Character> range3 = GeneralRange.downTo(Ordering.natural(), 'a', CLOSED); local
357 ASSERT.that(pathToList(BstRangeOps.furthestPath(range3, RIGHT, pathFactory, d))
385 GeneralRange<Character> range3 = GeneralRange.upTo(Ordering.natural(), 'a', CLOSED); local
    [all...]
  /external/clang/bindings/python/tests/cindex/
test_location.py 94 range3 = SourceRange.from_locations(location1, location3)
95 assert range1 != range3

Completed in 5499 milliseconds