Searched refs:location (Results 51 - 75 of 365) sorted by relevance

1234567891011>>

/openjdk7/langtools/test/tools/javac/api/
H A DT6397104.java44 Location location,
54 fm.getFileForOutput(location, "java.lang", relName, sibling);
70 for (Location location : StandardLocation.values()) {
72 fm.setLocation(location, Arrays.asList(new File(".")));
73 test(fm, location, siblingFile, relName, expectedPath);
43 test(StandardJavaFileManager fm, Location location, File siblingFile, String relName, String expectedPath) argument
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/runtime/
H A DRegisterMap.java51 protected Address[] location; field in class:RegisterMap
84 location = new Address[regCount];
97 location = new Address[map.location.length];
111 location[j] = map.location[j];
148 return location[i];
162 location[i] = loc;
188 for (int i = 0; i < location.length; i++) {
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/nio/
H A DJavacPathFileManager.java157 public ClassLoader getClassLoader(Location location) { argument
158 nullCheck(location);
159 Iterable<? extends Path> path = getLocation(location);
181 public boolean hasLocation(Location location) { argument
182 return (getLocation(location) != null);
185 public Iterable<? extends Path> getLocation(Location location) { argument
186 nullCheck(location);
188 PathsForLocation path = pathsForLocation.get(location);
189 if (path == null && !pathsForLocation.containsKey(location)) {
190 setDefaultForLocation(location);
196 getOutputLocation(Location location) argument
201 setLocation(Location location, Iterable<? extends Path> searchPath) argument
305 list(Location location, String packageName, Set<Kind> kinds, boolean recurse) argument
415 getJavaFileForInput(Location location, String className, Kind kind) argument
421 getFileForInput(Location location, String packageName, String relativeName) argument
426 getFileForInput(Location location, String relativePath) argument
446 getJavaFileForOutput(Location location, String className, Kind kind, FileObject sibling) argument
452 getFileForOutput(Location location, String packageName, String relativeName, FileObject sibling) argument
458 getFileForOutput(Location location, String relativePath, FileObject sibling) argument
487 inferBinaryName(Location location, JavaFileObject fo) argument
[all...]
H A DPathFileManager.java102 * Get the search path associated with the given location.
104 * @param location a location
105 * @return a list of paths or {@code null} if this location has no
109 Iterable<? extends Path> getLocation(Location location); argument
112 * Associate the given search path with the given location. Any
115 * @param location a location
117 * search path for this location
119 * @throws IllegalArgumentException if location i
124 setLocation(Location location, Iterable<? extends Path> searchPath) argument
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_frame.c41 /* This file contains support for handling frames, or (method,location) pairs. */
46 * Frames map 1-to-1 to (methodID,location) pairs.
62 jlocation location; member in struct:FrameKey
106 "Frame 0x%08x: method=%p, location=%d, lineno=%d(%d), status=%d \n",
107 i, (void*)key.method, (jint)key.location,
119 frame_find_or_create(jmethodID method, jlocation location) argument
128 key.location = location;
137 if ( location < 0 ) {
181 *plocation = pkey->location;
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/util/
H A DStAXLocationWrapper.java30 * <p>A light wrapper around a StAX location. This is useful
43 public void setLocation(Location location) { argument
44 fLocation = location;
/openjdk7/jdk/src/share/classes/java/rmi/activation/
H A DActivatable.java63 * an activation descriptor (with the specified location, data, and
77 * exportObject} method with this object, and the specified location,
82 * @param location the location for classes for this object
98 protected Activatable(String location, argument
105 id = exportObject(this, location, data, restart, port);
110 * an activation descriptor (with the specified location, data, and
124 * exportObject} method with this object, and the specified location,
129 * @param location the location fo
148 Activatable(String location, MarshalledObject<?> data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) argument
339 exportObject(Remote obj, String location, MarshalledObject<?> data, boolean restart, int port) argument
412 exportObject(Remote obj, String location, MarshalledObject<?> data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/model/annotation/
H A DXmlSchemaQuick.java57 public String location() { method in class:XmlSchemaQuick
58 return core.location();
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/digested/
H A DDPattern.java58 Locator location; field in class:DPattern
71 return location;
/openjdk7/jdk/test/com/sun/jdi/
H A DDeleteAllBkptsTest.java77 targetClass = bpe.location().declaringType();
87 method.location());
H A DStepTest.java42 * steps does not result in the debuggee's location being at the end of
128 String className = thread.frame(0).location().declaringType().name();
149 stepEvent.location().method().name() + ":" +
150 stepEvent.location().lineNumber() + " (" +
151 stepEvent.location().codeIndex() + "), frameCount = " +
H A DTwoThreadsTest.java149 Method mmm = event.location().method();
168 println("Got bkpt at: " + event.location() + ", i = " + ival);
183 targetClass = bpe.location().declaringType();
191 Location loc1 = findMethod(targetClass, "bkpt1", "(I)V").location();
192 Location loc2 = findMethod(targetClass, "bkpt2", "(I)V").location();
/openjdk7/jdk/src/macosx/classes/sun/java2d/
H A DIntegerNIORaster.java37 public static WritableRaster createNIORaster(int w, int h, int bandMasks[], Point location) { argument
44 if (location == null) {
45 location = new Point(0, 0);
48 return new IntegerNIORaster(sppsm, db, location);
/openjdk7/jdk/src/share/back/
H A DstandardHandlers.c101 jlocation location; local
107 (gdata->jvmti, evinfo->thread, fnum, &method, &location);
109 location = -1;
119 location,
H A DeventHandler.c270 * the co-location of events policy. Of these three co-located
288 * Co-location of events policy used to be implemented via
308 * location information for the METHOD_ENTRY or SINGLE_STEP event
324 EventIndex ei, jclass clazz, jmethodID method, jlocation location)
347 deferring = isBreakpointSet(clazz, method, location);
350 clazz, method, location);
369 jclass clazz, jmethodID method, jlocation location)
374 if (threadControl_cmpCLEInfo(env, thread, clazz, method, location)) {
376 "%s,thread=%p,clazz=%p,method=%p,location=%d",
377 eventText(ei), thread, clazz, method, location));
323 deferEventReport(JNIEnv *env, jthread thread, EventIndex ei, jclass clazz, jmethodID method, jlocation location) argument
368 skipEventReport(JNIEnv *env, jthread thread, EventIndex ei, jclass clazz, jmethodID method, jlocation location) argument
388 reportEvents(JNIEnv *env, jbyte sessionID, jthread thread, EventIndex ei, jclass clazz, jmethodID method, jlocation location, struct bag *eventBag) argument
748 cbSingleStep(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread, jmethodID method, jlocation location) argument
770 cbBreakpoint(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread, jmethodID method, jlocation location) argument
819 cbException(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread, jmethodID method, jlocation location, jobject exception, jmethodID catch_method, jlocation catch_location) argument
932 cbFieldAccess(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread, jmethodID method, jlocation location, jclass field_klass, jobject object, jfieldID field) argument
959 cbFieldModification(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread, jmethodID method, jlocation location, jclass field_klass, jobject object, jfieldID field, char signature_type, jvalue new_value) argument
988 cbExceptionCatch(jvmtiEnv *jvmti_env, JNIEnv *env, jthread thread, jmethodID method, jlocation location, jobject exception) argument
1066 jlocation location; local
1099 jlocation location; local
1133 jlocation location; local
1175 jlocation location; local
1641 createInternal(EventIndex ei, HandlerFunction func, jthread thread, jclass clazz, jmethodID method, jlocation location, jboolean permanent) argument
1698 eventHandler_createInternalBreakpoint(HandlerFunction func, jthread thread, jclass clazz, jmethodID method, jlocation location) argument
[all...]
/openjdk7/langtools/test/tools/javac/api/6420409/
H A DT6420409.java27 * @summary JSR 199: StandardFileManager: cannot set CLASS_PATH location
66 static void test(Iterable<? extends File> path, File file, Location location) { argument
69 throw new AssertionError(file + " not in " + location);
71 throw new AssertionError("Unexpected element in " + location + " : " + it.next());
72 System.err.format((Locale)null, "OK: %s: %s%n", location, path);
/openjdk7/jdk/src/share/classes/java/awt/dnd/
H A DDropTargetDragEvent.java80 * the location of the "Drag" <code>Cursor</code>'s hotspot
85 * @param cursorLocn The location of the "Drag" Cursor's
111 location = cursorLocn;
119 * location within the <code>Component'</code>s
122 * @return the current cursor location in
127 return location;
224 * The location of the drag cursor's hotspot in Component coordinates.
228 private Point location; field in class:DropTargetDragEvent
H A DDropTargetDropEvent.java79 * the location of the drag <code>Cursor</code>'s
90 * @param cursorLocn The location of the "Drag" Cursor's
117 location = cursorLocn;
125 * the location of the drag <code>Cursor</code>'s hotspot
133 * @param cursorLocn The location of the "Drag" Cursor's
157 * location in the <code>Component</code>'s coordinates.
159 * @return the current <code>Cursor</code> location in Component's coords.
163 return location;
274 * The location of the drag cursor's hotspot in Component coordinates.
278 private Point location field in class:DropTargetDropEvent
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/tools/internal/ws/wsdl/framework/
H A DWSDLLocation.java30 * Maintains wsdl:location context. This is used with
31 * TWSDLParserContextImpl, where one each WSDL being imported its location is pushed.
87 location = loc;
91 return location;
98 private String location; field in class:WSDLLocation.LocationContext
/openjdk7/jdk/test/javax/swing/JInternalFrame/
H A DTest6802868.java48 private Point location; field in class:Test6802868
82 this.location = this.internal.getDesktopIcon().getLocation();
87 if (this.internal.getDesktopIcon().getLocation().equals(this.location)) {
/openjdk7/hotspot/test/runtime/7116786/
H A DTest7116786.java54 private String location; // enclosing function or switch case field in class:Case
61 String location, String description, String message) {
65 this.location = location;
72 String getLocation() { return this.location; }
143 "no stackmap frame at expected location",
147 "no stackmap frame at jump location or bad jump",
308 "missing a stack map frame @ target location (mid table)",
316 "missing a stack map frame @ target location (end of table)",
60 Case(String caseName, String file, boolean testable, String location, String description, String message) argument
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DTabSet.java95 * Returns the Tab instance after <code>location</code>. This will
96 * return null if there are no tabs after <code>location</code>.
98 public TabStop getTabAfter(float location) { argument
99 int index = getTabIndexAfter(location);
117 * Returns the index of the Tab to be used after <code>location</code>.
118 * This will return -1 if there are no tabs after <code>location</code>.
120 public int getTabIndexAfter(float location) { argument
127 if(location > tabs[current].getPosition()) {
134 if(current == 0 || location > tabs[current - 1].getPosition())
139 // no tabs after the passed in location
[all...]
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/tty/
H A DBreakpointSpec.java76 Location location = location(refType);
77 if (location == null) {
81 EventRequest bp = em.createBreakpointRequest(location);
180 private Location location(ReferenceType refType) throws method in class:BreakpointSpec
185 Location location = null;
188 location = method.location();
196 location = locs.get(0);
197 if (location
[all...]
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/file/
H A DJavacFileManager.java610 public ClassLoader getClassLoader(Location location) { argument
611 nullCheck(location);
612 Iterable<? extends File> path = getLocation(location);
627 public Iterable<JavaFileObject> list(Location location, argument
637 Iterable<? extends File> path = getLocation(location);
648 public String inferBinaryName(Location location, JavaFileObject file) { argument
650 location.getClass(); // null check
651 // Need to match the path semantics of list(location, ...)
652 Iterable<? extends File> path = getLocation(location);
673 public boolean hasLocation(Location location) { argument
677 getJavaFileForInput(Location location, String className, JavaFileObject.Kind kind) argument
691 getFileForInput(Location location, String packageName, String relativeName) argument
707 getFileForInput(Location location, RelativeFile name) argument
732 getJavaFileForOutput(Location location, String className, JavaFileObject.Kind kind, FileObject sibling) argument
747 getFileForOutput(Location location, String packageName, String relativeName, FileObject sibling) argument
764 getFileForOutput(Location location, RelativeFile fileName, FileObject sibling) argument
813 setLocation(Location location, Iterable<? extends File> path) argument
855 getLocation(Location location) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DSchemaGrammar.java95 // extended global decls: map from schema location + decl name to decl object
96 // key is location,name
411 public void addGlobalAttributeDecl(XSAttributeDecl decl, String location) { argument
417 public void addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl, String location) { argument
423 public void addGlobalElementDecl(XSElementDecl decl, String location) { argument
432 public void addGlobalGroupDecl(XSGroupDecl decl, String location) { argument
438 public void addGlobalNotationDecl(XSNotationDecl decl, String location) { argument
444 public void addGlobalTypeDecl(XSTypeDefinition decl, String location) { argument
450 public void addGlobalComplexTypeDecl(XSComplexTypeDecl decl, String location) { argument
456 public void addGlobalSimpleTypeDecl(XSSimpleType decl, String location) { argument
465 addDocument(Object document, String location) argument
662 addGlobalAttributeDecl(XSAttributeGroupDecl decl, String location) argument
668 addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl, String location) argument
674 addGlobalElementDecl(XSElementDecl decl, String location) argument
683 addGlobalGroupDecl(XSGroupDecl decl, String location) argument
689 addGlobalNotationDecl(XSNotationDecl decl, String location) argument
695 addGlobalTypeDecl(XSTypeDefinition decl, String location) argument
701 addGlobalComplexTypeDecl(XSComplexTypeDecl decl, String location) argument
707 addGlobalSimpleTypeDecl(XSSimpleType decl, String location) argument
716 addDocument(Object document, String location) argument
825 addGlobalAttributeDecl(XSAttributeDecl decl, String location) argument
840 addGlobalAttributeGroupDecl(XSAttributeGroupDecl decl, String location) argument
868 addGlobalElementDecl(XSElementDecl decl, String location) argument
883 addGlobalGroupDecl(XSGroupDecl decl, String location) argument
898 addGlobalNotationDecl(XSNotationDecl decl, String location) argument
918 addGlobalTypeDecl(XSTypeDefinition decl, String location) argument
938 addGlobalComplexTypeDecl(XSComplexTypeDecl decl, String location) argument
955 addGlobalSimpleTypeDecl(XSSimpleType decl, String location) argument
970 addIDConstraintDecl(XSElementDecl elmDecl, IdentityConstraint decl, String location) argument
981 getGlobalAttributeDecl(String declName, String location) argument
992 getGlobalAttributeGroupDecl(String declName, String location) argument
1003 getGlobalElementDecl(String declName, String location) argument
1014 getGlobalGroupDecl(String declName, String location) argument
1025 getGlobalNotationDecl(String declName, String location) argument
1036 getGlobalTypeDecl(String declName, String location) argument
1047 getIDConstraintDecl(String declName, String location) argument
1369 addDocument(Object document, String location) argument
[all...]

Completed in 81 milliseconds

1234567891011>>