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

1 2 3 4 56 7 8 91011>>

  /cts/tools/signature-tools/src/signature/model/
IClassReference.java 20 * {@code IClassReference} models a reference to an {@link IClassDefinition}. If
21 * the referenced {@link IClassDefinition} defines
22 * {@link ITypeVariableDefinition}s, this reference can be seen as a raw type.
  /dalvik/libcore/security/src/main/java/org/bouncycastle/i18n/
LocalizedException.java 16 * @param message the {@link ErrorBundle} that contains the message for the exception
26 * @param message the {@link ErrorBundle} that contains the message for the exception
38 * @return the localized error message as {@link ErrorBundle}
  /development/pdk/pndk/samples/sample/
Makefile.uselib 12 # need $(LINK) before all objects and $(POSTLINK) after all objects for
16 $(CC) $(LINK) -o $@ $(OBJECTS) $(LIBS) -L. -lhello-static $(POSTLINK)
19 $(CC) $(LINK) -o $@ $(OBJECTS) $(LIBS) -L. -lhello-shared $(POSTLINK)
Makefile 13 # need $(LINK) before all objects and $(POSTLINK) after all objects for
17 $(CC) $(LINK) -o $@ $(OBJECTS) $(LIBS) $(POSTLINK)
Makefile.hello_cpp 13 # need $(LINK) before all objects and $(POSTLINK) after all objects for
17 $(CC) $(LINK) -o $@ $(OBJECTS) $(LIBS) $(POSTLINK)
  /external/e2fsprogs/lib/et/test_cases/
heimdal3.c 27 static struct et_list link = { 0, 0 }; variable in typeref:struct:et_list
46 if (!link.table)
47 et = &link;
  /external/qemu/hw/
