Home
last modified time | relevance | path

Searched refs:func (Results 1 – 25 of 27) sorted by relevance

12

/libcore/luni/src/test/java/libcore/java/math/
DRunCSVTests.java54 void runTest(String func, double expectedOutput, double input, String extra) in runTest() argument
57 Method m = mathClass.getMethod(func, new Class[] { Double.TYPE }); in runTest()
61 if (UlpMap.containsKey(func)) { in runTest()
62 allowedError = UlpMap.get(func)*Math.ulp(expectedOutput); in runTest()
81 void run2InputTest(String func, double expectedOutput, double input1, in run2InputTest() argument
86 if (func.equals("scalb")) { in run2InputTest()
87 m = mathClass.getMethod(func, new Class[] { Double.TYPE, Integer.TYPE }); in run2InputTest()
90 m = mathClass.getMethod(func, new Class[] { Double.TYPE, Double.TYPE }); in run2InputTest()
95 if (UlpMap.containsKey(func)) { in run2InputTest()
96 allowedError = UlpMap.get(func)*Math.ulp(expectedOutput); in run2InputTest()
DRunCSVTestsStrict.java24 void runTest(String func, double expectedOutput, double input, String extra) in runTest() argument
27 Method m = mathClass.getMethod(func, new Class[] { Double.TYPE }); in runTest()
43 void run2InputTest(String func, double expectedOutput, double input1, in run2InputTest() argument
48 if (func.equals("scalb")) { in run2InputTest()
49 m = mathClass.getMethod(func, new Class[] { Double.TYPE, Integer.TYPE }); in run2InputTest()
52 m = mathClass.getMethod(func, new Class[] { Double.TYPE, Double.TYPE }); in run2InputTest()
DCSVTest.java84 abstract void runTest(String func, double expectedOutput, double input, in runTest() argument
87 …abstract void run2InputTest(String func, double expectedOutput, double input1, double input2, Stri… in run2InputTest() argument
/libcore/luni/src/test/java/org/apache/harmony/crypto/tests/javax/crypto/func/
DCipherDESedeWrapTest.java16 package org.apache.harmony.crypto.tests.javax.crypto.func;
DMacFunctionalTest.java16 package org.apache.harmony.crypto.tests.javax.crypto.func;
DSecretKeyFactoryFunctionalTest.java16 package org.apache.harmony.crypto.tests.javax.crypto.func;
DKeyGeneratorFunctionalTest.java16 package org.apache.harmony.crypto.tests.javax.crypto.func;
DCipherAesWrapTest.java16 package org.apache.harmony.crypto.tests.javax.crypto.func;
DKeyAgreementFunctionalTest.java16 package org.apache.harmony.crypto.tests.javax.crypto.func;
DCipherDESedeTest.java16 package org.apache.harmony.crypto.tests.javax.crypto.func;
DCipherAesTest.java16 package org.apache.harmony.crypto.tests.javax.crypto.func;
DCipherDesTest.java16 package org.apache.harmony.crypto.tests.javax.crypto.func;
DSecretKeyFactoryThread.java16 package org.apache.harmony.crypto.tests.javax.crypto.func;
DCipherRSATest.java16 package org.apache.harmony.crypto.tests.javax.crypto.func;
DCipherWrapThread.java16 package org.apache.harmony.crypto.tests.javax.crypto.func;
DCipherPBETest.java16 package org.apache.harmony.crypto.tests.javax.crypto.func;
DCipherRSAThread.java16 package org.apache.harmony.crypto.tests.javax.crypto.func;
DMacThread.java16 package org.apache.harmony.crypto.tests.javax.crypto.func;
DTestThread.java16 package org.apache.harmony.crypto.tests.javax.crypto.func;
DKeyGeneratorThread.java16 package org.apache.harmony.crypto.tests.javax.crypto.func;
DCipherPBEThread.java16 package org.apache.harmony.crypto.tests.javax.crypto.func;
DCipherSymmetricKeyThread.java16 package org.apache.harmony.crypto.tests.javax.crypto.func;
DKeyAgreementThread.java16 package org.apache.harmony.crypto.tests.javax.crypto.func;
/libcore/luni/src/test/java/tests/java/sql/
DSelectFunctionalityTest.java490 func("count", selectCount, 10); in test_SelectAgregateFunctions()
491 func("sum", selectSum, 30062); in test_SelectAgregateFunctions()
492 func("avg", selectAvg, 3006); in test_SelectAgregateFunctions()
493 func("max", selectMax, 3011); in test_SelectAgregateFunctions()
494 func("min", selectMin, 3001); in test_SelectAgregateFunctions()
497 private void func(String name, String query, int expected) { in func() method in SelectFunctionalityTest
/libcore/expectations/
Dtaggedtests.txt11 "org.apache.harmony.crypto.tests.javax.crypto.func.KeyAgreementFunctionalTest",

12