Home
last modified time | relevance | path

Searched refs:STATUS_WAIT (Results 1 – 25 of 32) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/
H A Dthrstat002.java33 public static final int STATUS_WAIT = 2; field in thrstat002
106 checkStatus(STATUS_WAIT, false); in meth()
108 checkStatus(STATUS_WAIT, true); in meth()
110 checkStatus(STATUS_WAIT, false); in meth()
H A Dthrstat001.java32 public static final int STATUS_WAIT = 2; field in thrstat001
74 checkStatus(STATUS_WAIT); in meth()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/
H A Dthrstat002.java33 public static final int STATUS_WAIT = 2; field in thrstat002
106 checkStatus(STATUS_WAIT, false); in meth()
108 checkStatus(STATUS_WAIT, true); in meth()
110 checkStatus(STATUS_WAIT, false); in meth()
H A Dthrstat001.java32 public static final int STATUS_WAIT = 2; field in thrstat001
74 checkStatus(STATUS_WAIT); in meth()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/
H A Dthrstat002.java33 public static final int STATUS_WAIT = 2; field in thrstat002
106 checkStatus(STATUS_WAIT, false); in meth()
108 checkStatus(STATUS_WAIT, true); in meth()
110 checkStatus(STATUS_WAIT, false); in meth()
H A Dthrstat001.java32 public static final int STATUS_WAIT = 2; field in thrstat001
74 checkStatus(STATUS_WAIT); in meth()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/
H A Dthrstat002.java33 public static final int STATUS_WAIT = 2; field in thrstat002
106 checkStatus(STATUS_WAIT, false); in meth()
108 checkStatus(STATUS_WAIT, true); in meth()
110 checkStatus(STATUS_WAIT, false); in meth()
H A Dthrstat001.java32 public static final int STATUS_WAIT = 2; field in thrstat001
74 checkStatus(STATUS_WAIT); in meth()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/
H A Dthrstat002.java33 public static final int STATUS_WAIT = 2; field in thrstat002
106 checkStatus(STATUS_WAIT, false); in meth()
108 checkStatus(STATUS_WAIT, true); in meth()
110 checkStatus(STATUS_WAIT, false); in meth()
H A Dthrstat001.java32 public static final int STATUS_WAIT = 2; field in thrstat001
74 checkStatus(STATUS_WAIT); in meth()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/
H A Dthrstat002.java33 public static final int STATUS_WAIT = 2; field in thrstat002
106 checkStatus(STATUS_WAIT, false); in meth()
108 checkStatus(STATUS_WAIT, true); in meth()
110 checkStatus(STATUS_WAIT, false); in meth()
H A Dthrstat001.java32 public static final int STATUS_WAIT = 2; field in thrstat001
74 checkStatus(STATUS_WAIT); in meth()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/
H A Dthrstat002.java33 public static final int STATUS_WAIT = 2; field in thrstat002
106 checkStatus(STATUS_WAIT, false); in meth()
108 checkStatus(STATUS_WAIT, true); in meth()
110 checkStatus(STATUS_WAIT, false); in meth()
H A Dthrstat001.java32 public static final int STATUS_WAIT = 2; field in thrstat001
74 checkStatus(STATUS_WAIT); in meth()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/hotspot/jtreg/vmTestbase/nsk/jvmti/GetThreadState/
H A Dthrstat002.java33 public static final int STATUS_WAIT = 2; field in thrstat002
106 checkStatus(STATUS_WAIT, false); in meth()
108 checkStatus(STATUS_WAIT, true); in meth()
110 checkStatus(STATUS_WAIT, false); in meth()
H A Dthrstat001.java32 public static final int STATUS_WAIT = 2; field in thrstat001
74 checkStatus(STATUS_WAIT); in meth()
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/dnd/
H A DSunDropTargetContextPeer.java141 protected static final int STATUS_WAIT = 1; // drop pending field in SunDropTargetContextPeer
521 dropStatus = STATUS_WAIT; // drop pending ACK in processDropMessage()
553 if (dropStatus == STATUS_WAIT) { in processDropMessage()
639 if (dropStatus == STATUS_WAIT || dropStatus == STATUS_ACCEPT) { in acceptDrop()
654 if (dropStatus != STATUS_WAIT) { in rejectDrop()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/src/java.desktop/share/classes/sun/awt/dnd/
H A DSunDropTargetContextPeer.java141 protected static final int STATUS_WAIT = 1; // drop pending field in SunDropTargetContextPeer
521 dropStatus = STATUS_WAIT; // drop pending ACK in processDropMessage()
553 if (dropStatus == STATUS_WAIT) { in processDropMessage()
639 if (dropStatus == STATUS_WAIT || dropStatus == STATUS_ACCEPT) { in acceptDrop()
654 if (dropStatus != STATUS_WAIT) { in rejectDrop()
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/src/java.desktop/share/classes/sun/awt/dnd/
H A DSunDropTargetContextPeer.java141 protected static final int STATUS_WAIT = 1; // drop pending field in SunDropTargetContextPeer
521 dropStatus = STATUS_WAIT; // drop pending ACK in processDropMessage()
553 if (dropStatus == STATUS_WAIT) { in processDropMessage()
639 if (dropStatus == STATUS_WAIT || dropStatus == STATUS_ACCEPT) { in acceptDrop()
654 if (dropStatus != STATUS_WAIT) { in rejectDrop()
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/src/share/classes/sun/awt/dnd/
H A DSunDropTargetContextPeer.java139 protected final static int STATUS_WAIT = 1; // drop pending field in SunDropTargetContextPeer
514 dropStatus = STATUS_WAIT; // drop pending ACK in processDropMessage()
544 if (dropStatus == STATUS_WAIT) { in processDropMessage()
630 if (dropStatus == STATUS_WAIT || dropStatus == STATUS_ACCEPT) { in acceptDrop()
645 if (dropStatus != STATUS_WAIT) { in rejectDrop()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/src/java.desktop/share/classes/sun/awt/dnd/
H A DSunDropTargetContextPeer.java141 protected static final int STATUS_WAIT = 1; // drop pending field in SunDropTargetContextPeer
521 dropStatus = STATUS_WAIT; // drop pending ACK in processDropMessage()
553 if (dropStatus == STATUS_WAIT) { in processDropMessage()
639 if (dropStatus == STATUS_WAIT || dropStatus == STATUS_ACCEPT) { in acceptDrop()
654 if (dropStatus != STATUS_WAIT) { in rejectDrop()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/src/java.desktop/share/classes/sun/awt/dnd/
H A DSunDropTargetContextPeer.java141 protected static final int STATUS_WAIT = 1; // drop pending field in SunDropTargetContextPeer
521 dropStatus = STATUS_WAIT; // drop pending ACK in processDropMessage()
553 if (dropStatus == STATUS_WAIT) { in processDropMessage()
639 if (dropStatus == STATUS_WAIT || dropStatus == STATUS_ACCEPT) { in acceptDrop()
654 if (dropStatus != STATUS_WAIT) { in rejectDrop()
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/src/java.desktop/share/classes/sun/awt/dnd/
H A DSunDropTargetContextPeer.java141 protected static final int STATUS_WAIT = 1; // drop pending field in SunDropTargetContextPeer
522 dropStatus = STATUS_WAIT; // drop pending ACK in processDropMessage()
554 if (dropStatus == STATUS_WAIT) { in processDropMessage()
640 if (dropStatus == STATUS_WAIT || dropStatus == STATUS_ACCEPT) { in acceptDrop()
655 if (dropStatus != STATUS_WAIT) { in rejectDrop()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/src/java.desktop/share/classes/sun/awt/dnd/
H A DSunDropTargetContextPeer.java141 protected static final int STATUS_WAIT = 1; // drop pending field in SunDropTargetContextPeer
521 dropStatus = STATUS_WAIT; // drop pending ACK in processDropMessage()
553 if (dropStatus == STATUS_WAIT) { in processDropMessage()
639 if (dropStatus == STATUS_WAIT || dropStatus == STATUS_ACCEPT) { in acceptDrop()
654 if (dropStatus != STATUS_WAIT) { in rejectDrop()
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/src/java.desktop/share/classes/sun/awt/dnd/
H A DSunDropTargetContextPeer.java141 protected static final int STATUS_WAIT = 1; // drop pending field in SunDropTargetContextPeer
521 dropStatus = STATUS_WAIT; // drop pending ACK in processDropMessage()
553 if (dropStatus == STATUS_WAIT) { in processDropMessage()
639 if (dropStatus == STATUS_WAIT || dropStatus == STATUS_ACCEPT) { in acceptDrop()
654 if (dropStatus != STATUS_WAIT) { in rejectDrop()

12