Home
last modified time | relevance | path

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

12

/libcore/ojluni/src/test/java/math/BigDecimal/
DAddTests.java88 private static void addWithoutException(BigDecimal b1, BigDecimal b2, MathContext mc) { in addWithoutException()
195 private static void roundAway(BigDecimal b1, BigDecimal b2) { in roundAway()
211 private static void roundAway1(BigDecimal b1, BigDecimal b2) { in roundAway1()
220 private static void roundAway0(BigDecimal b1, BigDecimal b2) { in roundAway0()
/libcore/ojluni/src/test/java/math/BigInteger/
DUnicodeConstructor.java51 BigInteger b2 = new BigInteger("\uff11\uff10\uff11\uff10"); in testUnicodeConstructor() local
DBigIntegerTest.java930 BigInteger b2 = null; in serialize() local
950 BigInteger b2 = null; in serialize() local
/libcore/ojluni/src/test/java/lang/invoke/
DFoldTest.java111 static int str(boolean b1, String s, boolean b2, int x) { in str()
115 static boolean comb(String s, boolean b2) { in comb()
119 static String comb2(boolean b2, int x) { in comb2()
/libcore/ojluni/src/test/java/util/Optional/
DBasicInt.java81 AtomicBoolean b2 = new AtomicBoolean(false); in checkEmpty() local
122 AtomicBoolean b2 = new AtomicBoolean(false); in checkPresent() local
DBasicLong.java80 AtomicBoolean b2 = new AtomicBoolean(false); in checkEmpty() local
122 AtomicBoolean b2 = new AtomicBoolean(false); in checkPresent() local
DBasicDouble.java80 AtomicBoolean b2 = new AtomicBoolean(false); in checkEmpty() local
122 AtomicBoolean b2 = new AtomicBoolean(false); in checkPresent() local
DBasic.java84 AtomicBoolean b2 = new AtomicBoolean(false); in checkEmpty() local
126 AtomicBoolean b2 = new AtomicBoolean(false); in checkPresent() local
/libcore/benchmarks/src/benchmarks/regression/
DEqualsHashCodeBenchmark.java46 Object b2; field in EqualsHashCodeBenchmark
/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/ojluni/src/test/java/nio/Buffer/
DBasic.java69 static void fail(String s, Buffer b, Buffer b2) { in fail()
DBasicLong.java707 LongBuffer b2 = LongBuffer.allocate(b.capacity()); in test() local
DBasicInt.java707 IntBuffer b2 = IntBuffer.allocate(b.capacity()); in test() local
DBasicShort.java707 ShortBuffer b2 = ShortBuffer.allocate(b.capacity()); in test() local
DBasicFloat.java707 FloatBuffer b2 = FloatBuffer.allocate(b.capacity()); in test() local
DBasicDouble.java707 DoubleBuffer b2 = DoubleBuffer.allocate(b.capacity()); in test() local
DBasicChar.java707 CharBuffer b2 = CharBuffer.allocate(b.capacity()); in test() local
DBasicByte.java707 ByteBuffer b2 = ByteBuffer.allocate(b.capacity()); in test() local
/libcore/ojluni/src/main/java/java/util/
DBase64.java793 int b2 = base64[src[sp++] & 0xff]; in decodeBlock() local
890 private int b0, b1, b2; field in Base64.EncOutputStream
924 private void writeb4(char b1, char b2, char b3, char b4) throws IOException { in writeb4()
/libcore/luni/src/test/java/libcore/java/nio/
DBufferTest.java930 ByteBuffer b2 = b1.duplicate(); in testFreed() local
953 ByteBuffer b2 = b1.duplicate(); in testAccess() local
/libcore/ojluni/src/main/java/java/math/
DMutableBigInteger.java276 int b2 = bval[j] + 0x80000000; in compare() local
302 int b2 = bval[j] + 0x80000000; in compareShifted() local
1361 BigInteger b2 = b.getLower(n); in divide3n2n() local
DBigInteger.java1938 BigInteger a0, a1, a2, b0, b1, b2; in multiplyToomCook3() local
3136 b2 = new MutableBigInteger(mod); in oddModPow() local
3291 long b2 = arg2[i] & LONG_MASK; in intArrayCmpToLen() local
/libcore/ojluni/src/main/java/java/nio/
DBits.java208 static private int makeInt(byte b3, byte b2, byte b1, byte b0) { in makeInt()
302 byte b3, byte b2, byte b1, byte b0) in makeLong()
/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

12