Searched defs:updates (Results 1 - 7 of 7) sorted by last modified time

/openjdk10/langtools/test/jdk/jshell/
H A DKullaTesting.java249 public Snippet assertKeyMatch(String input, boolean isExecutable, SubKind expectedSubKind, STEInfo mainInfo, STEInfo... updates) { argument
304 public ImportSnippet assertImportKeyMatch(String input, String name, SubKind subkind, STEInfo mainInfo, STEInfo... updates) { argument
315 public DeclarationSnippet assertDeclarationKeyMatch(String input, boolean isExecutable, String name, SubKind subkind, STEInfo mainInfo, STEInfo... updates) { argument
325 public VarSnippet assertVarKeyMatch(String input, boolean isExecutable, String name, SubKind kind, String typeName, STEInfo mainInfo, STEInfo... updates) { argument
368 public List<SnippetEvent> assertEval(String input, STEInfo mainInfo, STEInfo... updates) { argument
372 assertEval(String input, String value, STEInfo mainInfo, STEInfo... updates) argument
381 assertEval(String input, DiagCheck diagMain, DiagCheck diagUpdates, STEInfo mainInfo, STEInfo... updates) argument
386 assertEval(String input, String value, Class<? extends Throwable> exceptionClass, DiagCheck diagMain, DiagCheck diagUpdates, STEInfo mainInfo, STEInfo... updates) argument
667 assertDeclareFail(String input, String expectedErrorCode, STEInfo mainInfo, STEInfo... updates) argument
678 assertDeclareFail(String input, ExpectedDiagnostic expectedDiagnostic, STEInfo mainInfo, STEInfo... updates) argument
700 assertDeclareWarn1(String input, ExpectedDiagnostic expectedDiagnostic, STEInfo mainInfo, STEInfo... updates) argument
773 assertDrop(Snippet key, STEInfo mainInfo, STEInfo... updates) argument
777 assertDrop(Snippet key, DiagCheck diagMain, DiagCheck diagUpdates, STEInfo mainInfo, STEInfo... updates) argument
1098 chain(STEInfo mainInfo, STEInfo... updates) argument
1102 chain(STEInfo mainInfo, String value, Class<? extends Throwable> exceptionClass, STEInfo... updates) argument
1117 public final STEInfo[] updates; field in class:KullaTesting.EventChain
1121 EventChain(STEInfo mainInfo, String value, Class<? extends Throwable> exceptionClass, STEInfo... updates) argument
[all...]
/openjdk10/jdk/test/java/util/Collections/
H A DUnmodifiableMapEntrySet.java79 int updates; field in class:UnmodifiableMapEntrySet.EntryConsumer
/openjdk10/jdk/test/java/rmi/activation/log/
H A DLogTest.java67 private static void writeUpdatesCrashAndRecover(int updates, argument
/openjdk10/jdk/test/java/net/httpclient/http2/jdk.incubator.httpclient/jdk/incubator/http/internal/hpack/
H A DEncoderTest.java638 testSizeUpdate(Function<Integer, Encoder> encoder, int initialSize, List<Integer> updates, List<Integer> expected) argument
/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/internal/
H A DXmlReaderContentHandler.java80 private Vector<Object[]> updates; field in class:XmlReaderContentHandler
/openjdk10/jaxws/src/jdk.xml.bind/share/classes/com/sun/codemodel/internal/
H A DJForLoop.java40 private List<JExpression> updates = new ArrayList<JExpression>(); field in class:JForLoop
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/ui/
H A DFindInHeapPanel.java52 private ArrayList updates; field in class:FindInHeapPanel

Completed in 83 milliseconds