Home
last modified time | relevance | path

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

/cts/tools/vm-tests-tf/src/dot/junit/opcodes/opc_goto/d/
DT_opc_goto_1.d29 ; test positive offset
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_16/d/
DT_goto_16_1.d29 ; test positive offset
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/goto_32/d/
DT_goto_32_1.d29 ; test positive offset
/cts/tests/tests/widget/src/android/widget/cts/
DAbsSeekBarTest.java64 final int positive = 5; in testAccessThumbOffset() local
68 myAbsSeekBar.setThumbOffset(positive); in testAccessThumbOffset()
69 assertEquals(positive, myAbsSeekBar.getThumbOffset()); in testAccessThumbOffset()