/sdk/templates/docs/ |
D | jquery-1.8.0.min.js | 2 …a,b){function G(a){var b=F[a]={};return p.each(a.split(s),function(a,c){b[c]=!0}),b}function J(a,c… argument
|
D | prettify.js | 2 …a){function m(a){var f=a.charCodeAt(0);if(f!==92)return f;var b=a.charAt(1);return(f=r[b])?f:"0"<=… argument 3 …a.push(j);else{var j=m(j),d;c+2<i&&"-"===f[c+1]?(d=m(f[c+2]),c+=2):d=j;b.push([j,d]);d<65||j>122||… argument 4 ….push("-"),b.push(e(i[1])));b.push("]");return b.join("")}function y(a){for(var f=a.source.match(/… argument 5 …a.ignoreCase&&s)for(c=0;c<b;++c)j=f[c],a=j.charAt(0),j.length>=2&&a==="["?f[c]=h(j):a!=="\\"&&(f[c… argument 6 …a.length;p<d;++p){g=a[p];if(g.global||g.multiline)throw Error(""+g);n.push("(?:"+y(g)+")")}return … argument 7 …a)}}var e=/(?:^|\s)nocode(?:\s|$)/,h=[],y=0,t=[],s=0,l;a.currentStyle?l=a.currentStyle.whiteSpace:… argument 8 …(b,c),p);B(l+i+k,f.substring(k),e,p)}else p.push(l+i,b)}a.e=p}var h={},y;(function(){for(var e=a.c… 9 …a){var m=[],e=[];a.tripleQuotedStrings?m.push(["str",/^(?:'''(?:[^'\\]|\\[\S\s]|''?(?=[^']))*(?:''… argument 10 …a.hashComments;h&&(a.cStyleComments?(h>1?m.push(["com",/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,q,"… 11 …a.cStyleComments&&(e.push(["com",/^\/\/[^\n\r]*/,q]),e.push(["com",/^\/\*[\S\s]*?(?:\*\/|$)/,q]));… [all …]
|
D | default.css | 6 * You may obtain a copy of the License at 40 a { selector 46 a:hover { 50 a:visited { 54 a:active, a:focus { 62 a:active *, a:focus * {
|
/sdk/testapps/libsTest/appTest/src/com/android/tests/libstest/app/ |
D | MainActivityTest.java | 59 final MainActivity a = getActivity(); in setUp() local 61 assertNotNull(a); in setUp() 63 mAppTextView1 = (TextView) a.findViewById(R.id.app_text1); in setUp() 64 mAppTextView2 = (TextView) a.findViewById(R.id.app_text1); in setUp() 65 mLib1TextView1 = (TextView) a.findViewById(R.id.lib1_text1); in setUp() 66 mLib1TextView2 = (TextView) a.findViewById(R.id.lib1_text2); in setUp() 67 mLib2TextView1 = (TextView) a.findViewById(R.id.lib2_text1); in setUp() 68 mLib2TextView2 = (TextView) a.findViewById(R.id.lib2_text2); in setUp()
|
/sdk/testapps/libsTest/lib1Test/src/com/android/tests/libstest/lib1/ |
D | MainActivityTest.java | 57 final MainActivity a = getActivity(); in setUp() local 59 assertNotNull(a); in setUp() 61 mLib1TextView1 = (TextView) a.findViewById(R.id.lib1_text1); in setUp() 62 mLib1TextView2 = (TextView) a.findViewById(R.id.lib1_text2); in setUp() 63 mLib2TextView1 = (TextView) a.findViewById(R.id.lib2_text1); in setUp() 64 mLib2TextView2 = (TextView) a.findViewById(R.id.lib2_text2); in setUp()
|
/sdk/testapps/buildConfigTest/lib1/src/com/android/tests/buildconfigtest/lib1/ |
D | Lib1.java | 9 String a = "Release"; in getContent() local 12 a = "DEBUG"; in getContent() 15 return a; in getContent()
|
/sdk/testapps/libsTest/lib2Test/src/com/android/tests/libstest/lib2/ |
D | MainActivityTest.java | 57 final MainActivity a = getActivity(); in setUp() local 59 assertNotNull(a); in setUp() 61 mTextView1 = (TextView) a.findViewById(R.id.lib2_text1); in setUp() 62 mTextView2 = (TextView) a.findViewById(R.id.lib2_text2); in setUp()
|
/sdk/docs/ |
D | Notes_on_WST_StructuredDocument.txt | 8 "StructuredDocument" API. There isn't exactly a lot of documentation on 9 this out there, so this is a short explanation of how it works, totally 10 based on _empirical_ evidence. As such, it must be taken with a grain of salt. 16 1- Get a document instance 19 To get a document from an existing IFile resource: 28 Also note that this parses the content of the file on disk, not of a buffer 31 There is a counterpart for non-existent resources: 36 the place that we wanted to modify and then generate a TextFileChange 37 for a refactoring operation. Consequently this document doesn't say 47 The document contains a list of region collections, each one being [all …]
|
D | howto_build_SDK.txt | 5 You may obtain a copy of the License at 39 You may obtain a copy of the License at 87 This will take a while, maybe between 20 minutes and several hours depending on 88 your machine. After a while you'll see this in the output: 95 parallel, e.g. if you have a dual core, use "make -j4 sdk" to build faster. 115 SDK is build on top of a Linux SDK where a few binaries are replaced. So it 120 To build the Android SDK for Windows, you need to use a *Linux* box. 128 setup and build a regular Linux SDK. Once this working, please continue here. 134 tofrodos adds a unix2dos command 146 Note that this will build both a Linux SDK then a Windows SDK. [all …]
|
D | howto_use_cupcake_sdk.txt | 1 Subject: How to build use a Cupcake Android SDK & ADT Eclipse plugin. 24 You may obtain a copy of the License at 41 The new SDK has as a different structure than the pre-cupcake ones. 71 If you already have a working Eclipse installation with a pre-0.9 ADT, 72 another suggestion is to simply install a new copy of Eclipse and create a 73 new empty workspace. This is just a precaution. The update process should 92 => If you don't you will get a conflict on editors when installing 95 - Using Help > Software Update, add a new "archived site", point it to the new 113 The SDK comes with a 1.5 platform. Select it and close the properties panel. 114 - Do a clean build. [all …]
|
/sdk/apps/SdkController/ |
D | Implementation.txt | 7 This is an app that has a minSdkVersion of 7 (Eclair) 8 and a targetSdkVersion of 15 (ICS). The target version 14 to the emulator and provides a number of "handlers". Handlers can be 17 sending a camera feed, etc. 23 - The app has a number of activities which connect to existing handlers. 25 Another way to see it is that the app handles a number of tasks which are 26 composed of a background handler (that consumes data form the emulator and 31 Here's a quick overview of the classes in the application: 37 These all derive from BaseBindingActivity which provides a few convenient common features 49 In the other direction, the activity provides a listener for the service to notify [all …]
|
D | NOTICE | 44 transformation or translation of a Source form, including but 49 Object form, made available under the License, as indicated by a 56 represent, as a whole, an original work of authorship. For the purposes 73 designated in writing by the copyright owner as "Not a Contribution." 76 on behalf of whom a Contribution has been received by Licensor and 80 this License, each Contributor hereby grants to You a perpetual, 87 this License, each Contributor hereby grants to You a perpetual, 95 institute patent litigation against any entity (including a 96 cross-claim or counterclaim in a lawsuit) alleging that the Work 97 or a Contribution incorporated within the Work constitutes direct [all …]
|
/sdk/testapps/testProjectTest/testapp/src/com/android/tests/testprojecttest/lib/ |
D | LibActivityTest.java | 56 final LibActivity a = getActivity(); in setUp() local 58 assertNotNull(a); in setUp() 59 mTextView = (TextView) a.findViewById(R.id.text); in setUp()
|
/sdk/testapps/testProjectTest/testlib/src/com/android/tests/testprojecttest/lib/ |
D | LibActivityTest.java | 56 final LibActivity a = getActivity(); in setUp() local 58 assertNotNull(a); in setUp() 59 mTextView = (TextView) a.findViewById(R.id.text); in setUp()
|
/sdk/find_java/ |
D | find_java.bat | 6 rem You may obtain a copy of the License at 16 rem This script is called by the other batch files to find a suitable Java.exe 30 rem call this .bat file from a 32-bit process. 31 rem See also: http://stackoverflow.com/a/24590583/1299302 36 rem 32-bit if running from a 32-bit process. Still, it should serve to help 41 rem Check we have a valid Java.exe in the path. The return code will 43 for /f "delims=" %%a in ('"%~dps0\find_java%arch_ext%.exe" -s') do set java_exe=%%a 47 rem Check if we can find a javaw.exe at the same location than java.exe. 49 for /f "delims=" %%a in ('"%~dps0\find_java%arch_ext%.exe" -s -w') do set javaw_exe=%%a 57 echo Tools, you need a suitable version of Java JDK installed on your system.
|
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/editor/ |
D | TextEditor.java | 69 private static boolean equal(Object a, Object b) { in equal() argument 70 return a == b || (a != null && a.equals(b)); in equal()
|
/sdk/ |
D | release.md | 1 ## Building a release version 4 To run a release build that remove the SNAPSHOT qualifier, run:
|
D | README.txt | 6 them by using a repo init command such as: 13 ones being used when doing a "make sdk". 31 - Gradle is a build system, a bit like make or ant. 38 To get a list of possible tasks, try this: $ ./gradlew lint:tasks 52 However that means that when you want to modify a project using both repos, 57 make a change in both sdklib and sdkuilib. Here are the steps: 61 => this builds sdklib and "publishes" an sdklib.JAR into a local maven 62 repo located in the out/gradle folder. Note that this is just a 73 2- How do I change some tools sources and build a new SDK using these? 100 - It generates a git merge msg in prebuilts/devtools that has the sha1 [all …]
|
D | changes.txt | 39 check will properly handle resources declared in a library project 40 and referenced in a downstream project. 45 * Find Android API calls that require a version of Android higher 85 * Find invalid @id references (where for example a RelativeLayout 89 * Finds method calls to java.lang.Math where a float variable is 90 cast to a double and/or the return value is cast to a float, and 93 * Finds calls to a getter on the same class where a field could be 95 * Find XML files using a different encoding format than UTF-8, since 100 malformed documents which happen to be valid XML, such as a 110 configuration files, etc. For a full list of available issues run [all …]
|
/sdk/testapps/customViewTest/libWithCustomView/src/com/android/tests/libwithcustom/ |
D | LabelView.java | 62 TypedArray a = context.obtainStyledAttributes(attrs, in LabelView() local 65 CharSequence s = a.getString(R.styleable.LabelView_text); in LabelView() 73 setTextColor(a.getColor(R.styleable.LabelView_textColor, 0xFF000000)); in LabelView() 75 int textSize = a.getDimensionPixelOffset(R.styleable.LabelView_textSize, 0); in LabelView() 80 a.recycle(); in LabelView()
|
/sdk/testapps/libsTest/lib2/src/com/android/tests/libstest/lib2/ |
D | Lib2.java | 13 public static void handleTextView(Activity a) { in handleTextView() argument 14 TextView tv = (TextView) a.findViewById(R.id.lib2_text2); in handleTextView()
|
/sdk/testapps/libsTest/app/src/com/android/tests/libstest/app/ |
D | App.java | 13 public static void handleTextView(Activity a) { in handleTextView() argument 14 TextView tv = (TextView) a.findViewById(R.id.app_text2); in handleTextView()
|
/sdk/testapps/libsTest/lib1/src/com/android/tests/libstest/lib1/ |
D | Lib1.java | 13 public static void handleTextView(Activity a) { in handleTextView() argument 14 TextView tv = (TextView) a.findViewById(R.id.lib1_text2); in handleTextView()
|
/sdk/avdlauncher/ |
D | NOTICE | 44 transformation or translation of a Source form, including but 49 Object form, made available under the License, as indicated by a 56 represent, as a whole, an original work of authorship. For the purposes 73 designated in writing by the copyright owner as "Not a Contribution." 76 on behalf of whom a Contribution has been received by Licensor and 80 this License, each Contributor hereby grants to You a perpetual, 87 this License, each Contributor hereby grants to You a perpetual, 95 institute patent litigation against any entity (including a 96 cross-claim or counterclaim in a lawsuit) alleging that the Work 97 or a Contribution incorporated within the Work constitutes direct [all …]
|
/sdk/emulator/ |
D | NOTICE | 44 transformation or translation of a Source form, including but 49 Object form, made available under the License, as indicated by a 56 represent, as a whole, an original work of authorship. For the purposes 73 designated in writing by the copyright owner as "Not a Contribution." 76 on behalf of whom a Contribution has been received by Licensor and 80 this License, each Contributor hereby grants to You a perpetual, 87 this License, each Contributor hereby grants to You a perpetual, 95 institute patent litigation against any entity (including a 96 cross-claim or counterclaim in a lawsuit) alleging that the Work 97 or a Contribution incorporated within the Work constitutes direct [all …]
|