Home
last modified time | relevance | path

Searched refs:document (Results 1 – 25 of 409) sorted by relevance

12345678910>>...17

/frameworks/base/tools/aidl/
Dgenerate_java.cpp73 Document* document = new Document; in generate_java() local
74 document->comment = ""; in generate_java()
75 if (iface->package) document->package = iface->package; in generate_java()
76 document->originalSrc = originalSrc; in generate_java()
77 document->classes.push_back(cl); in generate_java()
94 document->Write(to); in generate_java()
/frameworks/base/tools/preload/
Dsorttable.js30 if (!document.createElement || !document.getElementsByTagName) return;
34 forEach(document.getElementsByTagName('table'), function(table) {
46 the = document.createElement('thead');
68 tfo = document.createElement('tfoot');
100 this.removeChild(document.getElementById('sorttable_sortfwdind'));
101 sortrevind = document.createElement('span');
113 this.removeChild(document.getElementById('sorttable_sortrevind'));
114 sortfwdind = document.createElement('span');
129 sortfwdind = document.getElementById('sorttable_sortfwdind');
131 sortrevind = document.getElementById('sorttable_sortrevind');
[all …]
/frameworks/base/docs/html/tools/sdk/
Ddownload.jd8 document.getElementById('download-button').disabled =
9 !document.getElementById('checkbox').checked;
15 if (document.getElementById('checkbox').checked) {
16 document.location = "http://dl.google.com/android/" + filename;
18 document.getElementById('click-download').setAttribute("href", "http://dl.google.com/android/"
22 document.getElementById('checkbox').disabled=true;
23 document.getElementById('download-button').disabled=true;
56 document.write("File: " + filename);
/frameworks/base/docs/html/guide/google/gcm/
Dindex.jd12 …<dd>Read this document to learn the basic steps involved in developing Android applications based …
14 … <dd>Read this document for a description of the underlying concepts and architecture in GCM.</dd>
16 <dd>Read this document to walk through setting up and running the GCM demo app.</dd>
18 <dd>Read this document to get a more in-depth understanding of key GCM features.</dd>
20 <dd>Read this document if you are a C2DM developer moving to GCM.</dd>
/frameworks/base/docs/html/guide/topics/renderscript/
Dreference.jd13 newheight = element.contentWindow.document.body.scrollHeight + 20;
14 newwidth = element.contentWindow.document.body.scrollWidth;
/frameworks/base/docs/html/sdk/1.5_r1/
Drequirements.jd4 document.location=toRoot+"sdk/requirements.html"
Dinstalling.jd4 document.location=toRoot+"sdk/installing.html"
/frameworks/base/docs/html/sdk/1.0_r1/
Drequirements.jd4 document.location=toRoot+"sdk/requirements.html"
Dinstalling.jd4 document.location=toRoot+"sdk/installing.html"
/frameworks/base/docs/html/guide/topics/resources/
Dresources-i18n.jd8 <p><strong>This document has moved. Please see <a href="index.html">Application Resources</a>.</str…
/frameworks/base/docs/html/sdk/1.6_r1/
Drequirements.jd4 document.location=toRoot+"sdk/requirements.html"
/frameworks/base/docs/html/sdk/1.5_r3/
Drequirements.jd4 document.location=toRoot+"sdk/requirements.html"
/frameworks/base/docs/html/sdk/1.5_r2/
Drequirements.jd4 document.location=toRoot+"sdk/requirements.html"
/frameworks/base/docs/html/sdk/1.0_r2/
Drequirements.jd4 document.location=toRoot+"sdk/requirements.html"
Dinstalling.jd4 document.location=toRoot+"sdk/installing.html"
/frameworks/base/docs/html/sdk/1.1_r1/
Drequirements.jd4 document.location=toRoot+"sdk/requirements.html"
Dinstalling.jd4 document.location=toRoot+"sdk/installing.html"
/frameworks/base/docs/html/tools/sdk/preview/
Dupgrading.jd4 document.location=toRoot+"sdk/index.html"
Drequirements.jd4 document.location=toRoot+"sdk/requirements.html"
/frameworks/base/docs/html/guide/appendix/faq/
Dindex.jd4 document.location=toRoot+"resources/faq/index.html"
Dframework.jd4 document.location=toRoot+"resources/faq/framework.html"
Dsecurity.jd4 document.location=toRoot+"resources/faq/security.html"
Dtroubleshooting.jd4 document.location=toRoot+"resources/faq/troubleshooting.html"
Dlicensingandoss.jd4 document.location=toRoot+"resources/faq/licensingandoss.html"
Dcommontasks.jd4 document.location=toRoot+"resources/faq/commontasks.html"

12345678910>>...17