Home
last modified time | relevance | path

Searched defs:res (Results 1 – 25 of 62) 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.java758 BigInteger res = i1.and(i2); in test_andLjava_math_BigInteger() local
774 BigInteger res = i1.or(i2); in test_orLjava_math_BigInteger() local
790 BigInteger res = i1.xor(i2); in test_xorLjava_math_BigInteger() local
806 BigInteger res = i1.not(); in test_not() local
820 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.java202 String[] res = sss.getSupportedCipherSuites(); in test_getSupportedCipherSuites() local
228 String[] res = sss.getEnabledCipherSuites(); in test_EnabledCipherSuites() local
241 String[] res = sss.getSupportedCipherSuites(); in test_getSupportedProtocols() local
267 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.java131 String[] res = sse.getSupportedProtocols(); in test_getSupportedProtocols() local
145 String[] res = sse.getEnabledProtocols(); in test_EnabledProtocols() local
163 String[] res = sse.getSupportedCipherSuites(); in test_getSupportedCipherSuites() local
177 String[] res = sse.getEnabledCipherSuites(); in test_EnabledCipherSuites() local
450 SSLEngineResult res = sse.unwrap(bb, bbA, 0, bbA.length); in test_unwrap_06() local
708 SSLEngineResult res = sse.unwrap(bbs, bbd); in test_unwrap_ByteBuffer_ByteBuffer_05() local
820 SSLEngineResult res = sse.unwrap(bbs, bbd); in test_unwrap_ByteBuffer$ByteBuffer_05() local
912 SSLEngineResult res = sse.wrap(bb, ByteBuffer.allocate(10)); in test_wrap_ByteBuffer_ByteBuffer_05() local
1010 SSLEngineResult res = sse.wrap(bbA, bb); in test_wrap_ByteBuffer$ByteBuffer_05() local
DKeyStoreBuilderParametersTest.java90 Object[] res = res_list.toArray(); in test_getParameters() local
DSSLSocketTest.java305 String[] res = ssl.getSupportedProtocols(); in test_getSupportedProtocols() local
328 String[] res = ssl.getEnabledProtocols(); in test_EnabledProtocols() local
348 String[] res = ssl.getSupportedCipherSuites(); in test_getSupportedCipherSuites() local
371 String[] res = ssl.getEnabledCipherSuites(); in test_EnabledCipherSuites() 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.java143 Certificate[] res = ksPKE.getCertificateChain(); in testGetCertificateChain() local
159 Certificate res = ksPKE.getCertificate(); in testGetCertificate() local
171 String res = ksPKE.toString(); in testToString() local
/libcore/support/src/test/java/tests/security/
DMessageDigestTest.java157 String res = Integer.toHexString(computedDigest[i] & 0xFF); in testfips180_2_singleblock() local
173 String res = Integer.toHexString(computedDigest[i] & 0xFF); in testfips180_2_multiblock() local
189 String res = Integer.toHexString(computedDigest[i] & 0xFF); in testfips180_2_longMessage() 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/main/native/
DPortability.h29 const struct addrinfo* hints, unsigned /*netid*/, unsigned /*mark*/, struct addrinfo** res) { in android_getaddrinfofornet()
/libcore/luni/src/test/java/tests/targets/security/cert/
DCertificateTest.java632 CertPathValidatorResult res = certPathValidator.validate(path, params); in testVerifyMD2_chain() local
671 CertPathValidatorResult res = certPathValidator.validate(path, params); in testVerifyMD5_chain() local
/libcore/luni/src/test/java/libcore/java/net/
DOldURLClassLoaderTest.java103 Enumeration<URL> res = ucl.findResources("test0"); in test_findResourcesLjava_lang_String() local
206 URL res = ucl.findResource("test1"); in test_findResourceLjava_lang_String() local
272 private StringBuffer getResContent(URL res) throws IOException { in getResContent()
/libcore/support/src/test/java/org/apache/harmony/xnet/tests/support/
DX509KeyManagerImpl.java129 String[] res = new String[vec.size()]; in getClientAliases() local
173 String[] res = new String[vec.size()]; in getServerAliases() local
/libcore/support/src/test/java/tests/support/
DSupport_ASimpleInputStream.java68 int res = buf[pos]; in read() local
/libcore/luni/src/test/java/org/apache/harmony/regex/tests/java/util/regex/
DMatcher2Test.java227 String res = mat.replaceAll(substitutionString); in testReplacementBackSlash() local
/libcore/ojluni/src/main/native/
DFileKey.c58 int res; in FileKey_init() local

123