Searched refs:B1 (Results 1 - 5 of 5) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/
H A DClassCastExceptionTest.java82 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1, enum constant in enum:ClassCastExceptionTest.HugeE
87 A1, B1, C1, D1, E1, F1, G1, H1, I1, J1, K1, L1, M1, N1, O1, P1, Q1, R1, S1, T1, U1, V1, W1, X1, Y1, Z1, enum constant in enum:ClassCastExceptionTest.HugeF
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
H A DObjectInputStreamTest.java108 B1 b1 = new B1();
110 B1 b2 = b1;
115 public static class B1 implements Serializable { class in class:ObjectInputStreamTest
/libcore/luni/src/main/java/java/lang/
H A DStrictMath.java494 private static final int B1 = 715094163; field in class:StrictMath
560 // __HI(t)=hx/3+B1;
561 tBits |= ((long) ((hx / 3) + B1)) << 32;
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
H A DInflaterTest.java318 public void test_inflate$B1() {
/libcore/luni/src/test/java/libcore/java/lang/reflect/
H A DAnnotations57649Test.java6030 @Retention(RetentionPolicy.RUNTIME) @interface B1 {} interface in class:Annotations57649Test
9031 @B1

Completed in 284 milliseconds