/openjdk7/jaxp/src/javax/xml/stream/ |
H A D | XMLStreamException.java | 64 * @param th a nested exception 66 public XMLStreamException(Throwable th) { argument 67 super(th); 68 nested = th; 74 * @param th a nested exception 77 public XMLStreamException(String msg, Throwable th) { argument 78 super(msg, th); 79 nested = th; 85 * @param th a nested exception 89 public XMLStreamException(String msg, Location location, Throwable th) { argument [all...] |
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/istack/internal/ |
H A D | XMLStreamException2.java | 41 public XMLStreamException2(Throwable th) { argument 42 super(th); 45 public XMLStreamException2(String msg, Throwable th) { argument 46 super(msg, th); 53 public XMLStreamException2(String msg, Location location, Throwable th) { argument 54 super(msg, location, th);
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/debugger/cdbg/ |
H A D | CFrame.java | 37 public CFrame sender(ThreadProxy th); argument
|
/openjdk7/jdk/src/share/classes/com/sun/net/ssl/ |
H A D | SSLContextSpi.java | 56 protected abstract void engineInit(KeyManager[] ah, TrustManager[] th, argument
|
/openjdk7/jdk/src/share/native/java/io/ |
H A D | ObjectStreamClass.c | 67 jthrowable th = (*env)->ExceptionOccurred(env); local 69 if (!(*env)->IsInstanceOf(env, th, noSuchMethodErrCl)) { 70 (*env)->Throw(env, th); 89 jthrowable th = (*env)->ExceptionOccurred(env); local 91 if (!(*env)->IsInstanceOf(env, th, noSuchMethodErrCl)) { 92 (*env)->Throw(env, th);
|
/openjdk7/jdk/test/java/text/Format/DateFormat/ |
H A D | Bug6683975.java | 27 * @summary Make sure that date is formatted correctlyin th locale. 36 private static Locale th = new Locale("th", ""); field in class:Bug6683975 37 private static Locale th_TH = new Locale("th", "TH"); 55 DateFormat df_th = DateFormat.getDateTimeInstance(style, style, th); 62 System.err.println("Error: Pattern for th locale should be the same as pattern for th_TH locale. (" + stylePattern[style] + ")"); 71 System.err.println("Error: Formatted date in th locale is incorrect in " + stylePattern[style] + " pattern.");
|
/openjdk7/hotspot/agent/src/share/classes/sun/jvm/hotspot/tools/ |
H A D | PStack.java | 81 ThreadProxy th = (ThreadProxy) itr.next(); 83 CFrame f = cdbg.topFrameForThread(th); 85 out.print(th); 109 names = getJavaNames(th, f.localVariableBase()); 126 names = getJavaNames(th, f.localVariableBase()); 161 f = f.sender(th); 168 JavaThread jthread = (JavaThread) proxyToThread.get(th); 227 private String[] getJavaNames(ThreadProxy th, Address fp) { argument 231 JavaVFrame[] jvframes = (JavaVFrame[]) jframeCache.get(th);
|
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/ |
H A D | DragRecognitionSupport.java | 100 TransferHandler th) { 102 if (th == null || !SwingUtilities.isLeftMouseButton(me)) { 108 th.getSourceActions(component)); 167 TransferHandler th = component.getTransferHandler(); 168 int action = mapDragOperationFromModifiers(me, th); 174 th.exportAsDrag(component, dndArmedEvent, action); 99 mapDragOperationFromModifiers(MouseEvent me, TransferHandler th) argument
|
H A D | BasicTableHeaderUI.java | 76 JTableHeader th = (JTableHeader)source; 79 getUIOfType(th.getUI(), 85 th.repaint(th.getHeaderRect(ui.getSelectedColumnIndex())); 539 JTableHeader th, 546 if ((th.getParent() == null) || 547 ((container = th.getParent().getParent()) == null) || 549 ((table = th.getTable()) == null)) { 554 !th.getComponentOrientation().isLeftToRight()) { 837 JTableHeader th 538 changeColumnWidth(TableColumn resizingColumn, JTableHeader th, int oldWidth, int newWidth) argument 913 moveColumn(boolean leftArrow, JTableHeader th, BasicTableHeaderUI ui) argument 918 maybeMoveColumn(boolean leftArrow, JTableHeader th, BasicTableHeaderUI ui, boolean doIt) argument 942 resize(boolean leftArrow, JTableHeader th, BasicTableHeaderUI ui) argument [all...] |
/openjdk7/jdk/src/windows/native/sun/java2d/d3d/ |
H A D | D3DMaskFill.cpp | 40 * tw,th - width/height of the actual texture tile in pixels 63 jint tw, th, x0; local 72 th = D3D_MASK_CACHE_TILE_HEIGHT; 78 for (sy = sy1; sy < sy2; sy += th, y += th) { 80 sh = ((sy + th) > sy2) ? (sy2 - sy) : th;
|
H A D | D3DBlitLoops.cpp | 404 float tw, float th, 412 (srcWidth != tw || srcHeight != th || 437 float ty2adj = ty2 - (1.0f / (2.0f * th)); 504 float tw, th; local 527 th = (float)srcOps->pResource->GetDesc()->Height; 531 ty1 = ((float)sy1) / th; 533 ty2 = ((float)sy2) / th; 537 tw, th, 568 jint tw, th; local 602 th 402 D3DDrawTextureWithHint(D3DContext *d3dc, D3DTEXTUREFILTERTYPE hint, jint srcWidth, jint srcHeight, float tw, float th, jint sx1, jint sy1, jint sx2, jint sy2, float dx1, float dy1, float dx2, float dy2, float tx1, float ty1, float tx2, float ty2) argument [all...] |
H A D | D3DTextRenderer.cpp | 595 jint tw, th; local 615 th = D3D_MASK_CACHE_TILE_HEIGHT; 617 for (sy = 0; sy < h; sy += th, y += th) { 619 sh = ((sy + th) > h) ? (h - sy) : th; 641 jint tw, th; local 688 th = D3DTR_NOCACHE_TILE_SIZE; 690 for (sy = 0; sy < h; sy += th, y += th) { [all...] |
/openjdk7/jdk/src/share/native/sun/java2d/opengl/ |
H A D | OGLMaskFill.c | 81 * tw,th - width/height of the actual texture tile in pixels 102 jint tw, th, x0; local 108 th = OGLVC_MASK_CACHE_TILE_HEIGHT; 114 for (sy = sy1; sy < sy2; sy += th, y += th) { 116 sh = ((sy + th) > sy2) ? (sy2 - sy) : th;
|
H A D | OGLBlitLoops.c | 266 jint tw, th; local 283 th = OGLC_BLIT_TILE_SIZE; 304 for (sy = sy1, dy = dy1; sy < sy2; sy += th, dy += cdh) { 305 sh = ((sy + th) > sy2) ? (sy2 - sy) : th; 313 ty2 = ((GLdouble)sh) / th;
|
H A D | OGLTextRenderer.c | 918 jint tw, th; local 932 th = OGLVC_MASK_CACHE_TILE_HEIGHT; 934 for (sy = 0; sy < h; sy += th, y += th) { 936 sh = ((sy + th) > h) ? (h - sy) : th; 958 jint tw, th; local 996 th = OGLTR_NOCACHE_TILE_SIZE; 998 for (sy = 0; sy < h; sy += th, y += th) { [all...] |
/openjdk7/hotspot/src/share/vm/gc_implementation/concurrentMarkSweep/ |
H A D | concurrentMarkSweepThread.cpp | 179 ConcurrentMarkSweepThread* th = new ConcurrentMarkSweepThread(collector); local 180 assert(cmst() == th, "Where did the just-created CMS thread go?"); 181 return th;
|
/openjdk7/hotspot/src/share/vm/runtime/ |
H A D | vm_operations.cpp | 344 instanceHandle th = _threads->at(i); local 345 if (th() == NULL) { 354 JavaThread* jt = java_lang_Thread::thread(th());
|
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/bind/v2/schemagen/ |
H A D | XmlSchemaGenerator.java | 729 private void writeTypeRef(TypeHost th, NonElementRef<T, C> typeRef, String refAttName) { argument 733 th._attribute(refAttName, new QName(WellKnownNamespace.XML_SCHEMA, "ID")); 736 th._attribute(refAttName, new QName(WellKnownNamespace.XML_SCHEMA, "IDREF")); 748 th._attribute(new QName(WellKnownNamespace.XML_MIME_URI, "expectedContentTypes", "xmime"), mimeType.toString()); 753 th._attribute(refAttName, new QName(WellKnownNamespace.SWA_URI, "swaRef", "ref")); 759 th._attribute(refAttName,typeRef.getSource().getSchemaType()); 764 writeTypeRef(th, typeRef.getTarget(), refAttName); 772 * @param th 779 private void writeTypeRef(TypeHost th, NonElement<T,C> type, String refAttName) { argument 791 th 835 writeEnum(EnumLeafInfo<T, C> e, SimpleTypeHost th) argument [all...] |
/openjdk7/jdk/src/share/classes/java/io/ |
H A D | ObjectStreamClass.java | 366 } catch (Throwable th) { 367 entry = th; 990 Throwable th = ex.getTargetException(); 991 if (th instanceof IOException) { 992 throw (IOException) th; 994 throwMiscException(th); 1019 Throwable th = ex.getTargetException(); 1020 if (th instanceof ClassNotFoundException) { 1021 throw (ClassNotFoundException) th; 1022 } else if (th instanceo 1532 throwMiscException(Throwable th) argument [all...] |