Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 68) sorted by relevance

123

/libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/math/
DBigIntegerXorTest.java37 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 …]
DBigDecimalConstructorsTest.java104 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 …]
DMathContextTest.java73 BigDecimal res = aNumber.abs(mcInt6); in test_MathContextConstruction() local
DBigIntegerTest.java754 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
DBigDecimalConvertTest.java205 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/
DSSLEngineResultTest.java81 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
DSSLServerSocketTest.java204 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
DX509KeyManagerTest.java686 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
DSSLEngineTest.java143 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
DSSLSocketTest.java308 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
DKeyStoreBuilderParametersTest.java90 Object[] res = res_list.toArray(); in test_getParameters() local
/libcore/ojluni/src/main/native/
DEPollPort.c44 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
DEPoll.c77 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
DLinuxNativeDispatcher.c86 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/
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
326 String res = "277923185514690367474770683"; in testDivideToIntegralValueByZero() local
[all …]
DOldBigDecimalScaleOperationsTest.java31 BigDecimal res = a.movePointRight(10); in testMovePointRightEx() local
56 BigDecimal res = a.movePointRight(10); in testScaleByPowerOfTenEx() local
DOldBigDecimalConstructorsTest.java40 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
DOldBigDecimalCompareTest.java59 BigDecimal res = aNumber.negate(mc); in testNegateMathContextPositive() local
/libcore/luni/src/test/java/org/apache/harmony/security/tests/java/security/
DKSPrivateKeyEntryTest.java162 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/
DBuildStep.java84 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/
DCertificateTest.java642 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/
DOldURLClassLoaderTest.java105 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/
DPortability.h29 const struct addrinfo* hints, unsigned /*netid*/, unsigned /*mark*/, struct addrinfo** res) { in android_getaddrinfofornet()
/libcore/support/src/test/java/tests/support/
DSupport_ASimpleInputStream.java68 int res = buf[pos]; in read() local
/libcore/ojluni/src/main/java/sun/nio/ch/
DPendingFuture.java133 void setResult(V res) { in setResult()
167 void setResult(V res, Throwable x) { in setResult()

123