Searched refs:td (Results 1 - 25 of 152) sorted by relevance

1234567

/external/apache-harmony/luni/src/test/api/common/org/apache/harmony/luni/tests/java/lang/
H A DThreadDeathTest.java26 ThreadDeath td = new ThreadDeath();
27 assertNull(td.getCause());
28 assertNull(td.getMessage());
/external/doclava/res/assets/templates/
H A Dtodo.cs21 table td { property
35 <tr><th>Errors</th><td><?cs var:all.errorCount ?></td></tr>
36 <tr><th>Percent Good</th><td><?cs var:all.percentGood ?></td></tr>
37 <tr><th>Total Comments</th><td><?cs var:all.totalCount ?></td></tr>
51 <td><?cs var:pkg.name ?></td>
52 <td><
[all...]
H A Ddiff.cs134 <td class="handle handle-opened">&nbsp;</td>
137 <td class="handle">&nbsp;</td>
139 <td class="package-label"><?cs var:package.name ?></td>
141 <td>
147 </td>
154 <td class="handle handle-opened">&nbsp;</td>
[all...]
H A Dpackages.cs24 <td class="jd-linkcol"><?cs call:package_link(pkg) ?></td>
25 <td class="jd-descrcol" width="100%"><?cs call:tag_list(pkg.shortDescr) ?></td>
H A Dclass.cs127 <td class="jd-inheritance-space">&nbsp;<?cs if:(subcount(class.inheritance)-colspan) == i ?>&nbsp;&nbsp;&#x21b3;<?cs /if ?></td>
129 <td colspan="<?cs var:colspan ?>" class="jd-inheritance-class-cell"><?cs
134 /if ?></td>
143 <table class="jd-sumtable jd-sumtable-subclasses"><tr><td colspan="12" style="border:none;margin:0;padding:0;">
146 </td></tr></table>
150 <table class="jd-sumtable jd-sumtable-subclasses"><tr><td colspan="12" style="border:none;margin:0;padding:0;">
153 </td></tr></table>
175 <td class="jd-typecol"><nobr>
182 </td>
[all...]
H A Dhierarchy.cs28 <?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>
H A Dclasses.cs26 <td class="jd-linkcol"><?cs call:type_link(cl.type) ?></td>
27 <td class="jd-descrcol" width="100%"><?cs call:short_descr(cl) ?>&nbsp;</td>
/external/clang/include/clang/Driver/
H A DMakefile8 $(ObjDir)/Options.inc.tmp : Options.td CC1Options.td OptParser.td $(CLANG_TBLGEN) $(ObjDir)/.dir
12 $(ObjDir)/CC1AsOptions.inc.tmp : CC1AsOptions.td OptParser.td $(CLANG_TBLGEN) $(ObjDir)/.dir
/external/llvm/test/Bindings/Ocaml/
H A Dtarget.ml36 let td = TargetData.create (target_triple m) in
39 ignore (TargetData.as_string td);
40 ignore (byte_order td);
41 ignore (pointer_size td);
42 ignore (intptr_type td);
43 ignore (size_in_bits td sty);
44 ignore (store_size td sty);
45 ignore (abi_size td sty);
46 ignore (stack_align td sty);
47 ignore (preferred_align td st
[all...]
/external/regex-re2/doc/
H A Dmksyntaxwiki15 ,s!(^[^ ]+) (.*)\n!<tr><td>\1</td><td>\2</td></tr>\n!g
17 ,s!^$!<tr><td></td></tr>!g
18 ,x v/<tr>/ s!.*!<tr><td colspan="2">&</td></tr>!
27 <tr><td colspan="2">This page lists the regular expression syntax accepted by RE2.</td></t
[all...]
H A Dmksyntaxhtml16 ,s!(^[^ ]+) (.*)\n!<tr><td><code>\1</code></td><td>\2</td></tr>\n!g
18 ,s!^$!<tr><td></td></tr>!g
19 ,x v/<tr>/ s!.*!<tr><td colspan=2>&</td></tr>!
31 <tr><td colspan=2>This page lists the regular expression syntax accepted by RE2.</td></t
[all...]
/external/llvm/
H A Dllvm-tblgen-rules.mk2 ## Commands for running tblgen to compile a td file
4 define transform-td-to-out
6 $(call transform-host-td-to-out,$(1)), \
7 $(call transform-device-td-to-out,$(1)))
11 ## TableGen: Compile .td files to .inc.
32 tblgen_td_deps := $(tblgen_source_dir)/../*.td
34 tblgen_td_deps := $(tblgen_source_dir)/*.td
39 # The directory and the .td directory is not the same.
43 $(intermediates)/%GenRegisterInfo.inc: $(tblgen_source_dir)/../%.td \
45 $(call transform-td
[all...]
H A Dtblgen-rules.mk2 ## Commands for running tblgen to compile a td file
4 define transform-td-to-out
6 $(call transform-host-td-to-out,$(1)), \
7 $(call transform-device-td-to-out,$(1)))
11 ## TableGen: Compile .td files to .inc.
30 $(intermediates)/%GenRegisterNames.inc: $(tblgen_source_dir)/%.td $(TBLGEN)
31 $(call transform-td-to-out,register-enums)
36 $(intermediates)/%GenRegisterInfo.h.inc: $(tblgen_source_dir)/%.td $(TBLGEN)
37 $(call transform-td-to-out,register-desc-header)
42 $(intermediates)/%GenRegisterInfo.inc: $(tblgen_source_dir)/%.td
[all...]
H A Dllvm-gen-intrinsics.mk1 # We treat Intrinsics.td as a very special target just like what lib/VMCore/Makefile does
2 INTRINSICTD := $(LLVM_ROOT_PATH)/include/llvm/Intrinsics.td
3 INTRINSICTDS := $(wildcard $(dir $(INTRINSICTD))/Intrinsics*.td)
16 $(call transform-host-td-to-out,intrinsic)
18 $(call transform-device-td-to-out,intrinsic)
/external/doclava/res/assets/templates/components/
H A Dsearch_box.cs9 <td class="gsc-input">
21 </td>
22 <td class="gsc-search-button">
24 </td>
25 <td class="gsc-clear-button">
27 </td>
/external/llvm/include/llvm/CodeGen/
H A DIntrinsicLowering.h32 explicit IntrinsicLowering(const TargetData &td) : argument
33 TD(td), Warned(false) {}
/external/icu4c/test/perf/collationperf/
H A DCollPerf.pl186 <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/clang/lib/Headers/
H A DAndroid.mk6 $(TARGET_OUT_HEADERS)/clang/arm_neon.h: $(CLANG_ROOT_PATH)/include/clang/Basic/arm_neon.td $(CLANG_TBLGEN)
7 $(call transform-host-clang-td-to-out,arm-neon)
/external/clang/lib/include/
H A DAndroid.mk6 $(TARGET_OUT_HEADERS)/clang/arm_neon.h: $(CLANG_ROOT_PATH)/include/clang/Basic/arm_neon.td $(CLANG_TBLGEN)
7 $(call transform-host-clang-td-to-out,arm-neon)
/external/clang/lib/StaticAnalyzer/Checkers/
H A DMakefile22 $(ObjDir)/Checkers.inc.tmp : Checkers.td $(PROJ_SRC_DIR)/$(CLANG_LEVEL)/include/clang/StaticAnalyzer/Checkers/CheckerBase.td $(CLANG_TBLGEN) $(ObjDir)/.dir
/external/icu4c/test/intltest/
H A Drbbitst.h91 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/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/builderTemplate/publishingFiles/dropSiteRootFiles/
H A Dindex.php15 ?> <table border=0 cellspacing=5 cellpadding=2 width="100%" > <tr> <td align=left width="72%">
18 </td><td width="28%"><img src="http://dev.eclipse.org/images/Idea.jpg" height=86 width=120></td></tr>
19 </table><table border=0 cellspacing=5 cellpadding=2 width="100%" > <tr> <td align=LEFT valign=TOP colspan="2" bgcolor="#0080C0"><b><font color="#FFFFFF" face="Arial,Helvetica">Latest
20 Downloads</font></b></td></tr> <!-- The Eclipse Projects --> <tr> <td> <p>On this
27 about different kinds of builds look <a href="build_types.html">here</a>.</p></td></tr>
91 ?> <table width="100%" cellspacing=0 cellpadding=3 align=center> <td align=left>
92 <TABLE width="100%" CELLSPACING=0 CELLPADDING=3> <tr> <td widt
[all...]
/external/clang/
H A Dclang-tblgen-rules.mk2 ## TableGen: Compile .td files to .inc.
15 $(intermediates)/include/clang/AST/AttrImpl.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLANG_TBLGEN)
16 $(call transform-host-clang-td-to-out,clang-attr-impl)
22 $(intermediates)/include/clang/Basic/AttrList.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLANG_TBLGEN)
23 $(call transform-host-clang-td-to-out,clang-attr-list)
29 $(intermediates)/include/clang/Lex/AttrSpellings.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLANG_TBLGEN)
30 $(call transform-host-clang-td-to-out,clang-attr-spelling-list)
36 $(intermediates)/include/clang/Serialization/AttrPCHRead.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td $(CLANG_TBLGEN)
37 $(call transform-host-clang-td-to-out,clang-attr-pch-read)
43 $(intermediates)/include/clang/Serialization/AttrPCHWrite.inc: $(CLANG_ROOT_PATH)/include/clang/Basic/Attr.td
[all...]
/external/javassist/src/main/javassist/bytecode/stackmap/
H A DMapMaker.java231 private void merge(TypeData td, TypeData target) { argument
234 // td or target is null if it is TOP.
235 if (td != TOP && td.isObjectType())
242 target.merge(td);
298 TypeData td = types[i];
299 if (td != null)
300 td.evalExpectedType(cp);
371 TypeData td = bb.stackTypes[0];
372 if (td
[all...]
/external/clang/include/clang/AST/
H A DMakefile11 $(ObjDir)/Attrs.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
17 $(ObjDir)/AttrImpl.inc.tmp : $(TD_SRC_DIR)/Attr.td $(CLANG_TBLGEN) \
23 $(ObjDir)/StmtNodes.inc.tmp : $(TD_SRC_DIR)/StmtNodes.td $(CLANG_TBLGEN) \
28 $(ObjDir)/DeclNodes.inc.tmp : $(TD_SRC_DIR)/DeclNodes.td $(CLANG_TBLGEN) \
33 $(ObjDir)/CommentNodes.inc.tmp : $(TD_SRC_DIR)/CommentNodes.td $(CLANG_TBLGEN) \
38 $(ObjDir)/CommentHTMLTags.inc.tmp : $(PROJ_SRC_DIR)/CommentHTMLTags.td $(CLANG_TBLGEN) \
43 $(ObjDir)/CommentHTMLTagsProperties.inc.tmp : $(PROJ_SRC_DIR)/CommentHTMLTags.td \
48 $(ObjDir)/CommentCommandInfo.inc.tmp : $(PROJ_SRC_DIR)/CommentCommands.td \

Completed in 1325 milliseconds

1234567