Searched refs:rem (Results 1 – 25 of 69) sorted by relevance
123
/cts/tools/dasm/test/ |
D | all_opcodes.d | 173 rem-int v11, v22, v33 184 rem-long v11, v22, v33 195 rem-float v11, v22, v33 200 rem-double v11, v22, v33 205 rem-int/2addr v1, v2 216 rem-long/2addr v1, v2 227 rem-float/2addr v1, v2 232 rem-double/2addr v1, v2 237 rem-int/lit16 v1, v2, 0x1234 245 rem-int/lit8 v1, v2, 0x12
|
/cts/hostsidetests/net/app/src/com/android/cts/net/hostside/ |
D | VpnTest.java | 443 InetSocketAddress rem = new InetSocketAddress(s.getInetAddress(), s.getPort()); in checkConnectionOwnerUidUdp() local 444 int uid = mCM.getConnectionOwnerUid(OsConstants.IPPROTO_UDP, loc, rem); in checkConnectionOwnerUidUdp() 451 InetSocketAddress rem = new InetSocketAddress(s.getInetAddress(), s.getPort()); in checkConnectionOwnerUidTcp() local 452 int uid = mCM.getConnectionOwnerUid(OsConstants.IPPROTO_TCP, loc, rem); in checkConnectionOwnerUidTcp() 653 InetSocketAddress rem = new InetSocketAddress(s.getInetAddress(), s.getPort()); in testGetConnectionOwnerUidSecurity() local 655 int uid = mCM.getConnectionOwnerUid(OsConstants.IPPROTO_TCP, loc, rem); in testGetConnectionOwnerUidSecurity()
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_float_2addr/d/ |
D | T_rem_float_2addr_5.smali | 30 rem-float/2addr v5, v7
|
D | T_rem_float_2addr_2.smali | 30 rem-float/2addr v6, v8
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_int_lit8/d/ |
D | T_rem_int_lit8_12.smali | 30 rem-int/lit8 v0, v6, 10
|
D | T_rem_int_lit8_8.smali | 30 rem-int/lit8 v0, v7, -128
|
D | T_rem_int_lit8_13.smali | 30 rem-int/lit8 v0, v6, 10
|
D | T_rem_int_lit8_1.smali | 30 rem-int/lit8 v0, v7, 4
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_long/d/ |
D | T_rem_long_3.smali | 30 rem-long v0, v10, v12
|
D | T_rem_long_2.smali | 30 rem-long v0, v12, v14
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_double/d/ |
D | T_rem_double_3.smali | 30 rem-double v0, v11, v12
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_int_2addr/d/ |
D | T_rem_int_2addr_3.smali | 30 rem-int/2addr v5, v6
|
D | T_rem_int_2addr_2.smali | 30 rem-int/2addr v6, v8
|
D | T_rem_int_2addr_5.smali | 30 rem-int/2addr v5, v7
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_int/d/ |
D | T_rem_int_4.smali | 30 rem-int v0, v5, v7
|
D | T_rem_int_3.smali | 30 rem-int v0, v5, v6
|
D | T_rem_int_5.smali | 30 rem-int v0, v5, v7
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_int_lit16/d/ |
D | T_rem_int_lit16_3.smali | 30 rem-int/lit16 v0, v7, -3000
|
D | T_rem_int_lit16_4.smali | 30 rem-int/lit16 v0, v7, 15
|
D | T_rem_int_lit16_13.smali | 30 rem-int/lit16 v0, v6, 10
|
D | T_rem_int_lit16_12.smali | 30 rem-int/lit16 v0, v6, 10
|
D | T_rem_int_lit16_6.smali | 30 rem-int/lit16 v0, v7, 1
|
D | T_rem_int_lit16_5.smali | 30 rem-int/lit16 v0, v7, -1
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_float/d/ |
D | T_rem_float_4.smali | 30 rem-float v0, v5, v7
|
/cts/tools/vm-tests-tf/src/dot/junit/opcodes/rem_long_2addr/d/ |
D | T_rem_long_2addr_4.smali | 30 rem-long/2addr v11, v12
|
123