HomeSort by relevance Sort by last modified time
    Searched refs:html (Results 276 - 300 of 1407) sorted by null

<<11121314151617181920>>

  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/table/
LabelColumnTest.java 6 * http://www.eclipse.org/legal/epl-v10.html
12 package org.jacoco.report.internal.html.table;
24 import org.jacoco.report.internal.html.HTMLDocument;
25 import org.jacoco.report.internal.html.HTMLElement;
26 import org.jacoco.report.internal.html.HTMLSupport;
27 import org.jacoco.report.internal.html.resources.Resources;
57 doc = new HTMLDocument(root.createFile("Test.html"), "UTF-8");
81 final Document doc = support.parse(output.getFile("Test.html"));
83 support.findStr(doc, "/html/body/table/tr/td/text()"));
90 final Document doc = support.parse(output.getFile("Test.html"));
    [all...]
  /external/bison/doc/
Makefile.am 112 bison.html: $(FIGS_DOT:.dot=.png)
136 .PHONY: doc html
138 doc: html
140 html-local: Doxyfile
155 CLEANDIRS += html latex
  /external/e2fsprogs/ext2ed/
Makefile.in 32 doc/ext2ed-design.html doc/user-guide.html doc/ext2fs-overview.html
38 .SUFFIXES: .sgml .ps .pdf .html
50 .sgml.html:
53 -mv `echo $< | sed -e 's/.sgml$$/.html/'` $@
  /frameworks/rs/api/
rs_object_info.spec 34 See the <a href='http://developer.android.com/reference/android/renderscript/Allocation.html'>android.renderscript.Allocation</a> for details on to create Allocations.
58 Elements like <a href='http://developer.android.com/reference/android/renderscript/Element.html#F32_2(android.renderscript.RenderScript)'>F32_2</a>.
60 To create complex Elements, use the <a href='http://developer.android.com/reference/android/renderscript/Element.Builder.html'>Element.Builder</a> Java class.
65 See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.renderscript.S</a>.
318 See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.renderscript.S</a>.
330 See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.renderscript.S</a>.
342 See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.renderscript.S</a>.
354 See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.renderscript.S</a>.
366 See <a href='http://developer.android.com/reference/android/renderscript/Sampler.html'>android.renderscript.S</a>.
rs_value_types.spec 83 <a href='rs_matrix.html'>Matrix Functions</a> for the list of operations.
85 Quaternions are also supported via @rs_quaternion. See <a href='rs_quaternion.html'>Quaterion Functions</a> for the list
541 See <a href='rs_matrix.html'>Matrix Functions</a>.
552 See <a href='rs_matrix.html'>Matrix Functions</a>.
563 See <a href='rs_matrix.html'>Matrix Functions</a>.
573 See <a href='rs_quaternion.html'>Quaternion Functions</a>.
  /prebuilts/gdb/darwin-x86/lib/python2.7/
