Searched defs:previous (Results 51 - 75 of 76) sorted by relevance

1234

/openjdk10/jdk/src/java.base/share/classes/java/util/
H A DLinkedList.java906 public E previous() { method in class:LinkedList.ListItr
H A DVector.java1320 public E previous() { method in class:Vector.ListItr
H A DCollections.java4244 public E previous() { throw new NoSuchElementException(); } method in class:Collections.EmptyListIterator
[all...]
/openjdk10/jdk/test/javax/sql/testng/util/
H A DStubBaseRowSet.java363 public boolean previous() throws SQLException { method in class:StubBaseRowSet
H A DStubFilteredRowSetImpl.java1174 public boolean previous() throws SQLException { method in class:StubFilteredRowSetImpl
H A DStubCachedRowSetImpl.java1129 public boolean previous() throws SQLException { method in class:StubCachedRowSetImpl
H A DStubJdbcRowSetImpl.java953 public boolean previous() throws SQLException { method in class:StubJdbcRowSetImpl
H A DStubWebRowSetImpl.java1160 public boolean previous() throws SQLException { method in class:StubWebRowSetImpl
H A DStubSyncResolver.java947 public boolean previous() throws SQLException { method in class:StubSyncResolver
H A DStubJoinRowSetImpl.java1244 public boolean previous() throws SQLException { method in class:StubJoinRowSetImpl
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.graph/src/org/graalvm/compiler/graph/
H A DGraph.java156 private final NodeSourcePosition previous; field in class:Graph.NodeSourcePositionScope
/openjdk10/hotspot/src/share/vm/c1/
H A Dc1_Compilation.hpp184 Instruction* previous = _current_instruction; local
/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/
H A DJoinRowSetImpl.java2150 public boolean previous() throws SQLException { method in class:JoinRowSetImpl
[all...]
H A DJdbcRowSetImpl.java2013 public boolean previous() throws SQLException { method in class:JdbcRowSetImpl
H A DCachedRowSetImpl.java3693 public boolean previous() throws SQLException { method in class:CachedRowSetImpl
[all...]
/openjdk10/jdk/src/java.logging/share/classes/java/util/logging/
H A DLogManager.java1692 static boolean needsUpdating(String k, Properties previous, Properties next) { argument
1713 static void merge(String k, Properties previous, Properties next, argument
1774 static ModType of(String previous, String next) { argument
[all...]
/openjdk10/jdk/src/java.sql/share/classes/java/sql/
H A DResultSet.java1273 boolean previous() throws SQLException; method in interface:ResultSet
/openjdk10/hotspot/src/share/vm/runtime/
H A Dframe.cpp463 BasicObjectLock* previous = (BasicObjectLock*) (((intptr_t*) current) - interpreter_frame_monitor_size()); local
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/dom/
H A DCoreDocumentImpl.java2730 void setAttrNode(AttrImpl attr, AttrImpl previous) { argument
/openjdk10/jdk/src/java.sql.rowset/share/classes/com/sun/rowset/internal/
H A DSyncResolverImpl.java2444 public boolean previous() throws SQLException { method in class:SyncResolverImpl
[all...]
/openjdk10/jdk/src/jdk.accessibility/windows/native/libwindowsaccessbridge/
H A DWinAccessBridge.cpp1049 WinAccessBridge::getNextJavaWindow(HWND previous) { argument
/openjdk10/jdk/test/java/util/PluggableLocale/
H A Dfooprovider.jar ... public int next (int) public int preceding (int) public int previous () public void setText (java.text.CharacterIterator) } com/foo ...
/openjdk10/jdk/test/tools/pack200/pack200-verifier/src/xmlkit/
H A DXMLKit.java2305 public Object previous() { method in class:XMLKit.Element.Itr
[all...]
/openjdk10/hotspot/src/share/vm/opto/
H A Dsuperword.cpp2028 MemNode* previous = last; local
[all...]
/openjdk10/hotspot/src/share/vm/gc/cms/
H A DconcurrentMarkSweepGeneration.hpp1371 HeapWord* previous() { return _previous_address; } function in class:UpwardsObjectClosure

Completed in 506 milliseconds

1234