HomeSort by relevance Sort by last modified time
    Searched full:link (Results 326 - 350 of 28803) sorted by null

<<11121314151617181920>>

  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/arm-linux-androideabi/lib/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8/arm-linux-androideabi/lib/thumb/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib32/
libitm.spec 2 # standard libraries we need in order to link with -fgnu-tm
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libitm.spec 2 # standard libraries we need in order to link with -fgnu-tm
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/mips64el-linux-android/lib/
libgomp.spec 2 # standard libraries we need in order to link with libgomp.
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/mips64el-linux-android/lib64/
libgomp.spec 2 # standard libraries we need in order to link with libgomp.
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/mips64el-linux-android/lib64r2/
libgomp.spec 2 # standard libraries we need in order to link with libgomp.
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/mips64el-linux-android/libr2/
libgomp.spec 2 # standard libraries we need in order to link with libgomp.
  /prebuilts/gcc/linux-x86/mips/mips64el-linux-android-4.9/mips64el-linux-android/libr6/
libgomp.spec 2 # standard libraries we need in order to link with libgomp.
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/mipsel-linux-android/lib/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.8/mipsel-linux-android/lib/mips-r2/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/x86_64-linux-android/lib/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/x86_64-linux-android/lib64/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.8/x86_64-linux-android/libx32/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/x86_64-linux-android/lib/
libgomp.spec 2 # standard libraries we need in order to link with libgomp.
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/x86_64-linux-android/lib64/
libgomp.spec 2 # standard libraries we need in order to link with libgomp.
  /prebuilts/gcc/linux-x86/x86/x86_64-linux-android-4.9/x86_64-linux-android/libx32/
libgomp.spec 2 # standard libraries we need in order to link with libgomp.
  /prebuilts/misc/common/swig/include/2.0.11/ruby/
extconf.rb 6 # If you use swig -c option, you may have to link libswigrb.
  /development/samples/RandomMusicPlayer/src/com/example/android/musicplayer/
