Home
last modified time | relevance | path

Searched refs:range3 (Results 1 – 3 of 3) sorted by relevance

/external/guava/guava-tests/test/com/google/common/collect/
DTreeRangeMapTest.java263 for (Range<Integer> range3 : RANGES) { in testAllRangeTriples()
267 putModel(model, range3, 3); in testAllRangeTriples()
271 test.put(range3, 3); in testAllRangeTriples()
281 for (Range<Integer> range3 : RANGES) { in testPutAll()
285 putModel(model, range3, 3); in testPutAll()
291 test2.put(range3, 3); in testPutAll()
/external/clang/bindings/python/tests/cindex/
Dtest_location.py94 range3 = SourceRange.from_locations(location1, location3)
95 assert range1 != range3
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2017 const DescriptorProto::ExtensionRange& range3 = in TEST_F() local
2031 EXPECT_TRUE(HasSpan('j', 'm', range3)); in TEST_F()
2032 EXPECT_TRUE(HasSpan('j', 'k', range3, "start")); in TEST_F()
2033 EXPECT_TRUE(HasSpan('l', 'm', range3, "end")); in TEST_F()