Searched refs:range3 (Results 1 - 4 of 4) sorted by relevance

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
H A DTryWithResourcesJavacFilterTest.java111 final Range range3 = new Range();
190 range3.fromInclusive = m.instructions.getLast();
214 range3.toInclusive = m.instructions.getLast();
235 assertEquals(range3.fromInclusive, from.get(3));
236 assertEquals(range3.toInclusive, to.get(3));
362 final Range range3 = new Range();
502 range3.fromInclusive = m.instructions.getLast();
543 range3.toInclusive = m.instructions.getLast();
564 assertEquals(range3.fromInclusive, from.get(3));
565 assertEquals(range3
[all...]
/external/clang/bindings/python/tests/cindex/
H A Dtest_location.py94 range3 = SourceRange.from_locations(location1, location3)
95 assert range1 != range3
/external/guava/guava-tests/test/com/google/common/collect/
H A DTreeRangeMapTest.java263 for (Range<Integer> range3 : RANGES) {
267 putModel(model, range3, 3);
271 test.put(range3, 3);
281 for (Range<Integer> range3 : RANGES) {
285 putModel(model, range3, 3);
288 // put range2 and range3 into test2, and then put test2 into test
291 test2.put(range3, 3);
/external/protobuf/src/google/protobuf/compiler/
H A Dparser_unittest.cc2490 const DescriptorProto::ExtensionRange& range3 = local
2504 EXPECT_TRUE(HasSpan('j', 'm', range3));
2505 EXPECT_TRUE(HasSpan('j', 'k', range3, "start"));
2506 EXPECT_TRUE(HasSpan('l', 'm', range3, "end"));

Completed in 111 milliseconds