HomeSort by relevance Sort by last modified time
    Searched full:link (Results 801 - 825 of 8734) sorted by null

<<31323334353637383940>>

  /packages/apps/Email/src/org/apache/commons/io/comparator/
SizeFileComparator.java 27 * {@link File#length()} and {@link FileUtils#sizeOfDirectory(File)}).
33 * {@link #SIZE_COMPARATOR} singleton instance:
40 * {@link #SIZE_REVERSE} singleton instance:
62 * using {@link FileUtils#sizeOfDirectory(File)}
68 * using {@link FileUtils#sizeOfDirectory(File)}
87 * directories is calculated using {@link FileUtils#sizeOfDirectory(File)}.
91 * as size zero (see {@link FileUtils#sizeOfDirectory(File)}).
package.html 20 <p>This package provides various {@link java.util.Comparator} implementations
21 for {@link java.io.File}s.
  /packages/apps/Email/src/org/apache/commons/io/input/
TeeInputStream.java 25 * from the proxied stream to a given OutputStream. Using {@link #skip(long)}
26 * or {@link #mark(int)}/{@link #reset()} on the stream will result on some
30 * The proxied input stream is closed when the {@link #close()} method is
52 * Creates a TeeInputStream that proxies the given {@link InputStream}
53 * and copies all read bytes to the given {@link OutputStream}. The given
64 * Creates a TeeInputStream that proxies the given {@link InputStream}
65 * and copies all read bytes to the given {@link OutputStream}. The given
  /packages/apps/IM/src/com/android/im/engine/
InvitationListener.java 28 * {@link ChatGroupManager#acceptInvitationAsync(Invitation) acceptInvitation} or
29 * {@link ChatGroupManager#rejectInvitationAsync(Invitation) rejectInvitation}
  /packages/apps/Launcher2/src/com/android/launcher2/
LauncherAppWidgetHost.java 25 * Specific {@link AppWidgetHost} that creates our {@link LauncherAppWidgetHostView}
  /packages/apps/Settings/src/com/android/settings/vpn/
VpnProfileActor.java 24 * The interface to act on a {@link VpnProfile}.
60 * Use {@link VpnManager#registerConnectivityReceiver()} to register a
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
SyncProgressMonitor.java 24 * Implementation of the {@link ISyncProgressMonitor} wrapping an Eclipse {@link IProgressMonitor}.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/handler/
BaseFileHandler.java 58 * @param sync the {@link SyncService} to use to pull the file from the device
62 * @return The result of the pull as a {@link SyncResult} object, or null if the sync
115 * Pulls a file off of a device. This displays a {@link ProgressMonitorDialog} and therefore
117 * @param sync the {@link SyncService} to use to pull the file.
120 * @return the result of the sync as an instance of {@link SyncResult}
145 * <p/>This will call about to {@link Display} to run this in an async {@link Runnable} in the
171 * Saves a given data into a temp file and returns its corresponding {@link File} object.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
TrackContentProvider.java 25 * Content provider to display {@link Track} objects in a Table.
26 * <p/>The expected type for the input is {@link Track}<code>[]</code>.
WayPointContentProvider.java 23 * Content provider to display {@link WayPoint} objects in a Table.
24 * <p/>The expected type for the input is {@link WayPoint}<code>[]</code>.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
EnumAttributeDescriptor.java 25 * It is displayed by a {@link UiListAttributeNode}.
35 * @return A new {@link UiListAttributeNode} linked to this descriptor.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ManifestPkgAttrDescriptor.java 25 * Describes a package XML attribute. It is displayed by a {@link UiManifestPkgAttrNode}.
35 * @return A new {@link UiManifestPkgAttrNode} linked to this descriptor.
PackageAttributeDescriptor.java 25 * Describes a package XML attribute. It is displayed by a {@link UiPackageAttributeNode}.
35 * @return A new {@link UiPackageAttributeNode} linked to this descriptor.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/
TextValueCellEditor.java 25 * TextCellEditor able to receive a {@link UiAttributeNode} in the {@link #setValue(Object)}
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/uimodel/
UiAttributeNode.java 28 * The characteristics of an {@link UiAttributeNode} are declared by a
29 * corresponding {@link AttributeDescriptor}.
41 /** Creates a new {@link UiAttributeNode} linked to a specific {@link AttributeDescriptor}
42 * and the corresponding runtine {@link UiElementNode} parent. */
48 /** Returns the {@link AttributeDescriptor} specific to this UI attribute node */
53 /** Returns the {@link UiElementNode} that owns this {@link UiAttributeNode} */
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
ILaunchController.java 29 * @param launchInfo the {@link DelayedLaunchInfo} that indicates the launch action
37 * @param launchInfo the {@link DelayedLaunchInfo} to cancel
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/
IResourceRepository.java 20 * A repository of resources. This allows access to the resource by {@link ResourceType}.
25 * Returns the present {@link ResourceType}s in the project.
ResourceItem.java 20 * Base class representing a Resource Item, as returned by a {@link IResourceRepository}.
42 * Compares the {@link ResourceItem} to another.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
IUpdateWizardDialog.java 23 * An interface that enables a client to update {@link WizardDialog} after its creation.
27 * Invoked after {@link WizardDialog#create()} to let the caller update the dialog.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/repository/
IDescription.java 28 * elaborate than what {@link #toString()} would provide.
36 * elaborate than what {@link #toString()} would provide.
  /sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/internal/repository/
MockToolPackage.java 23 * A mock {@link ToolPackage} for testing.
30 * Creates a {@link MockToolPackage} with the given revision and hardcoded defaults
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/icons/
ImageFactory.java 34 * An utility class to serve {@link Image} correspond to the various icons
51 * @return A new or existing {@link Image}. The caller must NOT dispose the image (the
52 * image will disposed by {@link #dispose()}). The returned image can be null if the
82 * @param object A {@link RepoSource} or {@link Package} or {@link Archive}.
83 * @return A new or existing {@link Image}. The caller must NOT dispose the image (the
84 * image will disposed by {@link #dispose()}). The returned image can be null if the
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/tasks/
ProgressTaskFactory.java 25 * An {@link ITaskFactory} that creates a new {@link ProgressTask} dialog
  /dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
CountDownLatch.java 16 * The {@link #await await} methods block until the current count reaches
17 * zero due to invocations of the {@link #countDown} method, after which
19 * {@link #await await} return immediately. This is a one-shot phenomenon
21 * count, consider using a {@link CyclicBarrier}.
26 * simple on/off latch, or gate: all threads invoking {@link #await await}
27 * wait at the gate until it is opened by a thread invoking {@link
35 * thread from proceeding past an {@link #await await} until all
88 * count down in this way, instead use a {@link CyclicBarrier}.)
170 * @param count the number of times {@link #countDown} must be invoked
171 * before threads can pass through {@link #await
    [all...]
  /dalvik/libcore/luni/src/main/java/java/util/
Map.java 116 * an instance of {@link Map.Entry}. As the {@code Set} is backed by this {@code Map},
235 * {@code Collection} supports {@link Collection#remove}, {@link Collection#removeAll},
236 * {@link Collection#retainAll}, and {@link Collection#clear} operations,
237 * and it does not support {@link Collection#add} or {@link Collection#addAll} operations.
240 * {@link AbstractCollection}. The {@link AbstractCollection#iterator} method of this subclass returns a
241 * "wrapper object" over the iterator of this {@code Map}'s {@link #entrySet()}. The {@link AbstractCollection#size} metho
    [all...]

Completed in 4976 milliseconds

<<31323334353637383940>>