Home
last modified time | relevance | path

Searched refs:range0 (Results 1 – 4 of 4) sorted by relevance

/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/internal/analysis/filter/
DTryWithResourcesJavacFilterTest.java108 final Range range0 = new Range(); in javac9() local
142 range0.fromInclusive = m.instructions.getLast(); in javac9()
146 range0.toInclusive = m.instructions.getLast(); in javac9()
226 assertEquals(range0.fromInclusive, from.get(0)); in javac9()
227 assertEquals(range0.toInclusive, to.get(0)); in javac9()
359 final Range range0 = new Range(); in javac_7_8() local
393 range0.fromInclusive = m.instructions.getLast(); in javac_7_8()
418 range0.toInclusive = m.instructions.getLast(); in javac_7_8()
555 assertEquals(range0.fromInclusive, from.get(0)); in javac_7_8()
556 assertEquals(range0.toInclusive, to.get(0)); in javac_7_8()
[all …]
DTryWithResourcesEcjFilterTest.java164 final Range range0 = new Range(); in ecj() local
185 range0.fromInclusive = m.instructions.getLast(); in ecj()
192 range0.toInclusive = m.instructions.getLast(); in ecj()
317 assertEquals(range0.fromInclusive, from.get(0)); in ecj()
318 assertEquals(range0.toInclusive, to.get(0)); in ecj()
449 final Range range0 = new Range(); in ecj_noFlowOut() local
468 range0.fromInclusive = m.instructions.getLast(); in ecj_noFlowOut()
491 range0.toInclusive = m.instructions.getLast(); in ecj_noFlowOut()
605 assertEquals(range0.fromInclusive, from.get(0)); in ecj_noFlowOut()
606 assertEquals(range0.toInclusive, to.get(0)); in ecj_noFlowOut()
/external/jemalloc_new/test/integration/
Dxallocx.c279 size_t i, range0; in print_filled_extents() local
283 range0 = 0; in print_filled_extents()
287 malloc_printf(" %#x[%zu..%zu)", c0, range0, i); in print_filled_extents()
288 range0 = i; in print_filled_extents()
292 malloc_printf(" %#x[%zu..%zu)\n", c0, range0, i); in print_filled_extents()
/external/jemalloc/test/integration/
Dxallocx.c379 size_t i, range0; in print_filled_extents() local
383 range0 = 0; in print_filled_extents()
387 malloc_printf(" %#x[%zu..%zu)", c0, range0, i); in print_filled_extents()
388 range0 = i; in print_filled_extents()
392 malloc_printf(" %#x[%zu..%zu)\n", c0, range0, i); in print_filled_extents()