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

<<11121314151617181920>>

  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/model/property/table/
IPropertyExceptionHandler.java 17 * Handler for any {@link Exception} that happens in {@link PropertyTable}, i.e. exceptions during
18 * {@link Property} modifications using {@link PropertyEditor}'s.
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/internal/core/utils/execution/
RunnableObjectEx.java 14 * Analog of {@link Runnable} where method <code>run</code> can throw {@link Exception}.
21 * Executes operation that can cause {@link Exception}.
23 * @return some {@link Object} result for caller.
  /external/guava/guava/src/com/google/common/collect/
AbstractSetMultimap.java 28 * Basic implementation of the {@link SetMultimap} interface. It's a wrapper
29 * around {@link AbstractMultimap} that converts the returned collections into
30 * {@code Sets}. The {@link #createCollection} method must return a {@code Set}.
55 * method returns a {@link Set}, instead of the {@link Collection} specified
56 * in the {@link Multimap} interface.
66 * method returns a {@link Set}, instead of the {@link Collection} specified
67 * in the {@link Multimap} interface.
77 * method returns a {@link Set}, instead of the {@link Collection} specifie
    [all...]
  /external/guava/guava/src/com/google/common/util/concurrent/
CheckedFuture.java 28 * A {@code CheckedFuture} is a {@link ListenableFuture} that includes versions
32 * <p>A common implementation is {@link Futures#immediateCheckedFuture}.
35 * {@code Future#get()}: {@link CancellationException},
36 * {@link ExecutionException} and {@link InterruptedException} into the type
41 * {@link Future} or as an asynchronous callback mechanism as needed. This
46 * values with {@link Futures#get(Future, Class) Futures.get()}.
56 * Exception checking version of {@link Future#get()} that will translate
57 * {@link InterruptedException}, {@link CancellationException} an
    [all...]
  /external/iproute2/man/man8/
ip-link.8 1 .TH IP\-LINK 8 "20 Dec 2011" "iproute2" "Linux"
3 ip-link \- network device configuration
11 .B link
22 .BR inet " | " inet6 " | " ipx " | " dnet " | " link " } | "
26 .BI "ip link add"
27 .RB "[ " link
51 .BI "ip link delete " DEVICE
56 .BR "ip link set " {
119 .B ip link show
125 .SS ip link add - add virtual lin
    [all...]
  /external/junit/src/org/junit/runner/
Describable.java 9 * @return a {@link Description} showing the tests to be run by the receiver
  /external/libnl/include/netlink/cli/
link.h 2 * netlink/cli/link.h CLI Link Helpers
15 #include <netlink/route/link.h>
19 nl_cli_alloc_cache((sk), "link", rtnl_link_alloc_cache)
  /external/libutf/
README.android 3 Link: http://swtch.com/plan9port/unix/libutf.tgz
  /external/libxml2/include/libxml/
xlink.h 23 * Various defines for the various Link properties.
25 * NOTE: the link detection layer will try to resolve QName expansion
27 * then the link detection layer will expand role="foo:myrole"
29 * NOTE: the link detection layer will expand URI-Refences found on
61 * This is the prototype for the link detection routine.
62 * It calls the default link detection callbacks upon link detection.
67 * The link detection module interact with the upper layers using
74 * @node: the node carrying the link
75 * @href: the target of the link
    [all...]
  /external/llvm/test/Linker/
available_externally_a.ll 1 ; RUN: llvm-link %s %p/available_externally_b.ll -S -o - | FileCheck %s
dllstorage-a.ll 1 ; RUN: llvm-link %s %p/dllstorage-b.ll -S -o - | FileCheck %s
  /external/markdown/tests/misc/
headers.txt 7 # [Markdown](http://some.link.com/)
html.txt 12 [this <script>link](<script>stuff</script>)
  /frameworks/base/core/java/android/animation/
package.html 7 to calculate the values for that given type with a custom {@link android.animation.TypeEvaluator}.
15 You can set many different types of interpolators (contained in {@link android.view.animation}),
16 specify {@link android.animation.Keyframe keyframes}, or group animations to play sequentially
17 or simultaneously (with {@link android.animation.AnimatorSet}) to further control your animation
  /frameworks/base/core/java/android/database/
package.html 5 If you need to manage data in a private database, use the {@link
6 android.database.sqlite} classes. These classes are used to manage the {@link
8 are usually created and opened with {@link android.content.Context#openOrCreateDatabase}
10 content providers, you can use the {@link android.content.ContentResolver
  /frameworks/base/core/java/android/nfc/tech/
NfcV.java 26 * Provides access to NFC-V (ISO 15693) properties and I/O operations on a {@link Tag}.
28 * <p>Acquire a {@link NfcV} object using {@link #get}.
29 * <p>The primary NFC-V I/O operation is {@link #transceive}. Applications must
30 * implement their own protocol stack on top of {@link #transceive}.
33 * require the {@link android.Manifest.permission#NFC} permission.
46 * Get an instance of {@link NfcV} for the given tag.
47 * <p>Returns null if {@link NfcV} was not enumerated in {@link Tag#getTechList}.
100 * <p>Use {@link #getMaxTransceiveLength} to retrieve the maximum amount of byte
    [all...]
  /frameworks/base/docs/html/training/improving-layouts/
loading-ondemand.jd 3 parent.link=index.html
7 previous.link=reusing-layouts.html
9 next.link=smooth-scrolling.html
42 <p>{@link android.view.ViewStub} is a lightweight view with no dimension and doesn?t draw anything
44 Each {@link android.view.ViewStub} simply needs to include the {@code android:layout} attribute to
47 <p>The following {@link android.view.ViewStub} is for a translucent progress bar overlay. It should
63 <p>When you want to load the layout specified by the {@link android.view.ViewStub}, either set it
64 visible by calling {@link android.view.View#setVisibility setVisibility(View.VISIBLE)} or call
65 {@link android.view.ViewStub#inflate()}.</p>
73 <p class="note"><strong>Note:</strong> The {@link android.view.ViewStub#inflate()} method return
    [all...]
  /frameworks/base/docs/html/training/run-background-service/
create-service.jd 34 The {@link android.app.IntentService} class provides a straightforward structure for running
37 {@link android.app.IntentService} isn't affected by most user interface lifecycle events, so it
38 continues to run in circumstances that would shut down an {@link android.os.AsyncTask}
41 An {@link android.app.IntentService} has a few limitations:
46 have to send them to an {@link android.app.Activity}.
50 {@link android.app.IntentService}, and you send it another request, the request waits until
54 An operation running on an {@link android.app.IntentService} can't be interrupted.
58 However, in most cases an {@link android.app.IntentService} is the preferred way to simple
62 This lesson shows you how to create your own subclass of {@link android.app.IntentService}.
64 {@link android.app.IntentService#onHandleIntent onHandleIntent()}. Finally, the lesson describe
    [all...]
  /frameworks/base/docs/html-intl/intl/ja/training/monitoring-device-state/
manifest-receivers.jd 3 parent.link=index.html
8 previous.link=connectivity-monitoring.html
29 <p>????????????????????????????????? {@link android.content.BroadcastReceiver} ????????????????????????????????????????????????????????????????????????????????</p>
38 <p>{@link android.content.pm.PackageManager} ???????????????????????????????????????????????????????????????????? ??????????????????????????????????????</p>
  /frameworks/base/docs/html-intl/intl/zh-cn/training/monitoring-device-state/
manifest-receivers.jd 3 parent.link=index.html
8 previous.link=connectivity-monitoring.html
29 <p>???????????????????????????? {@link android.content.BroadcastReceiver} ??????????????????????????????????????????????</p>
38 <p>????? {@link android.content.pm.PackageManager} ???????????????????????????????????????????????</p>
  /hardware/qcom/msm8x84/original-kernel-headers/linux/
esoc_ctrl.h 14 /*Link types for communication with external SOCs*/
58 * @link: link of external soc.
63 const char *link; member in struct:esoc_handle
  /ndk/tests/device/gnustl-shared-1/
README 1 This checks that one can link against gnustl_shared and still throw exceptions
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.8/aarch64-linux-android/lib64/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.
  /prebuilts/gcc/darwin-x86/aarch64/aarch64-linux-android-4.9/aarch64-linux-android/lib64/
libgomp.spec 2 # standard libraries we need in order to link with libgomp.
  /prebuilts/gcc/darwin-x86/arm/arm-linux-androideabi-4.8/arm-linux-androideabi/lib/armv7-a/
libgomp.spec 2 # standard libraries we need in order to link with -fopenmp.

Completed in 348 milliseconds

<<11121314151617181920>>