Home
last modified time | relevance | path

Searched defs:b (Results 1 – 25 of 178) sorted by relevance

12345678

/libcore/luni/src/test/java/tests/security/spec/
DEllipticCurveTest.java46 BigInteger b = BigInteger.valueOf(19L); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray01() local
80 BigInteger b = BigInteger.valueOf(19L); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray02() local
127 BigInteger b = BigInteger.valueOf(19L); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray03() local
188 BigInteger b = BigInteger.valueOf(19L); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray04() local
232 BigInteger b = BigInteger.valueOf(19L); in testEllipticCurveECFieldBigIntegerBigIntegerbyteArray05() local
254 BigInteger b = BigInteger.valueOf(19L); in testEllipticCurveECFieldBigIntegerBigInteger01() local
286 BigInteger b = BigInteger.valueOf(19L); in testEllipticCurveECFieldBigIntegerBigInteger02() local
330 BigInteger b = BigInteger.valueOf(19L); in testEllipticCurveECFieldBigIntegerBigInteger03() local
387 BigInteger b = BigInteger.valueOf(19L); in testEllipticCurveECFieldBigIntegerBigInteger04() local
429 BigInteger b = BigInteger.valueOf(19L); in testGetA() local
[all …]
/libcore/luni/src/test/java/libcore/java/net/
DOldURITest.java111 URI b = new URI("http://www.google.com/dir1/dir2"); in test_relativizeLjava_net_URI() local
120 URI b = new URI("http://www.test.com/dir"); in test_resolveLjava_net_URI() local
129 URI b = new URI("http://www.test.com/dir"); in test_resolveLjava_lang_String() local
136 URI b = new URI("http://www.test.com/dir"); in test_resolveLjava_lang_String() local
/libcore/luni/src/main/java/java/nio/
DNIOAccess.java29 static long getBasePointer(Buffer b) { in getBasePointer()
41 static Object getBaseArray(Buffer b) { in getBaseArray()
52 static int getBaseArrayOffset(Buffer b) { in getBaseArrayOffset()
DNioUtils.java58 public static byte[] unsafeArray(ByteBuffer b) { in unsafeArray()
66 public static int unsafeArrayOffset(ByteBuffer b) { in unsafeArrayOffset()
/libcore/luni/src/test/java/libcore/java/math/
DOldBigDecimalArithmeticTest.java30 BigDecimal a, b, res; in testAddMathContextNonTrivial() local
55 BigDecimal a, b, res; in testSubtractMathContextNonTrivial() local
78 BigDecimal a, b, res; in testMultiplyMathContextNonTrivial() local
94 BigDecimal a, b, res; in testPowNonTrivial() local
126 BigDecimal a, b, res; in testPowMathContextNonTrivial() local
191 BigDecimal a, b, res; in testDivideINonTrivial() local
218 BigDecimal a, b, res; in testDivideIINonTrivial() local
246 BigDecimal a, b, res; in testDivideScaleRoundingModeNonTrivial() local
276 BigDecimal a, b, res; in testDivideMathContextNonTrivial() local
324 String b = "0"; in testDivideToIntegralValueByZero() local
[all …]
DBigIntegerTest.java90 BigInteger b; in test_Constructor_ILjava_util_Random() local
105 BigInteger b; in test_Constructor_IILjava_util_Random() local
144 BigInteger b; in test_probablePrime() local
/libcore/luni/src/test/java/libcore/java/util/
DLocaleTest.java236 Locale.Builder b = new Locale.Builder(); in test_Builder_setLanguage() local
278 Locale.Builder b = new Locale.Builder(); in test_Builder_setRegion() local
320 Locale.Builder b = new Locale.Builder(); in test_Builder_setVariant() local
366 Locale.Builder b = new Locale.Builder(); in test_Builder_setLocale() local
422 Locale.Builder b = new Locale.Builder(); in test_Builder_setScript() local
455 Locale.Builder b = new Locale.Builder(); in test_Builder_clear() local
470 Locale.Builder b = new Locale.Builder(); in test_Builder_setExtension() local
512 Locale.Builder b = new Locale.Builder(); in test_Builder_clearExtensions() local
769 Locale.Builder b = new Locale.Builder(); in test_getDisplayScript() local
849 Locale.Builder b = new Locale.Builder(); in test_Builder_unicodeAttributes() local
[all …]
/libcore/luni/src/test/java/libcore/java/nio/
DBufferTest.java122 private void testByteSwappedBulkGet(ByteBuffer b) throws Exception { in testByteSwappedBulkGet()
195 private static String toString(ByteBuffer b) { in toString()
215 private void testByteSwappedBulkPut(ByteBuffer b) throws Exception { in testByteSwappedBulkPut()
280 private void testByteBufferByteOrder(ByteBuffer b, boolean readOnly) throws Exception { in testByteBufferByteOrder()
327 private void testCharBufferByteOrder(CharBuffer b, ByteOrder bo) throws Exception { in testCharBufferByteOrder()
358 private void testDoubleBufferByteOrder(DoubleBuffer b, ByteOrder bo) throws Exception { in testDoubleBufferByteOrder()
389 private void testFloatBufferByteOrder(FloatBuffer b, ByteOrder bo) throws Exception { in testFloatBufferByteOrder()
420 private void testIntBufferByteOrder(IntBuffer b, ByteOrder bo) throws Exception { in testIntBufferByteOrder()
451 private void testLongBufferByteOrder(LongBuffer b, ByteOrder bo) throws Exception { in testLongBufferByteOrder()
482 private void testShortBufferByteOrder(ShortBuffer b, ByteOrder bo) throws Exception { in testShortBufferByteOrder()
[all …]
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
DBigDecimalArithmeticTest.java38 String b = "747233429293018787918347987234564568"; in testAddEqualScalePosPos() local
55 String b = "747233429293018787918347987234564568"; in testAddMathContextEqualScalePosPos() local
73 String b = "747233429293018787918347987234564568"; in testAddEqualScaleNegNeg() local
90 String b = "747233429293018787918347987234564568"; in testAddMathContextEqualScaleNegNeg() local
108 String b = "747233429293018787918347987234564568"; in testAddDiffScalePosNeg() local
125 String b = "747233429293018787918347987234564568"; in testAddMathContextDiffScalePosNeg() local
143 String b = "747233429293018787918347987234564568"; in testAddDiffScaleNegPos() local
160 String b = "0"; in testAddDiffScaleZeroZero() local
177 String b = "747233429293018787918347987234564568"; in testSubtractEqualScalePosPos() local
194 String b = "747233429293018787918347987234564568"; in testSubtractMathContextEqualScalePosPos() local
[all …]
DBigDecimalCompareTest.java94 String b = "4573563567890295784902768787678287"; in testCompareEqualScale1() local
108 String b = "4573563923487289357829759278282992758247567890295784902768787678287"; in testCompareEqualScale2() local
122 String b = "4573563567890295784902768787678287"; in testCompareGreaterScale1() local
136 String b = "4573563567890295784902768787678287"; in testCompareGreaterScale2() local
150 String b = "4573563567890295784902768787678287"; in testCompareLessScale1() local
164 String b = "45735635948573894578349572001798379183767890295784902768787678287"; in testCompareLessScale2() local
178 String b = "7472334223847623782375469293018787918347987234564568"; in testEqualsUnequal1() local
191 String b = "92948782094488478231212478987482988429808779810457634781384756794987"; in testEqualsUnequal2() local
204 String b = "92948782094488478231212478987482988429808779810457634781384756794987"; in testEqualsUnequal3() local
215 String b = "92948782094488478231212478987482988429808779810457634781384756794987"; in testEqualsEqual() local
[all …]
/libcore/dalvik/src/main/java/org/apache/harmony/dalvik/
DNativeTestTarget.java36 public static native void emptyJniStaticMethod6(int a, int b, int c, int d, int e, int f); in emptyJniStaticMethod6()
38 public native void emptyJniMethod6(int a, int b, int c, int d, int e, int f); in emptyJniMethod6()
46 public static native void emptyJniStaticMethod6L(String a, String[] b, in emptyJniStaticMethod6L()
49 public native void emptyJniMethod6L(String a, String[] b, in emptyJniMethod6L()
/libcore/dex/src/main/java/com/android/dex/util/
DUnsigned.java30 int b = ushortB & 0xFFFF; in compare() local
39 long b = uintB & 0xFFFFFFFFL; in compare() local
/libcore/luni/src/main/java/java/util/
DObjects.java32 public static <T> int compare(T a, T b, Comparator<? super T> c) { in compare()
45 public static boolean deepEquals(Object a, Object b) { in deepEquals()
73 public static boolean equals(Object a, Object b) { in equals()
/libcore/luni/src/main/java/java/security/spec/
DEllipticCurve.java35 private final BigInteger b; field in EllipticCurve
59 public EllipticCurve(ECField field, BigInteger a, BigInteger b, byte[] seed) { in EllipticCurve()
114 public EllipticCurve(ECField field, BigInteger a, BigInteger b) { in EllipticCurve()
/libcore/luni/src/test/java/libcore/java/util/jar/
DOldAttributesTest.java69 Attributes b = (Attributes) a.clone(); in test_hashCode() local
78 Attributes b = new Attributes(); in test_putValueLjava_lang_StringLjava_lang_String() local
/libcore/luni/src/main/java/javax/crypto/
DCipherOutputStream.java74 @Override public void write(int b) throws IOException { in write()
91 @Override public void write(byte[] b, int off, int len) throws IOException { in write()
/libcore/luni/src/main/java/java/security/
DDigestOutputStream.java81 public void write(int b) throws IOException { in write()
104 public void write(byte[] b, int off, int len) throws IOException { in write()
DSecureClassLoader.java91 protected final Class<?> defineClass(String name, byte[] b, int off, int len, in defineClass()
115 protected final Class<?> defineClass(String name, ByteBuffer b, CodeSource cs) { in defineClass()
/libcore/luni/src/main/native/
Djava_lang_StrictMath.cpp41 static jdouble StrictMath_IEEEremainder(JNIEnv*, jclass, jdouble a, jdouble b) { in StrictMath_IEEEremainder()
57 static jdouble StrictMath_pow(JNIEnv*, jclass, jdouble a, jdouble b) { in StrictMath_pow()
61 static jdouble StrictMath_hypot(JNIEnv*, jclass, jdouble a, jdouble b) { in StrictMath_hypot()
65 static jdouble StrictMath_nextafter(JNIEnv*, jclass, jdouble a, jdouble b) { in StrictMath_nextafter()
/libcore/luni/src/test/java/libcore/java/io/
DOldAndroidPushbackReaderTest.java42 PushbackReader b = new PushbackReader(ba, 15); in testPushbackReader() local
70 char[] b = new char[x]; in read() local
DCharArrayWriterTest.java26 CharArrayWriter b = new CharArrayWriter(); in testCharArrayWriter() local
DOldAndroidByteArrayOutputStreamTest.java30 ByteArrayOutputStream b = new ByteArrayOutputStream(10); in testByteArrayOutputStream() local
/libcore/dex/src/main/java/com/android/dex/
DMutf8.java45 int b = in.readByte() & 0xff; in decode() local
51 int b = in.readByte() & 0xff; in decode() local
/libcore/benchmarks/src/benchmarks/regression/
DNativeMethodBenchmark.java51 int b = 0; in time_emptyJniStaticMethod6() local
59 int b = 0; in time_emptyJniMethod6() local
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DSignatureSpiTest.java169 public void engineUpdate(byte b) { in engineUpdate()
172 public void engineUpdate(byte[] b, int off, int len) { in engineUpdate()
203 public void engineUpdate(byte b) { in engineUpdate()
206 public void engineUpdate(byte[] b, int off, int len) { in engineUpdate()
255 protected void engineUpdate(byte b) throws SignatureException { in engineUpdate()
260 protected void engineUpdate(byte[] b, int off, int len) in engineUpdate()

12345678