/libcore/ojluni/src/test/java/math/BigDecimal/ |
D | AddTests.java | 88 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/util/BitSet/ |
D | BSMethods.java | 352 BitSet b2 = new BitSet(256); in testAndNot() local 386 BitSet b2 = new BitSet(256); in testAnd() local 427 BitSet b2 = new BitSet(256); in testOr() local 475 BitSet b2 = new BitSet(256); in testXor() local 518 BitSet b2 = new BitSet(generator.nextInt(1000)+1); in testEquals() local 578 BitSet b2 = new BitSet(256); in testLength() local 606 BitSet b2 = (BitSet)b1.clone(); in testClear() local 647 BitSet b2 = (BitSet)b1.clone(); in testSet() local 683 BitSet b2 = (BitSet)b1.clone(); in testSet() local 723 BitSet b2 = (BitSet)b1.clone(); in testFlip() local [all …]
|
D | ImportExport.java | 116 LongBuffer b2 = LongBuffer.allocate(longs.length + 10); in test() local
|
/libcore/ojluni/src/test/java/math/BigInteger/ |
D | UnicodeConstructor.java | 51 BigInteger b2 = new BigInteger("\uff11\uff10\uff11\uff10"); in testUnicodeConstructor() local
|
D | BigIntegerTest.java | 944 BigInteger b2 = null; in serialize() local 964 BigInteger b2 = null; in serialize() local
|
/libcore/ojluni/src/test/java/lang/invoke/ |
D | FoldTest.java | 111 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/ |
D | BasicInt.java | 81 var b2 = new AtomicBoolean(false); in checkEmpty() local 122 var b2 = new AtomicBoolean(false); in checkPresent() local
|
D | BasicDouble.java | 80 var b2 = new AtomicBoolean(false); in checkEmpty() local 122 var b2 = new AtomicBoolean(false); in checkPresent() local
|
D | BasicLong.java | 80 var b2 = new AtomicBoolean(false); in checkEmpty() local 122 var b2 = new AtomicBoolean(false); in checkPresent() local
|
D | Basic.java | 85 var b2 = new AtomicBoolean(false); in checkEmpty() local 127 var b2 = new AtomicBoolean(false); in checkPresent() local
|
/libcore/ojluni/src/test/java/text/BreakIterator/ |
D | ExceptionTest.java | 121 private static void check(boolean b1, boolean b2) { in check()
|
/libcore/benchmarks/src/benchmarks/regression/ |
D | EqualsHashCodeBenchmark.java | 46 Object b2; field in EqualsHashCodeBenchmark
|
/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/ojluni/src/test/java/nio/Buffer/ |
D | Basic.java | 79 static void fail(String s, Buffer b, Buffer b2) { in fail()
|
D | BasicShort.java | 824 ShortBuffer b2 = ShortBuffer.allocate(b.capacity()); in test() local
|
D | BasicDouble.java | 824 DoubleBuffer b2 = DoubleBuffer.allocate(b.capacity()); in test() local
|
D | BasicFloat.java | 824 FloatBuffer b2 = FloatBuffer.allocate(b.capacity()); in test() local
|
D | BasicInt.java | 824 IntBuffer b2 = IntBuffer.allocate(b.capacity()); in test() local
|
D | BasicLong.java | 824 LongBuffer b2 = LongBuffer.allocate(b.capacity()); in test() local
|
D | BasicChar.java | 824 CharBuffer b2 = CharBuffer.allocate(b.capacity()); in test() local
|
/libcore/ojluni/src/main/java/java/util/ |
D | Base64.java | 793 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/ |
D | BufferTest.java | 930 ByteBuffer b2 = b1.duplicate(); in testFreed() local 953 ByteBuffer b2 = b1.duplicate(); in testAccess() local
|
/libcore/ojluni/src/main/java/java/math/ |
D | MutableBigInteger.java | 276 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
|
/libcore/ojluni/src/main/java/java/nio/ |
D | Bits.java | 211 static private int makeInt(byte b3, byte b2, byte b1, byte b0) { in makeInt() 305 byte b3, byte b2, byte b1, byte b0) in makeLong()
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ArrayBlockingQueueTest.java | 644 Integer[] b2 = (Integer[]) q.toArray(a2); in checkToArray2() local
|