Searched refs:drop (Results 26 - 31 of 31) sorted by relevance

12

/openjdk7/jdk/src/windows/classes/sun/nio/fs/
H A DWindowsFileCopy.java502 priv.drop();
/openjdk7/jdk/src/share/classes/sun/awt/dnd/
H A DSunDropTargetContextPeer.java85 private int currentDA; // current drop action
97 // The flag is used to monitor whether the drop action is
139 protected final static int STATUS_WAIT = 1; // drop pending
175 * get the Transferable associated with the drop
245 throw new InvalidDnDOperationException("No drop current");
513 dropStatus = STATUS_WAIT; // drop pending ACK
537 ((DropTargetListener)dt).drop(new DropTargetDropEvent(dtc,
650 * The target rejected the drop means that it doesn't perform any
651 * drop action. This change is to make Solaris behavior consistent
681 * signal drop complet
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/jvm/
H A DGen.java1120 sel.load().drop();
1638 genExpr(tree.expr, tree.expr.type).drop();
2149 base.drop();
2162 base.drop();
/openjdk7/jdk/test/java/lang/invoke/
H A DMethodHandlesTest.java1961 for (int drop = 1; drop <= 4; drop++) {
1963 testDropArguments(nargs, pos, drop);
1969 void testDropArguments(int nargs, int pos, int drop) throws Throwable { argument
1974 Collections.nCopies(drop, Object.class).toArray(new Class<?>[0]));
1977 for (int i = drop; i > 0; i--) {
1983 // System.out.println("*** fail at n/p/d = "+nargs+"/"+pos+"/"+drop+": "+argsToDrop+" => "+res2List);
/openjdk7/jdk/src/share/classes/sun/nio/ch/
H A DDatagramChannelImpl.java900 void drop(MembershipKeyImpl key) { method in class:DatagramChannelImpl
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaFileChooserUI.java688 public void drop(final DropTargetDropEvent dtde) { method in class:AquaFileChooserUI.DnDHandler
1468 // DirectoryComboBox, left-justified, 200x20 not including drop shadow

Completed in 157 milliseconds

12