HomeSort by relevance Sort by last modified time
    Searched refs:toroot (Results 1 - 25 of 46) sorted by null

1 2

  /frameworks/base/docs/html/design/
design_toc.cs 4 <div class="nav-section-header"><a href="<?cs var:toroot ?>design/index.html">Get Started</a></div>
6 <li><a href="<?cs var:toroot ?>design/get-started/creative-vision.html">Creative Vision</a></li>
7 <li><a href="<?cs var:toroot ?>design/get-started/principles.html">Design Principles</a></li>
12 <div class="nav-section-header empty"><a href="<?cs var:toroot ?>design/material/index.html">Material Design</a></div>
16 <div class="nav-section-header"><a href="<?cs var:toroot ?>design/devices.html">Devices</a></div>
18 <li><a href="<?cs var:toroot ?>design/handhelds/index.html">Phones &amp; Tablets</a></li>
21 <a href="<?cs var:toroot ?>design/wear/index.html">Wear</a></div>
23 <li><a href="<?cs var:toroot ?>design/wear/creative-vision.html">Creative Vision</a></li>
24 <li><a href="<?cs var:toroot ?>design/wear/principles.html">Design Principles</a></li>
25 <li><a href="<?cs var:toroot ?>design/wear/structure.html">App Structure</a></li
    [all...]
  /frameworks/base/docs/html/guide/
guide_toc.cs 11 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/index.html">
15 <li><a href="<?cs var:toroot ?>guide/components/fundamentals.html">
18 <li><a href="<?cs var:toroot ?>guide/practices/compatibility.html">
21 <li><a href="<?cs var:toroot ?>guide/topics/security/permissions.html">
30 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/components/index.html">
35 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/components/intents-filters.html">
39 <li><a href="<?cs var:toroot ?>guide/components/intents-common.html">
45 <div class="nav-section-header"><a href="<?cs var:toroot ?>guide/components/activities.html">
49 <li><a href="<?cs var:toroot ?>guide/components/fragments.html">
52 <li><a href="<?cs var:toroot ?>guide/components/loaders.html"
    [all...]
  /frameworks/base/docs/html/training/
training_toc.cs 4 <a href="<?cs var:toroot ?>training/index.html">
12 <a href="<?cs var:toroot ?>training/basics/firstapp/index.html"
19 <li><a href="<?cs var:toroot ?>training/basics/firstapp/creating-project.html">
23 <li><a href="<?cs var:toroot ?>training/basics/firstapp/running-app.html">
27 <li><a href="<?cs var:toroot ?>training/basics/firstapp/building-ui.html">
31 <li><a href="<?cs var:toroot ?>training/basics/firstapp/starting-activity.html">
40 <a href="<?cs var:toroot ?>training/basics/actionbar/index.html"
48 <li><a href="<?cs var:toroot ?>training/basics/actionbar/setting-up.html">
52 <li><a href="<?cs var:toroot ?>training/basics/actionbar/adding-buttons.html">
56 <li><a href="<?cs var:toroot ?>training/basics/actionbar/styling.html"
    [all...]
  /build/tools/droiddoc/templates-sdk-dyn/components/
masthead.cs 12 <a href="<?cs var:toroot ?>index.html">
13 <img src="<?cs var:toroot ?>assets/images/dac_logo.png"
14 srcset="<?cs var:toroot ?>assets/images/dac_logo@2x.png 2x"
24 <a href="<?cs var:toroot ?>design/index.html"
32 <li class="develop"><a href="<?cs var:toroot ?>develop/index.html"
40 <li class="distribute last"><a href="<?cs var:toroot ?>distribute/<?cs
61 <li><a href="<?cs var:toroot ?>design/index.html">Get Started</a></li>
62 <li><a href="<?cs var:toroot ?>design/style/index.html">Style</a></li>
63 <li><a href="<?cs var:toroot ?>design/patterns/index.html">Patterns</a></li>
64 <li><a href="<?cs var:toroot ?>design/building-blocks/index.html">Building Blocks</a></li
    [all...]
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 12 <a href="<?cs var:toroot ?>index.html">
13 <img src="<?cs var:toroot ?>assets/images/dac_logo.png"
14 srcset="<?cs var:toroot ?>assets/images/dac_logo@2x.png 2x"
24 <a href="<?cs var:toroot ?>design/index.html"
32 <li class="develop"><a href="<?cs var:toroot ?>develop/index.html"
40 <li class="distribute last"><a href="<?cs var:toroot ?>distribute/<?cs
61 <li><a href="<?cs var:toroot ?>about/index.html">About</a></li>
62 <li><a href="<?cs var:toroot ?>wear/index.html">Wear</a></li>
63 <li><a href="<?cs var:toroot ?>tv/index.html">TV</a></li>
64 <li><a href="<?cs var:toroot ?>auto/index.html">Auto</a></li
    [all...]
  /build/tools/droiddoc/templates-ds/
