Searched defs:result (Results 26 - 50 of 982) sorted by relevance

1234567891011>>

/openjdk9/hotspot/src/share/vm/gc/parallel/
H A DparallelScavengeHeap.inline.hpp49 bool result = ((HeapWord*)p) >= young_gen()->reserved().start(); local
/openjdk9/hotspot/test/runtime/modules/
H A DIgnoreModulePropertiesTest.java60 testOption(String option, String value, String prop, String result) argument
/openjdk9/hotspot/test/compiler/intrinsics/mathexact/
H A DSubExactICondTest.java38 public static int result = 0; field in class:SubExactICondTest
H A DNestedMathExactTest.java36 public static int[] result = new int[LIMIT]; field in class:NestedMathExactTest
H A DGVNTest.java35 public static int result = 0; field in class:GVNTest
H A DMulExactICondTest.java35 public static int result = 0; field in class:MulExactICondTest
H A DAddExactICondTest.java35 public static int result = 0; field in class:AddExactICondTest
/openjdk9/hotspot/test/compiler/c2/
H A DTest6916644.java37 static int result; field in class:Test6916644
/openjdk9/hotspot/test/compiler/intrinsics/unsafe/
H A DUnsafeGetAddressTest.java70 static volatile long result; field in class:UnsafeGetAddressTest
/openjdk9/hotspot/test/compiler/unsafe/
H A DUnsafeOnHeapBooleanTest.java38 static boolean bool0 = false, bool1 = false, result = false; field in class:UnsafeOnHeapBooleanTest
H A DUnsafeOffHeapBooleanTest.java38 static boolean bool0 = false, bool1 = false, result = false; field in class:UnsafeOffHeapBooleanTest
/openjdk9/jaxp/src/jdk.xml.dom/share/classes/org/w3c/dom/xpath/
H A DXPathExpression.java90 evaluate(Node contextNode, short type, Object result) argument
[all...]
/openjdk9/jaxp/test/javax/xml/jaxp/unittest/xpath/
H A DXPathTestBase.java90 void verifyResult(XPathEvaluationResult<?> result, Object expected) { argument
/openjdk9/jaxws/src/java.xml.bind/share/classes/com/sun/xml/internal/txw2/output/
H A DResultFactory.java54 public static XmlSerializer createSerializer(Result result) { argument
[all...]
/openjdk9/jdk/src/java.base/windows/classes/sun/security/provider/
H A DNativeSeedGenerator.java55 private static native boolean nativeGenerateSeed(byte[] result); argument
58 void getSeedBytes(byte[] result) { argument
/openjdk9/jdk/src/java.base/windows/native/libjava/
H A DWinCAPISeedGenerator.c48 jboolean result = JNI_FALSE; local
/openjdk9/jdk/test/java/lang/StrictMath/
H A DTests.java34 test(String testName, double input, double result, double expected) argument
49 test(String testName, double input1, double input2, double result, double expected) argument
/openjdk9/langtools/test/tools/javac/
H A DQualifiedThisAndSuper_2.java37 void check(String expr, String result, String expected) { argument
/openjdk9/langtools/src/jdk.javadoc/share/classes/jdk/javadoc/internal/tool/
H A DOptionException.java44 public final Result result; field in class:OptionException
56 public OptionException(Result result, Runnable method, String message) { argument
72 OptionException(Result result, Runnable method) argument
[all...]
H A DToolException.java48 final Result result; field in class:ToolException
56 ToolException(Result result, String message) { argument
70 ToolException(Result result, String message, Throwable cause) argument
[all...]
/openjdk9/jdk/test/java/security/Principal/
H A DImplies.java62 testImplies(Principal principal, Set<? extends Principal> principals, boolean result) argument
72 testImplies(Principal principal, Subject subject, boolean result) argument
/openjdk9/jdk/test/java/text/Collator/
H A DKoreanTest.java88 int result = 0; field in class:KoreanTest
/openjdk9/langtools/test/tools/javac/processing/model/
H A DTestSourceVersion.java77 private static void check(boolean result, boolean expected, argument
/openjdk9/langtools/test/tools/javac/unit/
H A DT6198196.java39 static void test(String pathname, String filename, boolean result) throws IOException { argument
/openjdk9/hotspot/src/cpu/aarch64/vm/
H A DjniFastGetField_aarch64.cpp50 static const Register result = r7; variable
[all...]

Completed in 306 milliseconds

1234567891011>>