Searched refs:location (Results 1 - 25 of 365) sorted by relevance

1234567891011>>

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DParseException.java33 int location; field in class:ParseException
43 public ParseException(String mes, int location) { argument
45 this.location = location;
50 * @return -1 if location information is not available.
53 return this.location;
/openjdk7/jdk/src/share/classes/java/awt/
H A DPointerInfo.java37 * as the mouse moves. To get the updated location, you must call
48 private Point location; field in class:PointerInfo
53 PointerInfo(GraphicsDevice device, Point location) { argument
55 this.location = location;
81 return location;
/openjdk7/jaxp/src/javax/xml/stream/
H A DXMLStreamException.java43 protected Location location; field in class:XMLStreamException
83 * Construct an exception with the assocated message, exception and location.
87 * @param location the location of the error
89 public XMLStreamException(String msg, Location location, Throwable th) { argument
90 super("ParseError at [row,col]:["+location.getLineNumber()+","+
91 location.getColumnNumber()+"]\n"+
94 this.location = location;
98 * Construct an exception with the assocated message, exception and location
103 XMLStreamException(String msg, Location location) argument
[all...]
H A DXMLReporter.java58 * @param location the location of the error, if available
63 public void report(String message, String errorType, Object relatedInformation, Location location) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/code/
H A DLocationValue.java29 /** A Location value describes a value in a given location; i.e. the
31 this location. */
34 private Location location; field in class:LocationValue
36 public LocationValue(Location location) { argument
37 this.location = location;
45 return location;
50 location = new Location(stream);
/openjdk7/jdk/src/share/classes/com/sun/jdi/
H A DLocatable.java48 Location location(); method in interface:Locatable
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DInfo.java30 final int location; field in class:Info
32 Info(int counter, String className, String methodName, int location) { argument
36 this.location = location;
H A DInjector.java27 byte[] bytecodes(String className, String methodName, int location); argument
/openjdk7/jdk/src/share/classes/java/net/
H A DHttpRetryException.java43 private String location; field in class:HttpRetryException
63 * @param location the URL to be redirected to
65 public HttpRetryException(String detail, int code, String location) { argument
68 this.location = location;
94 * @return The location string
97 return location;
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/livejvm/
H A DBreakpointEvent.java34 private int location; field in class:BreakpointEvent
39 int location) {
44 this.location = location;
50 public int location() { return location; } method in class:BreakpointEvent
36 BreakpointEvent(Oop thread, Oop clazz, JNIid method, int location) argument
/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivationDesc.java36 * <li> the object's code location (the location of the class), a codebase URL
65 * @serial the object's code location
67 private String location; field in class:ActivationDesc
85 * code <code>location</code> and whose initialization
103 * @param location the object's code location (from where the class is
111 String location,
116 className, location, data, false);
122 * code <code>location</cod
110 ActivationDesc(String className, String location, MarshalledObject<?> data) argument
147 ActivationDesc(String className, String location, MarshalledObject<?> data, boolean restart) argument
181 ActivationDesc(ActivationGroupID groupID, String className, String location, MarshalledObject<?> data) argument
213 ActivationDesc(ActivationGroupID groupID, String className, String location, MarshalledObject<?> data, boolean restart) argument
[all...]
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DLayoutPath.java45 * Convert a point in user space to a location relative to the
46 * path. The location is chosen so as to minimize the distance
48 * will be smallest). If there is more than one such location,
49 * the location with the smallest advance is chosen.
51 * object as location, point will remain unmodified by this call.
52 * @param location a <code>Point2D</code> to hold the returned location.
55 * path preceding the location, false if it is associated with
56 * the portion following. The default, if the location is not at
58 * @throws NullPointerException if point or location i
61 pointToPath(Point2D point, Point2D location) argument
82 pathToPoint(Point2D location, boolean preceding, Point2D point) argument
[all...]
/openjdk7/langtools/src/share/classes/javax/tools/
H A DForwardingJavaFileManager.java63 public ClassLoader getClassLoader(Location location) { argument
64 return fileManager.getClassLoader(location);
71 public Iterable<JavaFileObject> list(Location location, argument
77 return fileManager.list(location, packageName, kinds, recurse);
83 public String inferBinaryName(Location location, JavaFileObject file) { argument
84 return fileManager.inferBinaryName(location, file);
102 public boolean hasLocation(Location location) { argument
103 return fileManager.hasLocation(location);
114 public JavaFileObject getJavaFileForInput(Location location, argument
119 return fileManager.getJavaFileForInput(location, classNam
126 getJavaFileForOutput(Location location, String className, Kind kind, FileObject sibling) argument
139 getFileForInput(Location location, String packageName, String relativeName) argument
151 getFileForOutput(Location location, String packageName, String relativeName, FileObject sibling) argument
[all...]
H A DJavaFileManager.java43 * current/working directory to use as default location when creating
113 * Gets the name of this location.
120 * Determines if this is an output location. An output
121 * location is a location that is conventionally used for
124 * @return true if this is an output location, false otherwise
131 * location. For example, to load annotation processors, a
134 * ANNOTATION_PROCESSOR_PATH} location.
136 * @param location a location
145 getClassLoader(Location location) argument
167 list(Location location, String packageName, Set<Kind> kinds, boolean recurse) argument
185 inferBinaryName(Location location, JavaFileObject file) argument
224 hasLocation(Location location) argument
247 getJavaFileForInput(Location location, String className, Kind kind) argument
284 getJavaFileForOutput(Location location, String className, Kind kind, FileObject sibling) argument
329 getFileForInput(Location location, String packageName, String relativeName) argument
374 getFileForOutput(Location location, String packageName, String relativeName, FileObject sibling) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/fastinfoset/stax/factory/
H A DStAXEventFactory.java40 Location location = null; field in class:StAXEventFactory
48 * the events created by this factory. To reset the location
49 * information set the location to null.
50 * @param location the location to set on each event created
52 public void setLocation(Location location) { argument
53 this.location = location;
66 if(location != null)attr.setLocation(location);
[all...]
/openjdk7/jdk/src/share/classes/com/sun/jndi/cosnaming/
H A DCorbanameUrl.java70 private String location; field in class:CorbanameUrl
85 return "corbaloc:" + location;
103 location = url.substring(addrStart, addrEnd);
105 int keyStart = location.indexOf("/");
108 if (keyStart == (location.length() -1)) {
109 location += "NameService";
112 location += "/NameService";
121 System.out.println("location: " + url.getLocation());
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/util/exception/
H A DLocatableWebServiceException.java40 * {@link WebServiceException} with source location informaiton.
43 * This exception should be used wherever the location information is available,
44 * so that the location information is carried forward to users (to assist
53 private final Locator[] location; field in class:LocatableWebServiceException
55 public LocatableWebServiceException(String message, Locator... location) { argument
56 this(message,null,location);
59 public LocatableWebServiceException(String message, Throwable cause, Locator... location) { argument
60 super(appendLocationInfo(message,location), cause);
61 this.location = location;
64 LocatableWebServiceException(Throwable cause, Locator... location) argument
90 appendLocationInfo(String message, Locator[] location) argument
[all...]
/openjdk7/jdk/src/share/demo/jvmti/minst/
H A DMinst.java66 StackTraceElement location = stack[1];
67 className = location.getClassName();
68 methodName = location.getMethodName();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/
H A DXMLStreamException2.java49 public XMLStreamException2(String msg, Location location) { argument
50 super(msg, location);
53 public XMLStreamException2(String msg, Location location, Throwable th) { argument
54 super(msg, location, th);
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/api/addressing/
H A Dpackage-info.java27 location = "http://schemas.xmlsoap.org/ws/2004/08/addressing")
/openjdk7/jaxws/src/share/jaxws_classes/javax/xml/ws/wsaddressing/
H A Dpackage-info.java27 location="http://www.w3.org/2006/03/addressing/ws-addr.xsd")
/openjdk7/jaxp/src/com/sun/xml/internal/stream/events/
H A DXMLEventFactoryImpl.java40 Location location = null; field in class:XMLEventFactoryImpl
47 if(location != null)attr.setLocation(location);
57 if(location != null)attr.setLocation(location);
65 if(location != null)charEvent.setLocation(location);
71 if(location != null)charEvent.setLocation(location);
77 if(location !
197 setLocation(javax.xml.stream.Location location) argument
[all...]
/openjdk7/jdk/src/share/classes/java/security/
H A DCodeSource.java41 * encapsulate not only the location (URL) but also the certificate chains
42 * that were used to verify signed code originating from that location.
53 * The code location.
57 private URL location; field in class:CodeSource
77 * location and set of certificates.
79 * @param url the location (URL).
85 this.location = url;
95 * location and set of code signers.
97 * @param url the location (URL).
104 this.location
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DLineNumberInfo.java163 Location location = (Location)iter.next();
164 System.err.println("location=" + location);
175 Location location = (Location)iter.next();
176 if (location.codeIndex() != codeIndices[i]) {
178 location.codeIndex() +
181 if (location.lineNumber() != lineNumbers[i]) {
183 location.lineNumber() +
/openjdk7/langtools/test/tools/javac/api/
H A DT6400207.java27 * @summary JSR 199: JavaFileManager.list and unset location
38 JavaFileManager.Location location,
42 location == null ||
46 fm.list(location, packageName, kinds, false);
49 if (location == null)
50 throw new AssertionError(message + " (location is null)");
71 for (StandardLocation location : StandardLocation.values()) {
72 if (location != locationFor(location.getName()))
73 throw new AssertionError(location
37 testList(JavaFileManager fm, JavaFileManager.Location location, String packageName, Set<JavaFileObject.Kind> kinds) argument
[all...]

Completed in 74 milliseconds

1234567891011>>