/external/webkit/SunSpider/tests/parse-only/ |
jquery-1.3.2.js | 29 // A simple way to check for HTML strings or ID strings 47 // Handle HTML strings 49 // Are we dealing with HTML string or an ID? 55 // HANDLE: $(html) -> $(array) 219 wrapAll: function( html ) { 222 var wrap = jQuery( html, this[0].ownerDocument ).clone(); 240 wrapInner: function( html ) { 242 jQuery( this ).contents().wrapAll( html ); 246 wrap: function( html ) { 248 jQuery( this ).wrapAll( html ); [all...] |
/external/webkit/WebKitTools/Scripts/webkitpy/layout_tests/ |
rebaseline_chromium_webkit_tests.py | 41 At the end, the script generates a html that compares old and new baselines. 148 """Setup the directory to store html results. 150 All html related files are stored in the "rebaseline_html" subdirectory. 157 the directory that stores the html related rebaselining results. 166 logging.info('Html directory: "%s"', html_directory) 170 logging.info('Deleted file at html directory: "%s"', html_directory) 182 html_directory: directory that stores the html related files. 660 """Create baseline files (old, new and diff) in html directory. 671 # Copy the new baseline to html directory for result comparison. 677 logging.info(' Html: copied new baseline file from "%s" to "%s".' [all...] |
/build/tools/droiddoc/templates-pdk/assets/ |
android-developer-docs.js | 40 $("html").css({'overflow':'auto'}); 152 if (lastSlashPos == (fullPageName.length - 1)) { // if the url ends in slash (add 'index.html') 153 fullPageName = fullPageName + "index.html"; 155 var htmlPos = fullPageName.lastIndexOf(".html", fullPageName.length); 159 // if there's no match, then let's backstep through the directory until we find an index.html page that matches our ancestor directories (only for dev guide) 163 link = $("#devdoc-nav a[href$='"+ pathPageName.slice(0, backstepDirectory + 1)+"index.html']");
|
/external/webkit/ |
Android.mk | 114 $(LOCAL_PATH)/WebCore/html \ 115 $(LOCAL_PATH)/WebCore/html/canvas \ 173 $(base_intermediates)/WebCore/html \
|
/external/webkit/WebCore/platform/win/ |
ClipboardUtilitiesWin.cpp | 100 //Firefox text/html 103 static UINT cf = RegisterClipboardFormat(L"text/html"); 175 const char* startMarkup = "<HTML>\n<BODY>\n<!--StartFragment-->\n"; 176 const char* endMarkup = "\n<!--EndFragment-->\n</BODY>\n</HTML>"; 270 //MSIE HTML Format 273 static UINT cf = RegisterClipboardFormat(L"HTML Format"); 411 unsigned markupStart = cf_html.find("<html", 0, false); 428 String html; local 431 //MS HTML Format parsing 441 //raw html [all...] |
/cts/tools/signature-tools/src/signature/compare/ |
Main.java | 28 import signature.io.html.HtmlDeltaExternalizer;
|
/cts/tools/signature-tools/src/signature/io/html/ |
HtmlDeltaExternalizer.java | 17 package signature.io.html; 42 private static final String OVERVIEW_PAGE_NAME = "changes.html"; 89 + "pkg_" + aPackage.getName() + ".html"; 102 + ".html";
|
/external/bison/build-aux/ |
Makefile | 311 html: html-am 346 distclean-generic distdir dvi dvi-am html html-am info info-am \
|
/external/bison/data/ |
Makefile | 364 html: html-am 400 distclean-generic distdir dvi dvi-am html html-am info info-am \
|
/external/bison/src/ |
Makefile | 566 html: html-am 604 distclean-generic distclean-tags distdir dvi dvi-am html \ 605 html-am info info-am install install-am install-binPROGRAMS \
|
/external/bison/tests/ |
Makefile | 334 html: html-am 370 html html-am info info-am install install-am install-data \
|
/external/elfutils/lib/ |
Makefile | 376 html: html-am 413 distclean-generic distclean-tags distdir dvi dvi-am html \ 414 html-am info info-am install install-am install-data \
|
/external/elfutils/libcpu/ |
Makefile | 360 html: html-am 397 distclean-generic distclean-tags distdir dvi dvi-am html \ 398 html-am info info-am install install-am install-data \
|
/external/elfutils/src/ |
Makefile | 552 html: html-am 590 distdir dvi dvi-am html html-am info info-am install \
|
/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/libffi/ |
Makefile.am | 173 # No install-html or install-pdf support in automake yet 174 .PHONY: install-html install-pdf 175 install-html:
|
/external/webkit/LayoutTests/http/conf/ |
httpd.conf | 60 # (available at <URL:http://www.apache.org/docs/mod/core.html#lockfile>); 191 # Please read the file http://httpd.apache.org/docs/dso.html for more 421 # If your server contains mostly text or HTML documents, "text/plain" is 617 # To use server-parsed HTML files 619 AddType text/html .shtml 671 #ErrorDocument 404 /missing.html 672 # to redirect to local URL /missing.html 677 #ErrorDocument 402 http://some.other-server.com/subscription_info.html 726 DirectoryIndex index.html index.php
|
/external/webkit/WebCore/dom/ |
Range.h | 84 PassRefPtr<DocumentFragment> createContextualFragment(const String& html, ExceptionCode&) const;
|
/external/webkit/WebKit/chromium/public/ |
WebFrame.h | 254 // encoding. For HTML data, baseURL indicates the security origin of 267 // "text/html" and text_encoding is "UTF-8". 268 virtual void loadHTMLString(const WebData& html, 460 // HTML document. 474 // Returns HTML text for the contents of this frame. This is generated
|
/external/webkit/WebKit/qt/Api/ |
qgraphicswebview.h | 70 void setHtml(const QString& html, const QUrl& baseUrl = QUrl());
|
qwebview.h | 65 void setHtml(const QString& html, const QUrl& baseUrl = QUrl());
|
/frameworks/base/tests/DumpRenderTree/assets/ |
run_page_cycler.py | 9 run_page_cycler.py "file:///sdcard/android/page_cycler/moz/start.html?auto=1\&iterations=10" 35 print "need a URL, e.g. file:///sdcard/android/page_cycler/moz/start.html"
|
/external/webkit/WebKitTools/Scripts/ |
run-webkit-tests | 37 # If no tests are passed, find all the .html, .shtml, .xml, .xhtml, .pl, .php (and svg) files in the test directory. 399 my $testResults = File::Spec->catfile($testResultsDirectory, "results.html"); 419 my %ignoredFiles = ( "results.html" => 1 ); 422 my %supportedFileExtensions = map { $_ => 1 } qw(html shtml xml xhtml pl php); 657 my $errorMessagePath = "$testDirectory/websocket/resources/server-failed-to-start.html"; [all...] |
/build/core/ |
Makefile | 29 # docs/index.html 30 gen := $(OUT_DOCS)/index.html 32 $(gen): frameworks/base/docs/docs-redirect-index.html 354 # Create the rule to combine the files into text and html forms 356 # $(2) - HTML output file 414 $$(hide) echo "<html><head>" > $$@ 446 $$(hide) echo "</body></html>" >> $$@ 450 # TODO These intermediate NOTICE.txt/NOTICE.html files should go into 455 target_notice_file_html := $(TARGET_OUT_INTERMEDIATES)/NOTICE.html 456 target_notice_file_html_gz := $(TARGET_OUT_INTERMEDIATES)/NOTICE.html.g [all...] |
/build/tools/droiddoc/templates/assets/ |
android-developer-reference.js | 39 var select = $("#apiLevelSelector").html("").change(changeApiLevel); 69 var thing = ($("#jd-header").html().indexOf("package") != -1) ? "package" : "class"; 70 $("#naMessage").show().html("<div><p><strong>This " + thing + " is not available with API Level " + selectedLevel + ".</strong></p>" 74 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>");
|