Home
last modified time | relevance | path

Searched refs:positive (Results 1 – 5 of 5) 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.java92 final int positive = 5; in testAccessThumbOffset() local
96 myAbsSeekBar.setThumbOffset(positive); in testAccessThumbOffset()
97 assertEquals(positive, myAbsSeekBar.getThumbOffset()); in testAccessThumbOffset()
/cts/hostsidetests/devicepolicy/src/com/android/cts/devicepolicy/
DDeviceAndProfileOwnerTest.java739 private void executeDelegationTests(String[] delegationTests, boolean positive) in executeDelegationTests() argument
743 positive ? "testCanAccessApis" : "testCannotAccessApis", mUserId); in executeDelegationTests()