HomeSort by relevance Sort by last modified time
    Searched refs:html (Results 201 - 225 of 873) sorted by null

1 2 3 4 5 6 7 891011>>

  /development/samples/ReceiveShareDemo/src/com/example/android/receiveshare/
ReceiveShare.java 54 String html = intent.getStringExtra(Intent.EXTRA_HTML_TEXT); local
55 if (html != null) {
56 sb.append("\n\n"); sb.append("HTML: "); sb.append(html);
  /external/chromium-trace/trace-viewer/third_party/webapp2/docs/
make.bat 19 echo. html to make standalone HTML files
20 echo. dirhtml to make HTML files named index.html in directories
21 echo. singlehtml to make a single large HTML file
24 echo. htmlhelp to make HTML files and a HTML help project
25 echo. qthelp to make HTML files and a qthelp project
26 echo. devhelp to make HTML files and a Devhelp project
43 if "%1" == "html" (
    [all...]
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/test/fixtures/
tokenizer_test.js 6 function tokenize(html, initialState, lastStartTag) {
7 var tokenizer = new Tokenizer(html),
186 '\r\n', '<!DOCTYPE html>', '\n',
236 var html = testCase.htmlChunks.join(''),
237 tokenizer = new Tokenizer(html, {locationInfo: true});
243 var chunk = html.substring(token.location.start, token.location.end);
  /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/clang/include/clang/AST/
Makefile 56 $(Echo) "Building Clang comment HTML tag matchers with tblgen"
57 $(Verb) $(ClangTableGen) -gen-clang-comment-html-tags -o $(call SYSPATH, $@) $<
61 $(Echo) "Building Clang comment HTML tag properties with tblgen"
62 $(Verb) $(ClangTableGen) -gen-clang-comment-html-tags-properties -o $(call SYSPATH, $@) $<
68 $(Verb) $(ClangTableGen) -gen-clang-comment-html-named-character-references -o $(call SYSPATH, $@) $<
  /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...]
  /external/owasp/sanitizer/src/tests/org/owasp/html/
EncodingTest.java 29 package org.owasp.html;
39 String html = local
45 assertEquals(golden, Encoding.decodeHtml(html));
HtmlSanitizerTest.java 29 package org.owasp.html;
166 sanitize("<html><head><title>Foo</title></head>"
167 + "<body><p>P 1</p></body></html>"));
174 "<html>"
185 + "</html>"));
199 // HTML 5.
201 // According to http://www.w3.org/QA/2007/10/shorttags.html
202 // Shorttags - the odd side of HTML 4.01
205 // was authorized in HTML up to HTML 4.01. But what used to be a "cool
    [all...]
  /packages/apps/Email/emailcommon/src/com/android/emailcommon/internet/
Rfc822Output.java 66 /** Match group in {@code BODY_PATTERN} for the body HTML */
70 /** Index of the HTML version of the message body */
77 * with malformed HTML or if there happens to be special characters in the attributes of
80 /*package*/ static String getHtmlBody(String html) {
81 final Matcher match = BODY_PATTERN.matcher(html);
85 return html; // Body not found; return the full HTML and hope for the best
90 * Gets both the plain text and HTML versions of the message body.
363 * @param bodyText Plain text and HTML versions of the original text of the message
367 boolean html = false
    [all...]
  /development/build/
sdk-windows-x86.atree 114 external/sonivox/docs/JET_Authoring_Guidelines.html docs/JetCreator/JET_Authoring_Guidelines.html
116 external/sonivox/docs/JET_Creator_User_Manual.html docs/JetCreator/JET_Creator_User_Manual.html
  /development/samples/SampleSyncAdapter/samplesyncadapter_server/static/css/
main.css 17 html,body {
  /docs/source.android.com/scripts/
build.py 38 # directory to look in for html templates
107 # Step D: mirror all non-*.md files, and translate (file).md files into (file).html
118 html = codecs.open(os.path.join(outdir, f.replace('.md', '.html')), 'w', encoding="utf8")
119 html.write(final)
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
watchthreads.py 16 <html>
103 <td>{{thread.time_html|html}}</td>
169 </html>
198 start_response('200 OK', [('Content-type', 'text/html')])
  /external/chromium-trace/trace-viewer/tracing/third_party/vinn/third_party/parse5/benchmark/
index.js 7 var testHtml = fs.readFileSync(path.join(__dirname, './spec.html')).toString(),
  /external/libogg/
libogg.spec 64 %doc doc/index.html
65 %doc doc/framing.html
66 %doc doc/oggstream.html
70 %doc doc/libogg/*.html
  /external/owasp/sanitizer/
Android.mk 18 LOCAL_MODULE := owasp-html-sanitizer
  /ndk/tests/device/test-gabi++/jni/
Android.mk 15 # See <http://source.android.com/source/report-bugs.html> for instructions.
  /external/clang/lib/StaticAnalyzer/Core/
HTMLDiagnostics.cpp 1 //===--- HTMLDiagnostics.cpp - HTML Diagnostics for Paths ----*- C++ -*-===//
103 // Create the HTML directory if it is missing.
130 // Create a new rewriter to generate HTML.
164 html::EscapeText(R, FID);
165 html::AddLineNumbers(R, FID);
171 html::SyntaxHighlight(R, FID, PP);
172 html::HighlightMacros(R, FID, PP);
201 << html::EscapeText(DirName)
202 << html::EscapeText(Entry->getName())
216 os << "<tr><td></td><td>" << html::EscapeText(*I) << "</td></tr>\n"
    [all...]
  /build/tools/droiddoc/templates-sac/
customizations.cs 13 include:"../../../../frameworks/base/docs/html/sdk/sdk_toc.cs" ?>
28 include:"../../../../frameworks/base/docs/html/resources/resources_toc.cs" ?>
46 include:"../../../../frameworks/base/docs/html/tools/tools_toc.cs" ?>
66 include:"../../../../frameworks/base/docs/html/training/training_toc.cs" ?>
86 include:"../../../../frameworks/base/docs/html/guide/guide_toc.cs" ?>
106 include:"../../../../frameworks/base/docs/html/design/design_toc.cs" ?>
125 include:"../../../../frameworks/base/docs/html/distribute/distribute_toc.cs" ?>
145 include:"../../../../frameworks/base/docs/html/google/google_toc.cs" ?>
169 include:"../../../../frameworks/base/docs/html/about/about_toc.cs" ?>
189 include:"../../../../frameworks/base/docs/html/distribute/more/more_toc.cs" ?
    [all...]
  /cts/tools/signature-tools/src/signature/io/html/
ApiOverviewPage.java 17 package signature.io.html;
PackageOverviewPage.java 17 package signature.io.html;
  /external/chromium-trace/trace-viewer/tracing/third_party/tvcm/tvcm/
generate_unittest.py 17 self.fs.AddFile('/x/foo/my_module.html', """
18 <!DOCTYPE html>
19 <link rel="import" href="/foo/other_module.html">
21 self.fs.AddFile('/x/foo/other_module.html', """
22 <!DOCTYPE html>
  /external/dnsmasq/contrib/slackware-dnsmasq/
dnsmasq.SlackBuild 48 CHANGELOG COPYING FAQ UPGRADING_to_2.0 doc.html setup.html \
  /external/doclava/res/assets/templates/
hierarchy.cs 2 <html>
67 </html>

Completed in 907 milliseconds

1 2 3 4 5 6 7 891011>>