trailer.cs 22 <link href="<?cs var:toroot ?>assets/js/grid/960.gridder.css" rel="stylesheet" type="text/css">
23 <script src="<?cs var:toroot ?>assets/js/grid/960.gridder.js" type="text/javascript"></script>
sampleindex.cs 14 <a href="<?cs var:toroot ?>resources/browser.html?tag=sample">Sample Code</a> >
customizations.cs 298 init_default_navtree("<?cs var:toroot ?>");
341 restrictions, see the <a href="<?cs var:toroot ?>license.html">Content
349 For details and restrictions, see the <a href="<?cs var:toroot ?>license.html">
356 <a href="<?cs var:toroot ?>about/index.html">About Android</a>&nbsp;&nbsp;|&nbsp;
357 <a href="<?cs var:toroot ?>legal.html">Legal</a>&nbsp;&nbsp;|&nbsp;
358 <a href="<?cs var:toroot ?>support.html">Support</a>
367 <script src="<?cs var:toroot ?>timestamp.js" type="text/javascript"></script>
  /external/doclava/src/com/google/doclava/
ClearPage.java 47 public static String toroot = null; field in class:ClearPage
95 String toroot; local
96 if (ClearPage.toroot != null) {
97 toroot = ClearPage.toroot;
101 toroot = "";
103 toroot += "../";
106 toroot = "./";
109 data.setValue("toroot", toroot);
    [all...]
SeeTagInfo.java 60 if (ClearPage.toroot != null) {
61 data.setValue("toroot", ClearPage.toroot);
  /build/tools/droiddoc/templates-pdk/assets/
android-developer-reference.js 81 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>");
146 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png";
155 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png";
168 a.href = me.toroot + link;
206 node.plus_img.src = me.toroot + "assets/images/triangle-opened-small.png";
225 function this_page_relative(toroot)
229 if (toroot.substr(0, 1) == "/") {
230 if (full.substr(0, toroot.length) == toroot) {
231 return full.substr(toroot.length)
    [all...]
search_autocomplete.js 22 function set_row_values(toroot, row, match)
26 link.href = toroot + match.link
30 function sync_selection_table(toroot)
78 set_row_values(toroot, r, gMatches[i]);
104 function search_changed(e, kd, toroot)
113 window.location = toroot + gMatches[gSelectedIndex].link;
124 sync_selection_table(toroot);
133 sync_selection_table(toroot);
156 sync_selection_table(toroot);
264 document.location = toRoot + 'search.html#q=' + query + '&t=0'
    [all...]
  /external/doclava/res/assets/templates/assets/
doclava-developer-reference.js 76 + "<p><a href='" +toRoot+ "guide/appendix/api-levels.html'>What is the API Level?</a></p></div>");
127 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png";
136 node.plus_img.src = me.toroot + "assets/images/triangle-closed-small.png";
149 a.href = me.toroot + link;
187 node.plus_img.src = me.toroot + "assets/images/triangle-opened-small.png";
206 function this_page_relative(toroot)
210 if (toroot.substr(0, 1) == "/") {
211 if (full.substr(0, toroot.length) == toroot) {
212 return full.substr(toroot.length)
    [all...]
search_autocomplete.js 22 function set_row_values(toroot, row, match)
26 link.href = toroot + match.link
30 function sync_selection_table(toroot)
78 set_row_values(toroot, r, gMatches[i]);
104 function search_changed(e, kd, toroot)
113 window.location = toroot + gMatches[gSelectedIndex].link;
124 sync_selection_table(toroot);
133 sync_selection_table(toroot);
156 sync_selection_table(toroot);
264 document.location = toRoot + 'search.html#q=' + query + '&t=0'
    [all...]
  /build/tools/droiddoc/templates-sdk/
sampleindex.cs 19 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a>
21 &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
23 &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip"
39 <a href="<?cs var:toroot ?><?cs var:file.Href ?>"><?cs var:file.Name ?></a>
44 <img src="<?cs var:toroot ?>assets/images/triangle-opened.png"
docpage.cs 99 &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
100 &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip">Download</a>
120 <img src="<?cs var:toroot ?><?cs var:page.landing.image ?>" alt="" />
197 <script src="<?cs var:toroot ?>jd_lists_unified.js?v=3" type="text/javascript"></script>
198 <script src="<?cs var:toroot ?>jd_extras.js?v=4" type="text/javascript"></script>
199 <script src="<?cs var:toroot ?>jd_collections.js?v=4" type="text/javascript"></script>
200 <script src="<?cs var:toroot ?>jd_tag_helpers.js?v=3" type="text/javascript"></script>
sample.cs 18 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a>
19 &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
20 &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip"
33 ?><a href="<?cs var:toroot ?><?cs var:item.Link ?>"><?cs var:item.Name ?></a> /
  /build/tools/droiddoc/templates-sdk-dyn/
sampleindex.cs 19 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a>
21 &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
23 &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip"
39 <a href="<?cs var:toroot ?><?cs var:file.Href ?>"><?cs var:file.Name ?></a>
44 <img src="<?cs var:toroot ?>assets/images/triangle-opened.png"
docpage.cs 99 &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
100 &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip">Download</a>
113 <img src="<?cs var:toroot ?><?cs var:page.landing.image ?>" alt="" />
219 <script src="<?cs var:toroot ?>jd_lists_unified.js" type="text/javascript"></script>
220 <script src="<?cs var:toroot ?>jd_extras.js" type="text/javascript"></script>
221 <script src="<?cs var:toroot ?>jd_collections.js" type="text/javascript"></script>
222 <script src="<?cs var:toroot ?>jd_tag_helpers.js" type="text/javascript"></script>
sample.cs 18 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a>
19 &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
20 &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip"
33 ?><a href="<?cs var:toroot ?><?cs var:item.Link ?>"><?cs var:item.Name ?></a> /
  /build/tools/droiddoc/templates-pdk/
customizations.cs 52 <a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>class="selected"<?cs /if ?> >Package Index</a> |
53 <a href="<?cs var:toroot ?>reference/classes.html" <?cs if:(page.title == "Class Index") ?>class="selected"<?cs /if ?>>Class Index</a></nobr>
87 <a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>class="selected"<?cs /if ?> >Package Index</a> |
88 <a href="<?cs var:toroot ?>reference/classes.html" <?cs if:(page.title == "Class Index") ?>class="selected"<?cs /if ?>>Class Index</a></nobr>
98 init_default_navtree("<?cs var:toroot ?>");
130 restrictions, see the <a href="<?cs var:toroot ?>license.html">Content
138 For details and restrictions, see the <a href="<?cs var:toroot ?>license.html">
sampleindex.cs 14 <a href="<?cs var:toroot ?>resources/browser.html?tag=sample">Sample Code</a> >
sdkpage.cs 7 <meta http-equiv="refresh" content="0;url=<?cs var:toroot ?>sdk/<?cs
10 <link href="<?cs var:toroot ?>assets/android-developer-docs.css" rel="stylesheet" type="text/css" />
26 <a href="<?cs var:toroot ?>sdk/<?cs
87 href="<?cs var:toroot ?>sdk/ndk/overview.html">What is the NDK?</a> for more information about what
154 href="<?cs var:toroot ?>sdk/adding-components.html">Adding SDK Components</a>.</p>
221 href="<?cs var:toroot ?>sdk/preview/start.html">Getting Started</a> document for more information
  /build/tools/droiddoc/templates-sac/
sampleindex.cs 14 <a href="<?cs var:toroot ?>resources/browser.html?tag=sample">Sample Code</a> >
  /external/doclava/res/assets/templates/
macros.cs 3 <a href="<?cs var:toroot ?><?cs var:pkg.link ?>"><?cs var:pkg.name ?></a><?cs
24 else ?><a href="<?cs var:toroot ?><?cs var:type.link ?>"><?cs var:type.label ?></a><?cs
75 var:toroot ?><?cs
81 var:toroot ?><?cs
87 elif:tag.kind == "@docRoot" ?><?cs var:toroot ?><?cs
144 if:tag.kind == "@see" ?><code><a href="<?cs var:toroot ?><?cs var:tag.href ?>"><?cs
159 Added in <a href="<?cs var:toroot ?>guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level <?cs var:obj.since ?></a><?cs
183 <li><a href="<?cs var:toroot ?><?cs var:attr.href ?>"><?cs var:attr.name ?></a></li><?cs
274 src="<?cs var:toroot ?>assets/images/triangle-<?cs var:default ?>.png"

Completed in 353 milliseconds

1 2