Searched defs:act (Results 1 - 25 of 26) sorted by relevance

12

/openjdk10/hotspot/test/runtime/jsig/
H A DlibTestJNI.c39 struct sigaction act; local
/openjdk10/hotspot/test/runtime/JVMDoPrivileged/
H A DDoPrivileged.java46 static void doPrivileged(VoidPrivilegedAction act) { argument
/openjdk10/jdk/test/javax/swing/SwingUtilities/7170657/
H A Dbug7170657.java72 private static void fail(final MouseEvent exp, final MouseEvent act) { argument
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCMouseDragGestureRecognizer.java56 protected CMouseDragGestureRecognizer(DragSource ds, Component c, int act, DragGestureListener dgl) { argument
60 protected CMouseDragGestureRecognizer(DragSource ds, Component c, int act) { argument
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/dnd/
H A DMouseDragGestureRecognizer.java85 protected MouseDragGestureRecognizer(DragSource ds, Component c, int act, DragGestureListener dgl) { argument
101 protected MouseDragGestureRecognizer(DragSource ds, Component c, int act) { argument
H A DDragGestureEvent.java100 public DragGestureEvent(DragGestureRecognizer dgr, int act, Point ori, argument
H A DDropTarget.java93 DropTarget(Component c, int ops, DropTargetListener dtl, boolean act, FlavorMap fm) argument
140 DropTarget(Component c, int ops, DropTargetListener dtl, boolean act) argument
/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWMouseDragGestureRecognizer.java77 protected WMouseDragGestureRecognizer(DragSource ds, Component c, int act, DragGestureListener dgl) { argument
89 protected WMouseDragGestureRecognizer(DragSource ds, Component c, int act) { argument
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXMouseDragGestureRecognizer.java81 protected XMouseDragGestureRecognizer(DragSource ds, Component c, int act, DragGestureListener dgl) { argument
93 protected XMouseDragGestureRecognizer(DragSource ds, Component c, int act) { argument
/openjdk10/hotspot/src/os/aix/vm/
H A Djsig.c151 static int call_os_sigaction(int sig, const struct sigaction *act, argument
164 int sigaction(int sig, const struct sigaction *act, struct sigaction *oact) { argument
H A Dos_aix.cpp2725 struct sigaction act; local
3265 struct sigaction act; local
[all...]
/openjdk10/hotspot/src/os/bsd/vm/
H A Djsig.c155 static int call_os_sigaction(int sig, const struct sigaction *act, argument
167 int sigaction(int sig, const struct sigaction *act, struct sigaction *oact) { argument
H A Dos_bsd.cpp2725 struct sigaction act; local
3263 struct sigaction act; local
[all...]
/openjdk10/hotspot/src/os/linux/vm/
H A Djsig.c152 static int call_os_sigaction(int sig, const struct sigaction *act, argument
164 int sigaction(int sig, const struct sigaction *act, struct sigaction *oact) { argument
/openjdk10/jdk/test/java/lang/invoke/
H A DMethodHandleConstants.java71 private static void assertEquals(Object exp, Object act) { argument
H A DInvokeDynamicPrintArgs.java72 private static void assertEquals(Object exp, Object act) { argument
H A DJavaDocExamplesTest.java350 static void assertEquals(Object exp, Object act) { argument
/openjdk10/jdk/test/java/util/List/
H A DListFactories.java65 static Object[] a(List<String> act, List<String> exp) { argument
113 public void cannotAddLast(List<String> act, List<String> exp) { argument
118 public void cannotAddFirst(List<String> act, List<String> exp) { argument
123 public void cannotRemove(List<String> act, List<String> exp) { argument
128 public void cannotSet(List<String> act, List<String> exp) { argument
133 contentsMatch(List<String> act, List<String> exp) argument
213 serialEquality(List<String> act, List<String> exp) argument
[all...]
/openjdk10/hotspot/src/os/solaris/vm/
H A Djsig.c187 static int call_os_sigaction(int sig, const struct sigaction *act, argument
199 int sigaction(int sig, const struct sigaction *act, struct sigaction *oact) { argument
/openjdk10/jdk/test/java/util/Collection/
H A DSetFactories.java66 static Object[] a(Set<String> act, Set<String> exp) { argument
122 public void cannotAdd(Set<String> act, Set<String> exp) { argument
127 public void cannotRemove(Set<String> act, Set<String> exp) { argument
132 public void contentsMatch(Set<String> act, Set<String> exp) { argument
189 public void hashCodeEqual(Set<String> act, Se argument
194 containsAll(Set<String> act, Set<String> exp) argument
267 serialEquality(Set<String> act, Set<String> exp) argument
[all...]
/openjdk10/jdk/test/java/util/Map/
H A DMapFactories.java81 static Object[] a(Map<Integer,String> act, Map<Integer,String> exp) { argument
121 public void cannotPutNew(Map<Integer,String> act, Map<Integer,String> exp) { argument
126 public void cannotPutOld(Map<Integer,String> act, Map<Integer,String> exp) { argument
131 public void cannotRemove(Map<Integer,String> act, Map<Integer,String> exp) { argument
136 public void contentsMatch(Map<Integer,String> act, Ma argument
141 containsAllKeys(Map<Integer,String> act, Map<Integer,String> exp) argument
147 containsAllValues(Map<Integer,String> act, Map<Integer,String> exp) argument
210 hashCodeEquals(Map<Integer,String> act, Map<Integer,String> exp) argument
351 serialEquality(Map<Integer, String> act, Map<Integer, String> exp) argument
[all...]
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/spi/orb/
H A DOperationFactory.java376 private Operation act ; field in class:OperationFactory.ListAction
[all...]
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/util/
H A DBaseStAXUT.java372 protected static void failStrings(String msg, String exp, String act) { argument
/openjdk10/hotspot/src/share/vm/opto/
H A Druntime.cpp755 static const TypeFunc* make_arraycopy_Type(ArrayCopyType act) { argument
/openjdk10/jdk/src/java.desktop/windows/native/libawt/windows/
H A Dawt_DnDDS.cpp993 ULONG act; local

Completed in 226 milliseconds

12