HomeSort by relevance Sort by last modified time
    Searched refs:td (Results 1 - 25 of 143) sorted by null

1 2 3 4 5 6

  /external/icu4c/test/intltest/
rbbitst.h 90 void generalIteratorTest(RuleBasedBreakIterator& bi, BITestData &td);
94 void testFirstAndNext(RuleBasedBreakIterator& bi, BITestData &td);
98 void testLastAndPrevious(RuleBasedBreakIterator& bi, BITestData &td);
102 void testFollowing(RuleBasedBreakIterator& bi, BITestData &td);
106 void testPreceding(RuleBasedBreakIterator& bi, BITestData &td);
110 void testIsBoundary(RuleBasedBreakIterator& bi, BITestData &td);
115 void doMultipleSelectionTest(RuleBasedBreakIterator& iterator, BITestData &td);
  /dalvik/libcore/luni/src/test/java/org/apache/harmony/luni/tests/java/lang/
ThreadDeathTest.java 38 ThreadDeath td = new ThreadDeath(); local
39 assertNull(td.getCause());
40 assertNull(td.getMessage());
  /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/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...]
  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 81 <td>Windows</td>
82 <td>
84 </td>
85 <td><?cs var:ndk.win_bytes ?> bytes</td>
86 <td><?cs var:ndk.win_checksum ?></td>
89 <td>Mac OS X (intel)</td>
    [all...]
  /cts/tools/host/src/com/android/cts/
DeviceManager.java 79 TestDevice td; local
93 td = mDevices.get(index);
94 if (td.getStatus() == TestDevice.STATUS_IDLE) {
95 deviceList.add(td);
122 for (TestDevice td : mDevices) {
123 if (td.getStatus() == TestDevice.STATUS_IDLE) {
137 TestDevice td = new TestDevice(device); local
138 mDevices.add(td);
164 TestDevice td; local
167 td = mDevices.get(index)
    [all...]
  /cts/tools/host/src/res/
cts_result.css 64 #summary td {
79 #summaryinfo td {
103 #testsummary td {
131 #testdetail td {
149 #none td {
159 td.failed {
166 td.failuredetails {
170 td.pass {
176 td.timeout {
182 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">&nbsp;<?cs if:(subcount(class.inheritance)-colspan) == i ?>&nbsp;&nbsp;&#x21b3;<?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/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 503 uint32_t addr, struct ohci_td *td)
505 return get_dwords(ohci, addr, (uint32_t *)td, sizeof(*td) >> 2);
509 uint32_t addr, struct ohci_iso_td *td)
511 return (get_dwords(ohci, addr, (uint32_t *)td, 4) &&
512 get_words(ohci, addr + 16, td->offset, 8));
530 uint32_t addr, struct ohci_td *td)
532 return put_dwords(ohci, addr, (uint32_t *)td, sizeof(*td) >> 2);
536 uint32_t addr, struct ohci_iso_td *td)
848 struct ohci_td td; local
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/validation/
SchemaFactoryFinder.java 123 catch (ThreadDeath td) {
124 throw td;
193 catch (ThreadDeath td) {
194 throw td;
320 catch (ThreadDeath td) {
321 throw td;
  /dalvik/libcore/xml/src/main/java/javax/xml/xpath/
XPathFactoryFinder.java 119 catch (ThreadDeath td) {
120 throw td;
189 catch (ThreadDeath td) {
190 throw td;
290 catch (ThreadDeath td) {
291 throw td;
  /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);
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
CanvasDropListener.java 282 for (TransferData td : event.dataTypes) {
283 if (td != current && edt.isSupportedType(td)) {
285 event.currentDataType = td;
  /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...]
  /build/core/
armelf.xsc 24 *(.rel.tdata .rel.tdata.* .rel.gnu.linkonce.td.*)
38 *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*)
85 .tdata : { *(.tdata .tdata.* .gnu.linkonce.td.*) }
  /external/qemu/
m68k.ld 27 *(.rel.tdata .rel.tdata.* .rel.gnu.linkonce.td.*)
41 *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*)
94 .tdata : { *(.tdata .tdata.* .gnu.linkonce.td.*) }
x86_64.ld 27 .rel.tdata : { *(.rel.tdata .rel.tdata.* .rel.gnu.linkonce.td.*) }
28 .rela.tdata : { *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*) }
87 .tdata : { *(.tdata .tdata.* .gnu.linkonce.td.*) }
  /prebuilt/darwin-x86/toolchain/arm-eabi-4.2.1/arm-eabi/lib/ldscripts/
armelf.xsc 25 *(.rel.tdata .rel.tdata.* .rel.gnu.linkonce.td.*)
39 *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*)
84 .tdata : { *(.tdata .tdata.* .gnu.linkonce.td.*) }
armelf.xsw 25 *(.rel.tdata .rel.tdata.* .rel.gnu.linkonce.td.*)
39 *(.rela.tdata .rela.tdata.* .rela.gnu.linkonce.td.*)
84 .tdata : { *(.tdata .tdata.* .gnu.linkonce.td.*) }

Completed in 2914 milliseconds

1 2 3 4 5 6