Searched refs:target (Results 51 - 75 of 985) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/generic/
H A DIF_ICMPLE.java75 public IF_ICMPLE(InstructionHandle target) { argument
76 super(com.sun.org.apache.bcel.internal.Constants.IF_ICMPLE, target);
83 return new IF_ICMPGT(target);
H A DIF_ICMPLT.java75 public IF_ICMPLT(InstructionHandle target) { argument
76 super(com.sun.org.apache.bcel.internal.Constants.IF_ICMPLT, target);
83 return new IF_ICMPGE(target);
H A DIF_ICMPNE.java75 public IF_ICMPNE(InstructionHandle target) { argument
76 super(com.sun.org.apache.bcel.internal.Constants.IF_ICMPNE, target);
83 return new IF_ICMPEQ(target);
/openjdk7/jdk/src/share/classes/java/lang/invoke/
H A DConstantCallSite.java29 * A {@code ConstantCallSite} is a {@link CallSite} whose target is permanent, and can never be changed.
31 * bound to the call site's target.
38 * Creates a call site with a permanent target.
39 * @param target the target to be permanently associated with this call site
40 * @throws NullPointerException if the proposed target is null
42 public ConstantCallSite(MethodHandle target) { argument
43 super(target);
48 * Creates a call site with a permanent target, possibly bound to the call site itself.
51 * produce the actual target, a
[all...]
H A DMutableCallSite.java31 * A {@code MutableCallSite} is a {@link CallSite} whose target variable
34 * all calls to the site's current target.
36 * also delegates each call to the site's current target.
68 * <em>Non-synchronization of target values:</em>
69 * A write to a mutable call site's target does not force other threads
72 * may cache the old target value and delay their use of the new target
78 * to accept a new target value, even if there is no other synchronization.
80 * For target values which will be frequently updated, consider using
87 * The initial target i
109 MutableCallSite(MethodHandle target) argument
[all...]
H A DVolatileCallSite.java29 * A {@code VolatileCallSite} is a {@link CallSite} whose target acts like a volatile variable.
31 * to its call site target immediately, even if the update occurs in another thread.
46 * Creates a call site with a volatile binding to its target.
47 * The initial target is set to a method handle
57 * Creates a call site with a volatile binding to its target.
58 * The target is set to the given value.
59 * @param target the method handle that will be the initial target of the call site
60 * @throws NullPointerException if the proposed target is null
62 public VolatileCallSite(MethodHandle target) { argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DInternalizationLogic.java68 * Checks if the specified element is a valid target node
79 boolean checkIfValidTargetNode( DOMForest parent, Element bindings, Element target );
85 * For example, in XML Schema, target nodes can be any schema
89 * @param target
90 * The target node designated by the customization.
94 Element refineSchemaTarget( Element target );
100 * @param target
101 * The target node designated by the customization.
105 Element refineWSDLTarget( Element target );
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWSystemTrayPeer.java34 WSystemTrayPeer(SystemTray target) { argument
35 this.target = target;
H A DWPanelPeer.java41 runComponents(((Container)target).getComponents(), g,
48 runComponents(((Container)target).getComponents(), g,
72 WPanelPeer(Component target) { argument
73 super(target);
80 Color c = ((Component)target).getBackground();
83 ((Component)target).setBackground(c);
86 c = ((Component)target).getForeground();
89 ((Component)target).setForeground(c);
/openjdk7/jdk/test/java/util/PluggableLocale/
H A DProviderTest.java33 void checkValidity(Locale target, Object jres, Object providers, Object result, boolean jresPreferred) { argument
37 "result do not match with jre's result. target: "+target+" result: "+result+" jre's: "+jres);
42 "result do not match with provider's result. target: "+target+" result: "+result+" providers: "+providers);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DDefaultEditorKit.java835 * method on the target text component. This is the
867 JTextComponent target = getTextComponent(e);
868 if ((target != null) && (e != null)) {
869 if ((! target.isEditable()) || (! target.isEnabled())) {
884 target.replaceSelection(content);
924 JTextComponent target = getTextComponent(e);
925 if ((target != null) && (e != null)) {
926 if ((! target.isEditable()) || (! target
1502 constrainY(JTextComponent target, int y, int vis) argument
[all...]
/openjdk7/hotspot/src/share/vm/shark/
H A DsharkIntrinsics.hpp36 static bool is_intrinsic(ciMethod* target);
37 static void inline_intrinsic(ciMethod* target, SharkState* state);
40 SharkIntrinsics(SharkState* state, ciMethod* target) argument
41 : SharkTargetInvariants(state, target), _state(state) {}
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/outline/
H A DEnumConstantOutline.java44 public final CEnumConstant target; field in class:EnumConstantOutline
54 protected EnumConstantOutline(CEnumConstant target, JEnumConstant constRef) { argument
55 this.target = target;
/openjdk7/jdk/src/share/classes/javax/swing/
H A DBoxLayout.java152 * a line of text as determined by the target container's
159 * lines flow across a page as determined by the target container's
168 * @param target the container that needs to be laid out
177 @ConstructorProperties({"target", "axis"})
178 public BoxLayout(Container target, int axis) { argument
184 this.target = target;
191 * @param target the container that needs to be laid out
201 BoxLayout(Container target, int axis, PrintStream dbg) { argument
202 this(target, axi
247 invalidateLayout(Container target) argument
296 preferredLayoutSize(Container target) argument
321 minimumLayoutSize(Container target) argument
346 maximumLayoutSize(Container target) argument
371 getLayoutAlignmentX(Container target) argument
388 getLayoutAlignmentY(Container target) argument
403 layoutContainer(Container target) argument
462 checkContainer(Container target) argument
530 private Container target; field in class:BoxLayout
[all...]
/openjdk7/jdk/src/share/classes/sun/java2d/loops/
H A DDrawGlyphListLCD.java97 DrawGlyphListLCD target; field in class:DrawGlyphListLCD.TraceDrawGlyphListLCD
99 public TraceDrawGlyphListLCD(DrawGlyphListLCD target) { argument
100 super(target.getSourceType(),
101 target.getCompositeType(),
102 target.getDestType());
103 this.target = target;
113 tracePrimitive(target);
114 target.DrawGlyphListLCD(sg2d, dest, glyphs);
H A DDrawPath.java93 DrawPath target; field in class:DrawPath.TraceDrawPath
95 public TraceDrawPath(DrawPath target) { argument
96 super(target.getSourceType(),
97 target.getCompositeType(),
98 target.getDestType());
99 this.target = target;
110 tracePrimitive(target);
111 target.DrawPath(sg2d, sData, transX, transY, p2df);
H A DFillParallelogram.java96 FillParallelogram target; field in class:FillParallelogram.TraceFillParallelogram
98 public TraceFillParallelogram(FillParallelogram target) { argument
99 super(target.getSourceType(),
100 target.getCompositeType(),
101 target.getDestType());
102 this.target = target;
114 tracePrimitive(target);
115 target.FillParallelogram(sg2d, dest, x0, y0, dx1, dy1, dx2, dy2);
H A DFillPath.java93 FillPath target; field in class:FillPath.TraceFillPath
95 public TraceFillPath(FillPath target) { argument
96 super(target.getSourceType(),
97 target.getCompositeType(),
98 target.getDestType());
99 this.target = target;
110 tracePrimitive(target);
111 target.FillPath(sg2d, sData, transX, transY, p2df);
/openjdk7/jdk/src/solaris/classes/sun/nio/fs/
H A DUnixCopyFile.java126 // copy directory from source to target
129 UnixPath target,
134 mkdir(target, attrs.mode());
136 x.rethrowAsIOException(target);
144 // open target directory if possible (this can fail when copying a
148 dfd = open(target, O_RDONLY, 0);
150 // access to target directory required to copy named attributes
152 try { rmdir(target); } catch (UnixException ignore) { }
153 x.rethrowAsIOException(target);
166 chown(target, attr
127 copyDirectory(UnixPath source, UnixFileAttributes attrs, UnixPath target, Flags flags) argument
219 copyFile(UnixPath source, UnixFileAttributes attrs, UnixPath target, Flags flags, long addressToPollForCancel) argument
297 copyLink(UnixPath source, UnixFileAttributes attrs, UnixPath target, Flags flags) argument
325 copySpecial(UnixPath source, UnixFileAttributes attrs, UnixPath target, Flags flags) argument
366 move(UnixPath source, UnixPath target, CopyOption... options) argument
499 copy(final UnixPath source, final UnixPath target, CopyOption... options) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/internalizer/
H A DInternalizationLogic.java67 * Checks if the specified element is a valid target node
78 boolean checkIfValidTargetNode( DOMForest parent, Element bindings, Element target );
84 * For example, in XML Schema, target nodes can be any schema
88 * @param target
89 * The target node designated by the customization.
93 Element refineTarget( Element target );
/openjdk7/jdk/src/solaris/sample/dtrace/hotspot_jni/
H A Dhotspot_jni_calls_tree.d61 hotspot_jni$target:::*
67 hotspot_jni$target:::*-entry
74 hotspot_jni$target:::*-return
88 /pid == $target/
/openjdk7/jdk/test/sample/mergesort/
H A DMergeSortTest.java38 private MergeSort target; field in class:MergeSortTest
40 public MergeSortTest(Random random, MergeSort target) { argument
42 this.target = target;
72 target.sort(array);
79 target.sort(array);
85 target.sort(array);
91 target.sort(array);
/openjdk7/jdk/src/share/classes/sun/awt/
H A DHorizBagLayout.java72 * contained in the specified target container.
73 * @param target the Container on which to do the layout
77 public Dimension minimumLayoutSize(Container target) { argument
80 for (int i = 0; i < target.countComponents(); i++) {
81 Component comp = target.getComponent(i);
89 Insets insets = target.insets();
98 * in the specified target container.
99 * @param target the component which needs to be laid out
103 public Dimension preferredLayoutSize(Container target) { argument
106 for (int i = 0; i < target
129 layoutContainer(Container target) argument
[all...]
H A DVerticalBagLayout.java73 * contained in the specified target container.
74 * @param target the Container on which to do the layout
78 public Dimension minimumLayoutSize(Container target) { argument
80 int nmembers = target.countComponents();
83 Component comp = target.getComponent(i);
91 Insets insets = target.insets();
100 * in the specified target container.
101 * @param target the component which needs to be laid out
105 public Dimension preferredLayoutSize(Container target) { argument
107 int nmembers = target
132 layoutContainer(Container target) argument
[all...]
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXDialogPeer.java39 XDialogPeer(Dialog target) { argument
40 super(target);
46 Dialog target = (Dialog)(this.target);
47 undecorated = Boolean.valueOf(target.isUndecorated());
48 winAttr.nativeDecor = !target.isUndecorated();
55 winAttr.isResizable = true; //target.isResizable();
56 winAttr.initialResizability = target.isResizable();
57 winAttr.title = target.getTitle();
64 Dialog target
[all...]

Completed in 94 milliseconds

1234567891011>>