/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 …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | SimpleAttributeTest.java | 25 private SimpleAttribute a; field in SimpleAttributeTest 30 a = new SimpleAttribute(SdkConstants.NS_RESOURCES, "name", "value = with space "); in setUp() 34 assertEquals(SdkConstants.NS_RESOURCES, a.getUri()); in testSimpleAttribute() 35 assertEquals("name", a.getName()); in testSimpleAttribute() 36 assertEquals("value = with space ", a.getValue()); in testSimpleAttribute() 40 assertEquals(SdkConstants.NS_RESOURCES, a.getUri()); in testGetUri() 44 assertEquals("name", a.getName()); in testGetName() 48 assertEquals("value = with space ", a.getValue()); in testGetValue() 54 a.toString()); in testToString() 60 assertEquals(a, b); in testParseString() [all …]
|
D | DomUtilitiesTest.java | 130 Element a = document.getDocumentElement(); in testGetCommonAncestor() local 131 assertSame(a, DomUtilities.getCommonAncestor(a, a)); in testGetCommonAncestor() 134 a.appendChild(b); in testGetCommonAncestor() 136 a.appendChild(c); in testGetCommonAncestor() 142 assertSame(a, DomUtilities.getCommonAncestor(a, b)); in testGetCommonAncestor() 143 assertSame(a, DomUtilities.getCommonAncestor(b, a)); in testGetCommonAncestor() 144 assertSame(a, DomUtilities.getCommonAncestor(b, c)); in testGetCommonAncestor() 145 assertSame(a, DomUtilities.getCommonAncestor(b, d)); in testGetCommonAncestor() 146 assertSame(a, DomUtilities.getCommonAncestor(b, e)); in testGetCommonAncestor() 147 assertSame(a, DomUtilities.getCommonAncestor(a, e)); in testGetCommonAncestor() [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion11-expected-complation79.txt | 2 …uthenticatorActivity : <p>See <code><a href="/reference/android/app/SearchManager.html">android.ap… 3 …13</strong>.<br/> Use the new <code><a href="/reference/android/app/Fragment.html">Fragment</a></c… 4 …a href="/reference/android/app/SearchManager.html">android.app.SearchManager</a></code> for more d… 5 …a <code><a href="/reference/android/widget/ExpandableListView.html">ExpandableListView</a></code>… 6 … extends <a href="/reference/android/app/ListActivity.html">List… 7 …a <code><a href="/reference/android/widget/ListView.html">ListView</a></code> object that can be … 9 …e to run on older devices, you can use the v4 support library which provides a version of the F... 10 … of which is associated with a <code><a href="/reference/android/preference/PreferenceFragment.ht…
|
D | color1-expected-completion46b.txt | 2 android:state_focused : State value for StateListDrawable, set when a view has input focus. [bool… 3 android:state_window_focused : State value for StateListDrawable, set when a view's window has inp… 4 android:state_enabled : State value for StateListDrawable, set when a view is enabled. [boolean] 5 android:state_checkable : State identifier indicating that the object <var>may</var> display a che… 7 android:state_selected : State value for StateListDrawable, set when a view (or one of its parents… 8 android:state_pressed : State value for StateListDrawable, set when the user is pressing down in a… 9 android:state_activated : State value for StateListDrawable, set when a view or its parent has bee… 15 …ed : State value for StateListDrawable, indicating that the Drawable is in a view that is hardwar… 16 android:state_hovered : State value for StateListDrawable, set when a pointer is hovering over the… 17 …ating that the Drawable is in a view that is capable of accepting a drop of the content currently… [all …]
|
D | completionvalues1-expected-completion23.txt | 3 android:textSelectHandle : Reference to a drawable that will be used to display a text selection a… 4 …tSelectHandleLeft : Reference to a drawable that will be used to display a text selection anchor … 5 …SelectHandleRight : Reference to a drawable that will be used to display a text selection anchor …
|
D | fragmentlayout-expected-complation77.txt | 2 …a href="/reference/android/app/Fragment.html#onCreateView(android.view.LayoutInflater, android.vie… 3 …a <code><a href="/reference/android/widget/ListView.html">ListView</a></code> object that can be … 4 …reate a hierarchy of preferences (that can be shown on multiple screens) via XML. For these reaso…
|
D | fragmentlayout-expected-complation78.txt | 2 …a href="/reference/android/app/Fragment.html#onCreateView(android.view.LayoutInflater, android.vie… 3 …a <code><a href="/reference/android/widget/ListView.html">ListView</a></code> object that can be … 4 …reate a hierarchy of preferences (that can be shown on multiple screens) via XML. For these reaso…
|
D | drawable2-expected-completion52.txt | 2 <corners /> : Describes the corners for the rectangle shape of a GradientDrawable. 3 <gradient /> : Used to describe the gradient used to fill the shape of a GradientDrawable. 4 <padding /> : Used to specify the optional padding of a GradientDrawable. 6 <solid /> : Used to fill the shape of GradientDrawable with a solid color. 7 <stroke /> : Used to describe the optional stroke of a GradientDrawable.
|
D | manifest-expected-completion16.txt | 4 …utes that can be supplied in an AndroidManifest.xml "instrumentation" tag, a child of the root ma… 6 package-verifier : Attributes relating to a package verifier. 7 permission : The "permission" tag declares a security permission that can be used to control acces… 8 permission-group : The "permission-group" tag declares a logical grouping of related permissions. 9 permission-tree : The "permission-tree" tag declares the base of a tree of permission values: it d… 12 uses-configuration : The "uses-configuration" tag specifies a specific hardware configuration valu… 13 uses-feature : The "uses-feature" tag specifies a specific feature used by the application. 14 uses-permission : The "uses-permission" tag requests a "permission" that the containing package mu…
|
/sdk/emulator/opengl/tests/event_injector/ |
D | sockets.c | 247 sock_address_init_inet( SockAddress* a, uint32_t ip, uint16_t port ) in sock_address_init_inet() argument 249 a->family = SOCKET_INET; in sock_address_init_inet() 250 a->u.inet.port = port; in sock_address_init_inet() 251 a->u.inet.address = ip; in sock_address_init_inet() 255 sock_address_init_in6 ( SockAddress* a, const uint8_t* ip6[16], uint16_t port ) in sock_address_init_in6() argument 257 a->family = SOCKET_IN6; in sock_address_init_in6() 258 a->u.in6.port = port; in sock_address_init_in6() 259 memcpy( a->u.in6.address, ip6, sizeof(a->u.in6.address) ); in sock_address_init_in6() 263 sock_address_init_unix( SockAddress* a, const char* path ) in sock_address_init_unix() argument 265 a->family = SOCKET_UNIX; in sock_address_init_unix() [all …]
|
D | sockets.h | 200 void sock_address_init_inet( SockAddress* a, uint32_t ip, uint16_t port ); 206 void sock_address_init_in6 ( SockAddress* a, const uint8_t* ip6[16], uint16_t port ); 213 void sock_address_init_unix( SockAddress* a, const char* path ); 217 void sock_address_done( SockAddress* a ); 219 int sock_address_equal( const SockAddress* a, const SockAddress* b ); 222 const char* sock_address_to_string( const SockAddress* a ); 225 SocketFamily sock_address_get_family( const SockAddress* a ) in sock_address_get_family() argument 227 return a->family; in sock_address_get_family() 231 int sock_address_get_port( const SockAddress* a ); 234 void sock_address_set_port( SockAddress* a, uint16_t port ); [all …]
|
/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/eclipse/plugins/com.android.ide.eclipse.tests/ |
D | README.txt | 4 1- Run the unit tests as a full "eclipse plugin" suite 6 3. Run the functional tests as a full "eclipse plugin" suite (require a real SDK) 9 The functional tests are higher level tests that may require a real SDK. 12 1- Running the unit tests as a full "eclipse plugin" suite 22 B- Create a new "JUnit Plug-in Test" run configuration via the "Run > Open Run Dialog..." menu 25 Select "Run a single test" 38 Running the tests will run a secondary instance of Eclipse. 40 Please note the following constraints to be aware of when writing tests to run within a plugin envi… 42 a. Access restrictions: cannot access package or protected members in a different 61 This creates a debug configuration of type "JUnit Test" running all tests [all …]
|
/sdk/files/typos/ |
D | typos-es.txt | 1 # This file contains a number of common Spanish typos: 25 # 1. *"Adaptation"* means a work based upon the Work, or upon the Work 26 # and other pre-existing works, such as a translation, adaptation, 27 # derivative work, arrangement of music or other alterations of a 31 # recognizably derived from the original, except that a work that 32 # constitutes a Collection will not be considered an Adaptation for 34 # Work is a musical work, performance or phonogram, the 35 # synchronization of the Work in timed-relation with a moving image 38 # 2. *"Collection"* means a collection of literary or artistic works, 45 # independent works in themselves, which together are assembled into a [all …]
|
D | typos-tr.txt | 1 # This file contains a number of common Turkish typos: 25 # 1. *"Adaptation"* means a work based upon the Work, or upon the Work 26 # and other pre-existing works, such as a translation, adaptation, 27 # derivative work, arrangement of music or other alterations of a 31 # recognizably derived from the original, except that a work that 32 # constitutes a Collection will not be considered an Adaptation for 34 # Work is a musical work, performance or phonogram, the 35 # synchronization of the Work in timed-relation with a moving image 38 # 2. *"Collection"* means a collection of literary or artistic works, 45 # independent works in themselves, which together are assembled into a [all …]
|
D | typos-nb.txt | 1 # This file contains a number of common Norwegian typos: 25 # 1. *"Adaptation"* means a work based upon the Work, or upon the Work 26 # and other pre-existing works, such as a translation, adaptation, 27 # derivative work, arrangement of music or other alterations of a 31 # recognizably derived from the original, except that a work that 32 # constitutes a Collection will not be considered an Adaptation for 34 # Work is a musical work, performance or phonogram, the 35 # synchronization of the Work in timed-relation with a moving image 38 # 2. *"Collection"* means a collection of literary or artistic works, 45 # independent works in themselves, which together are assembled into a [all …]
|
D | typos-hu.txt | 1 # This file contains a number of common Hungarian typos: 25 # 1. *"Adaptation"* means a work based upon the Work, or upon the Work 26 # and other pre-existing works, such as a translation, adaptation, 27 # derivative work, arrangement of music or other alterations of a 31 # recognizably derived from the original, except that a work that 32 # constitutes a Collection will not be considered an Adaptation for 34 # Work is a musical work, performance or phonogram, the 35 # synchronization of the Work in timed-relation with a moving image 38 # 2. *"Collection"* means a collection of literary or artistic works, 45 # independent works in themselves, which together are assembled into a [all …]
|
/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/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 …]
|
/sdk/eclipse/ |
D | README_WINDOWS.txt | 12 2- To build a Windows SDK, you need two steps: 13 a- First you need to create a Linux SDK: 18 Note: if you get an error when building the javadoc, make sure you use a Java SDK 1.5 19 Note: if you get an error when building layoutlib, make sure you use a Java SDK 1.5.0-b13. 21 b- Once you have a Linux SDK, you can create a Windows SDK: 23 You need a Windows machine with XP or Vista and Cygwin.
|
/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 …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt.overlay/ |
D | NOTICE | 11 a) in the case of the initial Contributor, the initial code and 21 'originates' from a Contributor if it was added to the Program by such 30 "Licensed Patents " mean patent claims licensable by a Contributor which 42 a) Subject to the terms of this Agreement, each Contributor hereby 43 grants Recipient a non-exclusive, worldwide, royalty-free copyright 50 grants Recipient a non-exclusive, worldwide, royalty-free patent license 66 or otherwise. As a condition to exercising the rights and licenses 69 example, if a third party patent license is required to allow Recipient 82 a) it complies with the terms and conditions of this Agreement; and 89 merchantability and fitness for a particular purpose; [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/ |
D | NOTICE | 11 a) in the case of the initial Contributor, the initial code and 21 'originates' from a Contributor if it was added to the Program by such 30 "Licensed Patents " mean patent claims licensable by a Contributor which 42 a) Subject to the terms of this Agreement, each Contributor hereby 43 grants Recipient a non-exclusive, worldwide, royalty-free copyright 50 grants Recipient a non-exclusive, worldwide, royalty-free patent license 66 or otherwise. As a condition to exercising the rights and licenses 69 example, if a third party patent license is required to allow Recipient 82 a) it complies with the terms and conditions of this Agreement; and 89 merchantability and fitness for a particular purpose; [all …]
|