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

1 2 3 45 6 7 8 91011>>

  /packages/apps/UnifiedEmail/src/com/android/mail/utils/
HtmlUtils.java 33 import com.google.android.mail.common.html.parser.HTML;
34 import com.google.android.mail.common.html.parser.HTML4;
35 import com.google.android.mail.common.html.parser.HtmlDocument;
36 import com.google.android.mail.common.html.parser.HtmlTree;
47 * @param html
48 * @return processed HTML as a Spanned
50 public static Spanned htmlToSpan(String html, HtmlTree.ConverterFactory factory) {
52 // Get the html "tree"
53 final HtmlTree htmlTree = com.android.mail.utils.Utils.getHtmlTree(html);
    [all...]
  /tools/tradefederation/core/src/com/android/tradefed/testtype/
JackCodeCoverageTest.java 19 import static com.android.tradefed.testtype.JackCodeCoverageReportFormat.HTML;
73 "May be repeated to output multiple formats. Defaults to HTML if unspecified.")
81 return mReportFormat.isEmpty() ? Arrays.asList(HTML) : mReportFormat;
  /tools/tradefederation/core/tests/src/com/android/tradefed/util/
EmailTest.java 162 * Make sure that the HTML flag is passed along correctly
165 final String expectedBody = "<html><body>le body</body></html>";
174 assertEquals(Message.HTML, headers.get("Content-type"));
209 final String body = "<html><body><h1>What do we want?!</h1><h2>Time travel!</h2>" +
211 "it's irrelevant!</span></body></html>";
212 final String contentType = Message.HTML;
  /external/libxml2/
