Home
last modified time | relevance | path

Searched defs:B2 (Results 1 – 3 of 3) sorted by relevance

/libcore/luni/src/test/java/libcore/java/lang/
DClassCastExceptionTest.java83 …A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2… enumConstant
88 …A2, B2, C2, D2, E2, F2, G2, H2, I2, J2, K2, L2, M2, N2, O2, P2, Q2, R2, S2, T2, U2, V2, W2, X2, Y2… enumConstant
/libcore/ojluni/src/main/java/sun/misc/
DFloatingDecimal.java516 int B2, B5; // powers of 2 and powers of 5, respectively, in B in dtoa() local
1594 int B2 = B5; // powers of 2 in bigB in floatValue() local
/libcore/luni/src/test/java/libcore/java/lang/reflect/annotations/
DAnnotations57649Test.java6041 @Retention(RetentionPolicy.RUNTIME) @interface B2 {} annotation in Annotations57649Test