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

<<11121314151617181920>>

/openjdk10/jdk/src/java.base/macosx/native/libnio/ch/
H A DKQueueArrayWrapper.c134 int result; local
/openjdk10/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/
H A DResultSet.java154 public void record(Result result) { argument
/openjdk10/jdk/src/demo/share/java2d/J2DBench/src/j2dbench/tests/cmm/
H A DDataConversionTests.java75 public Context(TestEnvironment env, Result result, ColorSpace cs) { argument
96 public Object initTest(TestEnvironment env, Result result) { argument
/openjdk10/jdk/src/jdk.jdwp.agent/windows/native/libjdwp/
H A Dlinker_md.c126 void *result = LoadLibrary(name); local
/openjdk10/jdk/src/java.desktop/windows/classes/sun/font/
H A DNativeStrike.java62 getGlyphImageBounds(int glyphcode, Point2D.Float pt, Rectangle result) argument
/openjdk10/jdk/src/java.xml.crypto/share/classes/com/sun/org/apache/xml/internal/security/c14n/implementations/
H A DCanonicalizer20010315Excl.java72 private final SortedSet<Attr> result = new TreeSet<Attr>(COMPARE); field in class:Canonicalizer20010315Excl
[all...]
/openjdk10/jdk/src/java.desktop/unix/classes/sun/font/
H A DDelegateStrike.java78 getGlyphImageBounds(int glyphCode, Point2D.Float pt, Rectangle result) argument
/openjdk10/jdk/src/java.security.jgss/share/classes/sun/security/jgss/spnego/
H A DSpNegoToken.java158 static NegoResult getNegoResultType(int result) { argument
178 getNegoResultString(int result) argument
[all...]
/openjdk10/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
/openjdk10/jdk/test/java/lang/Math/
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...]
H A DDivModTests.java537 resultEquals(Object result, Object expected) argument
[all...]
/openjdk10/jdk/test/java/lang/StackWalker/CallerSensitiveMethod/csm/jdk/test/
H A DCallerSensitiveTest.java120 static void checkNonCSMCaller(Class<?> expected, Result result) { argument
[all...]
/openjdk10/jdk/test/java/util/Base64/
H A DTestBase64Golden.java166 private static void assertEqual(Object result, Object expect) { argument
/openjdk10/jdk/test/java/nio/channels/spi/SelectorProvider/inheritedChannel/
H A DLauncher.c35 char *result; local
/openjdk10/jdk/test/java/text/Collator/
H A DJapaneseTest.java275 int result = 0; field in class:JapaneseTest
/openjdk10/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
/openjdk10/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...]
/openjdk10/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
/openjdk10/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
/openjdk10/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
/openjdk10/jdk/test/sun/security/provider/SecureRandom/AbstractDrbg/java.base/sun/security/provider/
H A DS.java99 protected void generateAlgorithm(byte[] result, byte[] additionalInput) { argument
/openjdk10/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
/openjdk10/jdk/test/jdk/lambda/
H A DLambdaTranslationTest1.java39 private static final ThreadLocal<Object> result = new ThreadLocal<>(); field in class:LambdaTranslationTest1

Completed in 209 milliseconds

<<11121314151617181920>>