Home
last modified time | relevance | path

Searched refs:a (Results 1 – 25 of 80) sorted by relevance

1234

/build/tools/releasetools/
Dboth_generator.py38 def AssertSomeFingerprint(self, *a): self._DoBoth("AssertSomeFingerprint", *a) argument
39 def AssertOlderBuild(self, *a): self._DoBoth("AssertOlderBuild", *a) argument
40 def AssertDevice(self, *a): self._DoBoth("AssertDevice", *a) argument
41 def AssertSomeBootloader(self, *a): self._DoBoth("AssertSomeBootloader", *a) argument
42 def ShowProgress(self, *a): self._DoBoth("ShowProgress", *a) argument
43 def PatchCheck(self, *a): self._DoBoth("PatchCheck", *a) argument
44 def CacheFreeSpaceCheck(self, *a): self._DoBoth("CacheFreeSpaceCheck", *a) argument
45 def Mount(self, *a): self._DoBoth("Mount", *a) argument
46 def UnpackPackageDir(self, *a): self._DoBoth("UnpackPackageDir", *a) argument
47 def Comment(self, *a): self._DoBoth("Comment", *a) argument
[all …]
/build/tools/droiddoc/templates-pdk/
Dcustomization.cs8 <a href="http://source.android.com" tabindex="-1"><img
9 …:toroot ?>assets/images/open_source.png" alt="Open Source Project: Platform Development Kit" /></a>
16 <li id="home-link"><a href="<?cs var:toroot ?>index.html"><span>Home</span></a></li>
17 <li id="guide-link"><a href="<?cs var:toroot ?>guide/index.html"
18 onClick="return loadLast('guide)'"><span>Guide</span></a></li>
19 <li id="releases-ink"><a href="<?cs var:toroot ?>releases/index.html"
20 … onClick="return loadLast('releases)'"><span>Releases</span></a></li>
21 <li id="licenses-link"><a href="<?cs var:toroot ?>licenses/index.html"
22 … onClick="return loadLast('licenses)'"><span>Licenses</span></a></li>
23 <li id="community-link"><a href="<?cs var:toroot ?>community/index.html"
[all …]
/build/tools/droiddoc/templates-sdk/
Dheader_tabs.cs9 <li id="home-link"><a href="<?cs var:toroot ?><?cs
22 </a></li>
23 <li id="sdk-link"><a href="<?cs var:toroot ?>sdk/index.html">
25 </a></li>
26 …<li id="guide-link"><a href="<?cs var:toroot ?>guide/index.html" onClick="return loadLast('guide')…
30 <span style="display:none" class="es">Guía</span>
37 </a></li>
38 …<li id="reference-link"><a href="<?cs var:toroot ?>reference/packages.html" onClick="return loadLa…
49 </a></li>
50 <li><a href="http://android-developers.blogspot.com" onClick="return requestAppendHL(this.href)">
[all …]
Dcustomization.cs2 <?cs # Use the -tempatedir arg to javadoc to set your own directory with a replacement for this fil…
43 <a href="<?cs var:toroot ?>index.html" tabindex="-1"><img
44 src="<?cs var:toroot ?>assets/images/bg_logo.png" alt="Android Developers" /></a>
71 <a href="http://www.android.com">Android.com</a>
135 …<a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>clas…
136 …<a href="<?cs var:toroot ?>reference/classes.html" <?cs if:(page.title == "Class Index") ?>class="…
164 <p style="padding:10px">Select a package to view its members</p><?cs
170 …<a href="<?cs var:toroot ?>reference/packages.html" <?cs if:(page.title == "Package Index") ?>clas…
171 …<a href="<?cs var:toroot ?>reference/classes.html" <?cs if:(page.title == "Class Index") ?>class="…
209 licensed under <a href="http://creativecommons.org/licenses/by/2.5/">
[all …]
Dsdkpage.cs16 <a name="top"></a>
26 <a href="<?cs var:toroot ?>sdk/<?cs
31 </a> ...</p>
52 <p><a href="/sdk/index.html">Download the current Android SDK</a></p>
63 <p>The Android NDK is a companion tool to the Android SDK that lets Android
67 do so before downloading the NDK. Also, please read <a href="#overview">What is
68 the Android NDK?</a> to get an understanding of what the NDK offers and whether
84 …<a href="http://dl.google.com/android/ndk/<?cs var:ndk.win_download ?>"><?cs var:ndk.win_download …
92 …<a href="http://dl.google.com/android/ndk/<?cs var:ndk.mac_download ?>"><?cs var:ndk.mac_download …
100 …<a href="http://dl.google.com/android/ndk/<?cs var:ndk.linux_download ?>"><?cs var:ndk.linux_downl…
[all …]
/build/tools/droiddoc/templates/
Ddocpage.cs8 <div class="g-unit" id="doc-content"><a name="top"></a>
13 <a href="<?cs var:parent.link ?>"><?cs var:parent.title ?></a> >
27 <a href="#top" style="float:right">&uarr; Go to top</a>
29 <p><a href="<?cs var:parent.link ?>">&larr; Back to <?cs var:parent.title ?></a></p>
Dsampleindex.cs8 <div class="g-unit" id="doc-content"><a name="top"></a>
13 <a href="<?cs var:toroot ?>guide/samples/index.html">Sample Code &gt;</a>
30 <li><a href="<?cs var:dir.name ?>/index.html"><?cs
31 var:dir.name ?>/</a></li>
40 <li><a href="<?cs var:file.href ?>"><?cs
41 var:file.name ?></a></li>
Dkeywords.cs15 <a href="#letter_<?cs name:letter ?>"><?cs name:letter ?></a><?cs /each?>
19 <a name="letter_<?cs name:letter ?>"></a>
23 ?> <li><a href="<?cs var:toroot ?><?cs var:entry.href ?>"><?cs var:entry.label
24 ?></a>&nbsp;<font class="jd-letterentrycomments">(<?cs var:entry.comment ?>)</font></li>
Dmacros.cs1 <?cs # A link to a package ?><?cs
3 <a href="<?cs var:toroot ?><?cs var:pkg.link ?>"><?cs var:pkg.name ?></a><?cs
6 <?cs # A link to a type, or not if it's a primitive type
124 if:tag.kind == "@see" ?><code><a href="<?cs var:toroot ?><?cs var:tag.href ?>"><?cs
125 var:tag.label ?></a></code><?cs
126 … elif:tag.kind == "@seeHref" ?><a href="<?cs var:tag.href ?>"><?cs var:tag.label ?></a><?cs
138 …Since: <a href="<?cs var:toroot ?>guide/appendix/api-levels.html#level<?cs var:obj.since ?>">API L…
151 … <li><a href="<?cs var:toroot ?><?cs var:attr.href ?>"><?cs var:attr.name ?></a></li><?cs
192 <?cs # A table of links to classes with descriptions, as in a package file or the nested classes ?>…
205 <?cs # A list of links to classes, for use in the side navigation of classes when viewing a package…
[all …]
Dsample.cs8 <div class="g-unit" id="doc-content"><a name="top"></a>
13 <a href="<?cs var:toroot ?>guide/samples/index.html">Sample Code &gt;</a>
Dclass.cs12 var a = $(linkObj); in toggleInherited()
13 if ( (expand == null && a.hasClass("closed")) || expand ) { in toggleInherited()
17 a.removeClass("closed"); in toggleInherited()
18 a.addClass("opened"); in toggleInherited()
19 } else if ( (expand == null && a.hasClass("opened")) || (expand == false) ) { in toggleInherited()
23 a.removeClass("opened"); in toggleInherited()
24 a.addClass("closed"); in toggleInherited()
54 <a href="#nestedclasses">Nested Classes</a>
58 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#lattrs">XML Attrs</a>
62 <?cs if:linkcount ?>&#124; <?cs /if ?><a href="#inhattrs">Inherited XML Attrs</a>
[all …]
Dpackage.cs21 Classes | <a class="jd-navlink" href="package-descr.html">Description</a>
33 <p><span class="jd-more"><a href="package-descr.html">more...</a></span></p>
/build/tools/droiddoc/templates/assets/
Dandroid-developer-core.css35 a, a code { selector
39 a:active,
40 a:active code {
44 a:visited,
45 a:visited code {
235 #header li a {
250 #header li a:hover {
256 #header li a span {
261 #header li a span+span {
267 .home #home-link a,
[all …]
Dcarousel.js65 var a = document.createElement("a");
71 a.setAttribute("id", "droidlink-" + x);
72 a.className = x;
73 a.setAttribute("href", "#");
74 a.onclick = function() { showPreview(this.className); return false; }
79 a.appendChild(img);
80 a.appendChild(br);
81 a.appendChild(span);
82 appList.appendChild(a);
/build/tools/droiddoc/test/stubs/expected/com/android/stubs/a/
DA.java1 package com.android.stubs.a;
4 implements com.android.stubs.Parent.Interface, com.android.stubs.a.SomeInterface
10 protected A(int a) { throw new RuntimeException("Stub!"); } in A() argument
11 public com.android.stubs.a.A varargs(com.android.stubs.Parent[]... args) { throw new RuntimeExcept… in varargs()
/build/tools/lsd/
Dcommon.h10 #define MIN(a,b) ((a)<(b)?(a):(b)) /* no side effects in arguments allowed! */ argument
/build/tools/droiddoc/src/
DDroidDoc.java107 for (String[] a: options) { in start()
108 if (a[0].equals("-d")) { in start()
109 ClearPage.outputDir = a[1]; in start()
111 else if (a[0].equals("-templatedir")) { in start()
112 ClearPage.addTemplateDir(a[1]); in start()
114 else if (a[0].equals("-hdf")) { in start()
115 mHDFData.add(new String[] {a[1], a[2]}); in start()
117 else if (a[0].equals("-toroot")) { in start()
118 ClearPage.toroot = a[1]; in start()
120 else if (a[0].equals("-samplecode")) { in start()
[all …]
/build/target/product/security/
DREADME14 testkey -- a generic key for packages that do not otherwise specify a key.
15 platform -- a test key for packages that are part of the core platform.
16 shared -- a test key for things that are shared in the home/contacts process.
17 media -- a test key for packages that are part of the media/download system.
30 2. create a signature using the pem format key
35 it's a Java tool
37 take a look at commands/recovery/Android.mk
/build/tools/apriori/
Dcommon.h10 #define MIN(a,b) ((a)<(b)?(a):(b)) /* no side effects in arguments allowed! */ argument
/build/tools/isprelinked/
Dcommon.h10 #define MIN(a,b) ((a)<(b)?(a):(b)) /* no side effects in arguments allowed! */ argument
/build/tools/apicheck/src/com/android/apicheck/
DApiCheck.java57 for (String a: originalArgs) { in main()
58 args.add(a); in main()
62 for (String[] a: flags) { in main()
63 if (a[0].equals("-error") || a[0].equals("-warning") in main()
64 || a[0].equals("-hide")) { in main()
67 if (a[0].equals("-error")) { in main()
70 else if (a[0].equals("-warning")) { in main()
73 else if (a[0].equals("-hide")) { in main()
76 Errors.setErrorLevel(Integer.parseInt(a[1]), level); in main()
79 System.err.println("Bad argument: " + a[0] + " " + a[1]); in main()
/build/target/board/generic/
DREADME.txt1 The "generic" product defines a non-hardware-specific target
2 without a kernel or bootloader.
8 It is not a product "base class"; no other products inherit
/build/tools/bin2asm/
Ddata2 * Convert a data file into a .S file suitable for assembly.
3 * This reads from stdin and writes to stdout and takes a single
19 * The mid-2007 version of gcc that ships with Macs requires a\n\
21 * that's a syntax error. It also wants globals to be explicitly\n\
/build/tools/soslim/
Dcommon.h10 #define MIN(a,b) ((a)<(b)?(a):(b)) /* no side effects in arguments allowed! */ argument
/build/tools/droiddoc/test/stubs/src/com/android/stubs/a/
DA.java17 package com.android.stubs.a;
22 protected A(int a) { in A() argument

1234