Home
last modified time | relevance | path

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

123456

/sdk/templates/docs/
Djquery-1.8.0.min.js2a,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
Dprettify.js2a){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
3a.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
5a.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
6a.length;p<d;++p){g=a[p];if(g.global||g.multiline)throw Error(""+g);n.push("(?:"+y(g)+")")}return … argument
7a)}}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…
9a){var m=[],e=[];a.tripleQuotedStrings?m.push(["str",/^(?:'''(?:[^'\\]|\\[\S\s]|''?(?=[^']))*(?:''… argument
10a.hashComments;h&&(a.cStyleComments?(h>1?m.push(["com",/^#(?:##(?:[^#]|#(?!##))*(?:###|$)|.*)/,q,"…
11a.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/
DSimpleAttributeTest.java25 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 …]
DDomUtilitiesTest.java130 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/
Dcompletion11-expected-complation79.txt2 …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…
4a href="/reference/android/app/SearchManager.html">android.app.SearchManager</a></code> for more d…
5a <code><a href="/reference/android/widget/ExpandableListView.html">ExpandableListView</a></code>…
6 … extends <a href="/reference/android/app/ListActivity.html">List…
7a <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…
Dcolor1-expected-completion46b.txt2 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 …]
Dcompletionvalues1-expected-completion23.txt3 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 …
Dfragmentlayout-expected-complation78.txt2a href="/reference/android/app/Fragment.html#onCreateView(android.view.LayoutInflater, android.vie…
3a <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…
Dfragmentlayout-expected-complation77.txt2a href="/reference/android/app/Fragment.html#onCreateView(android.view.LayoutInflater, android.vie…
3a <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…
Ddrawable2-expected-completion52.txt2 <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.
Dmanifest-expected-completion16.txt4 …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/testapps/libsTest/appTest/src/com/android/tests/libstest/app/
DMainActivityTest.java59 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/
DREADME.txt4 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 …]
DNOTICE11 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/files/typos/
Dtypos-es.txt1 # 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 …]
Dtypos-tr.txt1 # 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 …]
Dtypos-hu.txt1 # 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 …]
Dtypos-nb.txt1 # 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 …]
Dtypos-it.txt1 # This file contains a number of common Italian 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/
DMainActivityTest.java57 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/
DNotes_on_WST_StructuredDocument.txt8 "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/apps/SdkController/
DImplementation.txt7 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.ndk/
DNOTICE11 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.adt.overlay/
DNOTICE11 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.adt/
DNOTICE11 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 …]

123456