/external/icu/icu4j/perf-tests/perldriver/ |
D | Output.pm | 54 print HTML "<td class=\""; 56 print HTML "value"; 58 print HTML "worse"; 60 print HTML "\">"; 62 print HTML formatPercent(2, $mean); 64 print HTML formatNumber(2, $mult, $mean); 66 print HTML "</td>\n"; 67 print HTML "<td class=\""; 69 print HTML "error"; 71 print HTML "errorLarge"; [all …]
|
/external/icu/icu4c/source/test/perf/perldriver/ |
D | Output.pm | 56 print HTML "<td class=\""; 58 print HTML "value"; 60 print HTML "worse"; 62 print HTML "\">"; 64 print HTML formatPercent(2, $mean); 66 print HTML formatNumber(2, $mult, $mean); 68 print HTML "</td>\n"; 69 print HTML "<td class=\""; 71 print HTML "error"; 73 print HTML "errorLarge"; [all …]
|
/external/libxml2/result/HTML/ |
D | wired.html.err | 1 ./test/HTML/wired.html:6: HTML parser error : htmlParseEntityRef: expecting ';' 4 ./test/HTML/wired.html:6: HTML parser error : htmlParseEntityRef: expecting ';' 7 ./test/HTML/wired.html:6: HTML parser error : htmlParseEntityRef: expecting ';' 10 ./test/HTML/wired.html:6: HTML parser error : htmlParseEntityRef: expecting ';' 13 ./test/HTML/wired.html:6: HTML parser error : htmlParseEntityRef: expecting ';' 16 ./test/HTML/wired.html:6: HTML parser error : htmlParseEntityRef: expecting ';' 19 ./test/HTML/wired.html:52: HTML parser error : htmlParseEntityRef: expecting ';' 22 ./test/HTML/wired.html:52: HTML parser error : htmlParseEntityRef: expecting ';' 25 ./test/HTML/wired.html:52: HTML parser error : htmlParseEntityRef: expecting ';' 28 ./test/HTML/wired.html:52: HTML parser error : htmlParseEntityRef: expecting ';' [all …]
|
D | doc3.htm.err | 1 ./test/HTML/doc3.htm:10: HTML parser error : Misplaced DOCTYPE declaration 2 <!-- END Naviscope Javascript --><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN 4 ./test/HTML/doc3.htm:52: HTML parser error : htmlParseEntityRef: expecting ';' 7 ./test/HTML/doc3.htm:52: HTML parser error : htmlParseEntityRef: expecting ';' 10 ./test/HTML/doc3.htm:52: HTML parser error : htmlParseEntityRef: expecting ';' 13 ./test/HTML/doc3.htm:145: HTML parser error : error parsing attribute name 16 ./test/HTML/doc3.htm:148: HTML parser error : Unexpected end tag : p 19 ./test/HTML/doc3.htm:236: HTML parser error : Unexpected end tag : font 22 ./test/HTML/doc3.htm:236: HTML parser error : Unexpected end tag : a 25 ./test/HTML/doc3.htm:747: HTML parser error : htmlParseEntityRef: expecting ';' [all …]
|
D | utf8bug.html.err | 1 ./test/HTML/utf8bug.html:45: HTML parser error : htmlParseEntityRef: expecting ';' 4 ./test/HTML/utf8bug.html:118: HTML parser error : htmlParseEntityRef: expecting ';' 7 ./test/HTML/utf8bug.html:119: HTML parser error : htmlParseEntityRef: expecting ';' 10 ./test/HTML/utf8bug.html:121: HTML parser error : Tag s1 invalid 13 ./test/HTML/utf8bug.html:177: HTML parser error : htmlParseEntityRef: expecting ';'
|
D | entities.html.err | 1 ./test/HTML/entities.html:1: HTML parser error : htmlParseEntityRef: expecting ';' 4 ./test/HTML/entities.html:1: HTML parser error : htmlParseEntityRef: no name 7 ./test/HTML/entities.html:3: HTML parser error : htmlParseEntityRef: expecting ';' 10 ./test/HTML/entities.html:4: HTML parser error : htmlParseEntityRef: no name
|
D | test3.html.err | 1 ./test/HTML/test3.html:6: HTML parser error : Unexpected end tag : p 4 ./test/HTML/test3.html:13: HTML parser error : Unexpected end tag : p 7 ./test/HTML/test3.html:27: HTML parser error : Opening and ending tag mismatch: h4 and b 10 ./test/HTML/test3.html:27: HTML parser error : Unexpected end tag : b
|
/external/llvm-project/llvm/test/tools/llvm-rc/ |
D | tag-html.test | 4 ; RUN: llvm-readobj %t/tag-html.res | FileCheck %s --check-prefix HTML 6 ; HTML: Resource type (int): HTML (ID 23) 7 ; HTML-NEXT: Resource name (int): 100 8 ; HTML-NEXT: Data version: 0 9 ; HTML-NEXT: Memory flags: 0x30 10 ; HTML-NEXT: Language ID: 1033 11 ; HTML-NEXT: Version (major): 0 12 ; HTML-NEXT: Version (minor): 0 13 ; HTML-NEXT: Characteristics: 0 14 ; HTML-NEXT: Data size: 45 [all …]
|
/external/libopus/doc/ |
D | build_isobmff.sh | 33 HTML=opus_in_isobmff.html 36 CSS=${HTML%%.html}.css 37 wget -q http://vfrmaniac.fushizen.eu/contents/${HTML} -O ${HTML} 41 cat ${HTML} | sed -e "s/\\.\\.\\/style.css/${CSS}/" > ${HTML}+ && mv ${HTML}+ ${HTML} 44 cat ${HTML} | sed -e 's/<!--.*-->//g' > ${HTML}+ && mv ${HTML}+ ${HTML} 45 cat ${HTML} | sed -e 's/ *$//g' > ${HTML}+ && mv ${HTML}+ ${HTML} 49 VERSION=$(fgrep Version ${HTML} | sed 's/.*Version \([0-9]\.[0-9]\.[0-9]\).*/\1/')
|
/external/icu/icu4j/perf-tests/ |
D | decimalformatperf.pl | 70 open(HTML,">$html") or die "Can't write to $html: $!"; 72 print HTML <<EOF; 81 print HTML "<H1>$title</H1>\n"; 83 print HTML "<H2>$TESTCLASS</H2>\n"; 92 print HTML "<P><TABLE $TABLEATTR><TR><TD>\n"; 93 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n"; 95 print HTML "<P><TABLE $TABLEATTR BGCOLOR=\"#CCFFFF\">\n"; 96 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>"; 97 print HTML "<TD>$baselineMethod</TD><TD>Ratio</TD></TR>\n"; 101 print HTML "<TR><TD>@$pat[0], \"@$pat[1]\", \"@$pat[2]\"</TD>\n"; [all …]
|
D | dateformatperf.pl | 74 open(HTML,">$html") or die "Can't write to $html: $!"; 76 print HTML <<EOF; 85 print HTML "<H1>$title</H1>\n"; 87 print HTML "<H2>$TESTCLASS</H2>\n"; 96 print HTML "<P><TABLE $TABLEATTR><TR><TD>\n"; 97 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n"; 99 print HTML "<P><TABLE $TABLEATTR BGCOLOR=\"#CCFFFF\">\n"; 100 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>"; 101 print HTML "<TD>$baselineMethod</TD><TD>Ratio</TD></TR>\n"; 106 print HTML "<TR><TD>@$pat[0], \"@$pat[1]\", \"@$pat[2]\"</TD>\n"; [all …]
|
D | ucharacterperf.pl | 71 open(HTML,">$html") or die "Can't write to $html: $!"; 73 print HTML <<EOF; 82 print HTML "<H1>$title</H1>\n"; 84 print HTML "<H2>$TESTCLASS</H2>\n"; 93 print HTML "<P><TABLE $TABLEATTR><TR><TD>\n"; 94 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n"; 96 print HTML "<P><TABLE $TABLEATTR BGCOLOR=\"#CCFFFF\">\n"; 97 print HTML "<TR><TD>Pattern</TD><TD>$testMethod</TD>"; 98 print HTML "<TD>$baselineMethod</TD><TD>Ratio</TD></TR>\n"; 103 print HTML "<TR><TD>$pat</TD>\n"; [all …]
|
D | unicodesetperf.pl | 61 open(HTML,">$html") or die "Can't write to $html: $!"; 63 print HTML <<EOF; 72 print HTML "<H1>$title</H1>\n"; 74 print HTML "<H2>$TESTCLASS</H2>\n"; 83 print HTML "<P><TABLE $TABLEATTR><TR><TD>\n"; 84 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n"; 86 print HTML "<P><TABLE $TABLEATTR BGCOLOR=\"#CCFFFF\">\n"; 87 print HTML "<TR><TD>Pattern</TD><TD>$testMethod</TD>"; 88 print HTML "<TD>$baselineMethod</TD><TD>Ratio</TD></TR>\n"; 93 print HTML "<TR><TD>$pat</TD>\n"; [all …]
|
D | normperf.pl | 123 open(HTML,">$html") or die "Can't write to $html: $!"; 125 print HTML <<EOF; 134 print HTML "<H1>$title</H1>\n"; 136 print HTML "<H2>$TESTCLASS</H2>\n"; 145 print HTML "<P><TABLE $TABLEATTR><TR><TD>\n"; 146 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n"; 148 print HTML "<P><TABLE $TABLEATTR BGCOLOR=\"#CCFFFF\">\n"; 149 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>"; 150 print HTML "<TD>$baselineMethod</TD><TD>Ratio</TD></TR>\n"; 155 print HTML "<TR><TD>@$pat[0], @$pat[2]</TD>\n"; [all …]
|
D | converterperf.pl | 87 open(HTML,">$html") or die "Can't write to $html: $!"; 89 print HTML <<EOF; 98 print HTML "<H1>$title</H1>\n"; 100 print HTML "<H2>$TESTCLASS</H2>\n"; 109 print HTML "<P><TABLE $TABLEATTR><TR><TD>\n"; 110 print HTML "<P><B>$testMethod vs. $baselineMethod</B></P>\n"; 112 print HTML "<P><TABLE $TABLEATTR BGCOLOR=\"#CCFFFF\">\n"; 113 print HTML "<TR><TD>Options</TD><TD>$testMethod</TD>"; 114 print HTML "<TD>$baselineMethod</TD><TD>Ratio</TD></TR>\n"; 119 print HTML "<TR><TD>@$pat[0], @$pat[2]</TD>\n"; [all …]
|
/external/llvm-project/llvm/test/tools/llvm-cov/ |
D | dir-with-filtering.test | 43 // Test HTML both files 48 RUN: FileCheck -input-file=%t.html/index.html %s -check-prefix=HTML-INDEX 49 HTML-INDEX: <h2>Coverage Report</h2> 50 HTML-INDEX: dir-with-filtering1.cpp{{.*}}100.00% (1/1){{.*}}100.00% (4/4){{.*}}100.00% (1/1) 51 HTML-INDEX: dir-with-filtering2.cpp{{.*}}0.00% (0/1){{.*}}0.00% (0/3){{.*}}0.00% (0/1) 53 RUN: FileCheck -input-file=%t.html/coverage/tmp/dir-with-filtering1.cpp.html %s -check-prefix=HTML-… 54 HTML-FILE1-NOT: <pre>f1</pre> 55 HTML-FILE1: <pre>main</pre> 56 HTML-FILE1-NOT: <pre>f1</pre> 57 HTML-FILE1: int main() [all …]
|
/external/icu/icu4c/source/test/perf/collationperf/ |
D | CollPerf.pl | 158 open( HTML, ">$html" ) or die "Can't write to $html: $!"; 159 print HTML <<EOF; 172 print HTML "<h2>Collation: ICU4C ".$ICULatestVersion." vs. GLIBC</h2>\n"; 174 print HTML <<EOF; 212 print HTML <<EOF; 234 close(HTML) or die "Can't close $html: $!"; 239 print HTML <<EOF; 258 print HTML "<tr>"; 262 print HTML "<td align=\"center\">"; 265 print HTML "<font color=\"red\">$value</font>"; [all …]
|
/external/llvm-project/llvm/test/tools/llvm-cov/Inputs/ |
D | showProjectSummary.test | 7 HTML-TITLE: <h1>Test Suite</h1> 8 HTML: <h2>Coverage Report</h2> 9 HTML: <h4>Created:{{.*}}</h4> 10 HTML-FILE: <pre>{{.*}}showProjectSummary.cpp</pre> 11 HTML-FUNCTION: <pre>main</pre> 12 HTML-HEADER: <td><pre>Line</pre></td> 13 HTML-HEADER: <td><pre>Count</pre></td> 14 HTML-HEADER: <td><pre>Source (<a href='#L8'>jump to first uncovered line</a>)</pre></td> 15 HTML-FOOTER: <h5>Generated by llvm-cov{{.*}}</h5>
|
/external/python/cpython3/Doc/library/ |
D | html.rst | 5 :synopsis: Helpers for manipulating HTML. 11 This module defines utilities to manipulate HTML. 15 Convert the characters ``&``, ``<`` and ``>`` in string *s* to HTML-safe 17 characters in HTML. If the optional flag *quote* is true, the characters 18 (``"``) and (``'``) are also translated; this helps for inclusion in an HTML 28 characters. This function uses the rules defined by the HTML 5 standard 30 HTML 5 named character references <html.entities.html5>`. 38 * :mod:`html.parser` -- HTML/XHTML parser with lenient parsing mode 39 * :mod:`html.entities` -- HTML entity definitions
|
/external/llvm-project/clang-tools-extra/unittests/clang-doc/ |
D | MDGeneratorTest.cpp | 247 CommentInfo *HTML = Top.Children.back().get(); in TEST() local 248 HTML->Kind = "ParagraphComment"; in TEST() 249 HTML->Children.emplace_back(std::make_unique<CommentInfo>()); in TEST() 250 HTML->Children.back()->Kind = "TextComment"; in TEST() 251 HTML->Children.emplace_back(std::make_unique<CommentInfo>()); in TEST() 252 HTML->Children.back()->Kind = "HTMLStartTagComment"; in TEST() 253 HTML->Children.back()->Name = "ul"; in TEST() 254 HTML->Children.back()->AttrKeys.emplace_back("class"); in TEST() 255 HTML->Children.back()->AttrValues.emplace_back("test"); in TEST() 256 HTML->Children.emplace_back(std::make_unique<CommentInfo>()); in TEST() [all …]
|
D | BitcodeTest.cpp | 197 CommentInfo *HTML = Top.Children.back().get(); in TEST() local 198 HTML->Kind = "ParagraphComment"; in TEST() 199 HTML->Children.emplace_back(std::make_unique<CommentInfo>()); in TEST() 200 HTML->Children.back()->Kind = "TextComment"; in TEST() 201 HTML->Children.emplace_back(std::make_unique<CommentInfo>()); in TEST() 202 HTML->Children.back()->Kind = "HTMLStartTagComment"; in TEST() 203 HTML->Children.back()->Name = "ul"; in TEST() 204 HTML->Children.back()->AttrKeys.emplace_back("class"); in TEST() 205 HTML->Children.back()->AttrValues.emplace_back("test"); in TEST() 206 HTML->Children.emplace_back(std::make_unique<CommentInfo>()); in TEST() [all …]
|
D | YAMLGeneratorTest.cpp | 303 CommentInfo *HTML = Top.Children.back().get(); in TEST() local 304 HTML->Kind = "ParagraphComment"; in TEST() 305 HTML->Children.emplace_back(std::make_unique<CommentInfo>()); in TEST() 306 HTML->Children.back()->Kind = "TextComment"; in TEST() 307 HTML->Children.emplace_back(std::make_unique<CommentInfo>()); in TEST() 308 HTML->Children.back()->Kind = "HTMLStartTagComment"; in TEST() 309 HTML->Children.back()->Name = "ul"; in TEST() 310 HTML->Children.back()->AttrKeys.emplace_back("class"); in TEST() 311 HTML->Children.back()->AttrValues.emplace_back("test"); in TEST() 312 HTML->Children.emplace_back(std::make_unique<CommentInfo>()); in TEST() [all …]
|
/external/markdown/docs/extensions/ |
D | HTML_Tidy.txt | 1 HTML Tidy 4 Runs [HTML Tidy][] on the output of Python-Markdown using the [uTidylib][] 9 [HTML Tidy]: http://tidy.sourceforge.net/ 13 for example, to output HTML rather than XHTML, set ``output_xhtml=0``. To 24 will also treat raw HTML no different than that output by Markdown. In other 25 words, it may munge a document authors carefully crafted HTML. Of course, it 26 may also transform poorly formed raw HTML into nice, valid HTML. Take these
|
/external/python/dateutil/docs/ |
D | Makefile | 26 @echo " html to make standalone HTML files" 27 @echo " dirhtml to make HTML files named index.html in directories" 28 @echo " singlehtml to make a single large HTML file" 31 @echo " htmlhelp to make HTML files and a HTML help project" 32 @echo " qthelp to make HTML files and a qthelp project" 33 @echo " devhelp to make HTML files and a Devhelp project" 55 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." 60 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml." 65 @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml." 80 @echo "Build finished; now you can run HTML Help Workshop with the" \
|
/external/python/pybind11/docs/ |
D | Makefile | 26 @echo " html to make standalone HTML files" 27 @echo " dirhtml to make HTML files named index.html in directories" 28 @echo " singlehtml to make a single large HTML file" 31 @echo " htmlhelp to make HTML files and a HTML help project" 32 @echo " qthelp to make HTML files and a qthelp project" 34 @echo " devhelp to make HTML files and a Devhelp project" 57 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html." 62 @echo "Build finished. The HTML pages are in $(BUILDDIR)/dirhtml." 67 @echo "Build finished. The HTML page is in $(BUILDDIR)/singlehtml." 82 @echo "Build finished; now you can run HTML Help Workshop with the" \
|