Searched defs:Copy (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/compiler/
H A DCopy.java21 * $Id: Copy.java,v 1.2.4.1 2005/09/01 12:14:32 pvedula Exp $
50 final class Copy extends Instruction { class in inherits:Instruction
67 Util.println("Copy");
119 // Copy in attribute sets if specified
/openjdk7/jdk/src/share/sample/nio/file/
H A DCopy.java52 public class Copy { class
63 * Copy source file to target location. If {@code prompt} is true then
149 System.err.println("java Copy [-ip] source... target");
150 System.err.println("java Copy -r [-ip] source-dir... target");
/openjdk7/hotspot/src/share/vm/utilities/
H A Dcopy.hpp56 class Copy : AllStatic { class in inherits:AllStatic
163 // Copy a span of memory. If the span is an integral number of aligned
200 // Copy word-aligned words from higher to lower addresses, not atomic on each word
214 // Copy word-aligned words from lower to higher addresses, not atomic on each word
/openjdk7/hotspot/src/share/vm/gc_implementation/parallelScavenge/
H A DpsCompactionManager.hpp59 Copy, enumerator in enum:ParCompactionManager::Action
/openjdk7/hotspot/src/share/vm/services/
H A DmemoryManager.hpp59 Copy, enumerator in enum:MemoryManager::Name
189 // Copy out _last_gc_stat to the given destination, returning
206 MemoryManager::Name kind() { return MemoryManager::Copy; }
207 const char* name() { return "Copy"; }

Completed in 28 milliseconds