Home
last modified time | relevance | path

Searched defs:bi (Results 1 – 11 of 11) sorted by relevance

/libcore/luni/src/test/java/libcore/java/math/
DOldBigIntegerToStringTest.java32 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
DOldBigDecimalConstructorsTest.java49 BigInteger bi = new BigInteger( "12345678901234567890123456789012345"); in testConstrBigIntegerMathContext() local
136 BigInteger bi = new BigInteger( "12345678901234567890123456789012345"); in testConstrBigIntegerScaleMathContext() local
/libcore/ojluni/src/main/java/java/nio/
DBits.java68 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/
DOldBigIntegerTest.java33 BigInteger bi; field in OldBigIntegerTest
80 BigInteger bi; in test_ConstructorIILjava_util_Random() local
DBigIntegerTest.java50 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/
DFieldPosition.java193 public void setBeginIndex(int bi) { in setBeginIndex()
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/text/
DBidiTest.java957 Bidi bi = new Bidi(defText, 0); in testGetRuns() local
DBreakIteratorTest.java271 BreakIterator bi = BreakIterator.getWordInstance(Locale.US); in test_next() local
/libcore/jsr166-tests/src/test/java/jsr166/
DConcurrentHashMapTest.java144 BI bi = new BI(i); in testGenericComparable() local
/libcore/ojluni/src/test/java/util/concurrent/tck/
DConcurrentHashMapTest.java169 BI bi = new BI(i); in testGenericComparable() local
/libcore/luni/src/test/java/tests/security/cert/
DX509CertSelectorTest.java1958 ByteArrayInputStream bi = new ByteArrayInputStream(TestUtils.rootCert.getBytes()); in setupEnvironment() local