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

123456789

/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DJTextComponent.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
1159 * the cut, copy, and paste actions associated with a
1473 public void copy() { method in class:JTextComponent
1474 invokeAction("copy", TransferHandler.getCopyAction());
1497 * <code>cut</code>, <code>copy</code> and <code>paste</code>. If
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DCompactSyntax.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
297 public Context copy() { method in class:CompactSyntax
/openjdk7/hotspot/src/share/vm/c1/
H A Dc1_LinearScan.cpp12 * 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
307 // copy the vreg-flags if an interval is split
316 // Note: do not copy the must_start_in_memory flag because it is not necessary for child
3407 IntervalList* copy(IntervalList* input_state);
3467 // must copy state because it is modified
3468 IntervalList* input_state = copy(state_for_block(block));
3496 // must copy state because it is modified
3497 input_state = copy(input_state);
3542 set_state_for_block(block, copy(input_stat
3548 IntervalList* RegisterVerifier::copy(IntervalList* input_state) { function in class:RegisterVerifier
[all...]
/openjdk7/jdk/src/solaris/native/sun/xawt/
H A DXlibWrapper.c14 * 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
1346 jboolean copy; local
/openjdk7/jdk/src/share/native/common/
H A Dcheck_code.c14 * 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
3183 /* First time at this instruction. Just copy. */
3250 jboolean copy = JNI_FALSE; local
3263 copy = JNI_TRUE;
3268 if (copy) {
3269 /* We need a copy. So do it. */
3311 * weren't set for mask. If so, need to copy. */
3323 /* We need to make a copy for the new item, since either the
3325 mask_type *copy local
[all...]

Completed in 79 milliseconds

123456789