bt.c 26 static void bt_dummy_lmp_mode_change(struct bt_link_s *link)
31 static void bt_dummy_lmp_connection_complete(struct bt_link_s *link)
33 if (link->slave->reject_reason)
42 static void bt_dummy_lmp_disconnect_master(struct bt_link_s *link)
48 static void bt_dummy_lmp_acl_resp(struct bt_link_s *link,
55 /* Slaves that don't hold any additional per link state can use these */
58 struct bt_link_s *link = qemu_mallocz(sizeof(struct bt_link_s)); local
60 link->slave = req->slave;
61 link->host = req->host;
64 req->host->lmp_connection_complete(link);
    [all...]
  /frameworks/base/core/java/android/os/
BatteryManager.java 21 * in the {@link android.content.Intent#ACTION_BATTERY_CHANGED} Intent.
25 * Extra for {@link android.content.Intent#ACTION_BATTERY_CHANGED}:
31 * Extra for {@link android.content.Intent#ACTION_BATTERY_CHANGED}:
37 * Extra for {@link android.content.Intent#ACTION_BATTERY_CHANGED}:
43 * Extra for {@link android.content.Intent#ACTION_BATTERY_CHANGED}:
45 * {@link #EXTRA_SCALE}.
50 * Extra for {@link android.content.Intent#ACTION_BATTERY_CHANGED}:
56 * Extra for {@link android.content.Intent#ACTION_BATTERY_CHANGED}:
63 * Extra for {@link android.content.Intent#ACTION_BATTERY_CHANGED}:
71 * Extra for {@link android.content.Intent#ACTION_BATTERY_CHANGED}
    [all...]
RemoteCallbackList.java 24 * {@link android.app.Service} to its clients. In particular, this:
27 * <li> Keeps track of a set of registered {@link IInterface} callbacks,
28 * taking care to identify them through their underlying unique {@link IBinder}
29 * (by calling {@link IInterface#asBinder IInterface.asBinder()}.
30 * <li> Attaches a {@link IBinder.DeathRecipient IBinder.DeathRecipient} to
39 * service, and call its {@link #register} and {@link #unregister} methods
41 * the registered clients, use {@link #beginBroadcast},
42 * {@link #getBroadcastItem}, and {@link #finishBroadcast}
    [all...]
  /frameworks/base/core/java/android/text/
AndroidCharacter.java 44 * will be one of {@link #EAST_ASIAN_WIDTH_NEUTRAL},
45 * {@link #EAST_ASIAN_WIDTH_AMBIGUOUS}, {@link #EAST_ASIAN_WIDTH_HALF_WIDTH},
46 * {@link #EAST_ASIAN_WIDTH_FULL_WIDTH}, {@link #EAST_ASIAN_WIDTH_NARROW},
47 * or {@link #EAST_ASIAN_WIDTH_WIDE}.
59 * in <code>dest</code> will be one of {@link #EAST_ASIAN_WIDTH_NEUTRAL},
60 * {@link #EAST_ASIAN_WIDTH_AMBIGUOUS}, {@link #EAST_ASIAN_WIDTH_HALF_WIDTH},
61 * {@link #EAST_ASIAN_WIDTH_FULL_WIDTH}, {@link #EAST_ASIAN_WIDTH_NARROW}
    [all...]
  /frameworks/base/core/java/android/text/style/
ImageSpan.java 37 * @deprecated Use {@link #ImageSpan(Context, Bitmap)} instead.
45 * @deprecated Use {@link #ImageSpan(Context, Bitmap, int) instead.
57 * @param verticalAlignment one of {@link DynamicDrawableSpan#ALIGN_BOTTOM} or
58 * {@link DynamicDrawableSpan#ALIGN_BASELINE}.
76 * @param verticalAlignment one of {@link DynamicDrawableSpan#ALIGN_BOTTOM} or
77 * {@link DynamicDrawableSpan#ALIGN_BASELINE}.
89 * @param verticalAlignment one of {@link DynamicDrawableSpan#ALIGN_BOTTOM} or
90 * {@link DynamicDrawableSpan#ALIGN_BASELINE}.
103 * @param verticalAlignment one of {@link DynamicDrawableSpan#ALIGN_BOTTOM} or
104 * {@link DynamicDrawableSpan#ALIGN_BASELINE}
    [all...]
package.html 5 The classes with a subclass Standard are passed in to {@link android.text.SpannableString#setSpan(java.lang.Object, int, int, int)
6 SpannableString.setSpan()} or {@link android.text.SpannableStringBuilder#setSpan(java.lang.Object, int, int, int)
  /packages/apps/Contacts/src/com/android/contacts/ui/
ViewIdGenerator.java 30 * A class that provides unique view ids for {@link ContentEditorView}, {@link KindSectionView},
31 * {@link GenericEditorView} and {@link EditView} on {@link EditContactActivity}.
32 * It is used to assign a unique but consistent id to each view across {@link EditContactActivity}'s
46 * Used as a map from the "key" of the views to actual ids. {@link #getId()} generates keys for
67 * @param entity {@link EntityDelta} associated with the view
68 * @param kind {@link DataKind} associated with the view, or null if none exists.
69 * @param values {@link ValuesDelta} associated with the view, or null if none exists
    [all...]
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Sources.java 31 * After calling, clients must call {@link #close()} when done with this object.
37 * {@link #load()} again after calling this method.
50 * {@link #registerDataSetObserver(DataSetObserver)}
  /frameworks/base/core/java/android/provider/
Contacts.java 40 * @deprecated The APIs have been superseded by {@link ContactsContract}. The newer APIs allow
50 * @deprecated see {@link android.provider.ContactsContract}
57 * @deprecated see {@link android.provider.ContactsContract}
64 * @deprecated see {@link android.provider.ContactsContract}
70 * @deprecated see {@link android.provider.ContactsContract}
76 * @deprecated see {@link android.provider.ContactsContract}
82 * @deprecated see {@link android.provider.ContactsContract}
88 * @deprecated see {@link android.provider.ContactsContract}
100 * @deprecated see {@link android.provider.ContactsContract}
107 * @deprecated see {@link android.provider.ContactsContract
    [all...]
  /dalvik/libcore/sql/src/test/java/tests/javax/sql/
ConnectionPoolDataSourceTest.java 19 * @tests {@link javax.sql.ConnectionPoolDataSource#getLoginTimeout()}
32 * @tests {@link javax.sql.ConnectionPoolDataSource#getLogWriter()}
45 * @tests {@link javax.sql.ConnectionPoolDataSource#getPooledConnection()}
58 * @tests {@link javax.sql.ConnectionPoolDataSource#getPooledConnection(String, String)}
71 * @tests {@link javax.sql.ConnectionPoolDataSource#setLoginTimeout(int)}
84 * @tests {@link javax.sql.ConnectionPoolDataSource#setLogWriter(java.io.PrintWriter)}
DataSourceTest.java 18 * @tests {@link javax.sql.DataSource#getConnection()}
31 * @tests {@link javax.sql.DataSource#getConnection(String, String)}
44 * @tests {@link javax.sql.DataSource#getLoginTimeout()}
57 * @tests {@link javax.sql.DataSource#getLogWriter()}
70 * @tests {@link javax.sql.DataSource#setLoginTimeout(int)}
84 * @tests {@link javax.sql.DataSource#setLogWriter(java.io.PrintWriter)}
  /external/bluetooth/glib/docs/reference/glib/tmpl/
allocators.sgml 14 <link linkend="glib-Memory-Slices">slice allocator</link> and deprecated.
44 @Deprecated: 2.10: Use the <link linkend="glib-Memory-Slices">slice allocator</link>
54 @Deprecated: 2.10: Use the <link linkend="glib-Memory-Slices">slice allocator</link>
  /frameworks/base/core/java/android/util/
LogPrinter.java 20 * Implementation of a {@link android.util.Printer} that sends its output
33 * {@link android.util.Log#VERBOSE Log.VERBOSE},
34 * {@link android.util.Log#DEBUG Log.DEBUG},
35 * {@link android.util.Log#INFO Log.INFO},
36 * {@link android.util.Log#WARN Log.WARN}, or
37 * {@link android.util.Log#ERROR Log.ERROR}.
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
SelectionDependentPanel.java 23 * A Panel that requires {@link Device}/{@link Client} selection notifications.
30 * Returns the current {@link Device}.
38 * Returns the current {@link Client}.
69 * with {@link #getCurrentDevice()}.
75 * with {@link #getCurrentClient()}.
  /dalvik/libcore/xml/src/main/java/org/apache/xalan/processor/
package.html 25 <p>StylesheetProcessor implements the TRaX {@link javax.xml.transform.TransformerFactory} interface,
26 as well as the {@link javax.xml.transform.sax.SAXTransformerFactory} interface.
27 It registers the {@link org.apache.xalan.processor.StylesheetHandler} object
28 (a TrAX {@link javax.xml.transform.sax.TemplatesHandler} implementation)
31 <p>Before parsing the XSLT input, StylesheetHandler assembles an {@link org.apache.xalan.processor.XSLTSchema},
32 which uses {@link org.apache.xalan.processor.XSLTElementDef}
33 and {@link org.apache.xalan.processor.XSLTAttributeDef} objects to
36 {@link org.apache.xalan.processor.XSLTElementProcessor} which the
  /dalvik/libcore/xml/src/main/java/org/apache/xml/serializer/
package.html 24 <p>The {@link org.apache.xml.serializer.SerializerFactory} is used to
25 create a {@link org.apache.xml.serializer.Serializer} from a set of
26 output properties (see {@link javax.xml.transform.OutputKeys}).</p>
27 <p>{@link org.apache.xml.serializer.ToStream} acts as the main
29 {@link org.apache.xml.serializer.ToHTMLStream} derives from this
31 {@link org.apache.xml.serializer.ToTextStream}
33 {@link org.apache.xml.serializer.ToXMLStream}
39 <p>Encoding information is defined in {@link org.apache.xml.serializer.Encodings}.</p>
  /external/dropbear/
queue.c 44 struct Link* oldhead;
50 if (oldhead->link != NULL) {
51 queue->head = oldhead->link;
71 struct Link* newlink;
74 newlink = (struct Link*)m_malloc(sizeof(struct Link));
77 newlink->link = NULL;
80 queue->tail->link = newlink;
  /external/webkit/WebCore/manual-tests/
textarea-after-stylesheet-link.html 8 <link rel="stylesheet" />
11 <p>Tests: whether &lt;link rel="stylesheet"/&gt; disturbs the display of text in textareas</p>
  /external/webkit/WebCore/manual-tests/wml/
a-element.wml 5 <p>Test for A element. <br/>When mouse moves into link, "go to StartTests.wml" will appear, click the link, will jump to StartTests.wml</p>

Completed in 70 milliseconds

1 2 3 4 56 7 8 91011>>