HomeSort by relevance Sort by last modified time
    Searched refs:HTML (Results 26 - 50 of 420) sorted by null

12 3 4 5 6 7 8 91011>>

  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 31 SmallVectorImpl<char> &HTML,
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 31 SmallVectorImpl<char> &HTML,
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 31 SmallVectorImpl<char> &HTML,
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 31 SmallVectorImpl<char> &HTML,
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 31 SmallVectorImpl<char> &HTML,
  /external/bart/docs/api_reference/
Makefile 22 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext
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
    [all...]
  /external/devlib/doc/
Makefile 22 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext
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
    [all...]
  /external/trappy/doc/api_reference/
Makefile 22 .PHONY: help clean html dirhtml singlehtml pickle json htmlhelp qthelp devhelp epub latex latexpdf text man changes linkcheck doctest coverage gettext
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
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/util/
IEmail.java 50 static final String HTML = "text/html";
116 public void setHtml(boolean html) {
117 if (html) {
118 setContentType(HTML);
149 return HTML.equals(mContentType);
  /external/clang/include/clang/Index/
CommentToXML.h 36 SmallVectorImpl<char> &HTML,
  /external/libxml2/python/tests/
serialize.py 68 # Testing HTML document serialization
70 doc = libxml2.htmlParseDoc("""<html><head><title>Hello</title><body><p>hello</body></html>""", None)
72 if str != """<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
73 <html><head><title>Hello</title></head><body><p>hello</p></body></html>
75 print("error serializing HTML document 1")
78 if str != """<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd"
    [all...]
  /external/mesa3d/src/gallium/docs/
make.bat 17 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
36 if "%1" == "html" (
37 %SPHINXBUILD% -b html %ALLSPHINXOPTS% %BUILDDIR%/html
    [all...]
  /external/clang/docs/analyzer/
make.bat 21 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
47 if "%1" == "html" (
    [all...]
  /external/clang/docs/
make.bat 21 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
47 if "%1" == "html" (
    [all...]
  /external/llvm/docs/
make.bat 21 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
47 if "%1" == "html" (
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
context.go 11 // context describes the state an HTML parser must be in when it reaches the
12 // portion of HTML produced by evaluating a particular template node.
15 // produces an HTML fragment as defined at
16 // http://www.w3.org/TR/html5/syntax.html#the-end
69 // state describes a high-level HTML parser state.
71 // It bounds the top of the element stack, and by extension the HTML insertion
73 // HTML5 parsing algorithm because a single token production in the HTML
75 // HTML attribute produced by
77 // is a single token in HTML's grammar but in a template spans several nodes.
81 // stateText is parsed character data. An HTML parser is i
    [all...]
  /prebuilts/go/linux-x86/src/html/template/
context.go 11 // context describes the state an HTML parser must be in when it reaches the
12 // portion of HTML produced by evaluating a particular template node.
15 // produces an HTML fragment as defined at
16 // http://www.w3.org/TR/html5/syntax.html#the-end
69 // state describes a high-level HTML parser state.
71 // It bounds the top of the element stack, and by extension the HTML insertion
73 // HTML5 parsing algorithm because a single token production in the HTML
75 // HTML attribute produced by
77 // is a single token in HTML's grammar but in a template spans several nodes.
81 // stateText is parsed character data. An HTML parser is i
    [all...]
  /external/trappy/trappy/wa/
sysfs_extractor.py 78 """Print parameters extracted from sysfs from a WA run in a pretty HTML table.
82 from IPython.display import display, HTML
93 display(HTML(dfr.to_html(header=False)))
  /external/icu/icu4c/source/test/perf/collationperf/
CollPerf.pl 4 # * License & terms of use: http://www.unicode.org/copyright.html#License
143 # Print the results in a HTML page
151 my $html = localtime;
152 $html =~ s/://g; # ':' illegal
153 $html =~ s/\s*\d+$//; # delete year
154 $html =~ s/^\w+\s*//; # delete dow
155 $html = "CollationPerformance $html.html";
156 $html = "../results/" . $html
    [all...]
  /tools/tradefederation/core/tests/src/com/android/tradefed/testtype/
JacocoCodeCoverageTestTest.java 75 assertEquals(ImmutableList.of(JacocoCodeCoverageReportFormat.HTML), reportFormats);
82 jacocoCodeCoverageTest.setReportFormat(Arrays.asList(JacocoCodeCoverageReportFormat.HTML,
89 ImmutableList.of(JacocoCodeCoverageReportFormat.HTML,
102 jacocoCodeCoverageTest.setReportFormat(Arrays.asList(JacocoCodeCoverageReportFormat.HTML));
115 eq(new File("jacocoant.jar")), eq(JacocoCodeCoverageReportFormat.HTML));
121 JacocoCodeCoverageReportFormat.HTML);
140 JacocoCodeCoverageReportFormat.HTML);
157 jacocoCodeCoverageTest.setReportFormat(Arrays.asList(JacocoCodeCoverageReportFormat.HTML));
166 JacocoCodeCoverageReportFormat.HTML);
198 JacocoCodeCoverageReportFormat.HTML);
    [all...]
  /external/autotest/frontend/client/src/autotest/afe/
TestSelectorDisplay.java 15 import com.google.gwt.user.client.ui.HTML;
33 private HTML testInfo = new HTML("Click a test to view its description");
  /external/jsilver/src/com/google/streamhtmlparser/
HtmlParser.java 20 * 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,
    [all...]
  /prebuilts/tools/common/m2/repository/org/apache/maven/doxia/doxia-module-xdoc/1.0/
doxia-module-xdoc-1.0.jar 
  /tools/tradefederation/core/src/com/android/tradefed/result/
LogDataType.java 25 HTML("html", "text/html", true, true),
  /external/swiftshader/third_party/LLVM/docs/
Makefile 27 HTML := $(wildcard $(PROJ_SRC_DIR)/*.html) \
32 EXTRA_DIST := $(HTML) $(DOXYFILES) llvm.css CommandGuide img
34 .PHONY: install-html install-doxygen doxygen install-ocamldoc ocamldoc generated
36 install_targets := install-html
56 install-html: $(PROJ_OBJ_DIR)/html.tar.gz
57 $(Echo) Installing HTML documentation
58 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html
59 $(Verb) $(MKDIR) $(DESTDIR)$(PROJ_docsdir)/html/img
    [all...]

Completed in 1942 milliseconds

12 3 4 5 6 7 8 91011>>