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

1 2 3 45 6 7 8 91011>>

  /external/clearsilver/cgi/
Android.mk 7 html.c \
  /external/icu4c/test/perf/unisetperf/draft/
contperf.sh 19 udhr_jpn.html; do
span16perf.sh 19 udhr_jpn.html; do
span8perf.sh 19 udhr_jpn.html; do
  /external/webkit/WebCore/html/
DataGridColumn.idl 26 module html {
HTMLCollection.idl 21 module html {
HTMLScriptElement.idl 20 module html {
HTMLTableSectionElement.idl 21 module html {
HTMLVideoElement.idl 26 module html {
ValidityState.idl 23 module html {
HTMLElement.idl 21 module html {
52 in DOMString html)
  /external/webkit/WebCore/html/canvas/
WebGLArray.idl 26 module html {
  /external/webkit/WebCore/platform/qt/
PasteboardQt.cpp 68 QString html = QLatin1String("<html><head><meta http-equiv=\"Content-Type\" content=\"text/html; charset=utf-8\" /></head><body>"); local
69 html += createMarkup(selectedRange, 0, AnnotateForInterchange);
70 html += QLatin1String("</body></html>");
71 md->setHtml(html);
104 QString html = mimeData->html(); local
105 if (!html.isEmpty())
    [all...]
  /cts/tools/signature-tools/src/signature/io/html/
ClassByNameComparator.java 17 package signature.io.html;
PackageByNameComparator.java 17 package signature.io.html;
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HyperRef.java 5 * and is available at http://www.eclipse.org/legal/cpl-v10.html
9 package com.vladium.emma.report.html.doc;
Text.java 5 * and is available at http://www.eclipse.org/legal/cpl-v10.html
9 package com.vladium.emma.report.html.doc;
  /external/webkit/WebKitTools/Scripts/
generate-qt-inspector-resource 47 # Directory with html and js files and the images
48 addFiles(<WebCore/inspector/front-end/*.{*html,js,css,svg}>);
  /frameworks/base/core/java/com/google/android/util/
AbstractMessageParser.java 167 if ((i > 0) && (tokens.get(i - 1) instanceof Html)) {
168 ((Html)tokens.get(i - 1)).trimLeadingWhitespace();
170 if ((i + 1 < tokens.size()) && (tokens.get(i + 1) instanceof Html)) {
171 ((Html)tokens.get(i + 1)).trimTrailingWhitespace();
176 // Remove any empty html tokens.
282 addToken(new Html(text.substring(start, nextChar), buf.toString()));
657 HTML ("html"),
658 FORMAT ("format"), // subtype of HTML
668 //stringreps for HTML and FORMAT don't really matte
722 private String html; field in class:AbstractMessageParser.Html
1241 StringBuilder html = new StringBuilder(); local
    [all...]
  /development/pdk/
Pdk.mk 37 # Doxygenize the header files to create html docs in the generatedDocs dir.
38 # Copy the appengine files, the template files and the generated html
41 # styles added to the html.
63 # Working directory for html, et al. after doxygination
64 pdk_generated_source_dir := $(pdk_docs_intermediates)/generatedDocs/html
77 # descriptions for the new headers and point to the new doxygen created html.
128 # Copy newer doxygen html files.
129 $(pdk_docs_intermediates)/header.html: $(pdk_config_dir)/header.html
133 $(pdk_docs_intermediates)/footer.html: $(pdk_config_dir)/footer.htm
    [all...]
  /external/chromium/third_party/icu/source/test/perf/perldriver/
Output.pm 15 my $outType = "HTML";
16 my $html = "noName";
52 print HTML "<td class=\"";
54 print HTML "value";
56 print HTML "worse";
58 print HTML "\">";
60 print HTML formatPercent(2, $mean);
62 print HTML formatNumber(2, $mult, $mean);
64 print HTML "</td>\n";
65 print HTML "<td class=\""
    [all...]
  /external/icu4c/test/perf/perldriver/
Output.pm 15 my $outType = "HTML";
16 my $html = "noName";
52 print HTML "<td class=\"";
54 print HTML "value";
56 print HTML "worse";
58 print HTML "\">";
60 print HTML formatPercent(2, $mean);
62 print HTML formatNumber(2, $mult, $mean);
64 print HTML "</td>\n";
65 print HTML "<td class=\""
    [all...]
  /build/tools/droiddoc/templates/
sample.cs 4 <html>
32 </html>
  /device/sample/frameworks/PlatformLibrary/
Android.mk 41 LOCAL_SRC_FILES := $(call all-subdir-java-files) $(call all-subdir-html-files)
  /external/libvpx/examples/includes/geshi/contrib/
aliased.php 59 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
61 <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
70 html {
124 </html>

Completed in 455 milliseconds

1 2 3 45 6 7 8 91011>>