Home
last modified time | relevance | path

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

/external/llvm-project/lldb/unittests/Utility/
DVMRangeTest.cpp115 VMRange range3(0x100, 0x200); in TEST() local
121 EXPECT_LT(range2, range3); in TEST()
124 EXPECT_GT(range3, range2); in TEST()
129 EXPECT_FALSE(range3 < range3); in TEST()
133 EXPECT_FALSE(range3 > range3); in TEST()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DTryWithResourcesJavacFilterTest.java107 final Range range3 = new Range(); in javac9() local
186 range3.fromInclusive = m.instructions.getLast(); in javac9()
210 range3.toInclusive = m.instructions.getLast(); in javac9()
220 assertIgnored(range0, range1, range2, range3); in javac9()
346 final Range range3 = new Range(); in javac_7_8() local
486 range3.fromInclusive = m.instructions.getLast(); in javac_7_8()
527 range3.toInclusive = m.instructions.getLast(); in javac_7_8()
537 assertIgnored(range0, range1, range2, range3); in javac_7_8()
/external/clang/bindings/python/tests/cindex/
Dtest_location.py94 range3 = SourceRange.from_locations(location1, location3)
95 assert range1 != range3
/external/guava/guava-tests/test/com/google/common/collect/
DTreeRangeMapTest.java382 for (Range<Integer> range3 : RANGES) { in testAllRangeTriples()
386 putModel(model, range3, 3); in testAllRangeTriples()
390 test.put(range3, 3); in testAllRangeTriples()
400 for (Range<Integer> range3 : RANGES) { in testPutAll()
404 putModel(model, range3, 3); in testPutAll()
410 test2.put(range3, 3); in testPutAll()
678 for (Range<Integer> range3 : RANGES) { in testMergeAllRangeTriples()
682 mergeModel(model, range3, 3, Integer::sum); in testMergeAllRangeTriples()
686 test.merge(range3, 3, Integer::sum); in testMergeAllRangeTriples()
/external/llvm-project/clang/bindings/python/tests/cindex/
Dtest_location.py104 range3 = SourceRange.from_locations(location1, location3)
105 self.assertNotEqual(range1, range3)
/external/guava/android/guava-tests/test/com/google/common/collect/
DTreeRangeMapTest.java381 for (Range<Integer> range3 : RANGES) { in testAllRangeTriples()
385 putModel(model, range3, 3); in testAllRangeTriples()
389 test.put(range3, 3); in testAllRangeTriples()
399 for (Range<Integer> range3 : RANGES) { in testPutAll()
403 putModel(model, range3, 3); in testPutAll()
409 test2.put(range3, 3); in testPutAll()
/external/protobuf/src/google/protobuf/compiler/
Dparser_unittest.cc2911 const DescriptorProto::ExtensionRange& range3 = in TEST_F() local
2925 EXPECT_TRUE(HasSpan('j', 'm', range3)); in TEST_F()
2926 EXPECT_TRUE(HasSpan('j', 'k', range3, "start")); in TEST_F()
2927 EXPECT_TRUE(HasSpan('l', 'm', range3, "end")); in TEST_F()