RemoteControlClientCompat.java 32 * {@link android.media.AudioManager#registerMediaButtonEventReceiver(android.content.ComponentName)}
34 * {@link android.media.AudioManager#registerRemoteControlClient(android.media.RemoteControlClient)}.
127 * Class used to modify metadata in a {@link android.media.RemoteControlClient} object. Use
128 * {@link android.media.RemoteControlClient#editMetadata(boolean)} to create an instance of an
130 * information has been set, use {@link #apply()} to make it the new metadata that should be
175 * Note that none of the information added after {@link #apply()} has been called,
178 * {@link android.media.MediaMetadataRetriever#METADATA_KEY_ALBUM},
179 * {@link android.media.MediaMetadataRetriever#METADATA_KEY_ALBUMARTIST},
180 * {@link android.media.MediaMetadataRetriever#METADATA_KEY_TITLE},
181 * {@link android.media.MediaMetadataRetriever#METADATA_KEY_ARTIST}
    [all...]
  /external/chromium_org/v8/test/webkit/fast/js/
string-link-expected.txt 24 This is a test case for String.prototype.link(href).
29 PASS '_'.link('"') is "<a href=\"&quot;\">_</a>"
30 PASS '_'.link('b') is "<a href=\"b\">_</a>"
31 PASS '<'.link('b') is "<a href=\"b\"><</a>"
32 PASS '_'.link(0x2A) is "<a href=\"42\">_</a>"
33 PASS '_'.link('"') is "<a href=\"&quot;\">_</a>"
34 PASS '_'.link('" target="_blank') is "<a href=\"&quot; target=&quot;_blank\">_</a>"
35 PASS String.prototype.link.call(0x2A, 0x2A) is "<a href=\"42\">42</a>"
36 FAIL String.prototype.link.call(undefined) should throw TypeError: Type error. Was <a href="undefined">undefined</a>.
37 FAIL String.prototype.link.call(null) should throw TypeError: Type error. Was <a href="undefined">null</a>
    [all...]
  /frameworks/base/docs/html/training/basics/activity-lifecycle/
stopping.jd 3 parent.link=index.html
7 previous.link=pausing.html
9 next.link=recreating.html
53 <p>The {@link android.app.Activity} class provides two lifecycle methods, {@link
54 android.app.Activity#onStop()} and {@link android.app.Activity#onRestart()}, which allow you to
59 <p class="note"><strong>Note:</strong> Because the system retains your {@link android.app.Activity}
61 {@link android.app.Activity#onStop()} and {@link android.app.Activity#onRestart()} (or even {@link
    [all...]
  /frameworks/base/docs/html/training/multiple-threads/
communicate-ui.jd 32 {@link java.util.concurrent.ThreadPoolExecutor}. This final lesson shows you how to send data
37 Every app has its own special thread that runs UI objects such as {@link android.view.View}
41 from a background thread to the UI thread, use a {@link android.os.Handler} that's
46 {@link android.os.Handler} is part of the Android system's framework for managing threads. A
47 {@link android.os.Handler} object receives messages and runs code to handle the messages.
48 Normally, you create a {@link android.os.Handler} for a new thread, but you can
49 also create a {@link android.os.Handler} that's connected to an existing thread.
50 When you connect a {@link android.os.Handler} to your UI thread, the code that handles messages
54 Instantiate the {@link android.os.Handler} object in the constructor for the class that
56 thread by instantiating it with the {@link android.os.Handler#Handler(Looper) Handler(Looper)
    [all...]
  /frameworks/opt/vcard/java/com/android/vcard/
VCardParser.java 26 * Registers one {@link VCardInterpreter} instance, which receives events along with
34 * <p>Parses a whole InputStream as a vCard file and lets registered {@link VCardInterpreter}
38 * a vCard file with multiple entries, try {@link #parseOne(InputStream)}.</p>
46 * <p>Parses the first vCard entry in InputStream and lets registered {@link VCardInterpreter}
51 * <p>Note that, registered {@link VCardInterpreter} may still see multiple
52 * {@link VCardInterpreter#onEntryStarted()} / {@link VCardInterpreter#onEntryEnded()} calls
68 * {@link VCardInterpreter#onEntryStarted()} and {@link VCardInterpreter#onEntryEnded()}
77 * @deprecated use {@link #addInterpreter(VCardInterpreter)} an
    [all...]
  /packages/apps/UnifiedEmail/src/com/android/mail/providers/
AccountObserver.java 27 * A simple extension of {@link DataSetObserver} to provide the updated account in
28 * {@link #onChanged(Account)} when the account changes. Initializing the object registers with
29 * the observer with the {@link AccountController} provided. The object will then begin to
30 * receive {@link #onChanged(Account)} till {@link #unregisterAndDestroy()} is called.
32 * To implement an {@link AccountObserver}, you need to implement the {@link #onChanged(Account)}
45 * {@link #initialize(AccountController)} is called.
51 * Initializes an {@link AccountObserver} object that receives a call to
52 * {@link #onChanged(Account)} when the controller changes the account
    [all...]
FolderObserver.java 27 * A simple extension of {@link android.database.DataSetObserver} to provide the updated Folder in
28 * {@link #onChanged(Folder)} when the Folder changes. Initializing the object registers with
29 * the observer with the {@link com.android.mail.ui.FolderController} provided. The object will then begin to
30 * receive {@link #onChanged(Folder)} till {@link #unregisterAndDestroy()} is called.
32 * To implement an {@link FolderObserver}, you need to implement the {@link #onChanged(Folder)}
45 * {@link #initialize(FolderController)} is called.
51 * Initializes an {@link FolderObserver} object that receives a call to
52 * {@link #onChanged(Folder)} when the controller changes the Folder
    [all...]

Completed in 5922 milliseconds

<<11121314151617181920>>