cgitb.py 12 format - 'text' or 'html' controls the output format
15 and the output format is 'html' (for backwards compatibility with the
21 The default handler displays output as HTML.
39 Content-Type: text/html
102 def html(einfo, context=5): function
103 """Return a nice HTML document describing a given traceback."""
109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading(
111 strong(pydoc.html.escape(str(etype))),
122 link = '<a href="file://%s">%s</a>' % (file, pydoc.html.escape(file))
130 formatvalue=lambda value: '=' + pydoc.html.repr(value)
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
cgitb.py 12 format - 'text' or 'html' controls the output format
15 and the output format is 'html' (for backwards compatibility with the
21 The default handler displays output as HTML.
39 Content-Type: text/html
102 def html(einfo, context=5): function
103 """Return a nice HTML document describing a given traceback."""
109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading(
111 strong(pydoc.html.escape(str(etype))),
122 link = '<a href="file://%s">%s</a>' % (file, pydoc.html.escape(file))
130 formatvalue=lambda value: '=' + pydoc.html.repr(value)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
cgitb.py 12 format - 'text' or 'html' controls the output format
15 and the output format is 'html' (for backwards compatibility with the
21 The default handler displays output as HTML.
39 Content-Type: text/html
102 def html(einfo, context=5): function
103 """Return a nice HTML document describing a given traceback."""
109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading(
111 strong(pydoc.html.escape(str(etype))),
122 link = '<a href="file://%s">%s</a>' % (file, pydoc.html.escape(file))
130 formatvalue=lambda value: '=' + pydoc.html.repr(value)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
cgitb.py 12 format - 'text' or 'html' controls the output format
15 and the output format is 'html' (for backwards compatibility with the
21 The default handler displays output as HTML.
39 Content-Type: text/html
102 def html(einfo, context=5): function
103 """Return a nice HTML document describing a given traceback."""
109 head = '<body bgcolor="#f0f0f8">' + pydoc.html.heading(
111 strong(pydoc.html.escape(str(etype))),
122 link = '<a href="file://%s">%s</a>' % (file, pydoc.html.escape(file))
130 formatvalue=lambda value: '=' + pydoc.html.repr(value)
    [all...]
  /external/libgdx/backends/gdx-backends-gwt/libs/
gwt-dev.jar 
  /external/guice/lib/build/jdiff/
xerces.jar 
  /external/chromium-trace/catapult/telemetry/build/
update_docs.py 24 html = pydoc.html.page(pydoc.describe(module),
25 pydoc.html.document(module, module.__name__))
27 # pydoc writes out html with links in a variety of funky ways. We need
30 links = re.findall('(<a href="(.+?)">(.+?)</a>)', html)
43 html = html.replace(link, new_link)
45 # pydoc writes out html with absolute path file links. This is not suitable
46 # for checked in documentation. So, fix up the HTML after it is generated.
47 #html = re.sub('href="file:%s' % telemetry_dir, 'href="..', html
    [all...]
  /external/owasp/sanitizer/src/main/org/owasp/html/
PolicyFactory.java 29 package org.owasp.html;
84 * which connection or request the questionable HTML was received.
99 /** A convenience function that sanitizes a string of HTML. */
100 public String sanitize(@Nullable String html) {
101 return sanitize(html, null, null);
105 * A convenience function that sanitizes a string of HTML and reports
107 * @param html the string of HTML to sanitize.
113 * which connection or request the questionable HTML was received.
114 * @return a string of HTML that complies with this factory's policy
    [all...]
  /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...]
  /external/chromium-trace/catapult/third_party/py_vulcanize/py_vulcanize/
html_module_unittest.py 75 parse_results = parse_html_deps.HTMLModuleParserResults("""<!DOCTYPE html>
95 parse_results = parse_html_deps.HTMLModuleParserResults("""<!DOCTYPE html>
111 parse_results = parse_html_deps.HTMLModuleParserResults("""<!DOCTYPE html>
126 parse_results = parse_html_deps.HTMLModuleParserResults("""<!DOCTYPE html>
127 <link rel="import" href="../foo.html">
131 file_contents[os.path.normpath('/tmp/a/foo.html')] = """
143 parse_results = parse_html_deps.HTMLModuleParserResults("""<!DOCTYPE html>
160 parse_results = parse_html_deps.HTMLModuleParserResults("""<!DOCTYPE html>
181 file_contents[os.path.normpath('/tmp/a/b/start.html')] = """
182 <!DOCTYPE html>
    [all...]
  /external/autotest/frontend/shared/
json_html_formatter.py 35 <!DOCTYPE html>
36 <html>
46 </html>
63 # array) into an HTML fragment.
80 # Convert an array into an HTML fragment
99 return href + joiner + 'alt=json-html'
102 # Convert a JSON object to an HTML fragment
125 # Convert a whole JSON object into a formatted HTML document.
134 if request.GET.get('alt', None) != 'json-html':
138 html = JsonHtmlFormatter().json_to_html(json_value
    [all...]
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/page/
SourceHighlighter.java 6 * http://www.eclipse.org/legal/epl-v10.html
12 package org.jacoco.report.internal.html.page;
22 import org.jacoco.report.internal.html.HTMLElement;
23 import org.jacoco.report.internal.html.resources.Styles;
60 * parent HTML element
  /external/jacoco/org.jacoco.report/src/org/jacoco/report/internal/html/table/
BarColumn.java 6 * http://www.eclipse.org/legal/epl-v10.html
12 package org.jacoco.report.internal.html.table;
26 import org.jacoco.report.internal.html.HTMLElement;
27 import org.jacoco.report.internal.html.resources.Resources;
CounterColumn.java 6 * http://www.eclipse.org/legal/epl-v10.html
12 package org.jacoco.report.internal.html.table;
26 import org.jacoco.report.internal.html.HTMLElement;
27 import org.jacoco.report.internal.html.resources.Resources;
  /external/jacoco/org.jacoco.report.test/src/org/jacoco/report/internal/html/page/
ReportPageTest.java 6 * http://www.eclipse.org/legal/epl-v10.html
12 package org.jacoco.report.internal.html.page;
21 import org.jacoco.report.internal.html.HTMLElement;
22 import org.jacoco.report.internal.html.HTMLSupport;
54 return label + ".html";
88 assertEquals("../Test.html", page.getLink(base));
95 final Document doc = support.parse(output.getFile("Test.html"));
98 assertEquals("en", support.findStr(doc, "/html/@lang"));
102 "/html/head/link[@rel='stylesheet']/@href"));
106 "/html/body/div[@class='breadcrumb']/a[1]/text()"))
    [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...]
  /sdk/templates/docs/
default.js 39 .text($(this).html())
73 .html($(this).data('toctitle') || $(this).html())
  /external/icu/icu4j/tools/build/src/com/ibm/icu/dev/tool/docs/
ReportAPI.java 13 * java -old: icu4j28.api.zip -new: icu4j30.api -html -out: icu4j_compare_28_30.html
46 boolean html; field in class:ReportAPI
73 public void print(PrintWriter pw, boolean detail, boolean html) {
75 removed.print(pw, detail, html);
76 if (html) {
82 added.print(pw, detail, html);
90 boolean html = false;
100 } else if (arg.equals("-html")) {
101 html = true
    [all...]
  /external/chromium-trace/catapult/third_party/gsutil/gslib/addlhelp/
metadata.py 37 gsutil -h "Content-Type:text/html" \\
91 -r html gs://bucket/html
93 This command would upload all files in the html directory (and subdirectories)
155 open it. See http://www.w3.org/Protocols/rfc2616/rfc2616-sec19.html#sec19.5.1
  /external/chromium-trace/catapult/third_party/vinn/third_party/parse5/lib/jsdom/
parsing_unit.js 37 ParsingUnit.prototype.documentWrite = function (html) {
38 this.parser.tokenizer.preprocessor.write(html);

Completed in 2863 milliseconds

<<11121314151617181920>>