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
56 b2 = type.newInstance("http://developer.android.com/reference/java/net/URI.html");
67 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/ojluni/src/main/java/java/nio/
H A DBits.java219 static private int makeInt(byte b3, byte b2, byte b1, byte b0) { argument
221 ((b2 & 0xff) << 16) |
324 byte b3, byte b2, byte b1, byte b0) {
330 (((long) b2 & 0xff) << 16) |
323 makeLong(byte b7, byte b6, byte b5, byte b4, byte b3, byte b2, byte b1, byte b0) argument
/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 2530 milliseconds