Searched refs:th (Results 1 - 25 of 116) sorted by relevance

12345

/openjdk10/nashorn/docs/source/
H A Dsamfunc.js37 var th = new java.lang.Thread(func);
38 th.start();
39 th.join();
H A Drunnable.js39 var th = new java.lang.Thread(r);
40 th.start();
41 th.join();
H A DRunnableImplObject.java59 final Thread th = new Thread(r);
60 th.start();
61 th.join();
H A DRunnableImpl.java56 final Thread th = new Thread(r);
57 th.start();
58 th.join();
/openjdk10/jdk/test/java/awt/Toolkit/BadDisplayTest/
H A DBadDisplayTest.java38 Throwable th = null;
42 th = x;
44 if ( !(th instanceof AWTError)) {
/openjdk10/jdk/src/java.base/share/classes/jdk/internal/util/xml/
H A DXMLStreamException.java64 * @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;
/openjdk10/jaxws/src/java.xml.bind/share/classes/com/sun/istack/internal/
H A DXMLStreamException2.java41 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);
/openjdk10/jaxp/src/java.xml/share/classes/javax/xml/stream/
H A DXMLStreamException.java61 * @param th a nested exception
63 public XMLStreamException(Throwable th) { argument
64 super(th);
65 nested = th;
71 * @param th a nested exception
74 public XMLStreamException(String msg, Throwable th) { argument
75 super(msg, th);
76 nested = th;
82 * @param th a nested exception
86 public XMLStreamException(String msg, Location location, Throwable th) { argument
[all...]
/openjdk10/jaxp/test/javax/xml/jaxp/unittest/transform/sax/
H A DBug6451633.java50 TransformerHandler th = ((SAXTransformerFactory) TransformerFactory.newInstance()).newTransformerHandler();
53 th.setResult(result);
55 th.startDocument();
56 th.startElement("", "root", "root", new AttributesImpl());
57 th.characters(new char[0], 0, 0);
58 th.endElement("", "root", "root");
59 th.endDocument();
/openjdk10/jdk/src/java.base/share/classes/sun/nio/ch/
H A DNativeThreadSet.java46 long th = NativeThread.current();
48 if (th == 0)
49 th = -1;
62 elts[i] = th;
91 long th = elts[i];
92 if (th == 0)
94 if (th != -1)
95 NativeThread.signal(th);
/openjdk10/nashorn/docs/
H A Dgenshelldoc.js55 <th>name</th>
56 <th>type</th>
57 <th>default</th>
58 <th>description</th>
/openjdk10/jdk/test/java/lang/ThreadLocal/
H A DBasic.java40 Thread th[] = new Thread[threadCount];
45 th[i] = new Thread() {
54 th[i].start();
59 th[i].join();
H A DTLRemoveTest.java47 Thread th[] = new Thread[threadCount];
53 th[i] = new Thread() {
84 th[i].start();
89 th[i].join();
/openjdk10/jdk/test/java/io/Serializable/partialClassDesc/
H A DPartialClassDesc.java51 } catch (Throwable th) {
55 } catch (Throwable th) {
/openjdk10/jdk/src/java.base/share/native/libjava/
H A DObjectStreamClass.c67 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);
/openjdk10/jdk/test/java/nio/channels/FileChannel/
H A DLoopingTruncate.java61 Thread th = new Thread(() -> {
73 th.start();
74 th.join(TIMEOUT);
76 if (th.isAlive()) {
78 for (StackTraceElement el : th.getStackTrace()) {
83 th.interrupt();
84 th.join();
/openjdk10/jdk/src/java.desktop/share/classes/sun/java2d/marlin/
H A DMarlinUtils.java54 public static void logException(final String msg, final Throwable th) { argument
56 LOG.warning(msg, th);
60 th.printStackTrace(System.err);
/openjdk10/jdk/test/java/awt/print/PrinterJob/
H A DCheckAccess.java72 } catch (Throwable th) {
74 th.printStackTrace();
/openjdk10/hotspot/src/jdk.hotspot.agent/share/classes/sun/jvm/hotspot/debugger/cdbg/
H A DCFrame.java37 public CFrame sender(ThreadProxy th); argument
/openjdk10/jdk/src/java.base/share/classes/com/sun/net/ssl/
H A DSSLContextSpi.java53 * @param th the sources of peer authentication trust decisions
56 protected abstract void engineInit(KeyManager[] ah, TrustManager[] th, argument
/openjdk10/jdk/test/javax/swing/JTableHeader/6889007/
H A Dbug6889007.java50 JTableHeader th = new JTableHeader();
51 th.setColumnModel(new JTable(20, 5).getColumnModel());
53 th.setUI(new MyTableHeaderUI());
55 frame.add(th);
/openjdk10/jdk/src/java.desktop/share/classes/javax/swing/plaf/basic/
H A DDragRecognitionSupport.java100 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
/openjdk10/jdk/src/java.desktop/share/native/common/java2d/opengl/
H A DOGLMaskFill.c81 * 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;
/openjdk10/jdk/src/java.desktop/windows/native/libawt/java2d/d3d/
H A DD3DMaskFill.cpp40 * 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;
/openjdk10/nashorn/test/script/basic/
H A DJDK-8049086.js94 var th = new java.lang.Thread(Java.synchronized(function() {
99 th.start();
102 th.join();
109 var th = new java.lang.Thread(sync(function() {
114 th.start();
117 th.join();

Completed in 384 milliseconds

12345