/libcore/luni/src/test/java/libcore/java/math/ |
D | OldBigIntegerToStringTest.java | 32 BigInteger bi = new BigInteger(s); in test_toString1() local 39 BigInteger bi = new BigInteger(s); in test_toString2() local 46 BigInteger bi = new BigInteger(s); in test_toString3() local 54 BigInteger bi = BigInteger.valueOf(l); in test_toString4() local 62 BigInteger bi = BigInteger.valueOf(l); in test_toString5() local 72 BigInteger bi = new BigInteger(aBytes); in test_toString() local
|
D | OldBigDecimalConstructorsTest.java | 49 BigInteger bi = new BigInteger( "12345678901234567890123456789012345"); in testConstrBigIntegerMathContext() local 136 BigInteger bi = new BigInteger( "12345678901234567890123456789012345"); in testConstrBigIntegerScaleMathContext() local
|
/libcore/ojluni/src/main/java/java/nio/ |
D | Bits.java | 68 static char getCharL(ByteBuffer bb, int bi) { in getCharL() 78 static char getCharB(ByteBuffer bb, int bi) { in getCharB() 88 static char getChar(ByteBuffer bb, int bi, boolean bigEndian) { in getChar() 99 static void putCharL(ByteBuffer bb, int bi, char x) { in putCharL() 109 static void putCharB(ByteBuffer bb, int bi, char x) { in putCharB() 119 static void putChar(ByteBuffer bb, int bi, char x, boolean bigEndian) { in putChar() 140 static short getShortL(ByteBuffer bb, int bi) { in getShortL() 150 static short getShortB(ByteBuffer bb, int bi) { in getShortB() 160 static short getShort(ByteBuffer bb, int bi, boolean bigEndian) { in getShort() 171 static void putShortL(ByteBuffer bb, int bi, short x) { in putShortL() [all …]
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
D | OldBigIntegerTest.java | 33 BigInteger bi; field in OldBigIntegerTest 80 BigInteger bi; in test_ConstructorIILjava_util_Random() local
|
D | BigIntegerTest.java | 50 BigInteger bi; field in BigIntegerTest 838 BigInteger bi = new BigInteger(0, new byte[]{}); in test_andNotLjava_math_BigInteger() local
|
/libcore/ojluni/src/main/java/java/text/ |
D | FieldPosition.java | 193 public void setBeginIndex(int bi) { in setBeginIndex()
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/ |
D | BidiTest.java | 957 Bidi bi = new Bidi(defText, 0); in testGetRuns() local
|
D | BreakIteratorTest.java | 271 BreakIterator bi = BreakIterator.getWordInstance(Locale.US); in test_next() local
|
/libcore/jsr166-tests/src/test/java/jsr166/ |
D | ConcurrentHashMapTest.java | 144 BI bi = new BI(i); in testGenericComparable() local
|
/libcore/ojluni/src/test/java/util/concurrent/tck/ |
D | ConcurrentHashMapTest.java | 169 BI bi = new BI(i); in testGenericComparable() local
|
/libcore/luni/src/test/java/tests/security/cert/ |
D | X509CertSelectorTest.java | 1958 ByteArrayInputStream bi = new ByteArrayInputStream(TestUtils.rootCert.getBytes()); in setupEnvironment() local
|