Searched refs:location (Results 226 - 250 of 365) sorted by relevance

1234567891011>>

/openjdk7/jdk/test/com/sun/jdi/
H A DSourceNameFilterTest.java156 targetClass = bpe.location().declaringType();
H A DMultiBreakpointsTest.java264 BreakpointRequest bpr = erm.createBreakpointRequest(method.location());
281 targetClass = bpe.location().declaringType();
/openjdk7/jdk/test/com/sun/jdi/sde/
H A DFilterMangleTest.java161 targetClass = bpe.location().declaringType();
/openjdk7/jdk/src/share/classes/sun/security/tools/policytool/
H A DPolicyTool.java702 (".file.file.policy.file.location"));
760 URL location = null;
764 location = new URL(ge.codeBase);
765 this.codesource = new CodeSource(location,
770 System.out.println(" CodeBase = " + location);
1157 Point location = ((w == null) ?
1159 ed.setBounds(location.x + 50, location.y + 50, 600, 100);
1192 // find the location of the PolicyTool gui
1193 Point location
[all...]
/openjdk7/jdk/src/share/demo/jvmti/hprof/
H A Dhprof_util.c1443 map_loc2line(jlocation location, jvmtiLineNumberEntry *table, jint count) argument
1450 HPROF_ASSERT(location>=0);
1465 if ( location > start_location ) {
1467 } else if ( location == start_location ) {
1478 if ( location < table[i].start_location ) {
1479 HPROF_ASSERT( ((int)location) < ((int)table[i].start_location) );
1489 getLineNumber(jmethodID method, jlocation location) argument
1496 if ( location < 0 ) {
1497 HPROF_ASSERT(location > -4);
1498 return (jint)location;
[all...]
/openjdk7/hotspot/test/runtime/6925573/
H A DSortMethodsTest.java179 public FileObject getFileForInput(Location location, String packageName, argument
185 public JavaFileObject getJavaFileForOutput(Location location, String qualifiedName, argument
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/
H A DDTMException.java60 * @param location A SourceLocator object, or null to clear the location.
62 public void setLocator(SourceLocator location) { argument
63 locator = location;
214 * Get the error message with location information
251 * Get the location information as a string.
253 * @return A string with location info, or null
254 * if there is no location information.
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/activation/
H A DServerTool.java463 ServerLocation location = locator.locateServer(serverId, endPointType);
466 out.println(CorbaResourceUtil.getText("servertool.locate2", location.hostname));
467 int numEntries = location.ports.length;
469 ORBPortInfo orbPort = location.ports[i];
539 ServerLocationPerORB location = locator.locateServerForORB(serverId,
543 out.println(CorbaResourceUtil.getText("servertool.locateorb2", location.hostname));
544 int numEntries = location.ports.length;
546 EndPointInfo Port = location.ports[i];
/openjdk7/hotspot/src/share/vm/code/
H A DdebugInfo.cpp101 location().write_on(stream);
105 location().print_on(st);
/openjdk7/hotspot/src/cpu/sparc/vm/
H A Dframe_sparc.inline.hpp297 return *((oop*) map->location(O0->as_VMReg()));
301 *((oop*) map->location(O0->as_VMReg())) = obj;
/openjdk7/hotspot/src/cpu/x86/vm/
H A Dframe_x86.inline.hpp299 return *((oop*) map->location(rax->as_VMReg()));
303 *((oop*) map->location(rax->as_VMReg())) = obj;
/openjdk7/jdk/src/share/classes/sun/security/pkcs11/
H A DSessionManager.java163 String location = new Exception().getStackTrace()[2].toString();
164 System.out.println("Killing session (" + location + ") active: "
/openjdk7/jdk/src/macosx/native/java/util/
H A DMacOSXPreferencesFile.m267 parentRange = CFRangeMake(0, slashRange.location + 1); // include '/'
288 childRange = CFRangeMake(slashRange.location + 1,
289 length - slashRange.location - 1); // skip '/'
311 searchRange = CFRangeMake(slashRange.location + 1,
312 length - slashRange.location - 1);
317 searchRange = CFRangeMake(slashRange.location + 1,
318 length - slashRange.location - 1);
323 prefixRange = CFRangeMake(0, slashRange.location + 1); // keep last '/'
385 CFRange partRange = CFRangeMake(0, slashRange.location + 1);
497 CFRange partRange = CFRangeMake(0, slashRange.location
[all...]
/openjdk7/jdk/test/java/lang/instrument/ilib/
H A DInject.java82 public byte[] bytecodes(String className, String methodName, int location) { argument
102 public byte[] bytecodes(String className, String methodName, int location) { argument
135 dataOut.writeInt(info.location);
141 public byte[] bytecodes(String className, String methodName, int location) { argument
144 infoList.add(new Info(counter, className, methodName, location));
314 // so mark this location so we can rewind
/openjdk7/jdk/src/share/native/sun/awt/libpng/
H A Dpngwrite.c48 * and put it in the correct location here. If you want the chunk written
130 up->location &&
131 !(up->location & PNG_HAVE_PLTE) &&
132 !(up->location & PNG_HAVE_IDAT) &&
133 !(up->location & PNG_AFTER_IDAT) &&
306 up->location &&
307 (up->location & PNG_HAVE_PLTE) &&
308 !(up->location & PNG_HAVE_IDAT) &&
309 !(up->location & PNG_AFTER_IDAT) &&
415 up->location
[all...]
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJTable.java446 * The drop location.
452 * a drop location for a <code>JTable</code>.
510 * Returns whether or not this location represents an insert
520 * Returns whether or not this location represents an insert
530 * Returns a string representation of this drop location.
535 * @return a string representation of this drop location
1515 * Calculates a drop location in this component, representing where a
1518 * @param p the point to calculate a drop location for
1519 * @return the drop location, or <code>null</code>
1522 DropLocation location
1730 setDropLocation(TransferHandler.DropLocation location, Object state, boolean forDrop) argument
[all...]
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/runtime/reflect/
H A DLister.java362 private final LocatorEx location; field in class:Lister.IDREFS.Pack
368 this.location = new LocatorEx.Snapshot(context.getLocator());
396 context.errorUnresolvedIDREF(bean,id,location);
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/comp/
H A DCheck.java206 deprecationHandler.report(pos, "has.been.deprecated", sym, sym.location());
309 Symbol location = sym.location();
310 if (location.kind == MTH &&
311 ((MethodSymbol)location).isStaticOrInstanceInit()) {
313 kindName(sym.location()), kindName(sym.location().enclClass()),
314 sym.location().enclClass());
317 kindName(sym.location()), sym.location());
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xpath/internal/
H A DXPathContext.java391 * @param location The location within the stylesheet.
393 public void setSAXLocator(SourceLocator location) argument
395 m_saxLocations.setTop(location);
401 * @param location The location within the stylesheet.
403 public void pushSAXLocator(SourceLocator location) argument
405 m_saxLocations.push(location);
430 * @return The location within the stylesheet, or null if not known.
819 * Set the current location pat
[all...]
/openjdk7/jaxp/src/javax/xml/stream/
H A DXMLEventFactory.java158 * the events created by this factory. To reset the location
159 * information set the location to null.
160 * @param location the location to set on each event created
162 public abstract void setLocation(Location location); argument
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicSplitPaneDivider.java506 protected void dragDividerTo(int location) { argument
507 splitPaneUI.dragDividerTo(location);
515 protected void finishDraggingTo(int location) { argument
516 splitPaneUI.finishDraggingTo(location);
681 * Initial location of the divider.
691 * Initial location the mouse down happened at.
780 * Messages dragDividerTo with the new location for the mouse
794 * Messages finishDraggingTo with the new location for the mouse
1028 // We use the location from the UI directly, as the location th
[all...]
/openjdk7/hotspot/src/share/vm/compiler/
H A DoopMap.cpp160 // This can never be a stack location, so we don't need to transform it.
161 assert(optional->is_reg(), "Trying to callee save a stack location");
485 // Scan through oopmap and find location of all callee-saved registers
607 DerivedPointerEntry(oop* location, intptr_t offset) { _location = location; _offset = offset; } argument
608 oop* location() { return _location; } function in class:DerivedPointerEntry
630 // Returns value of location as an int
636 assert(derived_loc != base_loc, "Base and derived in same location");
638 assert(*derived_loc != (oop)base_loc, "location already added");
653 // Set derived oop location t
[all...]
/openjdk7/jdk/src/macosx/native/sun/awt/
H A DAWTView.m915 fprintf(stderr, "AWTView InputMethod Selector Called : [setMarkedText] \"%s\", loc=%lu, length=%lu\n", [incomingString UTF8String], (unsigned long)selectionRange.location, (unsigned long)selectionRange.length);
949 JNFCallVoidMethod(env, fInputMethodLOCKABLE, jm_addAttribute, isThickUnderline, isGray, effectiveRange.location, effectiveRange.length); // AWT_THREADING Safe (AWTRunLoopMode)
961 JNFCallVoidMethod(env, fInputMethodLOCKABLE, jm_dispatchText, selectionRange.location, selectionRange.length, JNI_FALSE); // AWT_THREADING Safe (AWTRunLoopMode)
1027 fprintf(stderr, "AWTView InputMethod Selector Called : [attributedSubstringFromRange] location=%lu, length=%lu\n", (unsigned long)theRange.location, (unsigned long)theRange.length);
1032 jobject theString = JNFCallObjectMethod(env, fInputMethodLOCKABLE, jm_substringFromRange, theRange.location, theRange.length); // AWT_THREADING Safe (AWTRunLoopMode)
1044 it'll return NSNotFound location & 0 length range.
1071 fprintf(stderr, "markedRange returning (%lu, %lu)\n", (unsigned long)range.location, (unsigned long)range.length);
1083 its location field contains char index from the text beginning.
1133 fprintf(stderr, "AWTView InputMethod Selector Called : [firstRectForCharacterRange:] location
[all...]
/openjdk7/jdk/src/share/back/
H A DThreadReferenceImpl.c282 jlocation location; local
284 /* Get location info */
286 (gdata->jvmti, thread, fnum, &method, &location);
289 location = -1L;
297 writeCodeLocation(out, clazz, method, location);
/openjdk7/hotspot/src/share/vm/prims/
H A DjvmtiCodeBlobEvents.cpp232 // create a C-heap allocated address location map for an nmethod
261 map[map_length].location = bci;

Completed in 693 milliseconds

1234567891011>>