/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/ |
D | BigIntegerXorTest.java | 37 String res = "27384627835298756289327365"; in testZeroPos() local 50 String res = "-27384627835298756289327365"; in testZeroNeg() local 63 String res = "27384627835298756289327365"; in testPosZero() local 76 String res = "-27384627835298756289327365"; in testNegPos() local 89 String res = "0"; in testZeroZero() local 102 String res = "1"; in testZeroOne() local 115 String res = "0"; in testOneOne() local 128 String res = "71412358434940908477702819237626"; in testPosPosSameLength() local 141 String res = "2837462783428374767845615168483972194300564226167553530"; in testPosPosFirstLonger() local 154 String res = "2837462783428374767845615168483972194300564226167553530"; in testPosPosFirstShorter() local [all …]
|
D | BigDecimalConstructorsTest.java | 104 String res = "1231212478987482988429808779810457634781384757"; in testConstrBigIntegerMathContext() local 121 String res = "1231212478987482988429808779810457634781384757"; in testConstrBigIntegerScaleMathContext() local 134 String res = "-1.23804738E-419"; in testConstrChar() local 155 String res = "3.804738E-40"; in testConstrCharIntInt() local 179 String res = "3.805E-40"; in testConstrCharIntIntMathContext() local 294 String res = "732546982374982285074"; in testConstrDoubleMathContext() local 342 String res = "732546982"; in testConstrInt() local 357 String res = "732546982"; in testConstrIntMathContext() local 369 String res = "4576578677732546982"; in testConstrLong() local 384 String res = "45766"; in testConstrLongMathContext() local [all …]
|
D | MathContextTest.java | 73 BigDecimal res = aNumber.abs(mcInt6); in test_MathContextConstruction() local
|
D | BigIntegerTest.java | 754 BigInteger res = i1.and(i2); in test_andLjava_math_BigInteger() local 770 BigInteger res = i1.or(i2); in test_orLjava_math_BigInteger() local 786 BigInteger res = i1.xor(i2); in test_xorLjava_math_BigInteger() local 802 BigInteger res = i1.not(); in test_not() local 816 BigInteger res = i1.andNot(i2); in test_andNotLjava_math_BigInteger() local
|
D | BigDecimalConvertTest.java | 205 String res = "1231212478987482988429808779810457634781384756794.987"; in testScaleByPowerOfTen1() local 219 String res = "1.231212478987482988429808779810457634781384756794987E+74"; in testScaleByPowerOfTen2() local 308 … String res = "-123809648392384754573567356745735635678902957849027687876782870000000000000000"; in testToBigIntegerExact1() local 515 String res = "-65678765876567576"; in testValueOfDoubleNeg() local 527 String res = "65678765876567576"; in testValueOfDoublePos1() local 539 String res = "12321237576.987888"; in testValueOfDoublePos2() local 551 String res = "12321237576.987885"; in testValueOfDoublePos3() local
|
/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/javax/net/ssl/ |
D | SSLEngineResultTest.java | 81 SSLEngineResult res = new SSLEngineResult(SSLEngineResult.Status.BUFFER_OVERFLOW, in test_ConstructorLjavax_net_ssl_SSLEngineResult_StatusLjavax_net_ssl_SSLEngineResult_HandshakeStatusII() local 104 SSLEngineResult res = new SSLEngineResult(enS[i], in test_bytesConsumed() local 127 SSLEngineResult res = new SSLEngineResult(enS[i], in test_bytesProduced() local 150 SSLEngineResult res = new SSLEngineResult(enS[i], in test_getHandshakeStatus() local 173 SSLEngineResult res = new SSLEngineResult(enS[i], in test_getStatus() local 196 SSLEngineResult res = new SSLEngineResult(enS[i], in test_toString() local
|
D | SSLServerSocketTest.java | 204 String[] res = sss.getSupportedCipherSuites(); in test_getSupportedCipherSuites() local 230 String[] res = sss.getEnabledCipherSuites(); in test_EnabledCipherSuites() local 244 String[] res = sss.getSupportedCipherSuites(); in test_getSupportedProtocols() local 270 String[] res = sss.getEnabledProtocols(); in test_EnabledProtocols() local
|
D | X509KeyManagerTest.java | 686 String res = manager.chooseClientAlias(new String[]{TYPE_RSA}, null, null); in test_chooseClientAlias() local 711 String res = manager.chooseServerAlias(TYPE_RSA, null, null); in test_chooseServerAlias() local
|
D | SSLEngineTest.java | 143 String[] res = sse.getSupportedProtocols(); in test_getSupportedProtocols() local 157 String[] res = sse.getEnabledProtocols(); in test_EnabledProtocols() local 175 String[] res = sse.getSupportedCipherSuites(); in test_getSupportedCipherSuites() local 189 String[] res = sse.getEnabledCipherSuites(); in test_EnabledCipherSuites() local 463 SSLEngineResult res = sse.unwrap(bb, bbA, 0, bbA.length); in test_unwrap_06() local 721 SSLEngineResult res = sse.unwrap(bbs, bbd); in test_unwrap_ByteBuffer_ByteBuffer_05() local 833 SSLEngineResult res = sse.unwrap(bbs, bbd); in test_unwrap_ByteBuffer$ByteBuffer_05() local 926 SSLEngineResult res = sse.wrap(bb, ByteBuffer.allocate(10)); in test_wrap_ByteBuffer_ByteBuffer_05() local 1027 SSLEngineResult res = sse.wrap(bbA, bb); in test_wrap_ByteBuffer$ByteBuffer_05() local
|
D | SSLSocketTest.java | 308 String[] res = ssl.getSupportedProtocols(); in test_getSupportedProtocols() local 331 String[] res = ssl.getEnabledProtocols(); in test_EnabledProtocols() local 351 String[] res = ssl.getSupportedCipherSuites(); in test_getSupportedCipherSuites() local 374 String[] res = ssl.getEnabledCipherSuites(); in test_EnabledCipherSuites() local
|
D | KeyStoreBuilderParametersTest.java | 90 Object[] res = res_list.toArray(); in test_getParameters() local
|
/libcore/ojluni/src/main/native/ |
D | EPollPort.c | 44 jint res[2]; in Java_sun_nio_ch_EPollPort_socketpair() local 53 int res; in Java_sun_nio_ch_EPollPort_interrupt() local 64 int res; in Java_sun_nio_ch_EPollPort_drain1() local 74 int res; in Java_sun_nio_ch_EPollPort_close0() local
|
D | EPoll.c | 77 int res; in Java_sun_nio_ch_EPoll_epollCtl() local 92 int res; in Java_sun_nio_ch_EPoll_epollWait() local 103 int res; in Java_sun_nio_ch_EPoll_close0() local
|
D | LinuxNativeDispatcher.c | 86 size_t res = -1; in Java_sun_nio_fs_LinuxNativeDispatcher_fgetxattr0() local 105 int res = -1; in Java_sun_nio_fs_LinuxNativeDispatcher_fsetxattr0() local 123 int res = -1; in Java_sun_nio_fs_LinuxNativeDispatcher_fremovexattr0() local 140 size_t res = -1; in Java_sun_nio_fs_LinuxNativeDispatcher_flistxattr() local
|
/libcore/luni/src/test/java/libcore/java/math/ |
D | OldBigDecimalArithmeticTest.java | 30 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 326 String res = "277923185514690367474770683"; in testDivideToIntegralValueByZero() local [all …]
|
D | OldBigDecimalScaleOperationsTest.java | 31 BigDecimal res = a.movePointRight(10); in testMovePointRightEx() local 56 BigDecimal res = a.movePointRight(10); in testScaleByPowerOfTenEx() local
|
D | OldBigDecimalConstructorsTest.java | 40 String res = "1231212478987482988429808779810457634781384757"; in testConstrBigIntegerMathContext() local 121 String res = "1231212478987482988429808779810457634781384757"; in testConstrBigIntegerScaleMathContext() local 285 String res = "3.805E-40"; in testConstrCharIntIntMathContext() local 437 String res = "732546982374982285074"; in testConstrDoubleMathContext() local 575 String res = "45766"; in testConstrLongMathContext() local 664 String res = "-23876"; in testConstrStringMathContext() local
|
D | OldBigDecimalCompareTest.java | 59 BigDecimal res = aNumber.negate(mc); in testNegateMathContextPositive() local
|
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/ |
D | KSPrivateKeyEntryTest.java | 162 Certificate[] res = ksPKE.getCertificateChain(); in testGetCertificateChain() local 178 Certificate res = ksPKE.getCertificate(); in testGetCertificate() local 225 String res = ksPKE.toString(); in testToString() local
|
/libcore/ojluni/src/main/java/sun/security/provider/certpath/ |
D | BuildStep.java | 84 public BuildStep(Vertex vtx, int res) { in BuildStep() 189 public String resultToString(int res) { in resultToString()
|
/libcore/luni/src/test/java/tests/targets/security/cert/ |
D | CertificateTest.java | 642 CertPathValidatorResult res = certPathValidator.validate(path, params); in testVerifyMD2_chain() local 681 CertPathValidatorResult res = certPathValidator.validate(path, params); in testVerifyMD5_chain() local
|
/libcore/luni/src/test/java/libcore/java/net/ |
D | OldURLClassLoaderTest.java | 105 Enumeration<URL> res = ucl.findResources("test0"); in test_findResourcesLjava_lang_String() local 232 URL res = ucl.findResource("test1"); in test_findResourceLjava_lang_String() local 298 private StringBuffer getResContent(URL res) throws IOException { in getResContent()
|
/libcore/luni/src/main/native/ |
D | Portability.h | 29 const struct addrinfo* hints, unsigned /*netid*/, unsigned /*mark*/, struct addrinfo** res) { in android_getaddrinfofornet()
|
/libcore/support/src/test/java/tests/support/ |
D | Support_ASimpleInputStream.java | 68 int res = buf[pos]; in read() local
|
/libcore/ojluni/src/main/java/sun/nio/ch/ |
D | PendingFuture.java | 133 void setResult(V res) { in setResult() 167 void setResult(V res, Throwable x) { in setResult()
|