| /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/math/BigInteger/ | 
| D | UnicodeConstructor.java | 48             BigInteger b1 = new BigInteger("\uff10");  in testUnicodeConstructor()  local
 | 
| D | BigIntegerTest.java | 929             BigInteger b1 = new BigInteger(bitPattern, 16);  in serialize()  local944                 Assert.assertEquals(b1.or(b2), b1, "Serialized failed for hex " + b1.toString(16));  in serialize()  local
 949             BigInteger b1 = fetchNumber(random.nextInt(100));  in serialize()  local
 966             Assert.assertEquals(b1.or(b2), b1, "Serialized failed for hex " + b1.toString(16));  in serialize()  local
 
 | 
| /libcore/ojluni/src/test/java/io/Serializable/records/ | 
| D | StreamRefTest.java | 85         B b1 = (B)deserializeOne(bytes);  in basicRef()  local107         B b1 = (B)deserializeOne(bytes);  in reverseBasicRef()  local
 136         B b1 = (B)deserializeOne(byteStream);  in basicRefWithInvalidA()  local
 
 | 
| /libcore/ojluni/src/test/java/util/Optional/ | 
| D | BasicInt.java | 80         AtomicBoolean b1 = new AtomicBoolean(false);  in checkEmpty()  local121         AtomicBoolean b1 = new AtomicBoolean(false);  in checkPresent()  local
 
 | 
| D | BasicLong.java | 79         AtomicBoolean b1 = new AtomicBoolean(false);  in checkEmpty()  local121         AtomicBoolean b1 = new AtomicBoolean(false);  in checkPresent()  local
 
 | 
| D | BasicDouble.java | 79         AtomicBoolean b1 = new AtomicBoolean(false);  in checkEmpty()  local121         AtomicBoolean b1 = new AtomicBoolean(false);  in checkPresent()  local
 
 | 
| D | Basic.java | 83         AtomicBoolean b1 = new AtomicBoolean(false);  in checkEmpty()  local125         AtomicBoolean b1 = new AtomicBoolean(false);  in checkPresent()  local
 
 | 
| /libcore/benchmarks/src/benchmarks/regression/ | 
| D | EqualsHashCodeBenchmark.java | 45     Object b1;  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/main/java/sun/nio/ch/ | 
| D | ChannelInputStream.java | 73     private byte[] b1 = null;  field in ChannelInputStream
 | 
| /libcore/ojluni/src/main/java/java/util/ | 
| D | Base64.java | 464                     int b1 = src[sp++] & 0xff;  in encode0()  local792                 int b1 = 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/ojluni/src/test/java/lang/invoke/ | 
| D | FoldTest.java | 111         static int str(boolean b1, String s, boolean b2, int x) {  in str()
 | 
| /libcore/ojluni/src/main/java/java/nio/ | 
| D | Bits.java | 64     static private char makeChar(byte b1, byte b0) {  in makeChar()136     static private short makeShort(byte b1, byte b0) {  in makeShort()
 208     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/luni/src/test/java/libcore/java/nio/ | 
| D | BufferTest.java | 929         ByteBuffer b1 = ByteBuffer.allocateDirect(1);  in testFreed()  local952         ByteBuffer b1 = ByteBuffer.allocate(1);  in testAccess()  local
 
 | 
| /libcore/ojluni/src/main/java/java/math/ | 
| D | MutableBigInteger.java | 275             int b1 = value[i] + 0x80000000;  in compare()  local301             int b1 = value[i] + 0x80000000;  in compareShifted()  local
 1359         MutableBigInteger b1 = new MutableBigInteger(b);  in divide3n2n()  local
 
 | 
| D | BigInteger.java | 1938         BigInteger a0, a1, a2, b0, b1, b2;  in multiplyToomCook3()  local3290             long b1 = arg1[i] & LONG_MASK;  in intArrayCmpToLen()  local
 
 | 
| /libcore/jsr166-tests/src/test/java/jsr166/ | 
| D | ArrayBlockingQueueTest.java | 643         Integer[] b1 = (size == 0) ? null : (Integer[]) q.toArray(a1);  in checkToArray2()  local
 | 
| D | ArrayDequeTest.java | 673         Integer[] b1 = (size == 0) ? null : (Integer[]) q.toArray(a1);  in checkToArray2()  local
 | 
| /libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/ | 
| D | ObjectInputStreamTest.java | 108         B1 b1 = new B1();  field in ObjectInputStreamTest.A1
 | 
| /libcore/ojluni/src/main/java/java/io/ | 
| D | ObjectInputStream.java | 3465                     int b1, b2, b3;  in readUTFSpan()  local3533             int b1, b2, b3;  in readUTFChar()  local
 
 | 
| /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/ | 
| D | ArraysTest.java | 2314         int[] b1 = { 1, 2, 3 };  in test_deepEquals$Ljava_lang_ObjectLjava_lang_Object()  local2337         int[] b1 = { 1, 2, 3 };  in test_deepHashCode$Ljava_lang_Object()  local
 
 |