Searched defs:expectedValue (Results 1 - 25 of 56) sorted by relevance

123

/openjdk10/jdk/test/java/nio/channels/ServerSocketChannel/
H A DSocketOptionTests.java41 static void checkOption(ServerSocketChannel ssc, SocketOption name, Object expectedValue) argument
/openjdk10/jdk/test/java/nio/channels/SocketChannel/
H A DSocketOptionTests.java41 static void checkOption(SocketChannel sc, SocketOption name, Object expectedValue) argument
/openjdk10/jdk/test/java/nio/channels/DatagramChannel/
H A DSocketOptionTests.java40 checkOption(DatagramChannel dc, SocketOption<T> name, T expectedValue) argument
/openjdk10/hotspot/test/gc/arguments/
H A DTestG1HeapRegionSize.java47 private static void checkG1HeapRegionSize(String[] flags, int expectedValue, int exitValue) throws Exception { argument
H A DTestG1ConcRefinementThreads.java78 private static void checkG1ConcRefinementThreadsConsistency(String output, int expectedValue) { argument
62 runG1ConcRefinementThreadsTest(String[] passedOpts, int expectedValue) argument
H A DTestNewSizeThreadIncrease.java66 static void runNewSizeThreadIncreaseTest(String expectedValue, boolean isNewsizeChanged) throws Exception { argument
H A DTestG1ConcMarkStepDurationMillis.java74 private static void runG1ConcMarkStepDurationMillisTest(String expectedValue, int expectedResult) throws Exception { argument
93 private static void checkG1ConcMarkStepDurationMillisConsistency(String output, String expectedValue) { argument
/openjdk10/jdk/test/java/lang/instrument/
H A DRedefineMethodWithAnnotationsApp.java56 verifyMethodParameterAnnotationsValue( String expectedValue) argument
/openjdk10/jdk/test/java/lang/management/ThreadMXBean/
H A DEnableTest.java40 private static void checkThreadContentionMonitoring(boolean expectedValue) argument
79 private static void checkThreadCpuTime(boolean expectedValue) argument
/openjdk10/jdk/test/java/nio/channels/AsynchronousServerSocketChannel/
H A DBasic.java174 checkOption(AsynchronousServerSocketChannel ch, SocketOption name, Object expectedValue) argument
/openjdk10/langtools/test/tools/javac/multicatch/
H A DPos04.java39 int expectedValue; field in class:Pos04.ExceptionKind
41 ExceptionKind(int expectedValue) { argument
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/java/
H A DValueCompareAndSwapNode.java44 public ValueCompareAndSwapNode(ValueNode address, ValueNode expectedValue, ValueNode newValue, LocationIdentity location) { argument
48 public ValueCompareAndSwapNode(AddressNode address, ValueNode expectedValue, ValueNode newValue, LocationIdentity location, BarrierType barrierType) { argument
H A DLogicCompareAndSwapNode.java51 public LogicCompareAndSwapNode(ValueNode address, ValueNode expectedValue, ValueNode newValue, LocationIdentity location) { argument
55 public LogicCompareAndSwapNode(AddressNode address, LocationIdentity location, ValueNode expectedValue, ValueNode newValue, BarrierType barrierType) { argument
H A DAbstractCompareAndSwapNode.java47 @Input ValueNode expectedValue; field in class:AbstractCompareAndSwapNode
76 public AbstractCompareAndSwapNode(NodeClass<? extends AbstractCompareAndSwapNode> c, AddressNode address, LocationIdentity location, ValueNode expectedValue, ValueNode newValue, argument
/openjdk10/hotspot/test/runtime/jni/8033445/
H A DDefaultMethods.java62 public static final int expectedValue = 4; field in class:Impl2
96 static void verifyAndRun(String[] args, Impl2 impl, int expectedValue) { argument
[all...]
/openjdk10/jdk/test/java/io/Writer/
H A DBug6856817.java105 private static void checkFileContent(CharBuffer charBuffer, File file, String expectedValue) { argument
/openjdk10/jdk/test/java/net/URLClassLoader/closetest/
H A DCloseTest.java107 static void test(String name, int expectedValue) throws Exception { argument
/openjdk10/jdk/test/sun/management/jmxremote/bootstrap/
H A DJvmstatCountersTest.java61 checkKey(Map<String, String> data, int index, String key, String expectedValue) argument
/openjdk10/jdk/test/sanity/client/SwingSet/src/
H A DToggleButtonDemoTest.java149 private void testCheckBox(ContainerOperator<?> parent, String text, boolean expectedValue) { argument
/openjdk10/hotspot/test/compiler/rtm/cli/
H A DRTMLockingAwareTest.java141 verifyOptionValues(String value, boolean useRTMLocking, String expectedValue) argument
/openjdk10/hotspot/test/serviceability/
H A DParserTest.java188 public void parse(String searchName, String expectedValue, argument
192 public void parse(String searchName, String expectedValue, argument
/openjdk10/hotspot/test/compiler/codecache/stress/
H A DHelper.java110 int expectedValue(); method in interface:Helper.TestCase
137 public int expectedValue() { method in class:Helper.TestCaseImpl
/openjdk10/jdk/test/com/sun/nio/sctp/SctpChannel/
H A DSocketOptionTests.java50 checkOption(SctpChannel sc, SctpSocketOption<T> name, T expectedValue) argument
/openjdk10/jdk/test/java/text/AttributedString/
H A DAttributedStringTest.java212 private static final void checkIteratorAttribute(AttributedCharacterIterator iterator, int index, Attribute key, Object expectedValue) throws Exception { argument
/openjdk10/jdk/test/java/time/test/java/time/format/
H A DTestTextParserWithLocale.java151 public void test_parseStandaloneText(Locale locale, TemporalField field, TextStyle style, int expectedValue, String input) { argument
180 public void test_parseLenientText(Locale locale, TemporalField field, int expectedValue, String input) { argument

Completed in 142 milliseconds

123