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

<<31323334353637383940>>

  /packages/apps/Contacts/src/com/android/contacts/ui/widget/
ContactEditorView.java 51 * {@link Contacts} represented through an {@link EntityDelta}. Callers can
53 * {@link #setState(EntityDelta, ContactsSource)}.
55 * Internal updates are performed against {@link ValuesDelta} so that the
56 * source {@link Entity} can be swapped out. Any state-based changes, such as
57 * adding {@link Data} rows or changing {@link EditType}, are performed through
58 * {@link EntityModifier} to ensure that {@link ContactsSource} are enforced.
162 * {@link EntityDelta} state and the {@link ContactsSource} tha
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/comparator/
LastModifiedFileComparator.java 25 * (see {@link File#lastModified()}).
31 * {@link #LASTMODIFIED_COMPARATOR} singleton instance:
38 * {@link #LASTMODIFIED_REVERSE} singleton instance:
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/editors/layout/gscripts/
DropFeedback.java 39 * - The {@link IGraphics} context to use for painting. Must not be cached. <br/>
40 * - The {@link INode} target node last used in a onDropEnter or onDropMove call. <br/>
41 * - The {@link DropFeedback} returned by the last onDropEnter or onDropMove call. <br/>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/descriptors/
LayoutDescriptors.java 147 // Link all layouts to everything else here.. recursively
171 * Creates an element descriptor from a given {@link ViewClassInfo}.
173 * @param info The {@link ViewClassInfo} to convert into a new {@link ViewElementDescriptor}.
207 for (ViewClassInfo link = info.getSuperClass();
208 link != null;
209 link = link.getSuperClass()) {
210 AttributeInfo[] attrList = link.getAttributes();
213 String.format("Attributes from %1$s", link.getShortClassName())))
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/ui/tree/
UiModelTreeLabelProvider.java 29 * UiModelTreeLabelProvider is a trivial implementation of {@link ILabelProvider}
30 * where elements are expected to derive from {@link UiElementNode} or
31 * from {@link ElementDescriptor}.
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/resources/manager/files/
IFileWrapper.java 29 * An implementation of {@link IAbstractFile} on top of an {@link IFile} object.
68 * Returns the {@link IFile} object that the receiver could represent. Can be <code>null</code>
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/internal/project/
ApkSettings.java 33 * {@link ProjectProperties} file.
70 * Writes the receiver into a {@link ProjectProperties}.
71 * @param properties the {@link ProjectProperties} in which to store the settings.
  /sdk/sdkmanager/libs/sdklib/src/com/android/sdklib/io/
FolderWrapper.java 25 * An implementation of {@link IAbstractFolder} extending {@link File}.
77 * Creates a new File instance matching a give {@link File} object.
  /sdk/sdkmanager/libs/sdklib/tests/com/android/sdklib/internal/repository/
MockAddonPackage.java 25 * A mock {@link AddonPackage} for testing.
32 * Creates a {@link MockAddonTarget} with the requested base platform and addon revision
33 * and then a {@link MockAddonPackage} wrapping it.
  /sdk/sdkmanager/libs/sdkuilib/src/com/android/sdkuilib/internal/repository/
RepoSourcesAdapter.java 152 * The input here is a {@link RepoSourcesAdapter} object, this returns an array
153 * of {@link RepoSource}.
163 * For a {@link RepoSourcesAdapter} object, returns an array of {@link RepoSource}s.
164 * For a {@link RepoSource}, returns an array of {@link Package}s.
165 * For a {@link Package}, returns an array of {@link Archive}s.
253 * The input {@link RepoSourcesAdapter} is the parent of all {@link RepoSource} elements.
    [all...]
  /frameworks/base/core/java/android/view/
Window.java 124 * {@link android.view.Window#superDispatchKeyEvent} to do the
136 * {@link android.view.Window#superDispatchTouchEvent} to do the
148 * {@link android.view.Window#superDispatchTrackballEvent} to do the
158 * Called to process population of {@link AccessibilityEvent}s.
246 * {@link Window#setContentView(View, android.view.ViewGroup.LayoutParams)
248 * {@link Window#addContentView(View, android.view.ViewGroup.LayoutParams)
255 * {@link View#onWindowFocusChanged(boolean)
264 * See {@link View#onAttachedToWindow() View.onAttachedToWindow()}
271 * See {@link View#onDetachedFromWindow() View.onDetachedFromWindow()}
312 * Return the {@link android.R.styleable#Window} attributes from thi
    [all...]
  /frameworks/base/media/java/android/media/
AudioRecord.java 37 * the following three methods: {@link #read(byte[],int, int)}, {@link #read(short[], int, int)}
38 * or {@link #read(ByteBuffer, int)}. The choice of which method to use will be based
195 * @param audioSource the recording source. See {@link MediaRecorder.AudioSource} for
200 * See {@link AudioFormat#CHANNEL_IN_MONO} and
201 * {@link AudioFormat#CHANNEL_IN_STEREO}
203 * See {@link AudioFormat#ENCODING_PCM_16BIT} and
204 * {@link AudioFormat#ENCODING_PCM_8BIT}
207 * than this size. See {@link #getMinBufferSize(int, int, int)} to determine the minimum
372 * Returns the configured audio data format. See {@link AudioFormat#ENCODING_PCM_16BIT
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/descriptors/
DescriptorsUtils.java 54 * to {@link AndroidConstants#CODESITE_BASE_URL} or to the local SDK
62 private static final String LINK = "$link"; //$NON-NLS-1$
67 * The {@link ITextAttributeCreator} interface is used by the appendAttribute() method
68 * to provide a way for caller to override the kind of {@link TextAttributeDescriptor}
73 * Creates a new {@link TextAttributeDescriptor} instance for the given XML name,
79 * See {@link SdkConstants#NS_RESOURCES} for a common value.
81 * @return A new {@link TextAttributeDescriptor} (or derived) instance.
88 * Add all {@link AttributeInfo} to the the array of {@link AttributeDescriptor}
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/
Transformer.java 29 * {@link TransformerFactory#newTransformer TransformerFactory.newTransformer}
55 * {@link TransformerFactory#newTransformer()},
56 * {@link TransformerFactory#newTransformer(Source source)} or
57 * {@link Templates#newTransformer()}.
61 * <p>The reset <code>Transformer</code> is not guaranteed to have the same {@link URIResolver}
62 * or {@link ErrorListener} <code>Object</code>s, e.g. {@link Object#equals(Object obj)}.
86 * as constructed by {@link javax.xml.parsers.DocumentBuilder#newDocument()}.
143 * {@link #setParameter(String name, Object value)} should be used when the
146 * {@link #setParameter(String name, Object value)}
    [all...]
  /external/bluetooth/glib/docs/reference/gobject/
tut_howto.xml 312 No object reference will be returned to the client of <function><link linkend="g-object-new">g_object_new</link></function>
337 <type><link linkend="GParamSpec">GParamSpec</link></type> by setting the param spec's flag field to G_PARAM_CONSTRUCT_ONLY: this helps
361 afterwards and make sure that if your users do not call <function><link linkend="g-object-new">g_object_new</link></function>
387 <function><link linkend="g-object-unref">g_object_unref</link></function>
750 <para>The function <function><link linkend="g-type-class-peek-parent">g_type_class_peek_parent</link></function> is used to access the original parent
    [all...]
  /external/libxml2/
list.c 54 * @lk: a link
95 * Returns the link containing the data or NULL
115 * Returns the link containing the data or NULL
135 * Returns the link containing the data or NULL
160 * Returns the link containing the data or NULL
210 /* If there is a link deallocator, use it */
213 /* If there is a link comparator, use it */
280 /* Add the new link */
284 "Cannot initialize memory for new link");
312 /* Add the new link */
    [all...]
  /frameworks/base/core/java/android/app/admin/
DeviceAdminInfo.java 56 * that the user can select, via {@link DevicePolicyManager#setPasswordQuality}
57 * and {@link DevicePolicyManager#setPasswordMinimumLength}.
66 * attempts from the user, via {@link DeviceAdminReceiver#ACTION_PASSWORD_FAILED},
67 * {@link DeviceAdminReceiver#ACTION_PASSWORD_SUCCEEDED}, and
68 * {@link DevicePolicyManager#getCurrentFailedPasswordAttempts}.
78 * {@link DevicePolicyManager#resetPassword}.
87 * to lock via{@link DevicePolicyManager#lockNow} or limit the
89 * {@link DevicePolicyManager#setMaximumTimeToLock}.
99 * {@link DevicePolicyManager#wipeData}.
329 * {@link #USES_POLICY_LIMIT_PASSWORD}, {@link #USES_POLICY_WATCH_LOGIN}
    [all...]
  /frameworks/base/core/java/android/text/util/
Linkify.java 50 * create <code>http://example.com</code> when the clickable url link is
93 * to prevent turning the domain name in an email address into a web link.
144 * what is allowed to match and become a link, and what is not.
156 * if the match should be turned into an actionable link.
165 * @return Whether this match should be turned into a link
193 * of the link types indicated in the mask into clickable links.
239 for (LinkSpec link: links) {
240 applyLink(link.url, link.start, link.end, text)
    [all...]
  /frameworks/base/core/java/android/widget/
SimpleCursorAdapter.java 31 * {@link android.widget.SimpleCursorAdapter.ViewBinder} is available,
32 * {@link ViewBinder#setViewValue(android.view.View, android.database.Cursor, int)}
35 * {@link #setViewText(TextView, String)} is invoked. If the returned value
37 * {@link #setViewImage(ImageView, String)} is invoked. If no appropriate
38 * binding can be found, an {@link IllegalStateException} is thrown.
41 * {@link android.widget.AutoCompleteTextView}, you can use the
42 * {@link android.widget.SimpleCursorAdapter.CursorToStringConverter} and the
43 * {@link android.widget.FilterQueryProvider} interfaces
45 * {@link #convertToString(android.database.Cursor)} and
46 * {@link #runQueryOnBackgroundThread(CharSequence)} for more information
    [all...]
  /frameworks/base/docs/html/sdk/
android-2.0.1.jd 80 function toggleDiv(link) {
81 var toggleable = $(link).parent();
288 applications apply necessary styles to the {@link
291 <li>Remove support for the {@link
294 do so from the application at run-time, with {@link
305 <p>Changes to the values returned by {@link
307 {@link android.bluetooth.BluetoothAdapter#ACTION_REQUEST_DISCOVERABLE}:</p>
310 <li>{@link android.bluetooth.BluetoothAdapter#ACTION_REQUEST_ENABLE} now
311 returns {@link android.app.Activity#RESULT_OK} if Bluetooth was successfully
312 enabled and {@link android.app.Activity#RESULT_CANCELED} if the user rejecte
    [all...]
  /packages/apps/Settings/src/com/android/settings/
ActivityPicker.java 56 * {@link Intent#EXTRA_INTENT} query, along with any injected items.
67 * Base {@link Intent} used when building list.
108 * {@link #getIntentForPosition(int)} in {@link #setResult(int, Intent)}.
117 * Handle canceled dialog by passing back {@link Activity#RESULT_CANCELED}.
125 * Build the specific {@link Intent} for a given list position. Convenience
126 * method that calls through to {@link PickAdapter.Item#getIntent(Intent)}.
135 * implementation mixes activities matching {@link #mBaseIntent} from
136 * {@link #putIntentItems(Intent, List)} with any injected items from
137 * {@link Intent#EXTRA_SHORTCUT_NAME}. Override this method in subclasses t
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
ThreadPanel.java 109 * Expected input is a {@link Client} object.
131 * A Label Provider to use with {@link ThreadContentProvider}. It expects the elements to be
132 * of type {@link ThreadInfo}.
378 * any of the following values: {@link Client#CHANGE_INFO}, {@link Client#CHANGE_NAME}
379 * {@link Client#CHANGE_DEBUGGER_STATUS}, {@link Client#CHANGE_THREAD_MODE},
380 * {@link Client#CHANGE_THREAD_DATA}, {@link Client#CHANGE_HEAP_MODE},
381 * {@link Client#CHANGE_HEAP_DATA}, {@link Client#CHANGE_NATIVE_HEAP_DATA
    [all...]
  /frameworks/base/docs/html/guide/topics/
fundamentals.jd 8 <li>{@link android.app.Activity}</li>
9 <li>{@link android.app.Service}</li>
10 <li>{@link android.content.BroadcastReceiver}</li>
11 <li>{@link android.content.ContentProvider}</li>
12 <li>{@link android.content.Intent}</li>
97 link to it. Rather, it simply starts up that piece of the other application
121 Each one is implemented as a subclass of the {@link android.app.Activity} base class.
144 objects derived from the base {@link android.view.View} class. Each view
157 <code>{@link android.app.Activity#setContentView Activity.setContentView()}</code>
168 that need it. Each service extends the {@link android.app.Service} base class
    [all...]
  /external/webkit/JavaScriptCore/jit/
JITPropertyAccess.cpp 233 // Link the failure cases here.
234 structureCheck.link(this);
235 protoStructureCheck.link(this);
237 // Do a regular(ish) get_by_id (the slow case will be link to
241 match.link(this);
335 empty.link(this);
343 end.link(this);
598 failureCases.link(this);
604 patchBuffer.link(failureCall, FunctionPtr(cti_op_put_by_id_fail));
608 patchBuffer.link(m_calls[0].from, FunctionPtr(cti_op_put_by_id_transition_realloc))
    [all...]
  /external/libpcap/
pcap-bpf.h 114 * Data-link level type codes.
190 * using them for other purposes, so that NetBSD savefiles with link
198 * a link-layer type of 99 for the tcpdump it supplies. The link-layer
207 * link-layer types corresponding to DLT_ types that differ
214 * a link type of 104 in a save file will be mapped to DLT_C_HDLC,
216 * handle files with that link type regardless of the value of
234 * so that we don't have to worry about the link-layer header.)
247 * that the AF_ type in the link-layer header is in network byte order.
271 * as link-layer types corresponding to DLT_ types that might diffe
    [all...]

Completed in 1134 milliseconds

<<31323334353637383940>>