/frameworks/base/core/java/android/widget/ |
CheckBox.java | 47 * See {@link android.R.styleable#CompoundButton CompoundButton Attributes}, 48 * {@link android.R.styleable#Button Button Attributes}, 49 * {@link android.R.styleable#TextView TextView Attributes}, 50 * {@link android.R.styleable#View View Attributes}
|
SpinnerAdapter.java | 23 * Extended {@link Adapter} that is the bridge between a 24 * {@link android.widget.Spinner} and its data. A spinner adapter allows to 30 * <p>Get a {@link android.view.View} that displays in the drop down popup 39 * @return a {@link android.view.View} corresponding to the data at the
|
/packages/inputmethods/PinyinIME/src/com/android/inputmethod/pinyin/ |
ComposingView.java | 41 * {@link #SHOW_PINYIN} is used to show the current Pinyin string without 46 * {@link #SHOW_STRING_LOWERCASE} is used to show the Pinyin string in 49 * {@link #SHOW_PINYIN} to this mode, and in this mode, user can press 54 * {@link #EDIT_PINYIN} is used to edit the Pinyin string (shown with 55 * highlighted effect). When current status is {@link #SHOW_PINYIN} and user 57 * switch to {@link #EDIT_PINYIN} thus user can modify some characters in 59 * {@link #SHOW_STRING_LOWERCASE} and user presses LEFT and RIGHT key, it 60 * will also switch to {@link #EDIT_PINYIN}. 64 * {@link #SHOW_PINYIN}. 67 * When composing view's status is {@link #SHOW_PINYIN}, the IME's status i [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/parts/ |
UiElementTreeEditPart.java | 26 * Base {@link AbstractTreeEditPart} to represent {@link UiElementNode} objects in the 27 * {@link IContentOutlinePage} linked to the layout editor. 70 * Returns the casted model object represented by this {@link AbstractTreeEditPart}.
|
UiElementTreeEditPartFactory.java | 28 * {@link EditPartFactory} to create {@link AbstractTreeEditPart} for {@link UiElementNode} objects. 29 * These objects are used in the {@link IContentOutlinePage} linked to the layout editor.
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/ |
AndroidTestReference.java | 24 * Base implementation of the Eclipse {@link ITestReference} and {@link ITestIdentifier} interfaces 33 * Gets the {@link ITestIdentifier} for this test reference. 48 * Compares {@link ITestIdentifier} using names
|
/sdk/templates/ |
java_tests_file.template | 7 * {@link android.test.ApplicationTestCase ApplicationTestCase} for more information on
|
/dalvik/libcore/xml/src/main/java/javax/xml/transform/dom/ |
DOMResult.java | 29 * which may be retrieved with {@link #getNode()}.</p> 36 /** <p>If {@link javax.xml.transform.TransformerFactory#getFeature} 60 * a {@link org.w3c.dom.Document} node, 61 * a {@link org.w3c.dom.DocumentFragment} node, or 62 * a {@link org.w3c.dom.Element} node. 81 * a {@link org.w3c.dom.Document} node, 82 * a {@link org.w3c.dom.DocumentFragment} node, or 83 * a {@link org.w3c.dom.Element} node. 101 * a {@link org.w3c.dom.Document} node, 102 * a {@link org.w3c.dom.DocumentFragment} node, o [all...] |
/dalvik/libcore/xml/src/main/java/javax/xml/xpath/ |
XPath.java | 47 * If the expression contains a variable reference, its value will be found through the {@link XPathVariableResolver} 48 * set with {@link #setXPathVariableResolver(XPathVariableResolver resolver)}. 49 * An {@link XPathExpressionException} is raised if the variable resolver is undefined or 57 * If the expression contains a function reference, the function will be found through the {@link XPathFunctionResolver} 58 * set with {@link #setXPathFunctionResolver(XPathFunctionResolver resolver)}. 59 * An {@link XPathExpressionException} is raised if the function resolver is undefined or 67 * set with {@link #setNamespaceContext(NamespaceContext nsContext)}. 74 * Valid return types are defined in {@link XPathConstants}. 92 * {@link XPathFactory#newXPath()}. 96 * <p>The reset <code>XPath</code> is not guaranteed to have the same {@link XPathFunctionResolver}, {@link XPathVariableResolver [all...] |
/frameworks/base/core/java/android/os/ |
AsyncTask.java | 44 * one method ({@link #doInBackground}), and most often will override a 45 * second one ({@link #onPostExecute}.)</p> 86 * simply use the type {@link Void}:</p> 94 * <li>{@link #onPreExecute()}, invoked on the UI thread immediately after the task 97 * <li>{@link #doInBackground}, invoked on the background thread 98 * immediately after {@link #onPreExecute()} finishes executing. This step is used 102 * can also use {@link #publishProgress} to publish one or more units 104 * {@link #onProgressUpdate} step.</li> 105 * <li>{@link #onProgressUpdate}, invoked on the UI thread after a 106 * call to {@link #publishProgress}. The timing of the execution i [all...] |
/external/dbus/test/ |
decode-gcov.c | 885 DBusList *link; local 918 link = _dbus_list_get_first_link (functions); 919 if (link == NULL) 923 while (n_functions < claimed_n_functions && link != NULL) 930 current_func = link->data; 1003 link = _dbus_list_get_next_link (functions, link); 1006 if (link == NULL && n_functions < claimed_n_functions) 1027 DBusList *link; local 1044 link = _dbus_list_get_first_link (functions) 1258 DBusList *link; local 1382 DBusList *link; local 1669 DBusList *link; local 1784 DBusList *link; local 1938 DBusList *link; local 1958 DBusList *link; local 1980 DBusList *link; local 2104 DBusList *link; local 2233 DBusList *link; local 2274 DBusList *link; local 2335 DBusList *link; local 2531 DBusList *link; local [all...] |
/cts/tests/src/android/text/method/cts/ |
StubActivity.java | 26 * {@link LinkMovementMethod} 27 * {@link ArrowKeyMovementMethod} 28 * {@link ScrollingMovementMethod}
|
/dalvik/libcore/crypto/src/main/java/javax/crypto/ |
SecretKey.java | 29 * {@link Object#equals(Object) equals} and {@link Object#hashCode() hashCode} 30 * from {@link java.lang.Object} so comparison is done using the actual key data
|
/dalvik/libcore/sql/src/test/java/tests/sql/ |
StructTest.java | 32 * Test method for {@link java.sql.Struct#getSQLTypeName()}. 46 * Test method for {@link java.sql.Struct#getAttributes()}. 60 * Test method for {@link java.sql.Struct#getAttributes(java.util.Map)}.
|
/development/samples/ApiDemos/tests/src/com/example/android/apis/ |
ApiDemosTest.java | 23 * verified by {@link #testActivityTestCaseSetUpProperly}. 28 * Create an {@link ActivityInstrumentationTestCase2} that tests the {@link ApiDemos} activity.
|
/development/samples/HelloActivity/tests/src/com/example/android/helloactivity/ |
HelloActivityTest.java | 23 * verified by {@link #testActivityTestCaseSetUpProperly}. 28 * Creates an {@link ActivityInstrumentationTestCase2} for the {@link HelloActivity} activity.
|
/development/samples/LunarLander/tests/src/com/example/android/lunarlander/ |
LunarLanderTest.java | 25 * verified by {@link #testActivityTestCaseSetUpProperly}. 30 * Creates an {@link ActivityInstrumentationTestCase2} for the {@link LunarLander} activity.
|
/development/samples/NotePad/tests/src/com/example/android/notepad/ |
NotePadTest.java | 25 * verified by {@link #testActivityTestCaseSetUpProperly}. 30 * Creates an {@link ActivityInstrumentationTestCase2} for the {@link NotesList} activity.
|
/development/samples/SkeletonApp/tests/src/com/example/android/skeletonapp/ |
SkeletonAppTest.java | 23 * verified by {@link #testActivityTestCaseSetUpProperly}. 28 * Creates an {@link ActivityInstrumentationTestCase2} for the {@link SkeletonActivity}
|
/development/samples/Snake/tests/src/com/example/android/snake/ |
SnakeTest.java | 23 * verified by {@link #testActivityTestCaseSetUpProperly}. 28 * Creates an {@link ActivityInstrumentationTestCase2} for the {@link Snake} activity.
|
/device/sample/apps/client/ |
Android.mk | 17 # This makefile is an example of writing an application that will link against 31 # Link against the current Android SDK. 34 # Also link against our own custom library.
|
/external/apache-http/src/org/apache/http/auth/ |
AuthSchemeRegistry.java | 61 * Registers a {@link AuthSchemeFactory} with the given identifier. If a factory with the 63 * retrieve the {@link AuthScheme authentication scheme} from {@link #getAuthScheme}. 67 * for the new {@link AuthScheme authentication scheme} to take effect. 71 * @param factory the {@link AuthSchemeFactory} class to register 88 * Unregisters the class implementing an {@link AuthScheme authentication scheme} with 101 * Gets the {@link AuthScheme authentication scheme} with the given name. 103 * @param name the {@link AuthScheme authentication scheme} identifier 104 * @param params the {@link HttpParams HTTP parameters} for the authentication 107 * @return {@link AuthScheme authentication scheme [all...] |
/external/apache-http/src/org/apache/http/params/ |
HttpParams.java | 83 * Returns a {@link Long} parameter value with the given name. 89 * @return a {@link Long} that represents the value of the parameter. 96 * Assigns a {@link Long} to the parameter with the given name 104 * Returns an {@link Integer} parameter value with the given name. 110 * @return a {@link Integer} that represents the value of the parameter. 117 * Assigns an {@link Integer} to the parameter with the given name 125 * Returns a {@link Double} parameter value with the given name. 131 * @return a {@link Double} that represents the value of the parameter. 138 * Assigns a {@link Double} to the parameter with the given name 146 * Returns a {@link Boolean} parameter value with the given name. [all...] |
/external/clearsilver/man/man3/ |
hdf_set_symlink.3 | 14 hdf_set_symlink - Set part of the tree to link to another 34 hdf_set_symlink creates a link between two sections of 35 an HDF dataset. The link is "by name" hence the term
|
/external/dbus/bus/ |
test.c | 197 DBusList *link; local 199 link = _dbus_list_get_first_link (&clients); 200 while (link != NULL) 202 DBusConnection *connection = link->data; 203 DBusList *next = _dbus_list_get_next_link (&clients, link); 208 link = next; 215 DBusList *link; local 217 link = _dbus_list_get_first_link (&clients); 218 while (link != NULL) 220 DBusConnection *c = link->data [all...] |