Searched refs:location (Results 76 - 100 of 365) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DStackFrameImpl.java48 private final Location location; field in class:StackFrameImpl
53 long id, Location location) {
57 this.location = location;
85 * Return the frame location.
88 public Location location() { method in class:StackFrameImpl
90 return location;
107 (location().equals(other.location())) &&
120 MethodImpl currentMethod = (MethodImpl)location
52 StackFrameImpl(VirtualMachine vm, ThreadReferenceImpl thread, long id, Location location) argument
[all...]
H A DObsoleteMethodImpl.java38 private Location location = null; field in class:ObsoleteMethodImpl
H A DEventSetImpl.java190 private Location location; field in class:EventSetImpl.LocatableEventImpl
194 ThreadReference thread, Location location) {
196 this.location = location;
199 public Location location() { method in class:EventSetImpl.LocatableEventImpl
200 return location;
207 return location.method();
212 ((location() == null) ? " null" : location().toString()) +
220 super(evt, evt.requestID, evt.thread, evt.location);
192 LocatableEventImpl(JDWP.Event.Composite.Events.EventsCommon evt, int requestID, ThreadReference thread, Location location) argument
491 WatchpointEventImpl(JDWP.Event.Composite.Events.EventsCommon evt, int requestID, ThreadReference thread, Location location, byte refTypeTag, long typeID, long fieldID, ObjectReference object) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/reader/xmlschema/bindinfo/
H A DDomHandlerEx.java44 * {@link DomHandler} that produces a W3C DOM but with a location information.
65 return new DomAndLocation( ((Document)r.s2d.getDOM()).getDocumentElement(), r.location );
75 Locator location = null; field in class:DomHandlerEx.ResultImpl
87 location = new LocatorImpl(locator);
/openjdk7/jdk/test/com/sun/jdi/
H A DFilterMatch.java75 System.out.println("listen: line#=" + event.location().lineNumber()
105 Location location = findLocation(referenceType, 3);
107 = requestManager.createBreakpointRequest(location);
H A DFilterNoMatch.java75 System.out.println("listen: line#=" + event.location().lineNumber()
105 Location location = findLocation(referenceType, 3);
107 = requestManager.createBreakpointRequest(location);
H A DLineNumberOnBraceTest.java78 targetClass = bpe.location().declaringType();
88 int ln = stepev.location().lineNumber();
103 ln = stepev.location().lineNumber();
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DInputMethodAdapter.java88 * Notifies client Window location or status changes
90 public void notifyClientWindowChange(Rectangle location) { argument
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DStackFrame.java66 * through the returned location.
67 * For the top frame in the stack, this location identifies the
69 * location identifies the instruction that caused the next frame's
72 * location indicates the class and method, but the code index will
80 Location location(); method in interface:StackFrame
107 * that can be accessed from this frame's location.
128 * the current frame location is contained within the range
147 * visible at the current frame location.
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/xjc/generator/annotation/spec/
H A DXmlSchemaWriter.java37 XmlSchemaWriter location(String value); method in interface:XmlSchemaWriter
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/document/http/
H A DAddress.java43 public com.sun.xml.internal.ws.wsdl.writer.document.http.Address location(String value); method in interface:Address
H A DOperation.java43 public com.sun.xml.internal.ws.wsdl.writer.document.http.Operation location(String value); method in interface:Operation
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/document/soap/
H A DSOAPAddress.java43 public com.sun.xml.internal.ws.wsdl.writer.document.soap.SOAPAddress location(String value); method in interface:SOAPAddress
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/writer/document/soap12/
H A DSOAPAddress.java43 public com.sun.xml.internal.ws.wsdl.writer.document.soap12.SOAPAddress location(String value); method in interface:SOAPAddress
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/bind/annotation/
H A DXmlSchema.java149 * has a schema already available exeternally, available at this location.
166 * that the schema is externally available but the location is
175 * must have the same {@link #location()} values.
196 String location() default NO_LOCATION;
199 * The default value of the {@link #location()} attribute,
/openjdk7/jdk/test/java/awt/dnd/FileListBetweenJVMsTest/
H A DTargetFileListFrame.java40 TargetFileListFrame(Point location, int expectationTransferredFilesNumber) { argument
42 initGUI(location);
47 private void initGUI(Point location) { argument
48 this.setLocation(location);
/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingAccessor.java62 * Calculates a custom drop location for the text component,
68 * Called to set or clear the drop location during a DnD operation.
70 Object setDropLocation(JTextComponent textComp, TransferHandler.DropLocation location, argument
/openjdk7/jdk/test/javax/swing/JInternalFrame/6647340/
H A Dbug6647340.java39 private Point location; field in class:bug6647340
91 location = jif.getDesktopIcon().getLocation();
120 if (!jif.getDesktopIcon().getLocation().equals(location)) {
128 if (jif.getDesktopIcon().getLocation().equals(location)) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerManagerImpl.java151 ServerLocation location;
181 location = locateServer(entry, IIOP_CLEAR_TEXT.value, false);
185 serverId + " found location " +
186 location.hostname + " and activated it" ) ;
366 ServerLocation location = new ServerLocation() ;
368 // if server location is desired, then wait for the server
369 // to register back, then return location
386 location.hostname = host ;
393 location.ports = new ORBPortInfo[listLength];
395 location
632 getServerPortForType(ServerLocationPerORB location, String endPointType) argument
[all...]
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/bugspot/
H A DThreadListPanel.java65 private String location; field in class:ThreadListPanel.ThreadInfo
71 this.location = "<unknown>";
78 location = info.getName();
80 location = location + " (?)";
83 location = location + " + 0x" + Long.toHexString(info.getOffset());
96 public String getLocation() { return location; }
/openjdk7/jdk/src/share/classes/javax/swing/
H A DImageIcon.java70 /* Keep references to the filename and location so that
76 transient private URL location; field in class:ImageIcon
181 * @param location the URL for the image
185 public ImageIcon(URL location, String description) { argument
186 image = Toolkit.getDefaultToolkit().getImage(location);
190 this.location = location;
201 * @param location the URL for the image
204 public ImageIcon (URL location) { argument
205 this(location, locatio
[all...]
/openjdk7/jdk/src/share/back/
H A DeventFilter.h43 jlocation location);
76 jboolean isBreakpointSet(jclass clazz, jmethodID method, jlocation location);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DSOAP12ExtensionHandler.java66 @Override protected SOAPBinding getSOAPBinding(Locator location) { argument
67 return new SOAP12Binding(location);
/openjdk7/jdk/test/com/sun/jdi/redefine/
H A DRedefineTest.java85 Method meth = event.location().method();
186 Method method = event.location().method();
187 if (frame.location().method().isObsolete()) {
194 n = method.location().lineNumber();
195 int m = frame.location().lineNumber();
208 Method meth = frame.location().method();
275 targetClass = bpe.location().declaringType();
293 Location loc = ((Method)(lastlys.get(0))).location();
/openjdk7/jdk/src/share/classes/sun/rmi/server/
H A DMarshalOutputStream.java46 * stub and embeds the location from which to load the stub
47 * classes. The location may be ignored by the client but is supplied.
90 * Serializes a location from which to load the the specified class.
97 * Serializes a location from which to load the specified class.
104 * Writes the location for the class into the stream. This method can
108 protected void writeLocation(String location) throws IOException { argument
109 writeObject(location);

Completed in 519 milliseconds

1234567891011>>