OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:link
(Results
1176 - 1200
of
8734
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/external/guava/
build.xml
55
<
link
href="http://jsr-305.googlecode.com/svn/trunk/javadoc"/>
56
<
link
href="http://java.sun.com/javase/6/docs/api"/>
/external/guava/src/com/google/common/annotations/
GwtIncompatible.java
28
* even though its type is annotated as {@
link
GwtCompatible} and accessible in
33
* are annotated as {@
link
GwtCompatible}.
/external/proguard/docs/
GPL_exception.html
6
<BODY BGCOLOR="#FFFFFF" TEXT="#000000"
LINK
="#1F00FF" ALINK="#FF0000" VLINK="#9900DD">
33
In addition, as a special exception, Eric Lafortune gives permission to
link
index.html
10
<
link
rel="stylesheet" type="text/css" href="style.css">
11
<
link
rel="shortcut icon" type="image/x-icon" href="favicon.ico">
/external/quake/src/com/android/quake/
QuakeLib.java
152
* {@
link
#MOTION_DOWN}, {@
link
#MOTION_MOVE}, {@
link
#MOTION_UP},
153
* or {@
link
#MOTION_CANCEL}
168
* {@
link
#MOTION_DOWN}, {@
link
#MOTION_MOVE}, {@
link
#MOTION_UP},
169
* or {@
link
#MOTION_CANCEL}
/external/stlport/doc/
README.cygwin
15
2.
Link
20
default gcc behavior is to automatically
link
libstdc++ and a number of
/external/stlport/test/eh/
intel.mak
31
LINK32=
link
.exe
35
CPP_LIBS = /
link
/libpath:"..\..\lib"
/frameworks/base/core/java/android/content/
SyncInfo.java
31
* The {@
link
Account} that is currently being synced.
43
* See {@
link
android.os.SystemClock#elapsedRealtime()}.
/frameworks/base/core/java/android/os/
MessageQueue.java
29
* {@
link
Looper}. Messages are not added directly to a MessageQueue,
30
* but rather through {@
link
Handler} objects associated with the Looper.
33
* {@
link
Looper#myQueue() Looper.myQueue()}.
57
* Add a new {@
link
IdleHandler} to this message queue. This may be
59
* {@
link
IdleHandler#queueIdle IdleHandler.queueIdle()} when it is
60
* invoked, or explicitly removing it with {@
link
#removeIdleHandler}.
76
* Remove an {@
link
IdleHandler} from the queue that was previously added
77
* with {@
link
#addIdleHandler}. If the given object is not currently
/frameworks/base/core/java/android/os/storage/
StorageManager.java
45
* {@
link
android.content.Context#getSystemService(java.lang.String)} with an argument
46
* of {@
link
android.content.Context#STORAGE_SERVICE}.
190
* {@
link
android.content.Context#getSystemService(java.lang.String)} with an argument
191
* of {@
link
android.content.Context#STORAGE_SERVICE}.
208
* Registers a {@
link
android.os.storage.StorageEventListener StorageEventListener}.
210
* @param listener A {@
link
android.os.storage.StorageEventListener StorageEventListener} object.
224
* Unregisters a {@
link
android.os.storage.StorageEventListener StorageEventListener}.
226
* @param listener A {@
link
android.os.storage.StorageEventListener StorageEventListener} object.
/frameworks/base/core/java/android/security/
MessageDigest.java
32
* {@
link
android.security.Sha1MessageDigest} or
33
* {@
link
android.security.Md5MessageDigest} object.
/frameworks/base/docs/html/guide/topics/graphics/
2d-graphics.jd
3
parent.
link
=index.html
27
The {@
link
android.graphics.drawable} and {@
link
android.view.animation}
40
<p>A {@
link
android.graphics.drawable.Drawable} is a general abstraction for "something that can be drawn."
42
including {@
link
android.graphics.drawable.BitmapDrawable}, {@
link
android.graphics.drawable.ShapeDrawable},
43
{@
link
android.graphics.drawable.PictureDrawable}, {@
link
android.graphics.drawable.LayerDrawable}, and several more.
72
<p>The following code snippet demonstrates how to build an {@
link
android.widget.ImageView} that uses an image
95
{@
link
android.graphics.drawable.Drawable} object
[
all
...]
/frameworks/base/docs/html/resources/articles/
avoiding-memory-leaks.jd
14
{@
link
android.content.Context Context}.</p>
20
<code>Context</code>, {@
link
android.app.Activity} and
21
{@
link
android.app.Application}. It's usually the first one that
70
{@
link
android.graphics.drawable.Drawable Drawable} is attached to a view, the view is set as a
71
{@
link
android.graphics.drawable.Drawable#setCallback(android.graphics.drawable.Drawable.Callback) callback}
94
{@
link
android.content.Context#getApplicationContext() Context.getApplicationContext()}
95
or {@
link
android.app.Activity#getApplication() Activity.getApplication()}.</p>
105
class with a {@
link
java.lang.ref.WeakReference WeakReference} to the
layout-tricks-efficiency.jd
10
{@
link
android.widget.LinearLayout}, which leads to a proliferation of
15
that use the {@
link
android.R.attr#layout_weight weight}
24
<p>To clearly understand how the views, one {@
link
android.widget.ImageView} and
25
two {@
link
android.widget.TextView}, are positioned with respect to each other,
81
item of a {@
link
android.widget.ListView}. The same layout can be rewritten
82
using a single {@
link
android.widget.RelativeLayout}, thus saving one view, and
138
{@
link
android.view.View#GONE}. This works perfectly with the <code>LinearLayout</code>
151
{@
link
android.R.attr#layout_alignWithParentIfMissing}.
wikinotes-linkify.jd
12
into richer,
link
-oriented content that causes Android intents to fire
13
when a
link
is selected.</p>
15
<p><strong>Linkify</strong>: The {@
link
android.text.util.Linkify} class in the
30
{@
link
android.content.ContentProvider}.</p>
42
link
options is very straightforward. Simply pass it a handle to a
50
link
actions, and the TextView will be immediately updated with a set
76
we have a {@
link
android.content.ContentProvider} that matches the
100
<code>MyToDoList</code>, Linkify will turn it into an active
link
with the
/frameworks/base/test-runner/src/android/test/mock/
MockContentResolver.java
31
* A mock {@
link
android.content.ContentResolver} class that isolates the test code from the real
33
* {@
link
java.lang.UnsupportedOperationException}.
/frameworks/base/wifi/java/android/net/wifi/
WifiInfo.java
60
/**
Link
speed in Mbps */
124
* Returns the current
link
speed in {@
link
#LINK_SPEED_UNITS}.
125
* @return the
link
speed.
164
* access point, in the form of a {@
link
SupplicantState SupplicantState} object.
165
* @return the current {@
link
SupplicantState SupplicantState}
199
* @return the corresponding {@
link
DetailedState}
238
append(",
Link
speed: ").append(mLinkSpeed).
/packages/apps/Email/src/org/apache/commons/io/filefilter/
IOFileFilter.java
37
* Defined in {@
link
java.io.FileFilter}.
47
* Defined in {@
link
java.io.FilenameFilter}.
/packages/apps/Email/src/org/apache/james/mime4j/
MimeStreamParser.java
48
* you should wrap it in a {@
link
org.apache.james.mime4j.EOLConvertingInputStream} instance.
109
* {@
link
ContentHandler#raw(InputStream)} handler method only.
124
* {@
link
ContentHandler#endMultipart()},
125
* {@
link
ContentHandler#endBodyPart()},
126
* {@
link
ContentHandler#endMessage()}, etc to match previous calls
128
* {@
link
ContentHandler#startMultipart(BodyDescriptor)},
129
* {@
link
ContentHandler#startBodyPart()},
130
* {@
link
ContentHandler#startMessage()}, etc.
/packages/apps/IM/src/com/android/im/app/
BrandingResources.java
117
* in {@
link
com.android.im.plugin.BrandingResourceIDs}
120
* {@
link
com.android.im.plugin.BrandingResourceIDs}
136
* {@
link
#getSmileyIcon(int)} to get the drawable object of the smiley.
148
* {@
link
#getSmileyIcons()}
160
* {@
link
com.android.im.plugin.BrandingResourceIDs}
163
* {@
link
com.android.im.plugin.BrandingResourceIDs}
181
* {@
link
com.android.im.plugin.BrandingResourceIDs}
184
* {@
link
com.android.im.plugin.BrandingResourceIDs}
/packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
Corpus.java
30
* Objects that implement this interface should override {@
link
Object#equals(Object)}
31
* and {@
link
Object#hashCode()} so that they can be used as keys in hash maps.
/packages/inputmethods/OpenWnn/src/jp/co/omronsoft/openwnn/
LetterConverter.java
25
* Before converting the input string by {@
link
WnnEngine}, {@
link
OpenWnn} invokes this converter.
/packages/providers/ContactsProvider/tests/src/com/android/providers/contacts/
CallerInfoIntegrationTest.java
28
* Integration test for {@
link
CallerInfo} and {@
link
ContactsProvider2}.
/sdk/ddms/libs/ddmlib/src/com/android/ddmlib/testrunner/
ITestRunListener.java
21
* Patterned after {@
link
junit.runner.TestRunListener}.
65
* If {@
link
#testFailed} was not invoked, this test passed.
/sdk/ddms/libs/ddmuilib/src/com/android/ddmuilib/location/
TrackLabelProvider.java
29
* Label Provider for {@
link
Table} objects displaying {@
link
Track} objects.
Completed in 233 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>