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

<<21222324252627282930>>

  /external/dbus/dbus/
dbus-address.c 147 DBusList *link; local
151 link = _dbus_list_get_first_link (&entry->keys);
152 while (link != NULL)
154 _dbus_string_free (link->data);
155 dbus_free (link->data);
157 link = _dbus_list_get_next_link (&entry->keys, link);
161 link = _dbus_list_get_first_link (&entry->values);
162 while (link != NULL)
164 _dbus_string_free (link->data)
369 DBusList *entries, *link; local
    [all...]
  /external/guava/src/com/google/common/collect/
MapDifference.java 66 * values returned by the {@link #entriesOnlyOnLeft()}, {@link
67 * #entriesOnlyOnRight()}, {@link #entriesInCommon()} and {@link
98 * Two instances are considered equal if their {@link #leftValue()}
99 * values are equal and their {@link #rightValue()} values are also equal.
  /external/v8/benchmarks/
revisions.html 4 <link type="text/css" rel="stylesheet" href="style.css" />
23 <div class="subtitle"><h3>Version 5 (<a href="http://v8.googlecode.com/svn/data/benchmarks/v5/run.html">link</a>)</h3></div>
31 <div class="subtitle"><h3>Version 4 (<a href="http://v8.googlecode.com/svn/data/benchmarks/v4/run.html">link</a>)</h3></div>
45 <div class="subtitle"><h3>Version 3 (<a href="http://v8.googlecode.com/svn/data/benchmarks/v3/run.html">link</a>)</h3></div>
58 <div class="subtitle"><h3>Version 2 (<a href="http://v8.googlecode.com/svn/data/benchmarks/v2/run.html">link</a>)</h3></div>
76 <div class="subtitle"><h3>Version 1 (<a href="http://v8.googlecode.com/svn/data/benchmarks/v1/run.html">link</a>)</h3></div>
  /frameworks/base/core/java/android/os/
CountDownTimer.java 40 * The calls to {@link #onTick(long)} are synchronized to this object so that
41 * one call to {@link #onTick(long)} won't ever occur before the previous
43 * {@link #onTick(long)} takes an amount of time to execute that is significant
62 * to {@link #start()} until the countdown is done and {@link #onFinish()}
65 * {@link #onTick(long)} callbacks.
Parcelable.java 21 * and restored from a {@link Parcel}. Classes implementing the Parcelable
23 * is an object implementing the {@link Parcelable.Creator Parcelable.Creator}
58 * Flag for use with {@link #writeToParcel}: the object being written
68 * Bit masks for use with {@link #describeContents}: each bit represents a
88 * May be 0 or {@link #PARCELABLE_WRITE_RETURN_VALUE}.
100 * {@link Parcelable#writeToParcel Parcelable.writeToParcel()}.
  /frameworks/base/core/java/android/view/inputmethod/
ExtractedText.java 40 * {@link #partialEndOffset}. If the content is the full text, this
48 * smaller than the difference between this and {@link #partialEndOffset},
68 * Bit for {@link #flags}: set if the text being edited can only be on
74 * Bit for {@link #flags}: set if the editor is currently in selection mode.
84 * Used to package this object into a {@link Parcel}.
86 * @param dest The {@link Parcel} to be written.
InputMethodManager.java 56 * {@link Context#getSystemService(String) Context.getSystemService()}.
89 * {@link android.widget.TextView} or its subclasses will have little they need
94 * <li> Properly set the {@link android.R.attr#inputType} if your editable
100 * if needed. You should set the {@link android.R.attr#windowSoftInputMode}
105 * for your window using the same {@link android.R.attr#windowSoftInputMode}
114 * will need to implement {@link android.view.View#onCreateInputConnection}
115 * to return a new instance of your own {@link InputConnection} interface
123 * as a {@link android.app.Service}, typically deriving from
124 * {@link android.inputmethodservice.InputMethodService}. It must provide
125 * the core {@link InputMethod} interface, though this is normally handled b
    [all...]
  /frameworks/base/docs/html/guide/tutorials/views/
hello-relativelayout.jd 3 parent.link=index.html
6 <p>A {@link android.widget.RelativeLayout} is a ViewGroup that allows you to layout child elements
71 <li>{@link android.widget.RelativeLayout}</li>
72 <li>{@link android.widget.TextView}</li>
73 <li>{@link android.widget.EditText}</li>
74 <li>{@link android.widget.Button}</li>
  /frameworks/base/test-runner/src/android/test/
ActivityInstrumentationTestCase.java 27 * automatically here by {@link #setUp} and {@link #tearDown}.
29 * <p>If you prefer an isolated unit test, see {@link android.test.ActivityUnitTestCase}.
32 * {@link android.test.ActivityInstrumentationTestCase2}, which provides more options for
43 * Creates an {@link ActivityInstrumentationTestCase} in non-touch mode.
54 * Creates an {@link ActivityInstrumentationTestCase}.
  /ndk/build/platforms/android-3/arch-arm/usr/include/net/
if_dl.h 35 * A Link-Level Sockaddr may specify the interface in one of two
43 * High volume transactions (such as giving a link-level ``from'' address
47 * The form and interpretation of the link-level address is purely a matter
58 * Structure of a Link-Level sockaddr:
66 u_char sdl_alen; /* link level address length */
67 u_char sdl_slen; /* link layer selector length */
  /ndk/build/platforms/android-4/arch-arm/usr/include/net/
if_dl.h 35 * A Link-Level Sockaddr may specify the interface in one of two
43 * High volume transactions (such as giving a link-level ``from'' address
47 * The form and interpretation of the link-level address is purely a matter
58 * Structure of a Link-Level sockaddr:
66 u_char sdl_alen; /* link level address length */
67 u_char sdl_slen; /* link layer selector length */
  /ndk/build/platforms/android-5/arch-arm/usr/include/net/
if_dl.h 35 * A Link-Level Sockaddr may specify the interface in one of two
43 * High volume transactions (such as giving a link-level ``from'' address
47 * The form and interpretation of the link-level address is purely a matter
58 * Structure of a Link-Level sockaddr:
66 u_char sdl_alen; /* link level address length */
67 u_char sdl_slen; /* link layer selector length */
  /ndk/build/platforms/android-5/arch-x86/usr/include/net/
if_dl.h 35 * A Link-Level Sockaddr may specify the interface in one of two
43 * High volume transactions (such as giving a link-level ``from'' address
47 * The form and interpretation of the link-level address is purely a matter
58 * Structure of a Link-Level sockaddr:
66 u_char sdl_alen; /* link level address length */
67 u_char sdl_slen; /* link layer selector length */
  /ndk/build/platforms/android-8/arch-arm/usr/include/net/
if_dl.h 35 * A Link-Level Sockaddr may specify the interface in one of two
43 * High volume transactions (such as giving a link-level ``from'' address
47 * The form and interpretation of the link-level address is purely a matter
58 * Structure of a Link-Level sockaddr:
66 u_char sdl_alen; /* link level address length */
67 u_char sdl_slen; /* link layer selector length */
  /ndk/build/platforms/android-8/arch-x86/usr/include/net/
if_dl.h 35 * A Link-Level Sockaddr may specify the interface in one of two
43 * High volume transactions (such as giving a link-level ``from'' address
47 * The form and interpretation of the link-level address is purely a matter
58 * Structure of a Link-Level sockaddr:
66 u_char sdl_alen; /* link level address length */
67 u_char sdl_slen; /* link layer selector length */
  /packages/apps/Launcher2/src/com/android/launcher2/
ItemInfo.java 39 * One of {@link LauncherSettings.Favorites#ITEM_TYPE_APPLICATION},
40 * {@link LauncherSettings.Favorites#ITEM_TYPE_SHORTCUT},
41 * {@link LauncherSettings.Favorites#ITEM_TYPE_USER_FOLDER}, or
42 * {@link LauncherSettings.Favorites#ITEM_TYPE_APPWIDGET}.
48 * {@link LauncherSettings.Favorites#CONTAINER_DESKTOP}. For the all applications folder it
49 * will be {@link #NO_ID} (since it is not stored in the settings DB). For user folders
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
SuggestionCursor.java 68 * {@link #registerDataSetObserver(DataSetObserver)}
95 * Gets the format of the text returned by {@link #getSuggestionText1()}
96 * and {@link #getSuggestionText2()}.
120 * @return A string that can be passed to {@link Source#getIcon(String)}.
127 * @return A string that can be passed to {@link Source#getIcon(String)}.
162 * with the value returned from {@link Source#getName()}.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
TextAttributeDescriptor.java 36 * {@link UiTextAttributeNode} using a label widget and text field.
45 * Creates a new {@link TextAttributeDescriptor}
50 * See {@link SdkConstants#NS_RESOURCES} for a common value.
71 * {@link DescriptorsUtils#formatTooltip(String)} to be displayed right away as
75 * {@link Control}.
84 * @return A new {@link UiTextAttributeNode} linked to this descriptor.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/descriptors/
ManifestElementDescriptor.java 25 * {@link ManifestElementDescriptor} describes an XML element node, with its
29 * This {@link ElementDescriptor} is specialized to create {@link UiManifestElementNode} UI nodes.
34 * Constructs a new {@link ManifestElementDescriptor}.
52 * Constructs a new {@link ManifestElementDescriptor}.
90 * @return A new {@link UiElementNode} linked to this descriptor.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/model/
UiManifestElementNode.java 39 * as well as their children's attributes, see {@link UiAttributeNode}.
41 * The structure of a given {@link UiElementNode} is declared by a corresponding
42 * {@link ElementDescriptor}.
47 * Creates a new {@link UiElementNode} described by a given {@link ElementDescriptor}.
49 * @param elementDescriptor The {@link ElementDescriptor} for the XML node. Cannot be null.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
AndroidLaunchConfiguration.java 24 * {@link ILaunchConfiguration} so that it's only done once.
29 * Launch action. See {@link LaunchConfigDelegate#ACTION_DEFAULT},
30 * {@link LaunchConfigDelegate#ACTION_ACTIVITY},
31 * {@link LaunchConfigDelegate#ACTION_DO_NOTHING}
36 * Target selection mode for the configuration: either {@link #AUTO} or {@link #MANUAL}.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/ui/
ResourceLabelProvider.java 37 * <li>{@link ResourceType}. This represents the list of existing Resource Type present
41 * <li>{@link ResourceItem}. This represents one resource. The actual type can be
42 * {@link ConfigurableResourceItem} (which can exist in various alternate versions),
43 * or {@link IdResourceItem}.
47 * <li>{@link ResourceFile}. This represents a particular version of the {@link ResourceItem}.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/repository/
UpdaterWindow.java 63 * Pages must derive from {@link Composite} and implement a constructor that takes
64 * a single parent {@link Composite} argument.
66 * All pages must be registered before the call to {@link #open()}.
69 * @param pageClass The {@link Composite}-derived class that will implement the page.
78 * This must be called before the call to {@link #open()}.
88 * This must be called before the call to {@link #open()}.
  /cts/tests/tests/view/src/android/view/cts/
KeyEventTest.java 35 * Test {@link KeyEvent}.
55 notes = "Test constructor(s) of {@link KeyEvent}",
61 notes = "Test constructor(s) of {@link KeyEvent}",
67 notes = "Test constructor(s) of {@link KeyEvent}",
73 notes = "Test constructor(s) of {@link KeyEvent}",
79 notes = "Test constructor(s) of {@link KeyEvent}",
86 notes = "Test constructor(s) of {@link KeyEvent}",
93 notes = "Test constructor(s) of {@link KeyEvent}",
99 notes = "Test constructor(s) of {@link KeyEvent}",
127 notes = "Test {@link KeyEvent#getCharacters()}"
    [all...]
  /cts/tests/tests/permission/src/android/permission/cts/
NoKeyPermissionTest.java 41 * {@link android.Manifest.permission#DISABLE_KEYGUARD}.
57 * {@link android.Manifest.permission#DISABLE_KEYGUARD}.
73 * {@link android.Manifest.permission#DISABLE_KEYGUARD}.

Completed in 637 milliseconds

<<21222324252627282930>>