Searched defs:copy (Results 1 - 25 of 205) sorted by relevance

123456789

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DPolicyOperations.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
60 * Returns a copy of the <code>Policy</code> object. The copy does not retain
63 * @return a copy of the <code>Policy</code> object
65 org.omg.CORBA.Policy copy (); method in interface:PolicyOperations
H A D_PolicyStub.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
92 /** Copies the policy object. The copy does not retain any
94 * @return the copy of the policy object.
96 public org.omg.CORBA.Policy copy () method in class:_PolicyStub
100 org.omg.CORBA.portable.OutputStream _out = _request ("copy", true);
109 return copy ();
113 } // copy
/openjdk7/jdk/test/sun/misc/ClassLoaderUtil/
H A DTest.java12 * version 2 for more details (a copy is included in the LICENSE file that
15 * You should have received a copy of the GNU General Public License version
35 static File copy (File src, String destDir) throws Exception { method in class:Test
56 file = copy (file, destPath);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/copyobject/
H A DFallbackObjectCopierImpl.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
46 public Object copy( Object src ) throws ReflectiveCopyException method in class:FallbackObjectCopierImpl
49 return first.copy( src ) ;
52 return second.copy( src ) ;
H A DJavaStreamObjectCopierImpl.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
54 public Object copy(Object obj) { method in class:JavaStreamObjectCopierImpl
H A DORBStreamObjectCopierImpl.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
49 public Object copy(Object obj) { method in class:ORBStreamObjectCopierImpl
H A DReferenceObjectCopierImpl.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
32 public Object copy( Object obj ) method in class:ReferenceObjectCopierImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/copyobject/
H A DObjectCopier.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
28 /** Provides an interface for a variety of means to copy an arbitrary
30 * copy of obj, preserving all aliasing across all objects reachable
32 * cannot copy obj for some reason. Note that a trivial implementation
37 Object copy( Object obj ) throws ReflectiveCopyException ; method in interface:ObjectCopier
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/messaging/saaj/util/
H A DMimeHeadersUtil.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
38 public static MimeHeaders copy(MimeHeaders headers) { method in class:MimeHeadersUtil
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/
H A DContext.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
28 * Permission is hereby granted, free of charge, to any person obtaining a copy
31 * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
65 Context copy(); method in interface:Context
/openjdk7/jdk/test/java/util/Hashtable/
H A DSimpleSerialization.java12 * version 2 for more details (a copy is included in the LICENSE file that
15 * You should have received a copy of the GNU General Public License version
80 private static String getFailureText(final Object orig, final Object copy) { argument
87 printObject(pw, copy).println();
/openjdk7/jdk/test/java/util/Vector/
H A DSimpleSerialization.java12 * version 2 for more details (a copy is included in the LICENSE file that
15 * You should have received a copy of the GNU General Public License version
69 private static String getFailureText(final Object orig, final Object copy) { argument
77 printObject(pw, copy).println();
/openjdk7/jdk/test/javax/swing/JColorChooser/
H A DTest4165217.java12 * version 2 for more details (a copy is included in the LICENSE file that
15 * You should have received a copy of the GNU General Public License version
46 Color after = copy(chooser).getColor();
53 private static JColorChooser copy(JColorChooser chooser) { method in class:Test4165217
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/oa/poa/
H A DIdAssignmentPolicyImpl.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
48 public Policy copy() { method in class:IdAssignmentPolicyImpl
H A DIdUniquenessPolicyImpl.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
47 public Policy copy() { method in class:IdUniquenessPolicyImpl
H A DImplicitActivationPolicyImpl.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
49 public Policy copy() { method in class:ImplicitActivationPolicyImpl
H A DLifespanPolicyImpl.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
47 public Policy copy() { method in class:LifespanPolicyImpl
H A DRequestProcessingPolicyImpl.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
48 public Policy copy() { method in class:RequestProcessingPolicyImpl
H A DServantRetentionPolicyImpl.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
47 public Policy copy() { method in class:ServantRetentionPolicyImpl
H A DThreadPolicyImpl.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
47 public Policy copy() { method in class:ThreadPolicyImpl
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/extension/
H A DCopyObjectPolicy.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
53 public org.omg.CORBA.Policy copy () method in class:CopyObjectPolicy
H A DRequestPartitioningPolicy.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
70 public org.omg.CORBA.Policy copy() method in class:RequestPartitioningPolicy
H A DZeroPortPolicy.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
65 public org.omg.CORBA.Policy copy () method in class:ZeroPortPolicy
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_ValueSet.hpp12 * version 2 for more details (a copy is included in the LICENSE file that
15 * You should have received a copy of the GNU General Public License version
44 ValueSet* copy();
60 inline ValueSet* ValueSet::copy() { function in class:ValueSet
/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/classes/
H A DCopiedFile.java14 * version 2 for more details (a copy is included in the LICENSE file that
17 * You should have received a copy of the GNU General Public License version
43 copy(in, out);
48 private static void copy(final InputStream in, final PrintStream out) throws IOException { method in class:CopiedFile

Completed in 146 milliseconds

123456789