/external/guava/src/com/google/common/collect/ |
Multiset.java | 30 * A collection that supports order-independent equality, like {@link Set}, but 40 * more than {@link Integer#MAX_VALUE} occurrences of any one element. 43 * {@code Collection}. It also defines an additional query operation, {@link 45 * bulk-modification operations, for example {@link #add(Object, int)}, to add 48 * but implementations which support the standard collection operations {@link 49 * #add(Object)} or {@link #remove(Object)} are encouraged to implement the 50 * related methods as well. Finally, two collection views are provided: {@link 52 * collapsed", and {@link #entrySet} is similar but contains {@link Entry 64 * and should throw {@link UnsupportedOperationException} when they are no [all...] |
ImmutableList.java | 39 * <p>Unlike {@link Collections#unmodifiableList}, which is a <i>view</i> of a 61 * to {@link Collections#emptyList}, and is preferable mainly for consistency 74 * and performs comparably to {@link Collections#singleton}, but will not 85 * Identical to {@link #of(Object[])}. 94 * Identical to {@link #of(Object[])}. 103 * Identical to {@link #of(Object[])}. 112 * Identical to {@link #of(Object[])}. 121 * Identical to {@link #of(Object[])}. 130 * Identical to {@link #of(Object[])}. 141 * Identical to {@link #of(Object[])} [all...] |
/frameworks/base/core/java/android/os/ |
Process.java | 90 * number to {@link #LAST_APPLICATION_UID} that are reserved for assigning 96 * {@link #FIRST_APPLICATION_UID}. 107 * Use with {@link #setThreadPriority(int)} and 108 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal 109 * {@link java.lang.Thread} class. 122 * Use with {@link #setThreadPriority(int)} and 123 * {@link #setThreadPriority(int, int)}, <b>not</b> with the normal 124 * {@link java.lang.Thread} class. 132 * Use with {@link #setThreadPriority(int)} and 133 * {@link #setThreadPriority(int, int)}, <b>not</b> with the norma [all...] |
/frameworks/base/core/java/android/util/ |
TypedValue.java | 21 * {@link android.content.res.Resources} for holding resource values. 48 * from this to {@link #TYPE_LAST_INT} means the 91 * {@link #COMPLEX_UNIT_SHIFT}). This gives us 16 possible types, as 95 /** {@link #TYPE_DIMENSION} complex unit: Value is raw pixels. */ 97 /** {@link #TYPE_DIMENSION} complex unit: Value is Device Independent 100 /** {@link #TYPE_DIMENSION} complex unit: Value is a scaled pixel. */ 102 /** {@link #TYPE_DIMENSION} complex unit: Value is in points. */ 104 /** {@link #TYPE_DIMENSION} complex unit: Value is in inches. */ 106 /** {@link #TYPE_DIMENSION} complex unit: Value is in millimeters. */ 109 /** {@link #TYPE_FRACTION} complex unit: A basic fraction of the overal [all...] |
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/ |
DevicePanel.java | 107 * A Content provider for the {@link TreeViewer}. 109 * The input is a {@link AndroidDebugBridge}. First level elements are {@link IDevice} objects, 110 * and second level elements are {@link Client} object. 153 * A Label Provider for the {@link TreeViewer} in {@link DevicePanel}. It provides 154 * labels and images for {@link IDevice} and {@link Client} objects. 286 * with {@link IDevice} and {@link Client} selection changes coming from the ui [all...] |
AllocationPanel.java | 84 * Expected input is a {@link Client} object, elements used in the table are of type 85 * {@link AllocationInfo}. 109 * A Label Provider to use with {@link AllocationContentProvider}. It expects the elements to be 110 * of type {@link AllocationInfo}. 331 * any of the following values: {@link Client#CHANGE_INFO}, {@link Client#CHANGE_NAME} 332 * {@link Client#CHANGE_DEBUGGER_STATUS}, {@link Client#CHANGE_THREAD_MODE}, 333 * {@link Client#CHANGE_THREAD_DATA}, {@link Client#CHANGE_HEAP_MODE} [all...] |
/frameworks/base/core/java/android/view/ |
WindowManagerPolicy.java | 58 * {@link android.content.Context#checkPermission(String, int, int)} and 84 * Pass this event to the user / app. To be returned from {@link #interceptKeyTq}. 90 * To be returned from {@link #interceptKeyTq}. Do not return this and 91 * {@link #ACTION_GO_TO_SLEEP} or {@link #ACTION_PASS_TO_USER}. 97 * To be returned from {@link #interceptKeyTq}. Do not return this and 98 * {@link #ACTION_POKE_USER_ACTIVITY} or {@link #ACTION_PASS_TO_USER}. 247 * Like {@link #isVisibleLw}, but also counts a window that is currently 291 * Returns true if {@link #showLw} was last called for the window [all...] |
ScaleGestureDetector.java | 25 * using the supplied {@link MotionEvent}s. The {@link OnScaleGestureListener} 27 * This class should only be used with {@link MotionEvent}s reported via touch. 32 * {@link View} 33 * <li>In the {@link View#onTouchEvent(MotionEvent)} method ensure you call 34 * {@link #onTouchEvent(MotionEvent)}. The methods defined in your 43 * be easier to extend {@link SimpleOnScaleGestureListener}. 47 * <li>One {@link OnScaleGestureListener#onScaleBegin(ScaleGestureDetector)} 48 * <li>Zero or more {@link OnScaleGestureListener#onScale(ScaleGestureDetector)} 49 * <li>One {@link OnScaleGestureListener#onScaleEnd(ScaleGestureDetector) [all...] |
/packages/apps/Contacts/src/com/android/contacts/ui/ |
ContactsPreferencesActivity.java | 77 * Shows a list of all available {@link Groups} available, letting the user 321 * Background operation to build set of {@link AccountDisplay} for each 322 * {@link Sources#getAccounts(boolean)} that provides groups. 356 * Entry holding any changes to {@link Groups} or {@link Settings} rows, 357 * such as {@link Groups#SHOULD_SYNC} or {@link Groups#GROUP_VISIBLE}. 368 * Build {@link GroupDelta} from the {@link Settings} row for the given 369 * {@link Settings#ACCOUNT_NAME} and {@link Settings#ACCOUNT_TYPE} [all...] |
/frameworks/base/docs/html/guide/topics/providers/ |
content-providers.jd | 8 <li>{@link android.content.ContentProvider}</li> 9 <li>{@link android.content.ContentResolver}</li> 10 <li>{@link android.database.Cursor}</li> 33 see some of them listed in the {@link android.provider android.provider} 40 create your own content provider (a {@link android.content.ContentProvider} 64 {@link android.content.ContentResolver} objects. You get a ContentResolver 65 by calling <code>{@link android.content.Context#getContentResolver 149 A query returns a {@link android.database.Cursor} object that can move from 160 Each content provider exposes a public URI (wrapped as a {@link android.net.Uri} 183 Every {@link android.content.ContentResolver} method takes the URI [all...] |
/cts/tests/tests/widget/src/android/widget/cts/ |
HeaderViewListAdapterTest.java | 38 * Test {@link HeaderViewListAdapter}. 50 notes = "Test constructor(s) of {@link HeaderViewListAdapter}", 64 notes = "Test {@link HeaderViewListAdapter#getHeadersCount()}", 81 notes = "Test {@link HeaderViewListAdapter#getFootersCount()}", 98 notes = "Test {@link HeaderViewListAdapter#isEmpty()}", 117 notes = "Test {@link HeaderViewListAdapter#removeHeader(View)}", 150 notes = "Test {@link HeaderViewListAdapter#removeFooter(View)}", 183 notes = "Test {@link HeaderViewListAdapter#getCount()}", 224 notes = "Test {@link HeaderViewListAdapter#areAllItemsEnabled()}", 243 notes = "Test {@link HeaderViewListAdapter#isEnabled(int)}" [all...] |
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/ |
ExecutorService.java | 14 * An {@link Executor} that provides methods to manage termination and 15 * methods that can produce a {@link Future} for tracking progress of 20 * shutting down an <tt>ExecutorService</tt>. The {@link #shutdown} 22 * terminating, while the {@link #shutdownNow} method prevents waiting 29 * <p> Method <tt>submit</tt> extends base method {@link 30 * Executor#execute} by creating and returning a {@link Future} that 35 * complete. (Class {@link ExecutorCompletionService} can be used to 38 * <p>The {@link Executors} class provides factory methods for the 44 * pool service incoming requests. It uses the preconfigured {@link 120 * complete execution. Use {@link #awaitTermination awaitTermination [all...] |
/frameworks/base/core/java/android/speech/ |
SpeechRecognizer.java | 41 * {@link SpeechRecognizer#createSpeechRecognizer(Context)}. This class's methods must be 43 * {@link android.Manifest.permission#RECORD_AUDIO} permission to use this class. 53 * Used to retrieve an {@code ArrayList<String>} from the {@link Bundle} passed to the 54 * {@link RecognitionListener#onResults(Bundle)} and 55 * {@link RecognitionListener#onPartialResults(Bundle)} methods. These strings are the possible 137 * {@link #createSpeechRecognizer} static factory method 146 * invokes the {@link IRecognitionService#startListening(Intent, IRecognitionListener)}. 170 * returns {@code false}, {@link SpeechRecognizer#createSpeechRecognizer(Context)} will 184 * {@link #setRecognitionListener(RecognitionListener)} should be called before dispatching any 197 * {@link #setRecognitionListener(RecognitionListener)} should be called before dispatching an [all...] |
RecognitionService.java | 38 * The {@link Intent} that must be declared as handled by the service. 46 * <code><{@link android.R.styleable#RecognitionService recognition-service}></code> tag. 61 * {@link RecognitionService#onStartListening(Intent, Callback)} method 167 * may also contain optional extras, see {@link RecognizerIntent}. If these values are 202 * {@link RecognitionService#onStartListening(Intent, Callback)} method. Recognizers may call 241 * @param error code is defined in {@link SpeechRecognizer} 250 * method can be called at any time between {@link #beginningOfSpeech()} and 251 * {@link #results(Bundle)} when partial results are ready. This method may be called zero, 252 * one or multiple times for each call to {@link SpeechRecognizer#startListening(Intent)}, 256 * ArrayList<String> format use {@link Bundle#getStringArrayList(String)} wit [all...] |
/external/apache-http/src/org/apache/http/ |
HttpEntity.java | 41 * {@link HttpEntityEnclosingRequest requests} and in 42 * {@link HttpResponse responses}, where they are optional. 45 * depending on where their {@link #getContent content} originates: 49 * entities being received from a {@link HttpConnection connection}. 50 * {@link #isStreaming Streamed} entities are generally not 51 * {@link #isRepeatable repeatable}. 55 * Self-contained entities are generally {@link #isRepeatable repeatable}. 103 * but exceeds {@link java.lang.Long#MAX_VALUE Long.MAX_VALUE}, 135 * Entities that are not {@link #isRepeatable repeatable} 164 * returned by {@link #getContent getContent} has been read to EOF [all...] |
/frameworks/base/core/java/android/net/ |
SSLCertificateSocketFactory.java | 60 * <li>Optional SSL session caching with {@link SSLSessionCache} 65 * If you want a connection timeout as well, use {@link #createSocket()} 66 * and {@link Socket#connect(SocketAddress, int)}, after which you 69 * <p class="caution"><b>Most {@link SSLSocketFactory} implementations do not 73 * use {@link InetAddress} or which return an unconnected socket, you MUST 77 * {@link HttpsURLConnection#getDefaultHostnameVerifier()} to get a 78 * {@link HostnameVerifier} to verify the certificate hostname. 105 /** @deprecated Use {@link #getDefault(int)} instead. */ 134 * @param cache The {@link SSLClientSessionCache} to use, or null for no cache. 150 * @param cache The {@link SSLClientSessionCache} to use, or null for no cache [all...] |
/packages/apps/Contacts/src/com/android/contacts/model/ |
Sources.java | 48 * Singleton holder for all parsed {@link ContactsSource} available on the 49 * system, typically filled through {@link PackageManager} queries. 66 * Requests the singleton instance of {@link Sources} with data bound from 68 * with {@link AccountManager} is finished, so don't call from a UI thread. 182 * Blocking call to load all {@link AuthenticatorDescription} known by the 183 * {@link AccountManager} on the system. 232 * Find a specific {@link AuthenticatorDescription} in the provided list 246 * Return list of all known, writable {@link ContactsSource}. Sources 268 * Find the best {@link DataKind} matching the requested 269 * {@link ContactsSource#accountType} and {@link DataKind#mimeType}. If n [all...] |
/external/dbus/bus/ |
bus.c | 265 DBusList *link; local 322 link = _dbus_list_get_first_link (auth_mechanisms_list); 323 while (link != NULL) 325 auth_mechanisms[i] = _dbus_strdup (link->data); 331 link = _dbus_list_get_next_link (auth_mechanisms_list, link); 343 link = _dbus_list_get_first_link (addresses); 344 while (link != NULL) 348 server = dbus_server_listen (link->data, error); 366 link = _dbus_list_get_next_link (addresses, link) 408 DBusList *link; local 869 DBusList *link; local 897 DBusList *link; local [all...] |
/external/wpa_supplicant/ |
dbus_dict_helpers.c | 26 * {@link wpa_dbus_dict_close_write}. 55 * a call to {@link wpa_dbus_dict_open_write}. 60 * {@link wpa_dbus_dict_open_write} 214 * {@link wpa_dbus_dict_open_write} 234 * {@link wpa_dbus_dict_open_write} 254 * {@link wpa_dbus_dict_open_write} 274 * {@link wpa_dbus_dict_open_write} 295 * {@link wpa_dbus_dict_open_write} 316 * {@link wpa_dbus_dict_open_write} 337 * {@link wpa_dbus_dict_open_write [all...] |
/cts/tests/tests/view/src/android/view/animation/cts/ |
AnimationTest.java | 43 * Test {@link Animation}. 71 notes = "Test constructor(s) of {@link Animation}", 77 notes = "Test constructor(s) of {@link Animation}", 95 notes = "Test {@link Animation#ensureInterpolator()}", 101 notes = "Test {@link Animation#getInterpolator()}", 107 notes = "Test {@link Animation#setInterpolator(Context, int)}", 113 notes = "Test {@link Animation#setInterpolator(Interpolator)}", 171 notes = "Test {@link Animation#getFillAfter()}", 177 notes = "Test {@link Animation#setFillAfter(boolean)}", 183 notes = "Test {@link Animation#getFillBefore()}" [all...] |
/dalvik/libcore/xml/src/main/java/org/apache/xpath/compiler/ |
Compiler.java | 205 * @return reference to {@link org.apache.xpath.operations.Operation} instance. 247 * @return reference to {@link org.apache.xpath.operations.Or} instance. 261 * @return reference to {@link org.apache.xpath.operations.And} instance. 275 * @return reference to {@link org.apache.xpath.operations.NotEquals} instance. 289 * @return reference to {@link org.apache.xpath.operations.Equals} instance. 303 * @return reference to {@link org.apache.xpath.operations.Lte} instance. 317 * @return reference to {@link org.apache.xpath.operations.Lt} instance. 331 * @return reference to {@link org.apache.xpath.operations.Gte} instance. 345 * @return reference to {@link org.apache.xpath.operations.Gt} instance. 359 * @return reference to {@link org.apache.xpath.operations.Plus} instance [all...] |
/frameworks/base/core/java/android/view/animation/ |
Animation.java | 27 * other objects. See the {@link android.view.animation animation package 50 * time when {@link #getTransformation(long, Transformation)} is invoked for the 91 * Set by {@link #getTransformation(long, Transformation)} when the animation ends. 96 * Set by {@link #getTransformation(long, Transformation)} when the animation starts. 101 * Set by {@link #getTransformation(long, Transformation)} when the animation repeats 107 * This value must be set to true by {@link #initialize(int, int, int, int)}. It 158 * {@link #RESTART} or {@link #REVERSE}. 262 * If you cancel an animation manually, you must call {@link #reset()} 306 * before calling {@link #getTransformation} [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/ |
ProjectResources.java | 62 /** Map of (name, id) for resources of type {@link ResourceType#ID} coming from R.java */ 72 /** Cached list of {@link IdResourceItem}. This is mix of IdResourceItem created by 73 * {@link MultiResourceFile} for ids coming from XML files under res/values and 74 * {@link IdResourceItem} created manually, from the list coming from R.java */ 114 * @return the {@link ResourceFolder} object associated to this folder. 151 * Removes a {@link ResourceFolder} associated with the specified {@link IAbstractFolder}. 154 * @return the {@link ResourceFolder} that was removed, or null if no matches were found. 222 * Returns a list of {@link ResourceFolder} for a specific {@link ResourceFolderType} [all...] |
/frameworks/base/core/java/android/app/ |
Instrumentation.java | 97 * {@link #start} to begin the instrumentation thread, which will then 98 * continue execution in {@link #onStart}. 103 * instrumentation here, for example call {@link Context#startActivity} to 114 * thread will call to {@link #onStart} where you can implement the 129 * {@link #sendKeySync} or {@link #startActivitySync}. 220 * See {@link #getTargetContext} to retrieve a Context for the target 245 * {@link #getContext} to retrieve a Context for the instrumentation code. 317 * from the main application thread -- use {@link #start} to execute 345 * differences from the standard {@link Context#startActivity} call: th [all...] |
/bootable/recovery/applypatch/ |
freecache.c | 43 char link[FILENAME_MAX]; local 48 count = readlink(fd_path, link, sizeof(link)-1); 50 link[count] = '\0'; 55 if (strncmp(link, "/cache/", 7) == 0) { 58 if (files[j] && strcmp(files[j], link) == 0) { 59 printf("%s is open by %s\n", link, de->d_name);
|