Searched defs:result (Results 276 - 300 of 982) sorted by relevance

<<11121314151617181920>>

/openjdk9/jdk/test/java/lang/Math/
H A DDivModTests.java537 resultEquals(Object result, Object expected) argument
[all...]
H A DTests.java230 test(String testName, float input, boolean result, boolean expected) argument
243 test(String testName, double input, boolean result, boolean expected) argument
256 test(String testName, float input1, float input2, boolean result, boolean expected) argument
269 test(String testName, double input1, double input2, boolean result, boolean expected) argument
282 test(String testName, float input, int result, int expected) argument
294 test(String testName, double input, int result, int expected) argument
307 test(String testName, float input, float result, float expected) argument
321 test(String testName, double input, double result, double expected) argument
334 test(String testName, float input1, double input2, float result, float expected) argument
349 test(String testName, double input1, double input2, double result, double expected) argument
364 test(String testName, float input1, int input2, float result, float expected) argument
379 test(String testName, double input1, int input2, double result, double expected) argument
394 test(String testName, float input1, float input2, float input3, float result, float expected) argument
410 test(String testName, double input1, double input2, double input3, double result, double expected) argument
426 testUlpCore(double result, double expected, double ulps) argument
453 testUlpDiff(String testName, double input, double result, double expected, double ulps) argument
467 testUlpDiff(String testName, double input1, double input2, double result, double expected, double ulps) argument
484 testUlpDiffWithAbsBound(String testName, double input, double result, double expected, double ulps, double absBound) argument
509 testUlpDiffWithLowerBound(String testName, double input, double result, double expected, double ulps, double lowerBound) argument
531 testTolerance(String testName, double input, double result, double expected, double tolerance) argument
554 testBounds(String testName, double input, double result, double bound1, double bound2) argument
[all...]
/openjdk9/jdk/test/java/lang/StackWalker/CallerSensitiveMethod/csm/jdk/test/
H A DCallerSensitiveTest.java120 static void checkNonCSMCaller(Class<?> expected, Result result) { argument
[all...]
/openjdk9/jdk/test/com/sun/crypto/provider/Cipher/RSA/
H A DTestRSA.java145 public static void testKat(String alg, int mode, Key key, String in, String out, boolean result) throws Exception { argument
/openjdk9/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DLauncher.c35 char *result; local
/openjdk9/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFYCbCrColorConverter.java83 public void fromRGB(float r, float g, float b, float[] result) { argument
/openjdk9/jdk/test/java/util/Base64/
H A DTestBase64Golden.java166 private static void assertEqual(Object result, Object expect) { argument
/openjdk9/jdk/test/javax/net/ssl/interop/
H A DClientHelloInterOp.java393 protected static void runDelegatedTasks(SSLEngineResult result, argument
414 protected static void log(String str, SSLEngineResult result) { argument
/openjdk9/langtools/test/tools/javac/
H A DT7093325.java138 void verifyBytecode(Result<Iterable<? extends JavaFileObject>> result) { argument
/openjdk9/jdk/test/java/util/concurrent/tck/
H A DDoubleAdderTest.java178 volatile double result; field in class:DoubleAdderTest.AdderTask
H A DLongAdderTest.java201 volatile long result; field in class:LongAdderTest.AdderTask
/openjdk9/jdk/test/java/util/concurrent/CountDownLatch/
H A DBasic.java40 private volatile Throwable result = null; field in class:Awaiter
41 protected void result(Throwable result) { this.result = result; } argument
42 public Throwable result() { return this.result; } method in class:Awaiter
[all...]
/openjdk9/jdk/test/java/text/Collator/
H A DJapaneseTest.java275 int result = 0; field in class:JapaneseTest
/openjdk9/langtools/test/tools/javac/api/6406133/
H A DT6406133.java48 String result; field in class:T6406133.DiagnosticTester
/openjdk9/jdk/test/sun/security/provider/DSA/
H A DTestDSA.java86 private static void verify(Provider provider, String alg, PublicKey key, byte[] data, byte[] sig, boolean result) throws Exception { argument
/openjdk9/jdk/test/sun/security/provider/SecureRandom/AbstractDrbg/java.base/sun/security/provider/
H A DS.java99 protected void generateAlgorithm(byte[] result, byte[] additionalInput) { argument
/openjdk9/jdk/test/java/util/concurrent/atomic/
H A DDoubleAdderDemo.java124 volatile double result; field in class:DoubleAdderDemo.AdderTask
146 volatile double result; field in class:DoubleAdderDemo.SyncTask
H A DLongAdderDemo.java118 volatile long result; field in class:LongAdderDemo.AdderTask
140 volatile long result; field in class:LongAdderDemo.CasTask
/openjdk9/jdk/test/sun/security/pkcs11/Signature/
H A DTestDSA.java98 private static void verify(Provider provider, String alg, PublicKey key, byte[] data, byte[] sig, boolean result) throws Exception { argument
/openjdk9/jdk/test/sun/security/ssl/SSLEngineImpl/
H A DEmptyExtensionData.java138 runDelegatedTasks(SSLEngineResult result, SSLEngine engine) argument
[all...]
/openjdk9/jdk/test/sun/security/ssl/ServerHandshaker/
H A DHelloExtensionsTest.java182 runDelegatedTasks(SSLEngineResult result, SSLEngine engine) argument
[all...]
/openjdk9/langtools/test/tools/javac/lambda/lambdaExecution/
H A DLambdaTranslationTest1.java40 private static final ThreadLocal<Object> result = new ThreadLocal<>(); field in class:LambdaTranslationTest1
/openjdk9/langtools/test/tools/jdeps/
H A DAPIDeps.java205 void checkResult(String label, String[] expect, String[] profiles, Map<String,String> result) { argument
H A DBasic.java205 void checkResult(String label, String[] expect, String[] profiles, Map<String,String> result) { argument
/openjdk9/langtools/test/tools/javac/lambda/methodReference/
H A DSamConversion.java56 private static void test2(Bar bar, int result) { argument

Completed in 336 milliseconds

<<11121314151617181920>>