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

1 2 3 4 5 6 7 891011>>

  /build/tools/droiddoc/templates-sdk/
sdkpage.cs 3 <html>
9 else ?>index.html<?cs /if ?>">
28 else ?>index.html<?cs /if ?>"><?cs
51 <p><a href="/sdk/index.html">Download the current Android SDK</a></p>
73 href="<?cs var:toroot ?>sdk/ndk/overview.html">What is the NDK?</a> for more information about what
79 href="http://developer.android.com/sdk/index.html">Android SDK</a>, please
126 applications more efficiently. See the <a href="features.html">Android <?cs
156 href="adding-components.html">Adding SDK Components</a>.</p>
171 href="{@docRoot}sdk/adding-components.html">Adding SDK Components</a>.</p>
236 $("#filename").text($(link).html());
    [all...]
  /development/pdk/doxygen_config/
pdk_config.conf 104 *.html
136 # configuration options related to the HTML output
139 HTML_OUTPUT = html
140 HTML_FILE_EXTENSION = .html
  /external/jdiff/
xerces.jar 
  /external/webkit/WebKit/qt/tests/qwebframe/
tst_qwebframe.cpp 2625 QString html = "<html>" local
    [all...]
  /external/bluetooth/glib/docs/reference/gobject/
Makefile.am 42 # Images to copy into HTML directory
59 FIXXREF_OPTIONS=--extra-dir=$(srcdir)/../glib/html
  /external/e2fsprogs/doc/
Makefile.in 17 HTML=texi2html
55 $(RM) -f *.ps *.info *.info-? *.html
  /external/webkit/WebCore/html/
HTMLAnchorElement.idl 21 module html {
HTMLMediaElement.idl 26 module html {
HTMLObjectElement.idl 21 module html {
HTMLElement.h 56 void insertAdjacentHTML(const String& where, const String& html, ExceptionCode&);
HTMLViewSourceDocument.cpp 57 if (m_type == "text/html" || m_type == "application/xhtml+xml" || m_type == "image/svg+xml" || implementation()->isXMLMIMEType(m_type)
70 RefPtr<HTMLHtmlElement> html = new HTMLHtmlElement(htmlTag, this); local
71 addChild(html);
72 html->attach();
74 html->addChild(body);
111 m_current = addSpanWithClassName("webkit-html-comment");
112 addText(String("<!--") + token->text.get() + "-->", "webkit-html-comment");
116 String classNameStr = "webkit-html-tag";
152 m_current = addSpanWithClassName("webkit-html-attribute-name");
153 addText(name, "webkit-html-attribute-name")
    [all...]
  /external/webkit/WebCore/platform/chromium/
PasteboardChromium.cpp 84 String html = createMarkup(selectedRange, 0, AnnotateForInterchange); local
93 ChromiumBridge::clipboardWriteSelection(html, url, plainText, canSmartCopyOrDelete);
  /external/dnsmasq/contrib/Suse/
dnsmasq-suse.spec 101 %doc CHANGELOG COPYING FAQ doc.html setup.html UPGRADING_to_2.0 rpm/README.susefirewall
  /external/emma/core/java12/com/vladium/emma/report/html/doc/
HTMLTable.java 5 * and is available at http://www.eclipse.org/legal/cpl-v10.html
9 package com.vladium.emma.report.html.doc;
IElement.java 5 * and is available at http://www.eclipse.org/legal/cpl-v10.html
9 package com.vladium.emma.report.html.doc;
  /external/libvpx/
libs.doxy_template 640 # will point to the HTML generated by the htags(1) tool instead of doxygen
642 # tagging system (see http://www.gnu.org/software/global/global.html). You
677 # configuration options related to the HTML output
681 # generate HTML output.
685 # The HTML_OUTPUT tag is used to specify where the HTML docs will be put.
687 # put in front of it. If left blank `html' will be used as the default path.
689 HTML_OUTPUT = html
692 # each generated HTML page (for example: .htm,.php,.asp). If it is left blank
693 # doxygen will generate files with .html extension.
695 HTML_FILE_EXTENSION = .html
    [all...]
  /external/stlport/etc/
STLport-4.5.1.spec 7 Copyright: free (see license), see /usr/share/doc/%{name}-%{version}/license.html
66 %doc doc/license.html
STLport-4.5.3.spec 7 Copyright: free (see license), see /usr/share/doc/%{name}-%{version}/license.html
66 %doc doc/license.html
STLport-4.6.spec 7 Copyright: free (see license), see /usr/share/doc/%{name}-%{version}/license.html
66 %doc doc/license.html
  /external/webkit/WebCore/platform/qt/
DragDataQt.cpp 137 return createFragmentFromMarkup(doc, m_platformDragData->html(), "", FragmentScriptingNotAllowed);
  /development/pdk/pndk/
Pndk.mk 103 pndk_common_dest_files := $(pndk_common_dest_dir)/Android_PNDK_README.html \
117 $(pndk_common_dest_dir)/Android_PNDK_README.html: $(LOCAL_PATH)/Android_PNDK_README.html | $(ACP)
118 @echo "pndk Android_PNDK_README.html: from $? to $@"
  /development/samples/MySampleRss/src/com/example/codelab/rssexample/
RssService.java 224 String html = "<html><body><h2>No data</h2></body></html>"; local
235 html = rssFeed.toString();
239 return html;
  /external/elfutils/doc/
Makefile 265 html: html-am
298 distclean-generic distdir dvi dvi-am html html-am info info-am \
309 .PHONY: dvi pdf html
  /development/build/
sdk.atree 31 development/docs/SDK_RELEASE_NOTES RELEASE_NOTES.html
34 frameworks/base/docs/docs-redirect.html documentation.html
132 frameworks/base/docs/docs-samples-redirect.html docs/samples/index.html
  /external/emma/lib/
emma.jar 

Completed in 458 milliseconds

1 2 3 4 5 6 7 891011>>