Makefile.am 236 @echo "## HTML regression tests"
237 -@(for i in $(srcdir)/test/HTML/* ; do \
240 if [ ! -f $(srcdir)/result/HTML/$$name ] ; then \
242 $(CHECKER) $(top_builddir)/testHTML $$i > $(srcdir)/result/HTML/$$name 2>$(srcdir)/result/HTML/$$name.err ; \
246 diff $(srcdir)/result/HTML/$$name result.$$name ; \
247 diff -b $(srcdir)/result/HTML/$$name.err error.$$name ; \
255 @echo "## Push HTML regression tests"
256 -@(for i in $(srcdir)/test/HTML/* ; do \
259 if [ ! -f $(srcdir)/result/HTML/$$name ] ; then
    [all...]
  /prebuilts/go/darwin-x86/src/html/template/
escape_test.go 39 W HTML
52 W: HTML(`&iexcl;<b class="foo">Hello</b>, <textarea>O'World</textarea>!`),
73 "Hello, {{.C | html}}!",
78 "Hello, {{html .C}}!",
218 "<button onclick='alert({{.A | html}})'>",
367 `<a style="background: url('{{"http://oreilly.com/O'Reilly Animals(1)<2>;{}.html"}}')">`,
368 `<a style="background: url('http://oreilly.com/O%27Reilly%20Animals%281%29%3c2%3e;%7b%7d.html')">`,
372 `<a style="background: '{{"http://oreilly.com/O'Reilly Animals(1)<2>;{}.html"}}'">`,
373 `<a style="background: 'http\3a\2f\2foreilly.com\2fO\27Reilly Animals\28 1\29\3c 2\3e\3b\7b\7d.html'">`,
406 "HTML comment"
    [all...]
  /prebuilts/go/linux-x86/src/html/template/
escape_test.go 39 W HTML
52 W: HTML(`&iexcl;<b class="foo">Hello</b>, <textarea>O'World</textarea>!`),
73 "Hello, {{.C | html}}!",
78 "Hello, {{html .C}}!",
218 "<button onclick='alert({{.A | html}})'>",
367 `<a style="background: url('{{"http://oreilly.com/O'Reilly Animals(1)<2>;{}.html"}}')">`,
368 `<a style="background: url('http://oreilly.com/O%27Reilly%20Animals%281%29%3c2%3e;%7b%7d.html')">`,
372 `<a style="background: '{{"http://oreilly.com/O'Reilly Animals(1)<2>;{}.html"}}'">`,
373 `<a style="background: 'http\3a\2f\2foreilly.com\2fO\27Reilly Animals\28 1\29\3c 2\3e\3b\7b\7d.html'">`,
406 "HTML comment"
    [all...]
  /external/toolchain-utils/cros_utils/
tabulator.py 717 colspan: Set the colspan of the cell in the HTML table, this is used for
720 header: Whether this is a header in html.
961 """Class to print a cell table to the console, file or html."""
964 HTML = 2
1008 elif self._output_type in [self.EMAIL, self.HTML]:
1023 elif self._output_type in [self.EMAIL, self.HTML]:
1033 """Print the table to a console, html, etc.
1073 if self._output_type == self.HTML:
1085 if self._output_type == self.HTML:
    [all...]
  /external/clang/tools/libclang/
CXComment.cpp 389 SmallString<1024> HTML;
391 ->convertCommentToHTML(FC, HTML, cxtu::getASTUnit(TU)->getASTContext());
392 return cxstring::createDup(HTML.str());
  /external/doclava/res/assets/templates-sdk/
macros_override.cs 2 <?cs # pre is an HTML string to start the list, post is an HTML string to close the list ?>
  /external/e2fsprogs/lib/et/
Makefile.in 65 HTML=makeinfo --html --no-split
87 com_err.html: $(srcdir)/com_err.texinfo
89 -$(Q) $(HTML) $(srcdir)/com_err.texinfo
156 *.html *.cp *.fn *.fns *.ky *.log *.pc *.pg *.toc *.tp *.vr \
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLDocument.java 5 * and is available at http://www.eclipse.org/legal/cpl-v10.html
9 package com.vladium.emma.report.html.doc;
30 super (Tag.HTML, AttributeSet.create ());
42 .set (Attribute.CONTENT, "text/html; charset=" + encoding);
  /external/ltp/
runltp 59 # - Added a new option to generate output in HTML format also. Also retaining
133 -g HTMLFILE Create an additional HTML output format
495 if [ "$ALT_HTML_OUT" -eq 1 ] ; then ## User wants the HTML version of the output
497 ## which the HTML parser will require
502 if [ ! "$HTMLFILE" ] ; then ## User has not mentioned HTML File name, We need to create one
504 HTMLFILE="$LTPROOT/output/$HTMLFILE_NAME.html"
760 ## Display the Output/Log/Failed/HTML file names here
776 echo "HTML File: $HTMLFILE"
877 if [ "$ALT_HTML_OUT" -eq 1 ] ; then #User wants the HTML output to be created, it then needs to be generate
    [all...]
  /external/markdown/MarkdownTest/
MarkdownTest.pl 50 # Look for a corresponding .html file for each .text file:
52 $resultfile =~ s{\.text$}{\.html}i;
133 Flag to turn on using the command line 'tidy' tool to normalize HTML
152 + Better handling of case when foo.text exists, but foo.html doesn't.
  /external/pcre/dist2/
132html 3 # Script to turn PCRE2 man pages into HTML
59 <html>
66 Return to the <a href="index.html">PCRE2 index page</a>.
69 This page is part of the PCRE2 HTML documentation. It was generated
87 # (other) automated systems that translate man pages to HTML. Complain if
194 print TEMP "<a href=\"$1.html\">$_</a>\n";
197 # A comment that starts "HTML" inserts literal HTML
199 elsif (/^\.\\"\s*HTML\s*(.*)/)
204 # A comment that starts < inserts that HTML at the end of th
    [all...]
  /external/python/cpython2/Doc/
make.bat 13 if "%HTMLHELP%" EQU "" set HTMLHELP=%_PRGMFLS%\HTML Help Workshop\hhc.exe
52 echo.``%this% html`` or ``%this% doctest``. Interesting targets that are
56 echo. html, htmlhelp, latex, text
81 echo.The HTML Help Workshop was not found. Set the HTMLHELP variable
106 cmd /C %this% html
108 if EXIST %BUILDDIR%\html\index.html (
109 echo.Opening %BUILDDIR%\html\index.html in the default web browser...
110 start %BUILDDIR%\html\index.html
    [all...]
  /prebuilts/go/darwin-x86/src/html/
escape.go 5 // Package html provides functions for escaping and unescaping HTML text.
6 package html package
15 // http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#consume-a-character-reference
59 // http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#consume-a-character-reference
168 `'`, "&#39;", // "&#39;" is shorter than "&apos;" and apos was not in HTML until HTML5.
  /prebuilts/go/darwin-x86/src/strings/
example_test.go 219 fmt.Println(r.Replace("This is <b>HTML</b>!"))
220 // Output: This is &lt;b&gt;HTML&lt;/b&gt;!
  /prebuilts/go/linux-x86/src/html/
escape.go 5 // Package html provides functions for escaping and unescaping HTML text.
6 package html package
15 // http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#consume-a-character-reference
59 // http://www.whatwg.org/specs/web-apps/current-work/multipage/tokenization.html#consume-a-character-reference
168 `'`, "&#39;", // "&#39;" is shorter than "&apos;" and apos was not in HTML until HTML5.
  /prebuilts/go/linux-x86/src/strings/
example_test.go 219 fmt.Println(r.Replace("This is <b>HTML</b>!"))
220 // Output: This is &lt;b&gt;HTML&lt;/b&gt;!
  /tools/tradefederation/core/prod-tests/src/com/android/monkey/
AnrReportGenerator.java 135 // now we should have the storage path, calculate the HTML report path
136 // HTML report file should be named as:
137 // monkey-anr-report-<device serial>-<random string>.html
142 String.format("monkey-anr-report-%s-", mDeviceSerial), ".html",
145 CLog.e("Error getting place holder file for HTML report.");
152 mReportScriptPath, "--monkey", mCachedMonkeyLog.getAbsolutePath(), "--html",
158 // Test log the generated HTML report
160 logger.testLog("monkey-anr-report", LogDataType.HTML, source);
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
markupbase.py 1 """Shared support for scanning document type declarations in HTML and XHTML.
26 by the SGML/HTML and XHTML parsers."""
66 # This is some sort of declaration; in "HTML as
68 # declaration ("<!DOCTYPE html...>").
  /external/autotest/frontend/client/src/autotest/tko/
CommonPanel.java 16 import com.google.gwt.user.client.ui.HTML;
84 titlePanel.add(new HTML("&nbsp;<a href=\"" + Utils.escape(WIKI_URL) + "#custom_fields\" " +
TestDetailView.java 24 import com.google.gwt.user.client.ui.HTML;
133 panel.add(new HTML("<i>" + status + "</i>"));
  /external/clang/tools/scan-build-py/libscanbuild/
report.py 6 """ This module is responsible to generate 'index.html' for the report.
9 could be found. It parses those reports and generates 'index.html'. """
67 html_reports_available = args.output_format in {'html', 'plist-html'}
77 logging.debug('generate index.html file')
109 with open(os.path.join(output_dir, 'index.html'), 'w') as handle:
112 |<!DOCTYPE html>
113 |<html>
144 |</html>""", indent))
148 """ Bug summary is a HTML table to give a better overview of the bugs. ""
    [all...]
  /external/libxml2/os400/
xmllint.cmd 116 (*HTML '--html') +

Completed in 1197 milliseconds

1 2 3 45 6 7 8 91011>>