Home
last modified time | relevance | path

Searched defs:b2 (Results 1 – 8 of 8) sorted by relevance

/libcore/luni/src/test/java/tests/support/
DSupport_SQL.java91 public static boolean isEqual(byte[] b1, int off1, byte[] b2, int off2, in isEqual()
/libcore/luni/src/test/java/libcore/java/nio/
DBufferTest.java901 ByteBuffer b2 = b1.duplicate(); in testFreed() local
924 ByteBuffer b2 = b1.duplicate(); in testAccess() local
/libcore/ojluni/src/main/java/java/math/
DMutableBigInteger.java271 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
DBigInteger.java1803 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/
DArrayBlockingQueueTest.java644 Integer[] b2 = (Integer[]) q.toArray(a2); in checkToArray2() local
DArrayDequeTest.java674 Integer[] b2 = (Integer[]) q.toArray(a2); in checkToArray2() local
/libcore/ojluni/src/main/java/java/util/
DBase64.java755 private int b0, b1, b2; field in Base64.EncOutputStream
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
DObjectInputStreamTest.java110 B1 b2 = b1; field in ObjectInputStreamTest.A1