/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/ |
ThreadDeathTest.java | 26 ThreadDeath td = new ThreadDeath(); local 27 assertNull(td.getCause()); 28 assertNull(td.getMessage());
|
/external/chromium/third_party/icu/source/test/intltest/ |
rbbitst.h | 91 void generalIteratorTest(RuleBasedBreakIterator& bi, BITestData &td); 95 void testFirstAndNext(RuleBasedBreakIterator& bi, BITestData &td); 99 void testLastAndPrevious(RuleBasedBreakIterator& bi, BITestData &td); 103 void testFollowing(RuleBasedBreakIterator& bi, BITestData &td); 107 void testPreceding(RuleBasedBreakIterator& bi, BITestData &td); 111 void testIsBoundary(RuleBasedBreakIterator& bi, BITestData &td); 116 void doMultipleSelectionTest(RuleBasedBreakIterator& iterator, BITestData &td);
|
/external/icu4c/test/intltest/ |
rbbitst.h | 91 void generalIteratorTest(RuleBasedBreakIterator& bi, BITestData &td); 95 void testFirstAndNext(RuleBasedBreakIterator& bi, BITestData &td); 99 void testLastAndPrevious(RuleBasedBreakIterator& bi, BITestData &td); 103 void testFollowing(RuleBasedBreakIterator& bi, BITestData &td); 107 void testPreceding(RuleBasedBreakIterator& bi, BITestData &td); 111 void testIsBoundary(RuleBasedBreakIterator& bi, BITestData &td); 116 void doMultipleSelectionTest(RuleBasedBreakIterator& iterator, BITestData &td);
|
/build/tools/droiddoc/templates-sdk/ |
sdkpage.cs | 104 <td>Windows</td> 105 <td> 107 </td> 108 <td><?cs var:ndk.win_bytes ?> bytes</td> 109 <td><?cs var:ndk.win_checksum ?></td> 112 <td>Mac OS X (intel)</td> [all...] |
/external/bluetooth/glib/tests/ |
slice-concurrent.c | 43 struct ThreadData *td = arg; local 45 // g_print ("Thread %d starting\n", td->thread_id); 49 g_print ("%c", 'a' - 1 + td->thread_id); 76 g_mutex_lock (td->to_free_mutex); 77 if (td->n_to_free > 0) 79 td->n_to_free--; 80 g_slice_free1 (td->bytes_to_free[td->n_to_free], td->to_free[td->n_to_free]) [all...] |
/external/chromium/third_party/icu/source/test/perf/collationperf/ |
CollPerf.pl | 186 <td>strcoll</td> 187 <td>nanosecs</td> 188 <td>Timing for string collation, an incremental compare of strings.</td> 191 <td>keygen</td> 192 <td>nanosecs</td> [all...] |
/external/icu4c/test/perf/collationperf/ |
CollPerf.pl | 186 <td>strcoll</td> 187 <td>nanosecs</td> 188 <td>Timing for string collation, an incremental compare of strings.</td> 191 <td>keygen</td> 192 <td>nanosecs</td> [all...] |
/external/libvpx/examples/includes/geshi/contrib/ |
cssgen.php | 306 <tr><th>Style for the overall code block:</th><td><input type="text" name="overall" value="border: 1px dotted #a0a0a0; font-family: \'Courier New\', Courier, monospace; background-color: #f0f0f0; color: #0000bb;" /></td></tr> 307 <tr><th>Default Styles</th><td><input type="text" name="default-styles" value="font-weight:normal;background:transparent;color:#000; padding-left: 5px;" /></td></tr> 308 <tr><th>Keywords I (if, do, while etc)</th><td><input type="text" name="keywords-1" value="color: #a1a100;" /></td></tr> 309 <tr><th>Keywords II (null, true, false etc)</th><td><input type="text" name="keywords-2" value="color: #000; font-weight: bold;" /></td></tr> 310 <tr><th>Inbuilt Functions (echo, print etc)</th><td><input type="text" name="keywords-3" value="color: #000066;" /></td></tr [all...] |
/cts/tools/host/src/com/android/cts/ |
DeviceManager.java | 81 TestDevice td; local 95 td = mDevices.get(index); 96 if (td.getStatus() == TestDevice.STATUS_IDLE) { 97 deviceList.add(td); 124 for (TestDevice td : mDevices) { 125 if (td.getStatus() == TestDevice.STATUS_IDLE) { 139 TestDevice td = new TestDevice(device); local 140 mDevices.add(td); 166 TestDevice td; local 169 td = mDevices.get(index) [all...] |
/cts/tools/host/src/res/ |
cts_result.css | 64 #summary td { 80 #summaryinfo td { 105 #testsummary td { 133 #testdetail td { 151 #none td { 161 td.failed { 168 td.failuredetails { 172 td.pass { 178 td.timeout, td.omitted, td.notExecuted [all...] |
/cts/tools/tradefed-host/res/result/ |
cts_result.css | 64 #summary td { 80 #summaryinfo td { 105 #testsummary td { 133 #testdetail td { 151 #none td { 161 td.failed { 168 td.failuredetails { 172 td.pass { 178 td.timeout, td.omitted, td.notExecuted [all...] |
/bionic/libm/i387/ |
npx.h | 151 void npxexit(struct thread *td); 153 int npxgetregs(struct thread *td, union savefpu *addr); 156 void npxsetregs(struct thread *td, union savefpu *addr);
|
/build/tools/droiddoc/templates/ |
hierarchy.cs | 28 <?cs loop:x=#0,cl.indent,#1 ?><td class="jd-hierarchy-spacer"></td><?cs /loop ?> 29 <td class="jd-hierarchy-data" colspan="<?cs var:cl.colspan ?>"> 35 </td> 36 <td class="jd-hierarchy-data"> 45 </td>
|
class.cs | 125 <td class="jd-inheritance-space"> <?cs if:(subcount(class.inheritance)-colspan) == i ?> ↳<?cs /if ?></td> 127 <td colspan="<?cs var:colspan ?>" class="jd-inheritance-class-cell"><?cs 132 /if ?></td> 141 <table class="jd-sumtable jd-sumtable-subclasses"><tr><td colspan="12" style="border:none;margin:0;padding:0;"> 144 </td></tr></table> 148 <table class="jd-sumtable jd-sumtable-subclasses"><tr><td colspan="12" style="border:none;margin:0;padding:0;"> 151 </td></tr></table> 173 <td class="jd-typecol"><nobr> 180 </td> [all...] |
/external/chromium/third_party/icu/ |
icu4c.css | 9 body,p,li,ol,ul,th,td { 128 td.sidebar1 { 138 td.sidebar2 { 152 td.sidebar2:hover { 183 td.fadedtop { 250 td.newsItem { 254 td.release-line,th.release-line { 290 table.rtable tr td { 295 table.rtable tr.broken td { 302 table.rtable tr.rarely td { [all...] |
/external/icu4c/ |
icu4c.css | 9 body,p,li,ol,ul,th,td { 128 td.sidebar1 { 138 td.sidebar2 { 152 td.sidebar2:hover { 183 td.fadedtop { 250 td.newsItem { 254 td.release-line,th.release-line { 290 table.rtable tr td { 295 table.rtable tr.broken td { 302 table.rtable tr.rarely td { [all...] |
/external/webkit/WebCore/html/ |
HTMLViewSourceDocument.cpp | 229 RefPtr<HTMLTableCellElement> td = new HTMLTableCellElement(tdTag, this); local 232 td->setAttributeMap(attrs.release()); 233 trow->addChild(td); 234 td->attach(); 237 td = new HTMLTableCellElement(tdTag, this); 240 td->setAttributeMap(attrs.release()); 241 trow->addChild(td); 242 td->attach(); 243 m_current = m_td = td; 247 td->addChild(lineNumberText) [all...] |
/external/qemu/hw/ |
usb-ohci.c | 502 uint32_t addr, struct ohci_td *td) 504 return get_dwords(ohci, addr, (uint32_t *)td, sizeof(*td) >> 2); 508 uint32_t addr, struct ohci_iso_td *td) 510 return (get_dwords(ohci, addr, (uint32_t *)td, 4) && 511 get_words(ohci, addr + 16, td->offset, 8)); 529 uint32_t addr, struct ohci_td *td) 531 return put_dwords(ohci, addr, (uint32_t *)td, sizeof(*td) >> 2); 535 uint32_t addr, struct ohci_iso_td *td) 847 struct ohci_td td; local [all...] |
/libcore/luni/src/main/java/javax/xml/validation/ |
SchemaFactoryFinder.java | 122 catch (ThreadDeath td) { 123 throw td; 192 catch (ThreadDeath td) { 193 throw td; 319 catch (ThreadDeath td) { 320 throw td;
|
/libcore/luni/src/main/java/javax/xml/xpath/ |
XPathFactoryFinder.java | 118 catch (ThreadDeath td) { 119 throw td; 188 catch (ThreadDeath td) { 189 throw td; 289 catch (ThreadDeath td) { 290 throw td;
|
/external/chromium/third_party/icu/source/test/perf/perldriver/ |
Output.pm | 52 print HTML "<td class=\""; 64 print HTML "</td>\n"; 65 print HTML "<td class=\""; 77 print HTML "</td>\n"; 82 print HTML "<td class=\"sepvalue\">"; 85 print HTML "</td>\n"; 158 print HTML "<td"; 165 print HTML "</td>"; 219 td { font-size: 10pt; text-align: Right; border: 0 solid #000080; padding: 5 } 220 td.string { text-align: Left; border-bottom-width:1; border-right-width:1 [all...] |
/external/icu4c/test/perf/perldriver/ |
Output.pm | 52 print HTML "<td class=\""; 64 print HTML "</td>\n"; 65 print HTML "<td class=\""; 77 print HTML "</td>\n"; 82 print HTML "<td class=\"sepvalue\">"; 85 print HTML "</td>\n"; 158 print HTML "<td"; 165 print HTML "</td>"; 219 td { font-size: 10pt; text-align: Right; border: 0 solid #000080; padding: 5 } 220 td.string { text-align: Left; border-bottom-width:1; border-right-width:1 [all...] |
/external/quake/quake/src/QW/client/ |
r_surf.c | 65 int sd, td; local 106 td = local[1] - t*16; 107 if (td < 0) 108 td = -td; 114 if (sd > td) 115 dist = sd + (td>>1); 117 dist = td + (sd>>1);
|
/external/quake/quake/src/WinQuake/ |
r_surf.cpp | 65 int sd, td;
local 106 td = local[1] - t*16;
107 if (td < 0)
108 td = -td;
114 if (sd > td)
115 dist = sd + (td>>1);
117 dist = td + (sd>>1);
|
/external/webkit/JavaScriptCore/tests/mozilla/ecma_3/RegExp/ |
regress-209067.js | 203 s += ' <td colspan="3"><!--'; 204 s += '[[!~~ netscape hat ~~]][[table border="0" cellpadding="0" cellspacing="0" width="100%"]][[tr]][[td]][[script Language="Javascript" SRC="http://toolbar.aol.com/dashboard.twhat?dom=cnn" type="text/javascript"]][[/script]][[/td]][[/tr]][[/table]]'; 208 s += ' </td>'; 211 s += ' <td width="229" style="speak: normal"><img src="http://i.a.cnn.net/cnn/.element/img/1.0/logo/cnn.gif" alt="CNN.com" width="229" height="52" border="0"></td>'; 212 s += ' <td width="73"></td>'; 213 s += ' <td width="468" align="right">'; 226 s += ' </td>'; [all...] |