Searched defs:COPY (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnD/
H A DMyCursor.java67 public static final java.awt.Cursor COPY = Toolkit.getDefaultToolkit().createCustomCursor( field in interface:MyCursor
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDInOut/
H A DMyCursor.java67 public static final java.awt.Cursor COPY = Toolkit.getDefaultToolkit().createCustomCursor( field in interface:MyCursor
/openjdk7/jdk/test/java/awt/dnd/ImageDecoratedDnDNegative/
H A DMyCursor.java67 public static final java.awt.Cursor COPY = Toolkit.getDefaultToolkit().createCustomCursor( field in interface:MyCursor
/openjdk7/jdk/test/sun/security/pkcs11/ec/
H A DReadPKCS12.java45 private final static boolean COPY = false; field in class:ReadPKCS12
67 if (COPY) {
120 if (COPY) {
144 if (COPY) {
/openjdk7/jdk/src/share/native/java/util/zip/zlib-1.2.3/
H A Dinflate.h59 COPY, /* i/o: waiting for input or output to copy stored block */ enumerator in enum:__anon662
90 STORED -> COPY -> TYPE
/openjdk7/jdk/src/share/classes/javax/swing/
H A DTransferHandler.java100 public static final int COPY = DnDConstants.ACTION_COPY; field in class:TransferHandler
407 * of {@code COPY}, {@code MOVE} or {@code LINK}.
426 if (!(action == COPY || action == MOVE || action == LINK)) {
497 * combination of {@code COPY}, {@code MOVE} and {@code LINK}.
505 * boolean copySupported = (COPY & getSourceDropActions()) == COPY;
599 * with a {@code COPY} action, on the component's {@code TransferHandler}.
723 * either {@code COPY}, {@code MOVE} or {@code LINK};
733 || !(action == COPY || action == MOVE || action == LINK)
770 * be a value of either <code>COPY</cod
[all...]
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipFileSystem.java343 e.type = Entry.COPY; // copy e
464 Entry u = new Entry(eSrc, Entry.COPY); // copy eSrc entry
1124 if (e.type == Entry.NEW || e.type == Entry.FILECH || e.type == Entry.COPY) {
1210 if (e.type == Entry.COPY) {
1401 } else { // untouced CEN or COPY
1790 static final int COPY = 4; // copy of a CEN entry field in class:ZipFileSystem.Entry

Completed in 164 milliseconds