Home
last modified time | relevance | path

Searched defs:b1 (Results 1 – 10 of 10) sorted by relevance

/libcore/benchmarks/src/benchmarks/regression/
DEqualsHashCodeBenchmark.java45 Object b1; field in EqualsHashCodeBenchmark
/libcore/luni/src/main/java/org/apache/harmony/security/x509/
DDNParser.java355 int b1 = chars[position]; in getByte() local
/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/luni/src/main/java/javax/net/ssl/
DDistinguishedNameParser.java321 int b1, b2; in getByte() local
/libcore/luni/src/main/native/
Djava_nio_charset_Charsets.cpp221 jbyte b1 = (ch >> 18) | 0xf0; in Charsets_toUtf8Bytes() local
230 jbyte b1 = (ch >> 12) | 0xe0; in Charsets_toUtf8Bytes() local
/libcore/luni/src/test/java/libcore/java/nio/
DBufferTest.java903 ByteBuffer b1 = ByteBuffer.allocateDirect(1); in testFreed() local
926 ByteBuffer b1 = ByteBuffer.allocate(1); in testAccess() local
/libcore/jsr166-tests/src/test/java/jsr166/
DArrayDequeTest.java664 Integer[] b1 = size == 0 ? null : (Integer[]) q.toArray(a1); in checkToArray2() local
DArrayBlockingQueueTest.java616 Integer[] b1 = size == 0 ? null : (Integer[]) q.toArray(a1); in checkToArray2() local
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/
DArraysTest.java2303 int[] b1 = { 1, 2, 3 }; in test_deepEquals$Ljava_lang_ObjectLjava_lang_Object() local
2326 int[] b1 = { 1, 2, 3 }; in test_deepHashCode$Ljava_lang_Object() local
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
DObjectInputStreamTest.java108 B1 b1 = new B1(); field in ObjectInputStreamTest.A1