Searched refs:location (Results 276 - 300 of 365) sorted by relevance

<<1112131415

/openjdk7/hotspot/src/share/vm/classfile/
H A DclassFileParser.hpp99 AnnotationCollector(Location location) argument
100 : _location(location), _annotations_present(0)
/openjdk7/jdk/src/macosx/bundle/appbundler/src/com/oracle/appbundler/
H A DAppBundlerTask.java464 private static void copy(URL location, File file) throws IOException { argument
465 try (InputStream in = location.openStream()) {
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DPrinterView.m137 aRange->location = fFirstPage + 1;
/openjdk7/jdk/src/share/back/
H A DStackFrameImpl.c370 jlocation location; local
378 (gdata->jvmti, thread, fnum, &method, &location);
H A DthreadControl.c41 * the event's location.
47 jlocation location; member in struct:CoLocatedEventInfo_
581 /* Get the java.lang.Thread.resume() method beginning location */
584 EXIT_ERROR(error, "getting method location");
2264 jmethodID method, jlocation location)
2276 node->cleInfo.location == location &&
2288 jclass clazz, jmethodID method, jlocation location)
2302 node->cleInfo.location = location;
2263 threadControl_cmpCLEInfo(JNIEnv *env, jthread thread, jclass clazz, jmethodID method, jlocation location) argument
2287 threadControl_saveCLEInfo(JNIEnv *env, jthread thread, EventIndex ei, jclass clazz, jmethodID method, jlocation location) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/ws/model/
H A DAbstractSEIModelImpl.java338 void setWSDLLocation(String location) { argument
339 wsdlLocation = location;
/openjdk7/jdk/src/share/native/sun/java2d/opengl/J2D_GL/
H A Dglext.h3538 typedef void (APIENTRYP PFNGLGETUNIFORMFVPROC) (GLuint program, GLint location, GLfloat *params);
3539 typedef void (APIENTRYP PFNGLGETUNIFORMIVPROC) (GLuint program, GLint location, GLint *params);
3549 typedef void (APIENTRYP PFNGLUNIFORM1FPROC) (GLint location, GLfloat v0);
3550 typedef void (APIENTRYP PFNGLUNIFORM2FPROC) (GLint location, GLfloat v0, GLfloat v1);
3551 typedef void (APIENTRYP PFNGLUNIFORM3FPROC) (GLint location, GLfloat v0, GLfloat v1, GLfloat v2);
3552 typedef void (APIENTRYP PFNGLUNIFORM4FPROC) (GLint location, GLfloat v0, GLfloat v1, GLfloat v2, GLfloat v3);
3553 typedef void (APIENTRYP PFNGLUNIFORM1IPROC) (GLint location, GLint v0);
3554 typedef void (APIENTRYP PFNGLUNIFORM2IPROC) (GLint location, GLint v0, GLint v1);
3555 typedef void (APIENTRYP PFNGLUNIFORM3IPROC) (GLint location, GLint v0, GLint v1, GLint v2);
3556 typedef void (APIENTRYP PFNGLUNIFORM4IPROC) (GLint location, GLin
[all...]
/openjdk7/hotspot/src/os/posix/launcher/
H A Djava_md.c696 * Find path to JRE based on .exe's location or registry settings.
758 int location;
783 char* location;
787 location = strstr(buf, "sparcv8plus ");
788 if(location == NULL) {
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiImpl.hpp162 // A JvmtiBreakpoint describes a location (class, method, bci) to break at.
175 JvmtiBreakpoint(methodOop m_method, jlocation location);
H A DjvmtiEnv.cpp1497 // JVMTI get java stack frame location at safepoint.
1990 JvmtiEnv::SetBreakpoint(methodOop method_oop, jlocation location) { argument
1992 if (location < 0) { // simple invalid location check first
1996 if (location >= (jlocation) method_oop->code_size()) {
2001 JvmtiBreakpoint bp(method_oop, location);
2016 JvmtiEnv::ClearBreakpoint(methodOop method_oop, jlocation location) { argument
2019 if (location < 0) { // simple invalid location check first
2024 if (location >
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DExceptionEvents.java373 Location loc = event.location();
H A DGetLocalVariables.java256 targetClass = bpe.location().declaringType();
H A DInstancesTest.java153 targetClass = bpe.location().declaringType();
H A DMethodEntryExitEvents.java140 System.out.println(" at catch location: " + event.catchLocation());
155 event.location().lineNumber() +
/openjdk7/jdk/test/com/sun/jdi/redefineMethod/
H A DRedefineTest.java146 Location loc = frame.location();
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.h145 jint getLineNumber(jmethodID method, jlocation location);
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngset.c1024 /* Note our location in the read or write sequence */
1025 to->location = (png_byte)(png_ptr->mode & 0xff);
1054 int chunk, int location)
1058 info_ptr->unknown_chunks[chunk].location = (png_byte)location;
1053 png_set_unknown_chunk_location(png_structp png_ptr, png_infop info_ptr, int chunk, int location) argument
/openjdk7/jdk/src/share/demo/jfc/CodePointIM/
H A DCodePointInputMethod.java469 public void notifyClientWindowChange(Rectangle location) { argument
/openjdk7/jdk/make/
H A DMakefile100 CUPS_HEADERS_PATH.desc = Include directory location for CUPS header files
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/
H A DXMLSchemaLoader.java199 /** Property identifier: schema location. */
203 /** Property identifier: no namespace schema location. */
547 * @param source the location of the entity which forms
568 // Process external schema location properties.
589 * to resolve the location of the schema in XSDDescription
620 /** This method tries to resolve location of the given schema.
621 * The loader stores the namespace/location pairs in a hashtable (use "" as the
624 * if so, pass that location value to the user-defined entity resolver.
635 // we consider the schema location properties for import
641 // get the location hin
938 addLocation(String location) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/traversers/
H A DXSDHandler.java601 // When namespace growth is enabled and a null location is provided we cannot tell
885 // store the document and its location
979 // if a grammar with the same namespace and location exists (or being
1003 // the first time we see a location for a given namespace.
1004 // Don't consult the location pair hashtable in this case,
1005 // otherwise the location will be ignored because it'll get
1006 // resolved to the same location as the first hint.
2039 * resolveSchema method is responsible for resolving location of the schema (using XMLEntityResolver),
2769 final String location = key.substring(0, index);
2773 dstDecl = dstGrammar.getGlobalElementDecl(name, location);
[all...]
/openjdk7/make/scripts/
H A Dwebrev.ksh748 // Set location and scroll back a little to expose previous
753 // scroll to that location directly.
755 parent.lhs.location.replace(parent.lhs.location.pathname + "#" + num);
756 parent.rhs.location.replace(parent.rhs.location.pathname + "#" + num);
1105 # Given the pathname of a file, find its location in a "wx" active file
1978 Teamware: CODEMGR_WS: Workspace location.
1979 Teamware: CODEMGR_PARENT: Parent workspace location.
2522 # is: default location,
[all...]
/openjdk7/hotspot/agent/test/jdi/
H A DTestScaffold.java466 " at line " + event.location().lineNumber());
701 return resumeTo(method.location());
/openjdk7/jdk/src/share/classes/java/io/
H A DFile.java1870 // temporary directory location
1873 static File location() { method in class:File.TempDirectory
1975 : TempDirectory.location();
1984 // don't reveal temporary directory location
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DMetacity.java249 String location = null;
256 location = "left_left";
265 case 1: location = "right_right"; break;
266 case 2: location = "right_middle"; break;
267 case 3: location = "right_left"; break;
272 location = jif.isClosable() ? "right_middle" : "right_right";
276 location = "right_right";
306 drawButton(frame_style, location+"_background", state, g, w, h, jif);

Completed in 757 milliseconds

<<1112131415