Searched refs:HTML (Results 1 - 25 of 76) sorted by relevance

1234

/external/chromium_org/v8/test/webkit/fast/js/kde/
H A Dj-comment-3.js25 <!-- HTML comment (not ECMA)
H A Dj-comment-4.js25 --> end of HTML comment (not ECMA)
/external/chromium_org/third_party/icu/source/test/perf/perldriver/
H A DOutput.pm15 my $outType = "HTML";
52 print HTML "<td class=\"";
54 print HTML "value";
56 print HTML "worse";
58 print HTML "\">";
60 print HTML formatPercent(2, $mean);
62 print HTML formatNumber(2, $mult, $mean);
64 print HTML "</td>\n";
65 print HTML "<td class=\"";
67 print HTML "erro
[all...]
/external/icu/icu4c/source/test/perf/perldriver/
H A DOutput.pm15 my $outType = "HTML";
52 print HTML "<td class=\"";
54 print HTML "value";
56 print HTML "worse";
58 print HTML "\">";
60 print HTML formatPercent(2, $mean);
62 print HTML formatNumber(2, $mult, $mean);
64 print HTML "</td>\n";
65 print HTML "<td class=\"";
67 print HTML "erro
[all...]
/external/apache-xml/src/main/java/org/apache/xml/serializer/
H A DMethod.java31 * <li>HTML
59 * The output method type for HTML documents: <tt>html</tt>.
61 public static final String HTML = "html"; field in class:Method
78 * XML or HTML type (depending on the first tag in the output being html or
/external/chromium_org/third_party/WebKit/Source/core/html/parser/
H A DHTMLTreeBuilderSimulator.h42 HTML, enumerator in enum:blink::HTMLTreeBuilderSimulator::Namespace
62 bool inForeignContent() const { return m_namespaceStack.last() != HTML; }
H A DHTMLTreeBuilderSimulator.cpp111 m_namespaceStack.append(HTML);
119 Namespace currentNamespace = HTML;
144 m_namespaceStack.append(HTML);
167 || (m_namespaceStack.contains(SVG) && m_namespaceStack.last() == HTML && tokenExitsSVG(token))
168 || (m_namespaceStack.contains(MathML) && m_namespaceStack.last() == HTML && tokenExitsMath(token)))
/external/clang/docs/tools/
H A DMakefile17 # the POD files to HTML only and keep them in the src directories. It must also
30 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
55 HTML := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_HTML_DIR)%.html, $(POD)) macro
79 html: $(HTML)
86 $(Verb) $(RM) -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
92 install-html:: $(HTML)
93 $(Echo) Installing HTML Clang Tools Documentation
95 $(Verb) $(DataInstall) $(HTML) $(HTML_DIR)
116 $(Echo) "HTML : " '$(HTML)'
[all...]
/external/chromium_org/third_party/icu/source/test/perf/collationperf/
H A DCollPerf.pl140 # Print the results in a HTML page
155 open( HTML, ">$html" ) or die "Can't write to $html: $!";
156 print HTML <<EOF;
169 print HTML "<h2>Collation: ICU4C ".$ICULatestVersion." vs. GLIBC</h2>\n";
171 print HTML <<EOF;
209 print HTML <<EOF;
231 close(HTML) or die "Can't close $html: $!";
236 print HTML <<EOF;
255 print HTML "<tr>";
259 print HTML "<t
[all...]
/external/icu/icu4c/source/test/perf/collationperf/
H A DCollPerf.pl140 # Print the results in a HTML page
155 open( HTML, ">$html" ) or die "Can't write to $html: $!";
156 print HTML <<EOF;
169 print HTML "<h2>Collation: ICU4C ".$ICULatestVersion." vs. GLIBC</h2>\n";
171 print HTML <<EOF;
209 print HTML <<EOF;
231 close(HTML) or die "Can't close $html: $!";
236 print HTML <<EOF;
255 print HTML "<tr>";
259 print HTML "<t
[all...]
/external/clang/docs/
H A DMakefile32 HTML := $(wildcard $(PROJ_SRC_DIR)/*.html) \ macro
37 EXTRA_DIST := $(HTML) $(DOXYFILES) llvm.css CommandGuide img
55 $(Echo) Installing HTML documentation
58 $(Verb) $(DataInstall) $(HTML) $(DESTDIR)$(PROJ_docsdir)/html
62 $(PROJ_OBJ_DIR)/html.tar.gz: $(HTML)
63 $(Echo) Packaging HTML documentation
H A Dmake.bat21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML page
[all...]
/external/chromium_org/native_client_sdk/src/doc/
H A DMakefile25 @echo " html to make standalone HTML files"
39 @echo "Build finished. The HTML pages are in $(BUILDDIR)/html."
60 @echo "Build finished. The HTML pages are in $(CHROMESITE_BUILDDIR)"
/external/chromium_org/third_party/mesa/src/src/gallium/docs/
H A Dmake.bat17 echo. html to make standalone HTML files
18 echo. dirhtml to make HTML files named index.html in directories
21 echo. htmlhelp to make HTML files and a HTML help project
22 echo. qthelp to make HTML files and a qthelp project
39 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
46 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished; now you can run HTML Help Workshop with the ^
/external/clang/include/clang/Index/
H A DCommentToXML.h36 SmallVectorImpl<char> &HTML,
/external/mesa3d/src/gallium/docs/
H A Dmake.bat17 echo. html to make standalone HTML files
18 echo. dirhtml to make HTML files named index.html in directories
21 echo. htmlhelp to make HTML files and a HTML help project
22 echo. qthelp to make HTML files and a qthelp project
39 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
46 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished; now you can run HTML Help Workshop with the ^
/external/clang/docs/analyzer/
H A Dmake.bat21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML page
[all...]
/external/llvm/docs/
H A Dmake.bat21 echo. html to make standalone HTML files
22 echo. dirhtml to make HTML files named index.html in directories
23 echo. singlehtml to make a single large HTML file
26 echo. htmlhelp to make HTML files and a HTML help project
27 echo. qthelp to make HTML files and a qthelp project
28 echo. devhelp to make HTML files and a Devhelp project
51 echo.Build finished. The HTML pages are in %BUILDDIR%/html.
59 echo.Build finished. The HTML pages are in %BUILDDIR%/dirhtml.
67 echo.Build finished. The HTML page
[all...]
H A DMakefile32 HTML := $(wildcard $(PROJ_SRC_DIR)/*.html) \ macro
36 EXTRA_DIST := $(HTML) $(DOXYFILES) llvm.css CommandGuide
61 $(Echo) Installing HTML documentation
63 $(Verb) $(DataInstall) $(HTML) $(DESTDIR)$(PROJ_docsdir)/html
66 $(PROJ_OBJ_DIR)/html.tar.gz: $(HTML)
67 $(Echo) Packaging HTML documentation
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/
H A Dexterns.js146 MathJax.HTML;
150 * Creates an HTML element from a node tag, an object with attributes and an
156 MathJax.HTML.Element = function(tag, attribs, text) { };
/external/jsilver/src/com/google/streamhtmlparser/
H A DHtmlParser.java20 * Methods exposed for HTML parsing of text to facilitate implementation
21 * of Automatic context-aware escaping. The HTML parser also embeds a
35 * <li>{@code HTML} for HTML templates.
38 * <li>{@code HTML_IN_TAG} for HTML templates that consist only of
39 * HTML attribute name and value pairs. This is typically the case for
41 * parent template contains the start and the closing of the HTML tag.
42 * This is a special mode, for standard HTML templates please use
43 * {@link #HTML}.
52 HTML, enum constant in enum:HtmlParser.Mode
[all...]
/external/chromium_org/ui/base/dragdrop/
H A Dos_exchange_data_provider_aura.cc159 formats_ |= OSExchangeData::HTML;
166 if ((formats_ & OSExchangeData::HTML) == 0)
174 return ((formats_ & OSExchangeData::HTML) != 0);
/external/apache-xml/src/main/java/org/apache/xalan/transformer/
H A DSerializerSwitcher.java45 * Switch to HTML serializer if element is HTML
76 // defaults for the HTML method. The easiest way to do this is to
78 OutputProperties htmlOutputProperties = new OutputProperties(Method.HTML);
140 * Switch to HTML serializer if element is HTML
169 // defaults for the HTML method. The easiest way to do this is to
171 OutputProperties htmlOutputProperties = new OutputProperties(Method.HTML);
/external/chromium_org/content/child/
H A Dsite_isolation_policy.h34 // 0:HTML, 1:XML, 2:JSON, 3:Plain, 4:Others
58 HTML = 0, enumerator in enum:content::SiteIsolationResponseMetaData::CanonicalMimeType
/external/e2fsprogs/doc/
H A DMakefile.in17 HTML=makeinfo --html --no-split
54 -$(Q) $(HTML) $(srcdir)/libext2fs.texinfo

Completed in 586 milliseconds

1234