HomeSort by relevance Sort by last modified time
    Searched refs:toroot (Results 1 - 25 of 42) 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/get-started/creative-vision.html">Creative Vision</a></div>
6 <li><a href="<?cs var:toroot ?>design/get-started/principles.html"
15 <li><a href="<?cs var:toroot ?>design/patterns/new.html">New in Android</a></li>
20 <div class="nav-section-header empty"><a href="<?cs var:toroot ?>design/material/index.html"
30 <div class="nav-section-header"><a href="<?cs var:toroot ?>design/devices.html">Devices</a></div>
32 <li><a href="<?cs var:toroot ?>design/handhelds/index.html">Phones &amp; Tablets</a></li>
35 <a href="<?cs var:toroot ?>design/wear/index.html">Wear</a></div>
37 <li><a href="<?cs var:toroot ?>design/wear/creative-vision.html">Creative Vision</a></li>
38 <li><a href="<?cs var:toroot ?>design/wear/principles.html">Design Principles</a></li>
39 <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/topic/performance/
performance_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/supporting-devices/index.html"
47 <li><a href="<?cs var:toroot ?>training/basics/supporting-devices/languages.html">
51 <li><a href="<?cs var:toroot ?>training/basics/supporting-devices/screens.html">
55 <li><a href="<?cs var:toroot ?>training/basics/supporting-devices/platforms.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/supporting-devices/index.html"
47 <li><a href="<?cs var:toroot ?>training/basics/supporting-devices/languages.html">
51 <li><a href="<?cs var:toroot ?>training/basics/supporting-devices/screens.html">
55 <li><a href="<?cs var:toroot ?>training/basics/supporting-devices/platforms.html"
    [all...]
  /build/tools/droiddoc/templates-sdk/components/
masthead.cs 14 <?cs if:ndk ?><a class="dac-header-logo" style="width:144px;" href="<?cs var:toroot
16 <img class="dac-header-logo-image" src="<?cs var:toroot ?>assets/images/android_logo.png"
17 srcset="<?cs var:toroot ?>assets/images/android_logo@2x.png 2x"
19 </a><?cs else ?><a class="dac-header-logo" href="<?cs var:toroot ?>index.html">
20 <img class="dac-header-logo-image" src="<?cs var:toroot ?>assets/images/android_logo.png"
21 srcset="<?cs var:toroot ?>assets/images/android_logo@2x.png 2x"
28 <a href="<?cs var:toroot ?>ndk/guides/index.html" class="dac-header-tab"
37 <a href="<?cs var:toroot ?>ndk/reference/index.html" class="dac-header-tab"
46 <a href="<?cs var:toroot ?>ndk/samples/index.html" class="dac-header-tab"
50 <a href="<?cs var:toroot ?>ndk/downloads/index.html" class="dac-header-tab
    [all...]
  /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 66 if (ClearPage.toroot != null) {
67 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-ndk/
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 83 &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
84 &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip">Download</a>
104 <img src="<?cs var:toroot ?><?cs var:page.landing.image ?>" alt="" />
181 <script src="<?cs var:toroot ?>jd_lists_unified.js?v=8" type="text/javascript"></script>
182 <script src="<?cs var:toroot ?>jd_extras.js?v=10" type="text/javascript"></script>
183 <script src="<?cs var:toroot ?>jd_collections.js?v=10" type="text/javascript"></script>
184 <script src="<?cs var:toroot ?>jd_tag_helpers.js?v=5" 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/
sampleindex.cs 14 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a>
16 &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
18 &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip"
34 <a href="<?cs var:toroot ?><?cs var:file.Href ?>"><?cs var:file.Name ?></a>
39 <img src="<?cs var:toroot ?>assets/images/triangle-opened.png"
sample.cs 13 <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/index.html">Overview</a>
14 &#124; <a href="<?cs var:toroot ?>samples/<?cs var:projectDir ?>/project.html">Project</a>
15 &#124; <a href="<?cs var:toroot ?>downloads/samples/<?cs var:projectDir ?>.zip"
28 ?><a href="<?cs var:toroot ?><?cs var:item.Link ?>"><?cs var:item.Name ?></a> /
customizations.cs 222 restrictions, see the <a href="<?cs var:toroot ?>license.html">Content
229 For details and restrictions, see the <a href="<?cs var:toroot ?>license.html">
234 <a href="<?cs var:toroot ?>about/android.html">About Android</a>
235 <a href="<?cs var:toroot ?>auto/index.html">Auto</a>
236 <a href="<?cs var:toroot ?>tv/index.html">TV</a>
237 <a href="<?cs var:toroot ?>wear/index.html">Wear</a>
238 <a href="<?cs var:toroot ?>legal.html">Legal</a>
246 <script src="<?cs var:toroot ?>timestamp.js" type="text/javascript"></script>
  /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/eigen/doc/
eigen_navtree_hacks.js 78 function initNavTree(toroot,relpath)
82 o.toroot = toroot;
110 navTo(o,toroot,window.location.hash,relpath);
130 navTo(o,toroot,window.location.hash,relpath);
  /build/tools/droiddoc/templates-sac/assets/js/
docs.js 11 var SITE_ROOT = toRoot + basePath.substring(1,basePath.indexOf("/",1));
21 $.getScript(toRoot + 'reference/lists.js');
23 $.getScript(toRoot + 'reference/gcm_lists.js', function(data, textStatus, jqxhr) {
26 $.getScript(toRoot + 'reference/gms_lists.js', function(data, textStatus, jqxhr) {
63 $("#search_autocomplete").keyup(function() {return search_changed(event, false, toRoot)});
358 $imgIcon = $('<img src="'+toRoot+'assets/images/resource-tutorial.png" alt=""/>');
363 $imgIcon = $('<img src="'+toRoot+'assets/images/resource-article.png" alt=""/>');
1044 init_default_navtree(toRoot);
    [all...]
  /external/doclava/res/assets/templates/
macros.cs 4 <a href="<?cs var:toroot ?><?cs var:pkg.link ?>"><?cs var:pkg.name ?></a><?cs
25 else ?><a href="<?cs var:toroot ?><?cs var:type.link ?>"><?cs var:type.label ?></a><?cs
51 else ?><a href="<?cs var:toroot ?><?cs var:type.link ?>"><?cs var:type.label ?></a><?cs
90 ?><?cs var:toroot ?><?cs
99 var:toroot ?><?cs
103 var:toroot ?><?cs
109 var:toroot ?><?cs
233 if:tag.kind == "@see" ?><code><a href="<?cs var:toroot ?><?cs var:tag.href ?>"><?cs
248 Added in <a href="<?cs var:toroot ?>guide/topics/manifest/uses-sdk-element.html#ApiLevels">API level <?cs var:obj.since ?></a><?cs
280 <li><a href="<?cs var:toroot ?><?cs var:attr.href ?>"><?cs var:attr.name ?></a></li><?c
    [all...]
  /docs/source.android.com/
Android.mk 14 -toroot / \

Completed in 1202 milliseconds

1 2