Searched defs:target (Results 451 - 475 of 670) sorted by relevance

<<11121314151617181920>>

/openjdk7/jdk/src/macosx/native/jobjc/src/generator/java/com/apple/internal/jobjc/generator/utils/
H A DFp.java131 private Map2<A,B,C> target; private A a; field in class:Fp.Curry2to1
132 public Curry2to1(Map2<A, B, C> targett, A aa) { target = targett; a = aa; }
133 public C apply(B b) { return target.apply(a, b); }
/openjdk7/jaxp/src/org/xml/sax/helpers/
H A DParserAdapter.java706 * @param target The processing instruction target.
712 public void processingInstruction (String target, String data) argument
716 contentHandler.processingInstruction(target, data);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/
H A DNGCCRuntime.java356 public void processingInstruction( String target, String data ) throws SAXException { argument
358 redirect.processingInstruction(target,data);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/
H A DJaxBeanInfo.java332 public abstract String getId(BeanT o, XMLSerializer target) throws SAXException; argument
335 * Serializes child elements and texts into the specified target.
337 public abstract void serializeBody( BeanT o, XMLSerializer target ) throws SAXException, IOException, XMLStreamException;
340 * Serializes attributes into the specified target.
342 public abstract void serializeAttributes( BeanT o, XMLSerializer target ) throws SAXException, IOException, XMLStreamException;
364 public abstract void serializeRoot( BeanT o, XMLSerializer target ) throws SAXException, IOException, XMLStreamException;
368 * its top-level scope into the specified target.
370 public abstract void serializeURIs( BeanT o, XMLSerializer target ) throws SAXException;
H A DMarshallerImpl.java235 public void marshal(Object target,Result result) throws JAXBException { argument
236 write(target, createXmlOutput(result), createPostInitAction(result));
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/dtdparser/
H A DDTDEventListener.java46 * @param target The target of the proceessing instruction
52 public void processingInstruction(String target, String data) argument
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/sax/
H A DSAXDocumentSerializer.java194 public final void processingInstruction(String target, String data) throws SAXException { argument
198 if (target.length() == 0) {
204 encodeProcessingInstruction(target, data);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/stream/buffer/sax/
H A DSAXBufferProcessor.java667 private void processProcessingInstruction(String target, String data) throws SAXException { argument
668 _contentHandler.processingInstruction(target, data);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/txw2/output/
H A DXMLWriter.java665 * @param target The PI target.
672 public void processingInstruction (String target, String data) argument
681 write(target);
688 super.processingInstruction(target, data);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/parser/state/
H A DNGCCRuntime.java356 public void processingInstruction( String target, String data ) throws SAXException { argument
358 redirect.processingInstruction(target,data);
/openjdk7/jdk/src/solaris/native/sun/awt/
H A Dmulti_font.c262 jobject target = NULL; local
265 target = (*env)->GetObjectField(env, this, mComponentPeerIDs.target);
270 target,
273 (*env)->DeleteLocalRef(env, target);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrintDialogPeer.java47 WPrintDialogPeer(WPrintDialog target) { argument
48 super(target);
61 WToolkit.targetDisposedPeer(target, this);
70 ((WPrintDialog)target).setRetVal(_show());
76 ((WPrintDialog)target).hide();
85 window.modalDisable((Dialog)target, hwnd);
87 window.modalEnable((Dialog)target);
95 window.modalDisable((Dialog)target, hwnd);
101 window.modalEnable((Dialog)target);
/openjdk7/jdk/src/windows/classes/sun/java2d/opengl/
H A DWGLGraphicsConfig.java301 public void assertOperationSupported(Component target, argument
325 Component target = (Component)peer.getTarget();
326 return new SunVolatileImage(target,
327 target.getWidth(), target.getHeight(),
332 * Performs the native WGL flip operation for the given target Component.
336 Component target, VolatileImage backBuffer,
377 g.setColor(target.getBackground());
335 flip(WComponentPeer peer, Component target, VolatileImage backBuffer, int x1, int y1, int x2, int y2, BufferCapabilities.FlipContents flipAction) argument
/openjdk7/jdk/src/windows/native/sun/windows/
H A Dawt_Checkbox.cpp76 jobject target = NULL; local
90 target = env->GetObjectField(peer, AwtObject::targetID);
91 JNI_CHECK_NULL_GOTO(target, "null target", done);
107 label = (jstring)env->GetObjectField(target, AwtCheckbox::labelID);
112 jint x = env->GetIntField(target, AwtComponent::xID);
113 jint y = env->GetIntField(target, AwtComponent::yID);
114 jint width = env->GetIntField(target, AwtComponent::widthID);
115 jint height = env->GetIntField(target, AwtComponent::heightID);
134 env->DeleteLocalRef(target);
190 jobject target = GetTarget(env); local
217 jobject target = env->GetObjectField(self, AwtObject::targetID); local
472 jobject target = env->GetObjectField(checkbox, AwtObject::targetID); local
516 jobject target = GetTarget(env); local
[all...]
/openjdk7/jdk/test/java/awt/Toolkit/Headless/ExceptionContract/
H A DExceptionContract.java117 protected DesktopPeer createDesktopPeer(Desktop target) throws HeadlessException { argument
122 protected ButtonPeer createButton(Button target) throws HeadlessException { argument
127 protected TextFieldPeer createTextField(TextField target) throws HeadlessException { argument
132 protected LabelPeer createLabel(Label target) throws HeadlessException { argument
137 protected ListPeer createList(List target) throws HeadlessException { argument
142 protected CheckboxPeer createCheckbox(Checkbox target) throws HeadlessException { argument
147 protected ScrollbarPeer createScrollbar(Scrollbar target) throws HeadlessException { argument
152 protected ScrollPanePeer createScrollPane(ScrollPane target) throws HeadlessException { argument
157 protected TextAreaPeer createTextArea(TextArea target) throws HeadlessException { argument
162 protected ChoicePeer createChoice(Choice target) throw argument
167 createFrame(Frame target) argument
172 createCanvas(Canvas target) argument
177 createPanel(Panel target) argument
182 createWindow(Window target) argument
187 createDialog(Dialog target) argument
192 createMenuBar(MenuBar target) argument
197 createMenu(Menu target) argument
202 createPopupMenu(PopupMenu target) argument
207 createMenuItem(MenuItem target) argument
212 createFileDialog(FileDialog target) argument
217 createCheckboxMenuItem(CheckboxMenuItem target) argument
[all...]
/openjdk7/jdk/test/java/lang/invoke/
H A DInvokeGenericTest.java135 static void printCalled(MethodHandle target, String name, Object... args) { argument
137 System.out.println("calling MH="+target+" to "+name+Arrays.toString(args));
291 static MethodHandle changeArgTypes(MethodHandle target, Class<?> argType) { argument
292 return changeArgTypes(target, 0, 999, argType);
294 static MethodHandle changeArgTypes(MethodHandle target, argument
296 MethodType targetType = target.type();
301 return target.asType(ttype2);
397 MethodHandle target = callable(expect);
403 junk = target.invoke(); break;
405 junk = target
[all...]
/openjdk7/jdk/test/tools/launcher/
H A DTestHelper.java385 static void recursiveDelete(File target) throws IOException { argument
386 if (!target.exists()) {
389 Files.walkFileTree(target.toPath(), new SimpleFileVisitor<Path>() {
/openjdk7/jdk/src/share/demo/nio/zipfs/src/com/sun/nio/zipfs/
H A DZipPath.java795 void move(ZipPath target, CopyOption... options) argument
798 if (Files.isSameFile(this.zfs.getZipFile(), target.zfs.getZipFile()))
801 getResolvedPath(), target.getResolvedPath(),
804 copyToTarget(target, options);
809 void copy(ZipPath target, CopyOption... options) argument
812 if (Files.isSameFile(this.zfs.getZipFile(), target.zfs.getZipFile()))
814 getResolvedPath(), target.getResolvedPath(),
817 copyToTarget(target, options);
820 private void copyToTarget(ZipPath target, CopyOption... options) argument
833 // check if target exist
[all...]
/openjdk7/jdk/src/share/classes/sun/tools/tree/
H A DContext.java321 * which is enclosed by the scope of the target.
325 * The target must be in scope in this context.
332 public UplevelReference noteReference(Environment env, LocalMember target) { argument
333 int targetScopeNumber = !isInScope(target) ? -1 : target.scopeNumber;
347 break; // the target is native to this frame
352 UplevelReference r = refc.getReference(target);
372 public Expression makeReference(Environment env, LocalMember target) { argument
373 UplevelReference r = noteReference(env, target);
378 } else if (idThis.equals(target
[all...]
/openjdk7/jdk/src/share/native/sun/java2d/opengl/
H A DOGLBufImgOps.c134 char *target = IS_SET(CONVOLVE_RECT) ? "2DRect" : "2D"; local
149 target);
154 kernelMax, target, edge, target);
348 char *target = IS_SET(RESCALE_RECT) ? "2DRect" : "2D"; local
364 target, target, preRescale, postRescale);
403 // choose the appropriate shader, depending on the source texture target
569 char *target = IS_SET(LOOKUP_RECT) ? "2DRect" : "2D"; local
596 target, targe
[all...]
/openjdk7/jdk/src/solaris/bin/
H A Djava_md_common.c273 char *target = NULL; local
303 if ((target = ProcessDir(info, dp)) != NULL)
310 return (target);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DInfoWindow.java142 /** Whether the target of the InfoWindow is disposed. */
145 /** The bounds of the target of the InfoWindow. */
156 private final Object target; field in class:InfoWindow.Tooltip
172 public Tooltip(Frame parent, Object target, argument
177 this.target = target;
193 SunToolkit.executeOnEventHandlerThread(target, new Runnable() {
250 private final Object target; field in class:InfoWindow.Balloon
279 public Balloon(Frame parent, Object target, LiveArguments liveArguments) { argument
282 this.target
[all...]
H A DXFramePeer.java53 XFramePeer(Frame target) { argument
54 super(target);
63 Frame target = (Frame)(this.target);
65 winAttr.initialState = target.getExtendedState();
67 undecorated = Boolean.valueOf(target.isUndecorated());
68 winAttr.nativeDecor = !target.isUndecorated();
75 winAttr.isResizable = true; // target.isResizable();
76 winAttr.title = target.getTitle();
77 winAttr.initialResizability = target
[all...]
H A DXScrollPanePeer.java57 XScrollPaneContentWindow(ScrollPane target, long parentWindow) { argument
58 super(target, parentWindow);
65 XScrollPanePeer(ScrollPane target) { argument
66 super(target);
73 XWindow c = new XScrollPaneContentWindow(target,window);
80 if (target.getScrollbarDisplayPolicy() == ScrollPane.SCROLLBARS_ALWAYS) {
87 Adjustable vAdjustable = target.getVAdjustable();
96 Adjustable hAdjustable = target.getHAdjustable();
144 ScrollPane sp = (ScrollPane)target;
154 ScrollPane sp = (ScrollPane)target;
[all...]
H A DXTrayIconPeer.java46 TrayIcon target; field in class:XTrayIconPeer
71 XTrayIconPeer(TrayIcon target) argument
74 this.target = target;
78 canvas = new TrayIconCanvas(target, TRAY_ICON_WIDTH, TRAY_ICON_HEIGHT);
209 SunToolkit.executeOnEventHandlerThread(xtiPeer.target, new Runnable() {
211 SystemTray.getSystemTray().remove(xtiPeer.target);
260 balloon = new InfoWindow.Balloon(eframe, target, this);
261 tooltip = new InfoWindow.Tooltip(eframe, target, this);
267 if (SunToolkit.isDispatchThreadForAppContext(target)) {
517 TrayIcon target; field in class:XTrayIconPeer.TrayIconCanvas
520 TrayIconCanvas(TrayIcon target, int width, int height) argument
[all...]

Completed in 154 milliseconds

<<11121314151617181920>>