/external/webkit/Source/WebCore/html/ |
HTMLParamElement.idl | 20 module html {
|
HTMLSourceElement.idl | 26 module html {
|
HTMLStyleElement.idl | 21 module html {
|
ImageData.idl | 29 module html {
|
MediaError.idl | 26 module html {
|
HTMLAllCollection.idl | 26 module html {
|
HTMLBaseFontElement.idl | 20 module html {
|
/external/webkit/Source/WebCore/html/canvas/ |
ArrayBufferView.idl | 26 module html {
|
CanvasRenderingContext.idl | 26 module html {
|
WebGLContextAttributes.idl | 27 module html {
|
/external/libvpx/ |
docs.mk | 46 CLEAN-OBJS += doxyfile $(wildcard docs/html/*) 47 docs/html/index.html: doxyfile $(CODEC_DOX) $(TXT_DOX) 50 DOCS-yes += docs/html/index.html 52 DIST-DOCS-yes = $(wildcard docs/html/*)
|
/external/webkit/LayoutTests/fast/dom/HTMLAnchorElement/script-tests/ |
set-href-attribute-port.js | 6 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value"; 8 shouldBe("a.href", "'https://www.mydomain.com/path/testurl.html?key=value'"); 11 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value"; 13 shouldBe("a.href", "'https://www.mydomain.com/path/testurl.html?key=value'"); 16 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value"; 18 shouldBe("a.href", "'https://www.mydomain.com:0/path/testurl.html?key=value'"); 22 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value"; 24 shouldBe("a.href", "'https://www.mydomain.com:4/path/testurl.html?key=value'"); 28 a.href = "https://www.mydomain.com:8080/path/testurl.html?key=value"; 30 shouldBe("a.href", "'https://www.mydomain.com:0/path/testurl.html?key=value'") [all...] |
/external/webkit/Tools/Scripts/ |
make-script-test-wrappers | 29 # Script to generate HTML wrappers for JavaScript tests from templates 67 if ($tpath =~ s:/(script-tests)/TEMPLATE.html$::) { 69 $templateRelativePath = $1 . "/TEMPLATE.html"; 91 if (-e "${templateDirectory}/TEMPLATE-n.html") { 92 open TEMPLATE, "<${templateDirectory}/TEMPLATE-n.html"; 98 my $html = $file; 99 $html =~ s:${templateDirectory}/(.*)\.js:$1.html:; 100 next if -f "$html-disabled"; 108 print " ${html}\n" [all...] |
/external/clang/docs/tools/ |
Makefile | 17 # the POD files to HTML only and keep them in the src directories. It must also 21 DST_HTML_DIR=html/ 27 all:: html man ps 30 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS) 55 HTML := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_HTML_DIR)%.html, $(POD)) 62 INSTALL_TARGETS := install-html install-man install-ps 66 .SUFFIXES: .html .pod .1 .ps 68 $(DST_HTML_DIR)%.html: %.pod $(DST_HTML_DIR)/.dir 79 html: $(HTML [all...] |
/external/llvm/docs/CommandGuide/ |
Makefile | 13 # the POD files to HTML only and keep them in the src directories. It must also 17 DST_HTML_DIR=html/ 22 all:: html man ps 25 rm -f pod2htm*.*~~ $(HTML) $(MAN) $(PS) 47 HTML := $(patsubst $(SRC_DOC_DIR)%.pod, $(DST_HTML_DIR)%.html, $(POD)) 58 .SUFFIXES: .html .pod .1 .ps 60 $(DST_HTML_DIR)%.html: %.pod $(DST_HTML_DIR)/.dir 71 html: $(HTML) [all...] |
/frameworks/base/docs/html/guide/ |
guide_toc.cs | 21 <li><a href="<?cs var:toroot ?>guide/basics/what-is-android.html"> 31 <li><a href="<?cs var:toroot ?>guide/topics/fundamentals.html"> 61 <div><a href="<?cs var:toroot ?>guide/topics/fundamentals/activities.html"> 65 <li><a href="<?cs var:toroot ?>guide/topics/fundamentals/fragments.html"> 68 <li><a href="<?cs var:toroot ?>guide/topics/fundamentals/loaders.html"> 71 <li><a href="<?cs var:toroot ?>guide/topics/fundamentals/tasks-and-back-stack.html"> 76 <div><a href="<?cs var:toroot ?>guide/topics/fundamentals/services.html"> 80 <li><a href="<?cs var:toroot ?>guide/topics/fundamentals/bound-services.html"> 85 <li><a href="<?cs var:toroot ?>guide/topics/providers/content-providers.html"> 88 <li><a href="<?cs var:toroot ?>guide/topics/intents/intents-filters.html"> [all...] |
/external/webkit/LayoutTests/fast/url/script-tests/ |
file-http-base.js | 5 ["file:c:\\\\foo\\\\bar.html", "file:///C:/foo/bar.html"], 6 [" File:c|////foo\\\\bar.html", "file:///C:////foo/bar.html"], 23 ["file:c:foo/bar.html", "file:///C:/foo/bar.html"], 24 ["file:/\\\\/\\\\C:\\\\\\\\//foo\\\\bar.html", "file:///C:////foo/bar.html"], 34 ["FILE:/\\\\/\\\\7:\\\\\\\\//foo\\\\bar.html", "file://7:////foo/bar.html"], [all...] |
file.js | 5 ["file:c:\\\\foo\\\\bar.html", "file:///C:/foo/bar.html"], 6 [" File:c|////foo\\\\bar.html", "file:///C:////foo/bar.html"], 23 ["file:c:foo/bar.html", "file:///C:/foo/bar.html"], 24 ["file:/\\\\/\\\\C:\\\\\\\\//foo\\\\bar.html", "file:///C:////foo/bar.html"], 34 ["FILE:/\\\\/\\\\7:\\\\\\\\//foo\\\\bar.html", "file://7:////foo/bar.html"], [all...] |
/external/webkit/LayoutTests/fast/dom/DeviceMotion/script-tests/ |
no-page-cache.js | 13 debug('resources/cached-page-1.html onload fired, count = ' + pageOneOnloadCount); 20 debug("Main page opening resources/cached-page-1.html"); 21 window.open("resources/cached-page-1.html");
|
/external/webkit/LayoutTests/fast/dom/DeviceOrientation/script-tests/ |
no-page-cache.js | 13 debug('resources/cached-page-1.html onload fired, count = ' + pageOneOnloadCount); 20 debug("Main page opening resources/cached-page-1.html"); 21 window.open("resources/cached-page-1.html");
|
/cts/ |
CtsTestCoverage.mk | 34 cts-test-coverage-report := $(coverage_out)/test-coverage.html 35 cts-verifier-coverage-report := $(coverage_out)/verifier-coverage.html 41 $(CTS_COVERAGE_TEST_CASE_LIST),cts-test-apks,html,test-coverage.html) 45 CtsVerifier,cts-verifier-apks,html,verifier-coverage.html) 55 $(call dist-for-goals, cts, $(cts-test-coverage-report):cts-test-coverage-report.html) 56 $(call dist-for-goals, cts, $(cts-verifier-coverage-report):cts-verifier-coverage-report.html)
|
/development/build/ |
sdk-darwin-x86.atree | 39 external/sonivox/docs/JET_Authoring_Guidelines.html docs/JetCreator/JET_Authoring_Guidelines.html 41 external/sonivox/docs/JET_Creator_User_Manual.html docs/JetCreator/JET_Creator_User_Manual.html
|
/external/elfutils/doc/ |
Makefile.am | 22 .PHONY: dvi pdf html
|
/external/webkit/LayoutTests/fast/dom/Node/script-tests/ |
isEqualNode.js | 4 var docTypeAllSet = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'); 5 var docTypeAllSet2 = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'); 6 var docTypeDifferentPublicID = document.implementation.createDocumentType('html', 'foo', 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd'); 7 var docTypeDifferentSystemID = document.implementation.createDocumentType('html', '-//W3C//DTD XHTML 1.0 Strict//EN', 'bar');
|
/external/webkit/Source/WebCore/fileapi/ |
FileWriterSync.idl | 31 module html {
|