Home
last modified time | relevance | path

Searched refs:toInclusive (Results 1 – 25 of 39) sorted by relevance

12

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DEnumFilterTest.java29 private AbstractInsnNode toInclusive; field in EnumFilterTest
40 assertEquals(m.instructions.getLast(), toInclusive); in testValues() local
52 assertNull(toInclusive); in testNonValues()
64 assertEquals(m.instructions.getLast(), toInclusive); in testValueOf() local
76 assertNull(toInclusive); in testNonValueOf()
88 assertNull(toInclusive); in testNonEnum()
92 final AbstractInsnNode toInclusive) { in ignore() argument
95 this.toInclusive = toInclusive; in ignore()
DSyntheticFilterTest.java29 private AbstractInsnNode toInclusive; field in SyntheticFilterTest
40 assertNull(toInclusive); in testNonSynthetic()
52 assertEquals(m.instructions.getLast(), toInclusive); in testSynthetic() local
64 assertNull(toInclusive); in testLambda()
68 final AbstractInsnNode toInclusive) { in ignore() argument
71 this.toInclusive = toInclusive; in ignore()
DGroovyGeneratedFilterTest.java29 private AbstractInsnNode toInclusive; field in GroovyGeneratedFilterTest
42 assertNull(toInclusive); in testNoAnnotations()
57 assertNull(toInclusive); in testOtherAnnotation()
72 assertEquals(m.instructions.getLast(), toInclusive); in testGroovyGeneratedAnnotation() local
76 final AbstractInsnNode toInclusive) { in ignore() argument
79 this.toInclusive = toInclusive; in ignore()
DLombokGeneratedFilterTest.java29 private AbstractInsnNode toInclusive; field in LombokGeneratedFilterTest
42 assertNull(toInclusive); in testNoAnnotations()
57 assertNull(toInclusive); in testOtherAnnotation()
72 assertEquals(m.instructions.getLast(), toInclusive); in testLombokGeneratedAnnotation() local
76 final AbstractInsnNode toInclusive) { in ignore() argument
79 this.toInclusive = toInclusive; in ignore()
DTryWithResourcesJavacFilterTest.java146 range0.toInclusive = m.instructions.getLast(); in javac9()
158 range2.toInclusive = m.instructions.getLast(); in javac9()
186 range1.toInclusive = m.instructions.getLast(); in javac9()
214 range3.toInclusive = m.instructions.getLast(); in javac9()
227 assertEquals(range0.toInclusive, to.get(0)); in javac9()
230 assertEquals(range1.toInclusive, to.get(1)); in javac9()
233 assertEquals(range2.toInclusive, to.get(2)); in javac9()
236 assertEquals(range3.toInclusive, to.get(3)); in javac9()
418 range0.toInclusive = m.instructions.getLast(); in javac_7_8()
448 range2.toInclusive = m.instructions.getLast(); in javac_7_8()
[all …]
DStringSwitchJavacFilterTest.java33 private AbstractInsnNode toInclusive; field in StringSwitchJavacFilterTest
90 final AbstractInsnNode toInclusive = m.instructions.getLast(); in should_filter_code_generated_by_javac() local
98 assertEquals(toInclusive, this.toInclusive); in should_filter_code_generated_by_javac()
146 assertNull(this.toInclusive); in should_not_filter_code_generated_by_ECJ()
150 final AbstractInsnNode toInclusive) { in ignore() argument
153 this.toInclusive = toInclusive; in ignore()
DPrivateEmptyNoArgConstructorFilterTest.java28 private AbstractInsnNode toInclusive; field in PrivateEmptyNoArgConstructorFilterTest
43 assertEquals(m.instructions.getLast(), toInclusive); in test() local
47 final AbstractInsnNode toInclusive) { in ignore() argument
49 this.toInclusive = toInclusive; in ignore()
DSynchronizedFilterTest.java34 private AbstractInsnNode toInclusive; field in SynchronizedFilterTest
69 assertEquals(((LabelNode) exit.info).getPrevious(), toInclusive); in javac() local
157 assertEquals(((LabelNode) exit.info).getPrevious(), toInclusive); in ecj() local
161 AbstractInsnNode toInclusive) { in ignore() argument
164 this.toInclusive = toInclusive; in ignore()
DTryWithResourcesEcjFilterTest.java192 range0.toInclusive = m.instructions.getLast(); in ecj()
308 range1.toInclusive = m.instructions.getLast(); in ecj()
318 assertEquals(range0.toInclusive, to.get(0)); in ecj()
321 assertEquals(range1.toInclusive, to.get(1)); in ecj()
491 range0.toInclusive = m.instructions.getLast(); in ecj_noFlowOut()
596 range1.toInclusive = m.instructions.getLast(); in ecj_noFlowOut()
606 assertEquals(range0.toInclusive, to.get(0)); in ecj_noFlowOut()
609 assertEquals(range1.toInclusive, to.get(1)); in ecj_noFlowOut()
614 AbstractInsnNode toInclusive; field in TryWithResourcesEcjFilterTest.Range
DFinallyFilterTest.java403 final AbstractInsnNode toInclusive) { in ignore() argument
404 for (AbstractInsnNode i = fromInclusive; i != toInclusive; i = i in ignore()
408 actualIgnored.add(toInclusive); in ignore()
/external/guava/guava/src/com/google/common/collect/
DForwardingNavigableSet.java180 boolean toInclusive) { in subSet() argument
181 return delegate().subSet(fromElement, fromInclusive, toElement, toInclusive); in subSet()
194 boolean toInclusive) { in standardSubSet() argument
195 return tailSet(fromElement, fromInclusive).headSet(toElement, toInclusive); in standardSubSet()
DContiguousSet.java110 boolean toInclusive) { in subSet() argument
114 return subSetImpl(fromElement, fromInclusive, toElement, toInclusive); in subSet()
135 C toElement, boolean toInclusive); in subSetImpl() argument
DDescendingImmutableSortedSet.java53 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl() argument
54 return forward.subSet(toElement, toInclusive, fromElement, fromInclusive).descendingSet(); in subSetImpl()
DRegularContiguousSet.java55 boolean toInclusive) { in subSetImpl() argument
56 if (fromElement.compareTo(toElement) == 0 && !fromInclusive && !toInclusive) { in subSetImpl()
62 toElement, BoundType.forBoolean(toInclusive))); in subSetImpl()
DSortedMultisets.java136 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() argument
139 toElement, BoundType.forBoolean(toInclusive))); in subSet()
DTreeRangeSet.java272 Cut<C> fromKey, boolean fromInclusive, Cut<C> toKey, boolean toInclusive) { in subMap() argument
275 toKey, BoundType.forBoolean(toInclusive))); in subMap()
433 Cut<C> fromKey, boolean fromInclusive, Cut<C> toKey, boolean toInclusive) {
436 toKey, BoundType.forBoolean(toInclusive)));
656 Cut<C> fromKey, boolean fromInclusive, Cut<C> toKey, boolean toInclusive) {
658 fromKey, BoundType.forBoolean(fromInclusive), toKey, BoundType.forBoolean(toInclusive)));
DForwardingNavigableMap.java367 public NavigableMap<K, V> subMap(K fromKey, boolean fromInclusive, K toKey, boolean toInclusive) { in subMap() argument
368 return delegate().subMap(fromKey, fromInclusive, toKey, toInclusive); in subMap()
DRegularImmutableSortedSet.java231 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSetImpl() argument
233 .headSetImpl(toElement, toInclusive); in subSetImpl()
DSets.java982 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) {
984 unfiltered().subSet(fromElement, fromInclusive, toElement, toInclusive), predicate);
1464 boolean toInclusive) {
1469 toInclusive));
1623 boolean toInclusive) {
1624 return forward.subSet(toElement, toInclusive, fromElement, fromInclusive).descendingSet();
DImmutableSortedSet.java652 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() argument
656 return subSetImpl(fromElement, fromInclusive, toElement, toInclusive); in subSet()
691 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive); in subSetImpl() argument
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DRegularContiguousSet.java53 boolean toInclusive) { in subSetImpl() argument
54 if (fromElement.compareTo(toElement) == 0 && !fromInclusive && !toInclusive) { in subSetImpl()
60 toElement, BoundType.forBoolean(toInclusive))); in subSetImpl()
DImmutableSortedSet.java354 boolean toInclusive) { in subSet() argument
359 if (cmp == 0 && !(fromInclusive && toInclusive)) { in subSet()
362 return tailSet(fromElement, fromInclusive).headSet(toElement, toInclusive); in subSet()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/filter/
DIFilterOutput.java31 void ignore(AbstractInsnNode fromInclusive, AbstractInsnNode toInclusive); in ignore() argument
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java172 E fromElement, boolean fromInclusive, E toElement, boolean toInclusive) { in subSet() argument
175 checkValid(toElement), toInclusive)); in subSet()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/internal/analysis/
DMethodAnalyzer.java155 final AbstractInsnNode toInclusive) { in ignore() argument
156 for (AbstractInsnNode i = fromInclusive; i != toInclusive; i = i in ignore()
160 ignored.add(toInclusive); in ignore()

12