Searched refs:copy (Results 176 - 200 of 652) sorted by relevance

1234567891011>>

/openjdk10/langtools/test/tools/javah/4942232/
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
63 copy(new File(testClasses, "ParamClassTest.class"), test3Classes);
111 void copy(File from, File to) throws IOException { method in class:Test
/openjdk10/make/
H A DCreateBuildJdkCopy.gmk14 # 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
37 # Copy the modules needed to run jlink and jmod. Use bulk copy instead of
40 COPY_CLASSES_TARGET := $(BUILDJDK_OUTPUTDIR)/jdk/modules/java.base/_the.buildjdk-copy-marker
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.nodes/src/org/graalvm/compiler/nodes/extended/
H A DUnsafeCopyNode.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
48 public static native void copy(Object srcObject, long srcOffset, Object destObject, long destOffset, @ConstantNodeParameter JavaKind kind, method in class:UnsafeCopyNode
/openjdk10/hotspot/src/jdk.internal.vm.compiler/share/classes/org.graalvm.compiler.microbenchmarks/src/org/graalvm/compiler/microbenchmarks/graal/util/
H A DGraphState.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
38 * State providing a new copy of a graph for each invocation of a benchmark. Subclasses of this
75 graph = (StructuredGraph) originalGraph.copy(originalGraph.getDebug());
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/utilities/
H A DLivenessPath.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
94 // Make a copy of the contents of the path -- the
96 LivenessPath copy() { method in class:LivenessPath
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/spi/extension/
H A DServantCachingPolicy.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
152 public org.omg.CORBA.Policy copy () method in class:ServantCachingPolicy
/openjdk10/corba/src/java.corba/share/classes/com/sun/corba/se/impl/copyobject/
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 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
/openjdk10/jaxp/src/java.xml/share/classes/com/sun/org/apache/bcel/internal/classfile/
H A DDeprecated.java11 * the License. You may obtain a copy of the License at
43 * references (shallow copy). Use clone() for a physical copy.
128 * @return deep copy of this attribute
131 public Attribute copy(final ConstantPool _constant_pool) { method in class:Deprecated
H A DAnnotationDefault.java11 * the License. You may obtain a copy of the License at
89 public Attribute copy(final ConstantPool _constant_pool) { method in class:AnnotationDefault
H A DEnclosingMethod.java11 * the License. You may obtain a copy of the License at
69 public Attribute copy(final ConstantPool constant_pool) { method in class:EnclosingMethod
H A DParameterAnnotations.java11 * the License. You may obtain a copy of the License at
121 * @return deep copy of this attribute
124 public Attribute copy( final ConstantPool constant_pool ) { method in class:ParameterAnnotations
H A DSourceFile.java11 * the License. You may obtain a copy of the License at
46 * references (shallow copy). Use clone() for a physical copy.
148 * @return deep copy of this attribute
151 public Attribute copy( final ConstantPool _constant_pool ) { method in class:SourceFile
H A DLineNumber.java11 * the License. You may obtain a copy of the License at
47 * @param c the object to copy
142 * @return deep copy of this object
144 public LineNumber copy() { method in class:LineNumber
H A DMethodParameter.java11 * the License. You may obtain a copy of the License at
110 * @return deep copy of this object
112 public MethodParameter copy() { method in class:MethodParameter
/openjdk10/hotspot/test/testlibrary/jittester/src/jdk/test/lib/jittester/
H A DSymbol.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
106 protected Symbol copy() { method in class:Symbol
/openjdk10/jdk/src/java.base/share/classes/sun/security/provider/
H A DSHA3.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
260 SHA3 copy = (SHA3) super.clone();
261 copy.state = copy.state.clone();
262 return copy;
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/pipe/helper/
H A DAbstractFilterTubeImpl.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 this.next = cloner.copy(that.next);
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/api/pipe/
H A DTube.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
110 * at least one copy (or original) of pipeline to live at any given time while a pipeline
113 * copy of a pipeline alive.)
150 * that each thread gets its own private copy.
185 * // copy constructor
192 * public TubeImpl copy(PipeCloner pc) {
335 * Invoked before the last copy of the pipeline is about to be discarded,
372 * {@link Tube}, this method requires that you also copy the {@link Tube}
379 * still have to copy yoursel
395 Tube copy(TubeCloner cloner); method in interface:Tube
[all...]
H A DCodec.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
151 * Creates a copy of this {@link Codec}.
163 * <!-- or otherwise you'd always have to maintain one idle copy -->
172 * copy an FI codec, you'll get another FI codec.
184 Codec copy(); method in interface:Codec
H A DPipe.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
93 * at least one copy (or original) of pipeline to live at any given time while a pipeline
96 * copy of a pipeline alive.)
153 * // copy constructor
160 * public PipeImpl copy(PipeCloner pc) {
285 * Invoked before the last copy of the pipeline is about to be discarded,
322 * {@link Pipe}, this method requires that you also copy the {@link Pipe}
329 * still have to copy yourself.)
334 * the {@link Codec#copy()} fo
345 Pipe copy(PipeCloner cloner); method in interface:Pipe
[all...]
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/protocol/soap/
H A DServerMUTube.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
80 public ServerMUTube copy(TubeCloner cloner) { method in class:ServerMUTube
/openjdk10/jaxws/src/java.xml.ws/share/classes/com/sun/xml/internal/ws/encoding/fastinfoset/
H A DFastInfosetStreamSOAP11Codec.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
55 public Codec copy() { method in class:FastInfosetStreamSOAP11Codec
H A DFastInfosetStreamSOAP12Codec.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
55 public Codec copy() { method in class:FastInfosetStreamSOAP12Codec
/openjdk10/jdk/src/java.base/share/classes/java/security/cert/
H A DX509CRLSelector.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
113 * Note that a copy is performed on the {@code Collection} to
190 * Note that a deep copy is performed on the {@code Collection} to
308 * @return a deep copy of the specified {@code Collection}
341 * @return a deep copy of the specified {@code Collection}
476 * Returns a copy of the issuerNames criterion. The issuer distinguished
492 * Note that a deep copy is performed on the {@code Collection} to
699 * Returns a copy of this object.
701 * @return the copy
[all...]

Completed in 210 milliseconds

1234567891011>>