Home
last modified time | relevance | path

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

/libcore/luni/src/test/java/libcore/java/lang/
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… enumConstant
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… enumConstant
/libcore/ojluni/src/test/java/lang/StrictMath/
DFdlibmTranslit.java83 private static final int B1 = 715094163; /* B1 = (682-0.03306235651)*2**20 */ field in FdlibmTranslit.Cbrt
114 t = __HI(t, hx / 3 + B1); in compute()
/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/io/
DObjectInputStreamTest.java108 B1 b1 = new B1();
110 B1 b2 = b1;
115 public static class B1 implements Serializable { class in ObjectInputStreamTest
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/util/zip/
DInflaterTest.java336 public void test_inflate$B1() { in test_inflate$B1()
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DAnnotations57649Test.java6040 @Retention(RetentionPolicy.RUNTIME) @interface B1 {} annotation in Annotations57649Test
9041 @B1