| /libcore/ojluni/src/main/java/sun/nio/ch/ |
| D | ChannelInputStream.java | 73 private byte[] b1 = null; field in ChannelInputStream
|
| /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/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/ojluni/src/main/java/java/util/ |
| D | Base64.java | 429 int b1 = src[sp++] & 0xff; in encode0() local 755 private int b0, b1, b2; field in Base64.EncOutputStream
|
| /libcore/luni/src/test/java/libcore/java/nio/ |
| D | BufferTest.java | 900 ByteBuffer b1 = ByteBuffer.allocateDirect(1); in testFreed() local 923 ByteBuffer b1 = ByteBuffer.allocate(1); in testAccess() local
|
| /libcore/jsr166-tests/src/test/java/jsr166/ |
| D | ArrayDequeTest.java | 673 Integer[] b1 = (size == 0) ? null : (Integer[]) q.toArray(a1); in checkToArray2() local
|
| D | ArrayBlockingQueueTest.java | 643 Integer[] b1 = (size == 0) ? null : (Integer[]) q.toArray(a1); in checkToArray2() local
|
| /libcore/ojluni/src/main/java/java/io/ |
| D | ObjectInputStream.java | 3243 int b1, b2, b3; in readUTFSpan() local 3311 int b1, b2, b3; in readUTFChar() 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/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() local 2337 int[] b1 = { 1, 2, 3 }; in test_deepHashCode$Ljava_lang_Object() local
|