Searched refs:td (Results 1 – 6 of 6) sorted by relevance
26 ThreadDeath td = new ThreadDeath(); in test_Constructor() local27 assertNull(td.getCause()); in test_Constructor()28 assertNull(td.getMessage()); in test_Constructor()
192 catch (ThreadDeath td) { in _newFactory()193 throw td; in _newFactory()278 catch (ThreadDeath td) { in createInstance()279 throw td; in createInstance()
75 void before(TestData<T, ?> td) { in before() argument80 void after(TestData<T, ?> td) { in after() argument84 assertContentsUnordered(list, td.into(new ArrayList<T>())); in after()
600 int[] td = this.data; in quoRemIteration() local603 sum += (td[tIndex] & LONG_MASK) + (sd[sIndex] & LONG_MASK); in quoRemIteration()604 td[tIndex] = (int) sum; in quoRemIteration()1295 int[] td = this.data; in multDiffMe() local1297 diff += (td[tIndex] & LONG_MASK) - q * (sd[sIndex] & LONG_MASK); in multDiffMe()1298 td[tIndex] = (int) diff; in multDiffMe()1313 int[] td = this.data; in multDiffMe() local1315 diff += (td[tIndex] & LONG_MASK) - q * (sd[sIndex] & LONG_MASK); in multDiffMe()
344 catch (ThreadDeath td) { in which()345 throw td; in which()
253 catch (ThreadDeath td) { in createInstance()254 throw td; in createInstance()