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

<<21222324252627282930>>

  /frameworks/base/sax/tests/saxtests/res/raw/
youtube.xml 26 <link rel='alternate' type='text/html'
27 href='http://www.youtube.com/browse?s=tr'></link>
28 <link rel='http://schemas.google.com/g/2005#feed'
30 href='http://dm5.google.com/feeds/standardfeeds/top_rated'></link>
31 <link rel='self' type='application/atom+xml'
32 href='http://dm5.google.com/feeds/standardfeeds/top_rated?start-index=1&amp;max-results=25'></link>
33 <link rel='next' type='application/atom+xml'
34 href='http://dm5.google.com/feeds/standardfeeds/top_rated?start-index=26&amp;max-results=25'></link>
65 <link rel='self' type='application/atom+xml'
66 href='http://dm5.google.com/feeds/videos/nojWJ6-XmeQ'></link>
    [all...]
  /dalvik/dx/src/com/android/dx/dex/code/
DalvCode.java 31 * constants in {@link PositionList}
37 * nulled out in {@link #finishProcessingIfNecessary}
43 * nulled out in {@link #finishProcessingIfNecessary}
49 * {@link #finishProcessingIfNecessary}
55 * {@link #finishProcessingIfNecessary}
61 * {@link #finishProcessingIfNecessary}
67 * {@link #finishProcessingIfNecessary}
75 * static constants in {@link PositionList}
121 * {@link #getInsns}.
220 * Class used as a callback for {@link #assignIndices}
    [all...]
  /dalvik/libcore/security/src/main/java/java/security/
KeyRep.java 34 * {@code KeyRep} is a standardized representation for serialized {@link Key}
57 * the algorithm (obtained by {@link Key#getAlgorithm()}).
59 * the format of the key (obtained by {@link Key#getFormat()}).
62 * {@link Key#getEncoded()}).
88 * Resolves and returns the {@code Key} object. Three {@link Type}|format
91 * <li> {@code Type.PRIVATE} | "PKCS#8" : returns a {@link PrivateKey}
93 * is initialized with a {@link PKCS8EncodedKeySpec} using the encoded key
95 * <li> {@code Type.SECRET} | "RAW" : returns a {@link SecretKeySpec}
97 * <li> {@code Type.PUBLIC} | "X.509": returns a {@link PublicKey} instance,
99 * initialized with a {@link X509EncodedKeySpec} using the encoded ke
    [all...]
Permission.java 25 * {@link AccessController} and {@link AccessControlContext}. A permission
39 * The {@link #implies(Permission)} method should be used for making access
54 * required by the general contract of {@link Object#hashCode}.
84 * The {@link AccessController} uses this method to check whether permission
114 * Invokes {@link SecurityManager#checkPermission(Permission)} with this
115 * permission as its argument. This method implements the {@link Guard}
119 * as specified in {@link Guard#checkGuard(Object)} but ignored
134 * Returns a specific {@link PermissionCollection} container for permissions
141 * @return an empty {@link PermissionCollection} or {@code null} if an
    [all...]
  /dalvik/libcore/xml/src/main/java/org/apache/xpath/patterns/
ContextMatchStepPattern.java 52 * @return {@link org.apache.xpath.patterns.NodeTest#SCORE_NODETEST},
53 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
54 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NSWILD},
55 * {@link org.apache.xpath.patterns.NodeTest#SCORE_QNAME}, or
56 * {@link org.apache.xpath.patterns.NodeTest#SCORE_OTHER}.
77 * @return {@link org.apache.xpath.patterns.NodeTest#SCORE_NODETEST},
78 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NONE},
79 * {@link org.apache.xpath.patterns.NodeTest#SCORE_NSWILD},
80 * {@link org.apache.xpath.patterns.NodeTest#SCORE_QNAME}, or
81 * {@link org.apache.xpath.patterns.NodeTest#SCORE_OTHER}
    [all...]
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2AndroidTest.java 31 * This exercises the same logic as {@link Focus2ActivityTest} but in a lighter
33 * focus behavior by calling {@link FocusFinder} methods directly.
35 * {@link Focus2ActivityTest} is still useful to verify that, at an end to end
39 * functional {@link android.test.ActivityInstrumentationTestCase}. This would provide reasonable
43 * Even as a lighter weight test, this test still needs access to a {@link Context}
44 * to inflate the file, which is why it extends {@link AndroidTestCase}.
47 * {@link AndroidTestCase}, and when run via an {@link android.test.InstrumentationTestRunner},
50 * See {@link com.example.android.apis.app.ForwardingTest} for an example of an Activity unit test.
52 * See {@link com.example.android.apis.AllTests} for documentation on runnin
    [all...]
  /frameworks/base/core/java/android/app/
IntentService.java 27 * IntentService is a base class for {@link Service}s that handle asynchronous
28 * requests (expressed as {@link Intent}s) on demand. Clients send requests
29 * through {@link android.content.Context#startService(Intent)} calls; the
36 * IntentService and implement {@link #onHandleIntent(Intent)}. IntentService
79 * {@link #onStartCommand(Intent, int, int)} will return
80 * {@link Service#START_REDELIVER_INTENT}, so if this process dies before
81 * {@link #onHandleIntent(Intent)} returns, the process will be restarted
86 * {@link #onStartCommand(Intent, int, int)} will return
87 * {@link Service#START_NOT_STICKY}, and if the process dies, the Intent
139 * @param intent The value passed to {@link
    [all...]
AlertDialog.java 47 * {@link WindowManager.LayoutParams#FLAG_ALT_FOCUSABLE_IM
49 * any views in the dialog return true from {@link View#onCheckIsTextEditor()
53 * desired mode after calling {@link #onCreate}.
81 * {@link DialogInterface#BUTTON_POSITIVE}.
91 * @return The {@link ListView} from the dialog.
140 * {@link DialogInterface#BUTTON_POSITIVE},
141 * {@link DialogInterface#BUTTON_NEGATIVE}, or
142 * {@link DialogInterface#BUTTON_NEUTRAL}
144 * @param msg The {@link Message} to be sent when clicked.
154 * {@link DialogInterface#BUTTON_POSITIVE}
    [all...]
  /frameworks/base/core/java/android/app/backup/
BackupManager.java 33 * call to {@link #dataChanged()} will notify the backup service. The system
35 * calls to {@link #dataChanged()} have no further effect until the backup
39 * {@link android.app.backup.BackupAgent} subclass you've declared in your manifest. See the
40 * documentation for {@link android.app.backup.BackupAgent} for a detailed description
70 * @param context The {@link android.content.Context} that was provided when
71 * one of your application's {@link android.app.Activity Activities}
81 * {@link android.app.backup.BackupAgent} subclass will be scheduled when you
127 * {@link android.app.backup.BackupAgent#onRestore(BackupDataInput, int, android.os.ParcelFileDescriptor) onRestore()}
130 * @param observer The {@link RestoreObserver} to receive callbacks during the restore
158 * {@link android.app.backup.RestoreSession} class for documentation on that process
    [all...]
  /frameworks/base/core/java/android/inputmethodservice/
AbstractInputMethodService.java 33 * instead building on top of {@link InputMethodService} or another more
34 * complete base class. Be sure to read {@link InputMethod} for more
52 * Base class for derived classes to implement their {@link InputMethod}
59 * back to {@link AbstractInputMethodService#onCreateInputMethodSessionInterface()
68 * {@link AbstractInputMethodSessionImpl#revokeSelf()
77 * {@link AbstractInputMethodSessionImpl#revokeSelf()
86 * Base class for derived classes to implement their {@link InputMethodSession}
155 * Return the global {@link KeyEvent.DispatcherState KeyEvent.DispatcherState}
158 * just use the standard high-level event callbacks like {@link #onKeyDown}.
177 * Implement this to handle {@link android.os.Binder#dump Binder.dump()
    [all...]
  /frameworks/base/core/java/android/os/
Looper.java 25 * {@link #prepare} in the thread that is to run the loop, and then
26 * {@link #loop} to have it process messages until the loop is stopped.
29 * {@link Handler} class.
32 * using the separation of {@link #prepare} and {@link #loop} to create an
68 * {@link #loop()} after calling this method, and end it by calling
69 * {@link #quit()}.
81 * {@link #prepare()}
104 * {@link #quit()} to end the loop.
154 * Return the {@link MessageQueue} object associated with the curren
    [all...]
  /frameworks/base/core/java/android/preference/
EditTextPreference.java 33 * A {@link Preference} that allows for string
36 * It is a subclass of {@link DialogPreference} and shows the {@link EditText}
37 * in a dialog. This {@link EditText} can be modified either programmatically
38 * via {@link #getEditText()}, or through XML by setting any EditText
43 * See {@link android.R.styleable#EditText EditText Attributes}.
79 * Saves the text to the {@link SharedPreferences}.
97 * Gets the text from the {@link SharedPreferences}.
163 * Returns the {@link EditText} widget that will be shown in the dialog.
165 * @return The {@link EditText} widget that will be shown in the dialog
    [all...]
  /frameworks/base/core/java/com/android/internal/view/menu/
MenuView.java 25 * Minimal interface for a menu view. {@link #initialize(MenuBuilder, int)} must be called for the
37 * {@link MenuBuilder#TYPE_ICON}, {@link MenuBuilder#TYPE_EXPANDED},
38 * {@link MenuBuilder#TYPE_DIALOG}).
56 * Minimal interface for a menu item view. {@link #initialize(MenuItemImpl, int)} must be called
65 * {@link MenuBuilder#TYPE_ICON}, {@link MenuBuilder#TYPE_EXPANDED},
66 * {@link MenuBuilder#TYPE_DIALOG}).
90 * checked, for that use {@link #setChecked}.
97 * made visible, call {@link #setCheckable(boolean)} for that
    [all...]
  /frameworks/base/docs/html/guide/tutorials/views/
hello-timepicker.jd 3 parent.link=index.html
6 <p>A {@link android.widget.TimePicker} is a widget that allows the
32 <p>For the layout, we're using a vertical LinearLayout, with a {@link android.widget.TextView} that
33 will display the time and a {@link android.widget.Button} that will initiate the
34 {@link android.widget.TimePicker} dialog.
82 instance of {@link java.util.Calendar} and get the current hour and minute. Finally, we call
154 <li>{@link android.widget.TimePicker}</li>
155 <li>{@link android.widget.Button}</li>
156 <li>{@link android.widget.TextView}</li>
157 <li>{@link java.util.Calendar}</li
    [all...]
hello-tabwidget.jd 3 parent.link=index.html
6 <p>A {@link android.widget.TabWidget} offers the ability to easily draw an interface that uses
49 <p>Here, we've created a {@link android.widget.TabHost} that contains the entire layout of the Activity.
50 A TabHost requires two descendant elements: a {@link android.widget.TabWidget} and a {@link android.widget.FrameLayout}.
51 In order to properly layout these elements, we've put them inside a vertical {@link android.widget.LinearLayout}.
54 In this case, each tab simply shows a different {@link android.widget.TextView} with some text. </p>
89 {@link android.widget.TabHost.TabSpec} that we build on the fly, and with it, chain together two necessary methods:
112 {@link android.graphics.drawable.Drawable} when you call <code>setIndicator()</code>. Here's an example
119 <li>{@link android.widget.TabWidget}</li
    [all...]
  /packages/apps/Email/src/org/apache/commons/io/comparator/
ExtensionFileComparator.java 28 * (see {@link FilenameUtils#getExtension(String)}).
33 * are provided for the various case sensitivity options (using {@link IOCase})
37 * {@link #EXTENSION_COMPARATOR} singleton instance:
44 * {@link #EXTENSION_INSENSITIVE_REVERSE} singleton instance:
56 /** Case-sensitive extension comparator instance (see {@link IOCase#SENSITIVE}) */
59 /** Reverse case-sensitive extension comparator instance (see {@link IOCase#SENSITIVE}) */
62 /** Case-insensitive extension comparator instance (see {@link IOCase#INSENSITIVE}) */
65 /** Reverse case-insensitive extension comparator instance (see {@link IOCase#INSENSITIVE}) */
69 /** System sensitive extension comparator instance (see {@link IOCase#SYSTEM}) */
72 /** Reverse system sensitive path comparator instance (see {@link IOCase#SYSTEM}) */
    [all...]
  /sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/
InfoPanel.java 94 * any of the following values: {@link Client#CHANGE_PORT}, {@link Client#CHANGE_NAME}
95 * {@link Client#CHANGE_DEBUGGER_STATUS}, {@link Client#CHANGE_THREAD_MODE},
96 * {@link Client#CHANGE_THREAD_DATA}, {@link Client#CHANGE_HEAP_MODE},
97 * {@link Client#CHANGE_HEAP_DATA}, {@link Client#CHANGE_NATIVE_HEAP_DATA}
119 * with {@link #getCurrentDevice()}
128 * with {@link #getCurrentClient()
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/transform/sax/
SAXSource.java 35 * {@link javax.xml.parsers.SAXParserFactory#setNamespaceAware(boolean awareness)} method.</p>
43 * If {@link javax.xml.transform.TransformerFactory#getFeature}
53 * {@link #setInputSource(InputSource inputSource)} , then the
55 * create an empty source {@link org.xml.sax.InputSource} using
56 * {@link org.xml.sax.InputSource#InputSource() new InputSource()}.</p>
63 * Create a <code>SAXSource</code>, using an {@link org.xml.sax.XMLReader}
64 * and a SAX InputSource. The {@link javax.xml.transform.Transformer}
65 * or {@link javax.xml.transform.sax.SAXTransformerFactory} will set itself
66 * to be the reader's {@link org.xml.sax.ContentHandler}, and then will call
80 * The {@link javax.xml.transform.Transformer} o
    [all...]
  /external/bluetooth/glib/docs/reference/glib/tmpl/
linked_lists_single.sgml 18 <link linkend="glib-Doubly-Linked-lists">Doubly-Linked Lists</link>
24 <link linkend="glib-Type-Conversion-Macros">Type Conversion Macros</link>,
28 List elements are allocated from the <link linkend="glib-Memory-Slices">slice
29 allocator</link>, which is more efficient than allocating elements
78 <link linkend="glib-Type-Conversion-Macros">Type Conversion Macros</link>.
79 @next: contains the link to the next element in the list.
379 converted to the <link linkend="glib-Memory-Slices">slice allocator</link
    [all...]
  /external/guava/src/com/google/common/collect/
AbstractMultiset.java 37 * This class provides a skeletal implementation of the {@link Multiset}
39 * this class and implementing the {@link Multiset#entrySet()} method, plus
40 * optionally overriding {@link #add(Object, int)} and
41 * {@link #remove(Object, int)} to enable modifications to the multiset.
43 * <p>The {@link #contains}, {@link #containsAll}, {@link #count}, and
44 * {@link #size} implementations all iterate across the set returned by
45 * {@link Multiset#entrySet()}, as do many methods acting on the set returned by
46 * {@link #elementSet()}. Override those methods for better performance
    [all...]
Serialization.java 43 * returns the size of a map serialized by {@link
45 * multiset serialized by {@link
47 * keys in a multimap serialized by {@link
78 * See {@link #writeMap} for the data format.
89 * See {@link #writeMap} for the data format. The size is determined by a
90 * prior call to {@link #readCount}.
125 * deserialization. See {@link #writeMultiset} for the data format.
137 * deserialization. See {@link #writeMultiset} for the data format. The number
138 * of distinct elements is determined by a prior call to {@link #readCount}.
155 * change while the method is running. The {@link Multimap#asMap} vie
    [all...]
Lists.java 43 * Static utility methods pertaining to {@link List} instances. Also see this
44 * class's counterparts {@link Sets} and {@link Maps}.
59 * <p><b>Note:</b> if mutability is not required, use {@link
74 * non-null, use {@link ImmutableList#of(Object[])} instead.
101 * non-null, use {@link ImmutableList#copyOf(Iterator)} instead.
124 * non-null, use {@link ImmutableList#copyOf(Iterator)} instead.
142 * {@link ArrayList#ArrayList(int)}.
145 * using a fixed-size list ({@link Arrays#asList(Object[])}) or an {@link
    [all...]
  /frameworks/base/core/java/android/database/sqlite/
SQLiteOpenHelper.java 25 * You create a subclass implementing {@link #onCreate}, {@link #onUpgrade} and
26 * optionally {@link #onOpen}, and this class takes care of opening the database
46 * {@link #getWritableDatabase} or {@link #getReadableDatabase} is called.
52 * {@link #onUpgrade} will be used to upgrade the database
67 * {@link #close} when you no longer need it.
73 * @return a read/write database object valid until {@link #close} is called
137 * {@link #getWritableDatabase} unless some problem, such as a full disk,
140 * to {@link #getWritableDatabase} may succeed, in which case the read-onl
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/refactorings/extractstring/
ExtractStringAction.java 40 * Quick Reference Link:
58 * a limitation due to {@link #selectionChanged(IAction, ISelection)} not being called when
60 * <ul> The action gets the current {@link ISelection}. It also knows the current
61 * {@link IWorkbenchWindow}. However for the refactoring we are also interested in having the
63 * can get the {@link IEditorInput} and find the {@link ICompilationUnit} (aka Java file)
65 * <ul> TODO: change this to find the {@link IFile} being manipulated. The {@link ICompilationUnit}
66 * can be inferred using {@link JavaCore#createCompilationUnitFrom(IFile)}. This will allow
68 * <li> The action creates a new {@link ExtractStringRefactoring} and make it run on in a ne
    [all...]
  /dalvik/libcore/xml/src/main/java/javax/xml/parsers/
DocumentBuilderFactory.java 87 * Creates a new instance of a {@link javax.xml.parsers.DocumentBuilder}
129 * a non-validating parser by leaving the {@link #setValidating(boolean)}
130 * method <tt>false</tt>, then use the {@link #setSchema(Schema)}
302 * Feature names are fully qualified {@link java.net.URI}s.
304 * An {@link ParserConfigurationException} is thrown if this <code>DocumentBuilderFactory</code> or the
310 * All implementations are required to support the {@link javax.xml.XMLConstants#FEATURE_SECURE_PROCESSING} feature.
317 * {@link org.xml.sax.ErrorHandler#fatalError(SAXParseException exception)}.
318 * See {@link DocumentBuilder#setErrorHandler(org.xml.sax.ErrorHandler errorHandler)}.
340 * Feature names are fully qualified {@link java.net.URI}s.
342 * An {@link ParserConfigurationException} is thrown if this <code>DocumentBuilderFactory</code> or th
    [all...]

Completed in 61 milliseconds

<<21222324252627282930>>