Searched refs:location (Results 201 - 225 of 365) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/com/sun/jdi/
H A DTemplateTest.java144 targetClass = bpe.location().declaringType();
H A DModificationWatchpoints.java216 targ = bpe.location().declaringType();
305 if (!event.location().method().name().equals(fieldName + "Set")) {
306 failure("FAILURE: occurred in wrong place: " + event.location());
H A DEarlyReturnNegativeTest.java204 BreakpointRequest bpr = eventRequestManager().createBreakpointRequest(method.location());
225 String origMethodName = event.location().method().name();
293 targetClass = (ClassType)bpe.location().declaringType();
H A DLocationTest.java27 * @summary Test that Method.location() returns the right values
87 return meth.location();
101 * Test the values of location()
105 failure("location of AbstractLocationTarg.foo() should have " +
111 failure("location of java.util.List.clear() " +
117 failure("location of Object.getClass() " +
121 failure("location.declaringType() of Object.getClass() " +
126 failure("location.method() of Object.getClass() " +
131 failure("location.codeIndex() of Object.getClass() " +
136 failure("location
[all...]
H A DMonitorEventTest.java165 targetClass = bpe.location().declaringType();
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXInputMethod.java54 public void notifyClientWindowChange(Rectangle location) { argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DCompiledVFrame.java312 private BasicLock resolveMonitorLock(Location location) { argument
314 Assert.that(location.isStack(), "for now we only look at the stack");
316 int byteOffset = location.getStackOffset();
/openjdk7/jdk/src/share/back/
H A DeventHelper.c65 jlocation location; member in struct:FrameEventCommandSingle
284 writeCodeLocation(out, evinfo->clazz, evinfo->method, evinfo->location);
291 writeCodeLocation(out, evinfo->clazz, evinfo->method, evinfo->location);
302 writeCodeLocation(out, evinfo->clazz, evinfo->method, evinfo->location);
319 writeCodeLocation(out, evinfo->clazz, evinfo->method, evinfo->location);
333 writeCodeLocation(out, evinfo->clazz, evinfo->method, evinfo->location);
355 * So get the method class to write location info.
359 writeCodeLocation(out, klass, evinfo->method, evinfo->location);
370 writeCodeLocation(out, evinfo->clazz, evinfo->method, evinfo->location);
473 writeCodeLocation(out, command->clazz, command->method, command->location);
1030 eventHelper_recordFrameEvent(jint id, jbyte suspendPolicy, EventIndex ei, jthread thread, jclass clazz, jmethodID method, jlocation location, int needReturnValue, jvalue returnValue, struct bag *eventBag) argument
[all...]
H A DEventRequestImpl.c90 jlocation location; local
101 location = inStream_readLocation(in);
105 eventFilter_setLocationOnlyFilter(node, i, clazz, method, location));
H A Dutil.h212 jlocation location; member in struct:__anon515
314 jmethodID method, jlocation location);
411 jthread thread, jmethodID method, jlocation location);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/jxc/gen/config/
H A DSchema.java61 location = new File(baseDir,loc);
72 if(($ai = $runtime.getAttributeIndex("","location"))>=0) {
137 if(($ai = $runtime.getAttributeIndex("","location"))>=0) {
180 if(($__uri.equals("") && $__local.equals("location"))) {
248 if(($__uri.equals("") && $__local.equals("location"))) {
276 if(($ai = $runtime.getAttributeIndex("","location"))>=0) {
322 private File location; field in class:Schema
325 public File getLocation() { return this.location;}
/openjdk7/jdk/test/java/awt/Mouse/EnterExitEvents/
H A DDragWindowOutOfFrameTest.java175 public MyDragWindow(Window parent, Point location) { argument
181 setLocation(location.x - 250, location.y - 150);
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/jdi/
H A DConcreteMethodImpl.java47 final Map lineMapper; // Maps line number to location(s)
75 private Location location; field in class:ConcreteMethodImpl
115 // location not mapped in this stratum
139 // Add to the location list
171 // A StackFrame can have a location, but a Method?
173 location = new LocationImpl(virtualMachine(), this, 0);
196 * lines at the same location. We need to choose
198 * and forth between line and location. So we choose
200 * location.
215 // Add to the location lis
397 public Location location() { method in class:ConcreteMethodImpl
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/parser/
H A DWSDLParser.java180 String location = forest.getRootWSDL();
183 if(location == null)
186 Document root = forest.get(location);
192 document.setSystemId(location);
225 for(String location : forest.listSystemIDs()){
226 if (!context.getDocument().isImportedDocument(location)){
227 Document doc = forest.get(location);
234 context.getDocument().addImportedDocument(location);
239 for(String location : forest.getExternalReferences()){
240 if (!context.getDocument().isImportedDocument(location)){
[all...]
H A DMetadataFinder.java246 for(String location: rootDocuments){
247 Document doc = get(location);
253 rootWsdls.add(location);
260 rootWSDL = location;
335 String loc = imp.getAttribute("location");
H A DSOAPExtensionHandler.java77 protected SOAPBinding getSOAPBinding(Locator location){ argument
78 return new SOAPBinding(location);
419 String location =
421 address.setLocation(location);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJList.java339 * The drop location.
345 * a drop location for a <code>JList</code>.
382 * Returns whether or not this location represents an insert
383 * location.
385 * @return whether or not this is an insert location
392 * Returns a string representation of this drop location.
397 * @return a string representation of this drop location
1076 int location = locationToIndex(lastPoint);
1078 if (location != -1) {
1079 Rectangle bounds = getCellBounds(location, locatio
1382 setDropLocation(TransferHandler.DropLocation location, Object state, boolean forDrop) argument
1590 locationToIndex(Point location) argument
[all...]
/openjdk7/jdk/src/share/classes/java/util/jar/
H A DJarVerifier.java583 VerifierCodeSource(Object csdomain, URL location, CodeSigner[] signers) { argument
584 super(location, signers);
586 vlocation = location;
590 VerifierCodeSource(Object csdomain, URL location, java.security.cert.Certificate[] certs) { argument
591 super(location, certs);
593 vlocation = location;
/openjdk7/jdk/src/macosx/native/sun/osxapp/
H A DNSApplicationAWT.m80 // Get default nib file location
169 if (lastPeriod.location != NSNotFound) {
170 fApplicationName = [fApplicationName substringFromIndex:lastPeriod.location + 1];
354 location: NSMakePoint(0,0)
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/gui/
H A DSourceTool.java65 private Location sourceLocn; // location, if showSourceForLocation
142 Location loc = req.location();
156 Location loc = req.location();
214 Location locn = frame.location();
H A DStackTraceTool.java144 Location loc = frame.location();
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/ControlFlow/src/com/sun/hotspot/igv/controlflow/
H A DControlFlowScene.java206 public void setNewLocation(Widget widget, Point location) { argument
208 int xOffset = location.x - originalLocation.x;
209 int yOffset = location.y - originalLocation.y;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/wsdl/parser/
H A DWSDLParserExtensionFacade.java340 Location location = reader.getLocation();
342 loc.setSystemId(location.getSystemId());
343 loc.setLineNumber(location.getLineNumber());
/openjdk7/jdk/src/share/classes/javax/swing/tree/
H A DVariableHeightLayoutCache.java228 * @param row the location of interest
337 * starting at the passed in location. The ordering of the enumeration
340 * @param path the location in the <code>TreePath</code> to start
399 * file has changed, but it is in the same location in the file
880 * location.
882 private void updateYLocationsFrom(int location) { argument
883 if(location >= 0 && location < getRowCount()) {
887 aNode = getNode(location);
889 for(counter = location
927 getRowContainingYLocation(int location) argument
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/jdi/
H A DPacketStream.java179 void writeLocation(Location location) { argument
180 ReferenceTypeImpl refType = (ReferenceTypeImpl)location.declaringType();
192 writeMethodRef(((MethodImpl)location.method()).ref());
193 writeLong(location.codeIndex());
556 * Read location represented as vm specific byte sequence.
564 /* Valid location */
568 /* Null location (example: uncaught exception) */

Completed in 97 milliseconds

1234567891011>>