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

1 2 3 4 5 6 7 8 91011>>

  /external/libopus/doc/
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}
    [all...]
  /external/trappy/trappy/nbexport/
__init__.py 16 """HTML Exporter for TRAPPY plotter data. This allows
21 from trappy.nbexport.exporter import HTML
25 HTML = object
  /packages/apps/UnifiedEmail/src/com/google/android/mail/common/html/parser/
HTML4.java 17 package com.google.android.mail.common.html.parser;
28 * HTML4 contains HTML 4.0 definitions and specifications
30 * See http://www.w3.org/TR/html401/index/elements.html
31 * See http://www.w3.org/TR/html401/index/attributes.html
38 private static final HashMap<String,HTML.Element> elements = Maps.newHashMap();
41 private static final HashMap<String,HTML.Attribute> attributes = Maps.newHashMap();
46 * @see com.google.common.html.parser.HtmlWhitelist#lookupElement(String)
48 public HTML.Element lookupElement(String name) {
53 * @see com.google.common.html.parser.HtmlWhitelist#lookupAttribute(String)
55 public HTML.Attribute lookupAttribute(String name)
    [all...]
HtmlWhitelist.java 17 package com.google.android.mail.common.html.parser;
21 * looking up accepted HTML elements and attributes.
27 * Looks up the HTML.Element object associated with the given element tag
31 * @return The HTML.Element object associated with the given element tag name,
34 HTML.Element lookupElement(String name);
37 * Looks up the HTML.Attribute object associated with the given attribute
41 * @return The HTML.Attribute object associated with the given attribute name,
44 HTML.Attribute lookupAttribute(String name);
HTML.java 17 package com.google.android.mail.common.html.parser;
24 * HTML class defines Element and Attribute classes.
28 public final class HTML {
31 * Html element
122 * @return just name, not proper HTML
134 if (o instanceof HTML.Element) {
135 HTML.Element that = (HTML.Element) o;
148 * Html attribute
214 * @return Element name (name only, not proper HTML)
    [all...]
HtmlTreeBuilder.java 16 package com.google.android.mail.common.html.parser;
19 import com.google.android.mail.common.html.parser.HtmlDocument.EndTag;
39 private final List<HTML.Element> stack = new ArrayList<HTML.Element>();
44 /** Gets the built html tree */
72 HTML.Element element = t.getElement();
98 HTML.Element element = t.getElement();
129 private int findStartTag(HTML.Element element) {
131 HTML.Element e = stack.get(i);
144 HTML.Element element = pop()
298 String html = new String(ByteStreams.toByteArray(System.in)); local
    [all...]
  /external/icu/icu4c/source/test/perf/perldriver/
Output.pm 5 # * License & terms of use: http://www.unicode.org/copyright.html#License
19 my $outType = "HTML";
20 my $html = "noName";
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";
    [all...]
  /external/icu/icu4j/perf-tests/perldriver/
Output.pm 6 # * License & terms of use: http://www.unicode.org/copyright.html#License
17 my $outType = "HTML";
18 my $html = "noName";
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";
    [all...]
  /external/swiftshader/third_party/LLVM/docs/tutorial/
Makefile 13 HTML := $(wildcard $(PROJ_SRC_DIR)/*.html)
15 EXTRA_DIST := $(HTML) index.html
16 HTML_DIR := $(DESTDIR)$(PROJ_docsdir)/html/tutorial
18 install-local:: $(HTML)
19 $(Echo) Installing HTML Tutorial Documentation
21 $(Verb) $(DataInstall) $(HTML) $(HTML_DIR)
23 $(Verb) $(DataInstall) $(PROJ_SRC_DIR)/index.html $(HTML_DIR)
30 $(Echo) "HTML : " '$(HTML)
    [all...]
  /external/icu/icu4j/perf-tests/
converterperf.pl 3 # * License & terms of use: http://www.unicode.org/copyright.html#License
81 my $html = $date;
82 $html =~ s/://g; # ':' illegal
83 $html =~ s/\s*\d+$//; # delete year
84 $html =~ s/^\w+\s*//; # delete dow
85 $html = "perf $html.html";
87 open(HTML,">$html") or die "Can't write to $html: $!"
    [all...]
dateformatperf.pl 3 # * License & terms of use: http://www.unicode.org/copyright.html#License
68 my $html = $date;
69 $html =~ s/://g; # ':' illegal
70 $html =~ s/\s*\d+$//; # delete year
71 $html =~ s/^\w+\s*//; # delete dow
72 $html = "perf $html.html";
74 open(HTML,">$html") or die "Can't write to $html: $!"
    [all...]
decimalformatperf.pl 3 # * License & terms of use: http://www.unicode.org/copyright.html#License
64 my $html = $date;
65 $html =~ s/://g; # ':' illegal
66 $html =~ s/\s*\d+$//; # delete year
67 $html =~ s/^\w+\s*//; # delete dow
68 $html = "perf $html.html";
70 open(HTML,">$html") or die "Can't write to $html: $!"
    [all...]
normperf.pl 3 # * License & terms of use: http://www.unicode.org/copyright.html#License
53 # [ "arabic.html", "UTF-8", "b"],
54 # [ "czech.html", "UTF-8", "b"],
55 # [ "danish.html", "UTF-8", "b"],
56 # [ "english.html", "UTF-8", "b"],
57 # [ "esperanto.html", "UTF-8", "b"],
58 # [ "french.html", "UTF-8", "b"],
59 # [ "georgian.html", "UTF-8", "b"],
60 # [ "german.html", "UTF-8", "b"],
61 # [ "greek.html", "UTF-8", "b"]
    [all...]
ucharacterperf.pl 3 # * License & terms of use: http://www.unicode.org/copyright.html#License
65 my $html = $date;
66 $html =~ s/://g; # ':' illegal
67 $html =~ s/\s*\d+$//; # delete year
68 $html =~ s/^\w+\s*//; # delete dow
69 $html = "perf $html.html";
71 open(HTML,">$html") or die "Can't write to $html: $!"
    [all...]
unicodesetperf.pl 3 # * License & terms of use: http://www.unicode.org/copyright.html#License
55 my $html = $date;
56 $html =~ s/://g; # ':' illegal
57 $html =~ s/\s*\d+$//; # delete year
58 $html =~ s/^\w+\s*//; # delete dow
59 $html = "perf $html.html";
61 open(HTML,">$html") or die "Can't write to $html: $!"
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/serializer/
Method.java 31 * <li>HTML
59 * The output method type for HTML documents: <tt>html</tt>.
61 public static final String HTML = "html";
78 * XML or HTML type (depending on the first tag in the output being html or
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
JackCodeCoverageReportFormat.java 24 HTML("html", LogDataType.HTML);
JacocoCodeCoverageReportFormat.java 25 HTML("<html destdir=\"%s\" />", LogDataType.HTML);
  /external/swiftshader/third_party/LLVM/docs/CommandGuide/
Makefile 13 # the POD files to HTML only and keep them in the src directories. It must also
17 DST_HTML_DIR=html/
22 all:: html man ps
25 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS)
47 HTML := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_HTML_DIR)%.html, $(POD))
58 .SUFFIXES: .html .pod .1 .ps
60 $(DST_HTML_DIR)%.html: %.pod $(DST_HTML_DIR)/.dir
71 html: $(HTML)
    [all...]
  /external/autotest/frontend/client/src/autotest/common/ui/
TableSelectionPanel.java 7 import com.google.gwt.user.client.ui.HTML;
27 selectPanel.add(new HTML("Select:&nbsp;"));
29 selectPanel.add(new HTML(",&nbsp;"));
34 selectPanel.add(new HTML(",&nbsp;"));
37 selectPanel.add(new HTML("&nbsp;"));
  /external/libmojo/third_party/markupsafe/
_native.py 16 """Convert the characters &, <, >, ' and " in string s to HTML-safe
18 such characters in HTML. Marks return value as markup string.
  /external/llvm/tools/llvm-cov/
CoverageViewOptions.h 21 HTML
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 31 SmallVectorImpl<char> &HTML,
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 31 SmallVectorImpl<char> &HTML,
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/Index/
CommentToXML.h 31 SmallVectorImpl<char> &HTML,

Completed in 664 milliseconds

1 2 3 4 5 6 7 8 91011>>