HomeSort by relevance Sort by last modified time
    Searched full:link (Results 226 - 250 of 18913) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /frameworks/base/docs/html/guide/components/
loaders.jd 3 parent.link=activities.html
27 <li>{@link android.app.LoaderManager}</li>
28 <li>{@link android.content.Loader}</li>
47 <li>They are available to every {@link android.app.Activity} and {@link
68 <td>{@link android.app.LoaderManager}</td>
69 <td>An abstract class associated with an {@link android.app.Activity} or
70 {@link android.app.Fragment} for managing one or more {@link
72 longer-running operations in conjunction with the {@link android.app.Activity
    [all...]
  /external/chromium/chrome/browser/ui/gtk/
gtk_chrome_link_button.h 5 // Creates a link button that shows |text| in blue and underlined. The cursor
6 // changes to a hand when over the link. This is like the GTK LinkButton, but
7 // it doesn't call the global URI link handler, etc. It is a button subclass,
55 // Make a link button with display text |text|.
61 // Set whether the link button draws natively (using "link-color"). The default
66 // Set the label text of the link.
70 // Set the color when the link is in a normal state (i.e. not pressed).
  /external/doclava/res/assets/templates/
jd_lists.cs 5 { label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>",
lists.cs 3 ?> { id:<?cs var: page.id ?>, label:"<?cs var:page.label ?>", link:"<?cs var:page.link ?>", type:"<?cs var:page.type ?>", deprecated:"<?cs var:page.deprecated ?>" }<?cs if:!last(page) ?>,<?cs /if ?>
  /external/doclava/src/com/google/doclava/
Resolvable.java 23 * <p>This interface provides a standard means of saving {@link Resolution}s that we will
25 * {@link addResolution(Resolution)} method.
28 * via the {@link#resolveResolutions()} method.
32 * Adds a {@link Resolution} that will be resolved at a later time.
33 * @param resolution The {@link Resolution} to resolve at a later time.
38 * Resolves the {@link Resolution}s contained in this {@link Resolvable}.
45 * Prints the list of {@link Resolution}s that will be resolved at a later time.
  /external/guava/guava/src/com/google/common/collect/
PeekingIterator.java 37 * {@link #remove()}.
40 * according to {@link #hasNext()}
47 * <p>The objects returned by consecutive calls to {@link #peek()} then {@link
56 * <p>Implementations may or may not support removal when a call to {@link
57 * #peek()} has occurred since the most recent call to {@link #next()}.
59 * @throws IllegalStateException if there has been a call to {@link #peek()}
60 * since the most recent call to {@link #next()} and this implementation
  /external/jmonkeyengine/engine/src/core/com/jme3/scene/
SceneGraphVisitor.java 6 * Use by calling {@link Spatial#depthFirstTraversal(com.jme3.scene.SceneGraphVisitor) }
7 * or {@link Spatial#breadthFirstTraversal(com.jme3.scene.SceneGraphVisitor)}.
  /external/jmonkeyengine/engine/src/networking/com/jme3/network/base/
package.html 9 {@link com.jme3.network.Client} and {@link com.jme3.network.Server}
  /external/junit/src/org/junit/runner/manipulation/
Filterable.java 4 * Runners that allow filtering should implement this interface. Implement {@link #filter(Filter)}
11 * @param filter the {@link Filter} to apply
  /external/llvm/test/Linker/
2003-10-27-LinkOncePromote.ll 1 ; The linker should merge link-once globals into strong external globals,
6 ; RUN: llvm-link %t.1.bc %t.2.bc
  /external/webkit/Source/WebKit/qt/tests/MIMESniffing/resources/
application_rdf+xml 7 <link>http://xml.com/pub</link>
26 <link>http://www.xml.com</link>
32 <link>http://xml.com/pub/2000/08/09/xslt/xslt.html</link>
42 <link>http://xml.com/pub/2000/08/09/rdfdb/index.html</link>
  /frameworks/base/core/java/android/app/backup/
FullBackupDataOutput.java 6 * Provides the interface through which a {@link BackupAgent} writes entire files
7 * to a full backup data set, via its {@link BackupAgent#onFullBackup(FullBackupDataOutput)}
  /frameworks/base/core/java/android/database/
CrossProcessCursorWrapper.java 25 * Cursor wrapper that implements {@link CrossProcessCursor}.
27 * If the wrapped cursor implements {@link CrossProcessCursor}, then the wrapper
28 * delegates {@link #fillWindow}, {@link #getWindow()} and {@link #onMove} to it.
30 * traverse the contents of the cursor similar to {@link AbstractCursor#fillWindow}.
32 * This wrapper can be used to adapt an ordinary {@link Cursor} into a
33 * {@link CrossProcessCursor}.
  /frameworks/base/core/java/android/os/
SystemClock.java 26 * <li> <p> {@link System#currentTimeMillis System.currentTimeMillis()}
29 * network (see {@link #setCurrentTimeMillis}), so the time may jump
35 * {@link android.content.Intent#ACTION_TIME_TICK ACTION_TIME_TICK},
36 * {@link android.content.Intent#ACTION_TIME_CHANGED ACTION_TIME_CHANGED}
37 * and {@link android.content.Intent#ACTION_TIMEZONE_CHANGED
38 * ACTION_TIMEZONE_CHANGED} {@link android.content.Intent Intent}
41 * <li> <p> {@link #uptimeMillis} is counted in milliseconds since the
46 * such as {@link Thread#sleep(long) Thread.sleep(millls)},
47 * {@link Object#wait(long) Object.wait(millis)}, and
48 * {@link System#nanoTime System.nanoTime()}. This clock is guarantee
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
AccessibilityEventSource.java 20 * This interface is implemented by classes source of {@link AccessibilityEvent}s.
32 * Handles the request for sending an {@link AccessibilityEvent} given
34 * via calling {@link AccessibilityManager#isEnabled() AccessibilityManager.isEnabled()},
35 * obtain an {@link AccessibilityEvent} from the event pool through calling
36 * {@link AccessibilityEvent#obtain(int) AccessibilityEvent.obtain(int)}, populate the
38 * {@link AccessibilityManager#sendAccessibilityEvent(AccessibilityEvent)
49 * Handles the request for sending an {@link AccessibilityEvent}. The
52 * to do the check via calling {@link AccessibilityManager#isEnabled()
  /frameworks/base/docs/html-intl/ja/training/monitoring-device-state/
docking-monitoring.jd 3 parent.link=index.html
7 previous.link=battery-monitoring.html
9 next.link=connectivity-monitoring.html
36 <p>????????? sticky {@link android.content.Intent} ???????????????????????????????????????????????????????????????????????</p>
41 <p>?????????????{@link android.content.Intent#ACTION_DOCK_EVENT} ?????? sticky ???????????????????????????? sticky ??????{@link android.content.BroadcastReceiver} ???????????????????????????{@link android.content.Context#registerReceiver registerReceiver()} ??????{@code null} ????????? ????????????</p>
70 <p>??????????????????????????????{@link android.content.Intent#ACTION_DOCK_EVENT} ?????????????????????????????????????????????????????????????????????????? ???????????</p>
  /frameworks/base/docs/html-intl/ru/training/monitoring-device-state/
docking-monitoring.jd 3 parent.link=index.html
7 previous.link=battery-monitoring.html
9 next.link=connectivity-monitoring.html
36 <p>????????? ??????????? ? ???-??????? ????? ?????????? ? ???? ????????????? ????????? {@link android.content.Intent}, ??? ????????? ??????????? ???????? ? ??????? ??????????? ? ???-??????? ? ?? ????.</p>
41 <p>???????? ? ????????? ??????????? ? ???-??????? ?????????? ? ???????? ?????????????? ?????? ? ???????????? ?????????? ???????? {@link android.content.Intent#ACTION_DOCK_EVENT}. ????????? ??? ???????????? ?????????, ?????????????? {@link android.content.BroadcastReceiver} ?? ?????????. ?????????? ??????? {@link android.content.Context#registerReceiver registerReceiver()}, ??????? {@code null} ? ???????? ????????? ????????????????? ?????????, ??? ???????? ? ???? ????.</p>
70 <p>??? ?????? ??????????? ?????????? ? ???-??????? ??? ?????????? ?? ??? ?????????? ???????? {@link android.content.Intent#ACTION_DOCK_EVENT}. ????? ??????????? ????????? ??????????? ? ???-???????, ?????????? ???????????????? ? ????????? ?????????? ???????? ????????????????? ?????????, ??? ???????? ????.</p>
  /frameworks/base/docs/html-intl/zh-cn/training/monitoring-device-state/
docking-monitoring.jd 3 parent.link=index.html
7 previous.link=battery-monitoring.html
9 next.link=connectivity-monitoring.html
36 <p>?????? {@link android.content.Intent} ??????????????????????????????????????????????</p>
41 <p>?????????????????? {@link android.content.Intent#ACTION_DOCK_EVENT} ??????????????????????????? {@link android.content.BroadcastReceiver}??????? {@code null} ? {@link android.content.Context#registerReceiver registerReceiver()} ???????????????????????</p>
70 <p>?????????????????? {@link android.content.Intent#ACTION_DOCK_EVENT} ??????????????????????????????????????????????</p>
  /frameworks/base/test-runner/src/android/test/mock/
MockDialogInterface.java 8 * A mock {@link android.content.DialogInterface} class. All methods are non-functional and throw
9 * {@link java.lang.UnsupportedOperationException}. Override it to provide the operations that you
  /frameworks/support/v4/java/android/support/v4/content/
package.html 5 {@link android.support.v4.content.Loader} and related classes and
6 {@link android.support.v4.content.LocalBroadcastManager} to
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
ITextAttributeCreator.java 24 * The {@link ITextAttributeCreator} interface is used by the appendAttribute(...) in
25 * {@link DescriptorsUtils} to allows callers to override the kind of
26 * {@link TextAttributeDescriptor} created for a given XML attribute name.
29 * single constructor for {@link TextAttributeDescriptor}.
34 * Creates a new {@link TextAttributeDescriptor} instance for the given XML name,
39 * See {@link SdkConstants#NS_RESOURCES} for a common value.
40 * @param attrInfo The {@link IAttributeInfo} of this attribute. Can't be null.
41 * @return A new {@link TextAttributeDescriptor} (or derived) instance.
  /frameworks/base/docs/html/about/versions/
android-3.1.jd 30 ({@link android.os.Build.VERSION_CODES#HONEYCOMB_MR1}) is available as a
79 <p>The USB APIs are available in the package {@link android.hardware.usb}. The
80 central class is {@link android.hardware.usb.UsbManager}, which provides
83 {@link android.hardware.usb.UsbManager} and then query for the list of attached
85 {@link android.hardware.usb.UsbManager} also declares intent actions that the
92 <li>{@link android.hardware.usb.UsbDevice}, a class representing external
95 <li>{@link android.hardware.usb.UsbAccessory}, representing external hardware
98 <li>{@link android.hardware.usb.UsbInterface} and {@link
101 <li>{@link android.hardware.usb.UsbDeviceConnection} and {@lin
    [all...]
  /docs/source.android.com/templates/
header 7 <li id="home-link"><a href="/index.html"><span>Home</span></a></li>
8 <li id="source-link"><a href="/source/index.html"
10 <li id="compatibility-link"><a href="/compatibility/index.html"
12 <li id="tech-link"><a href="/tech/index.html"
14 <li id="community-link"><a href="/community/index.html"
16 <li id="about-link"><a href="/about/index.html"
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/editor/
PropertyEditorProvider.java 16 * Provider for creating {@link PropertyEditor}'s.
23 * @return the {@link PropertyEditor} for given property type or <code>null</code>.
30 * @return the {@link PropertyEditor} for given {@link java.beans.PropertyEditor} editor type or
38 * @return the {@link PropertyEditor} for given {@link PropertyDescriptor} or <code>null</code>.
  /external/mockito/src/org/mockito/runners/
MockitoJUnit44Runner.java 15 * <b>Deprecated: Simply use {@link MockitoJUnitRunner}</b>
20 * Initializes mocks annotated with {@link Mock},
21 * so that explicit usage of {@link MockitoAnnotations#initMocks(Object)} is not necessary.
24 * validates framework usage after each test method. See javadoc for {@link Mockito#validateMockitoUsage()}.
29 * See javadoc for {@link Mockito#validateMockitoUsage()}.
31 * Read more about &#064;Mock annotation in javadoc for {@link MockitoAnnotations}

Completed in 2845 milliseconds

1 2 3 4 5 6 7 8 91011>>