Searched defs:b2 (Results 1 – 8 of 8) sorted by relevance
/libcore/luni/src/test/java/tests/support/ |
D | Support_SQL.java | 91 public static boolean isEqual(byte[] b1, int off1, byte[] b2, int off2, in isEqual()
|
/libcore/luni/src/test/java/libcore/java/nio/ |
D | BufferTest.java | 901 ByteBuffer b2 = b1.duplicate(); in testFreed() local 924 ByteBuffer b2 = b1.duplicate(); in testAccess() local
|
/libcore/ojluni/src/main/java/java/math/ |
D | MutableBigInteger.java | 271 int b2 = bval[j] + 0x80000000; in compare() local 297 int b2 = bval[j] + 0x80000000; in compareShifted() local 1356 BigInteger b2 = b.getLower(n); in divide3n2n() local
|
D | BigInteger.java | 1803 BigInteger a0, a1, a2, b0, b1, b2; in multiplyToomCook3() local 2949 b2 = new MutableBigInteger(mod); in oddModPow() local 3104 long b2 = arg2[i] & LONG_MASK; in intArrayCmpToLen() local
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ArrayBlockingQueueTest.java | 644 Integer[] b2 = (Integer[]) q.toArray(a2); in checkToArray2() local
|
D | ArrayDequeTest.java | 674 Integer[] b2 = (Integer[]) q.toArray(a2); in checkToArray2() local
|
/libcore/ojluni/src/main/java/java/util/ |
D | Base64.java | 755 private int b0, b1, b2; field in Base64.EncOutputStream
|
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/ |
D | ObjectInputStreamTest.java | 110 B1 b2 = b1; field in ObjectInputStreamTest.A1
|