Searched defs:b2 (Results 1 - 4 of 4) sorted by relevance

/libcore/benchmarks/src/benchmarks/regression/
H A DEqualsHashCodeBenchmark.java46 Object b2; field in class:EqualsHashCodeBenchmark
55 b2 = type.newInstance("http://developer.android.com/reference/java/net/URI.html");
66 b1.equals(b2);
/libcore/luni/src/test/java/tests/support/
H A DSupport_SQL.java91 public static boolean isEqual(byte[] b1, int off1, byte[] b2, int off2, argument
94 if (b1[i + off1] != b2[i + off2])
/libcore/luni/src/main/native/
H A Djava_nio_charset_Charsets.cpp222 jbyte b2 = ((ch >> 12) & 0x3f) | 0x80; local
225 if (!out.append(b1) || !out.append(b2) || !out.append(b3) || !out.append(b4)) {
231 jbyte b2 = ((ch >> 6) & 0x3f) | 0x80; local
233 if (!out.append(b1) || !out.append(b2) || !out.append(b3)) {
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
H A DObjectInputStreamTest.java110 B1 b2 = b1; field in class:ObjectInputStreamTest.A1

Completed in 209 milliseconds