/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | ChannelInputStream.java | 79 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/util/ |
D | Base64.java | 429 int b1 = src[sp++] & 0xff; in encode0() local 755 private int b0, b1, b2; field in Base64.EncOutputStream
|
/libcore/ojluni/src/main/java/java/nio/ |
D | Bits.java | 65 static private char makeChar(byte b1, byte b0) { in makeChar() 142 static private short makeShort(byte b1, byte b0) { in makeShort() 219 static private int makeInt(byte b3, byte b2, byte b1, byte b0) { in makeInt() 324 byte b3, byte b2, byte b1, byte b0) { in makeLong()
|
/libcore/luni/src/test/java/libcore/java/nio/ |
D | BufferTest.java | 954 ByteBuffer b1 = ByteBuffer.allocateDirect(1); in testFreed() local 977 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 | 3107 int b1, b2, b3; in readUTFSpan() local 3175 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
|