Searched defs:result (Results 101 - 125 of 994) sorted by relevance

1234567891011>>

/openjdk10/jdk/src/java.base/unix/native/libnio/ch/
H A DSocketChannelImpl.c56 int result = 0; local
H A DDatagramDispatcher.c48 int result = recv(fd, buf, len, 0); local
62 ssize_t result = 0; local
88 int result = send(fd, buf, len, 0); local
103 ssize_t result = 0; local
[all...]
/openjdk10/jdk/src/java.base/windows/native/libnio/fs/
H A DRegistryFileTypeDetector.c43 jstring result = NULL; local
/openjdk10/jdk/src/java.base/share/classes/sun/nio/ch/
H A DCompletedFuture.java39 private final V result; field in class:CompletedFuture
42 private CompletedFuture(V result, Throwable exc) { argument
47 static <V> CompletedFuture<V> withResult(V result) { argument
58 static <V> CompletedFuture<V> withResult(V result, Throwable exc) { argument
[all...]
/openjdk10/jdk/src/java.base/unix/native/libnio/
H A DMappedByteBuffer.c40 int result = 0; local
77 int result = madvise((caddr_t)a, (size_t)len, MADV_WILLNEED); local
89 int result = msync(a, (size_t)len, MS_SYNC); local
/openjdk10/jdk/src/java.base/share/classes/sun/security/provider/
H A DHmacDrbg.java147 generateAlgorithm( byte[] result, byte[] additionalInput) argument
/openjdk10/jdk/src/java.base/unix/native/libjava/
H A DProcessEnvironment_md.c54 jobjectArray result; local
/openjdk10/jdk/src/java.base/windows/native/libnio/ch/
H A DFileKey.c51 BOOL result; local
/openjdk10/jdk/src/java.desktop/share/classes/com/sun/imageio/plugins/tiff/
H A DTIFFColorConverter.java52 public abstract void fromRGB(float r, float g, float b, float[] result); argument
/openjdk10/jaxws/src/java.xml.ws/share/classes/javax/xml/ws/
H A DEndpointReference.java127 public abstract void writeTo(Result result); argument
/openjdk10/jdk/src/java.base/share/classes/java/util/concurrent/
H A DCompletionService.java91 Future<V> submit(Runnable task, V result); argument
H A DRecursiveTask.java74 V result; field in class:RecursiveTask
/openjdk10/hotspot/src/share/vm/gc/g1/
H A DheapRegionSet.inline.hpp100 HeapRegion* result = _head; local
112 HeapRegion* result = _tail; local
/openjdk10/hotspot/src/share/vm/oops/
H A Dklass.inline.hpp52 uint64_t result = pd >> shift; local
65 Klass* result = (Klass*)(void*)((uintptr_t)Universe::narrow_klass_base() + ((uintptr_t)v << shift)); local
/openjdk10/jdk/src/java.base/macosx/native/libnio/fs/
H A DUTIFileTypeDetector.c43 CFStringRef result = NULL; local
105 jstring result = NULL; local
H A DMacOSXNativeDispatcher.c41 jcharArray result = NULL; local
/openjdk10/jdk/src/jdk.crypto.ec/share/native/libsunec/impl/
H A Dsecitem.c74 SECItem *result = NULL; local
[all...]
/openjdk10/jdk/test/java/awt/JAWT/
H A Dmyfile.c39 jboolean result; local
/openjdk10/jdk/test/com/sun/jdi/
H A DPopAsynchronousTest.java52 void report(int n, int result) { argument
69 int result = -1; field in class:PopAsynchronousTest
[all...]
/openjdk10/jdk/test/java/lang/Double/
H A DParseHexFloatingPoint.java43 test(String testName, String input, double result, double expected) argument
/openjdk10/jdk/test/java/lang/StrictMath/
H A DExactArithTests.java249 static void checkResult(String message, long x, long y, long result, BigInteger expected) { argument
/openjdk10/jdk/test/java/lang/Math/
H A DExactArithTests.java333 static void checkResult(String message, long x, long y, long result, BigInteger expected) { argument
[all...]
/openjdk10/jdk/test/java/net/NetworkInterface/
H A DNetworkInterfaceStreamTest.java83 private void getAllSubNetworkInterfaces(NetworkInterface ni, Collection<NetworkInterface> result) { argument
/openjdk10/jdk/test/java/text/Collator/
H A DCollatorTest.java98 doTest(Collator col, int strength, String[] source, String[] target, int[] result) argument
119 doTest(Collator col, String source, String target, int result) argument
[all...]
H A DMonkeyTest.java56 public void report(String s, String t, int result, int revResult) argument
[all...]

Completed in 292 milliseconds

1234567891011>>