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

1 2 3 4 5 6 78 91011>>

  /external/libnl/src/
.gitignore 9 nl-link-list
10 nl-link-ifindex2name
11 nl-link-name2ifindex
12 nl-link-set
13 nl-link-stats
  /external/markdown/MarkdownTest/Tests_2004/
Amps and angle encoding.html 11 <p>Here's a <a href="http://example.com/?foo=1&amp;bar=2">link</a> with an ampersand in the URL.</p>
13 <p>Here's a link with an amersand in the link text: <a href="http://att.com/" title="AT&amp;T">AT&amp;T</a>.</p>
15 <p>Here's an inline <a href="/script?foo=1&amp;bar=2">link</a>.</p>
17 <p>Here's an inline <a href="/script?foo=1&amp;bar=2">link</a>.</p>
Amps and angle encoding.text 11 Here's a [link] [1] with an ampersand in the URL.
13 Here's a link with an amersand in the link text: [AT&T] [2].
15 Here's an inline [link](/script?foo=1&bar=2).
17 Here's an inline [link](</script?foo=1&bar=2>).
  /external/markdown/MarkdownTest/Tests_2007/
Amps and angle encoding.html 11 <p>Here's a <a href="http://example.com/?foo=1&amp;bar=2">link</a> with an ampersand in the URL.</p>
13 <p>Here's a link with an amersand in the link text: <a href="http://att.com/" title="AT&amp;T">AT&amp;T</a>.</p>
15 <p>Here's an inline <a href="/script?foo=1&amp;bar=2">link</a>.</p>
17 <p>Here's an inline <a href="/script?foo=1&amp;bar=2">link</a>.</p>
Amps and angle encoding.text 11 Here's a [link] [1] with an ampersand in the URL.
13 Here's a link with an amersand in the link text: [AT&T] [2].
15 Here's an inline [link](/script?foo=1&bar=2).
17 Here's an inline [link](</script?foo=1&bar=2>).
  /external/markdown/tests/markdown-test/
amps-and-angle-encoding.html 6 <p>Here's a <a href="http://example.com/?foo=1&amp;bar=2">link</a> with an ampersand in the URL.</p>
7 <p>Here's a link with an amersand in the link text: <a href="http://att.com/" title="AT&amp;T">AT&amp;T</a>.</p>
8 <p>Here's an inline <a href="/script?foo=1&amp;bar=2">link</a>.</p>
9 <p>Here's an inline <a href="/script?foo=1&amp;bar=2">link</a>.</p
amps-and-angle-encoding.txt 11 Here's a [link] [1] with an ampersand in the URL.
13 Here's a link with an amersand in the link text: [AT&T] [2].
15 Here's an inline [link](/script?foo=1&bar=2).
17 Here's an inline [link](</script?foo=1&bar=2>).
  /frameworks/base/core/java/android/accessibilityservice/
package.html 8 An {@link android.accessibilityservice.AccessibilityService} runs in the background and
9 receives callbacks by the system when {@link android.view.accessibility.AccessibilityEvent}s
16 An {@link android.accessibilityservice.AccessibilityServiceInfo} describes an
17 {@link android.accessibilityservice.AccessibilityService}. The system notifies an
18 AccessibilityService for {@link android.view.accessibility.AccessibilityEvent}s
  /frameworks/base/docs/html/training/run-background-service/
send-request.jd 28 The previous lesson showed you how to create an {@link android.app.IntentService} class. This
29 lesson shows you how to trigger the {@link android.app.IntentService} to run an operation by
30 sending it an {@link android.content.Intent}. This {@link android.content.Intent} can
31 optionally contain data for the {@link android.app.IntentService} to process. You can
32 send an {@link android.content.Intent} to an {@link android.app.IntentService} from any point
33 in an {@link android.app.Activity} or {@link android.app.Fragment}
37 To create a work request and send it to an {@link android.app.IntentService}, create a
    [all...]
  /frameworks/base/media/mca/effect/java/android/media/effect/
package.html 13 <li>They must be bound to a {@link android.opengl.GLES20#GL_TEXTURE_2D} texture image</li>
17 <p>An {@link android.media.effect.Effect} object defines a single media effect that you can apply to
18 an image frame. The basic workflow to create an {@link android.media.effect.Effect} is:</p>
21 <li>Call {@link android.media.effect.EffectContext#createWithCurrentGlContext
23 <li>Use the returned {@link android.media.effect.EffectContext} to call {@link
25 of {@link android.media.effect.EffectFactory}.</li>
26 <li>Call {@link android.media.effect.EffectFactory#createEffect createEffect()}, passing it an
27 effect name from @link android.media.effect.EffectFactory}, such as {@link
    [all...]
  /frameworks/base/docs/html/training/activity-testing/
activity-unit-testing.jd 25 <p>An {@link android.app.Activity} unit test is an excellent way to quickly
26 verify the state of an {@link android.app.Activity} and its interactions with
31 that an {@link android.app.Activity} has the correct layout or that it
32 triggers an {@link android.content.Intent} object correctly.</p>
35 the {@link android.test.ActivityInstrumentationTestCase2} class, as described
38 {@link android.content.Intent} is triggered to launch another
39 {@link android.app.Activity}.
41 {@link android.content.Intent}
43 {@link android.content.Intent} object's payload data is accurate.</p>
55 <p>The {@link android.test.ActivityUnitTestCase} class provides support fo
    [all...]
  /external/libnl/lib/route/link/
vlan.c 2 * lib/route/link/vlan.c VLAN Link Info
26 #include <netlink/route/link/info-api.h>
27 #include <netlink/route/link/vlan.h>
71 static int vlan_alloc(struct rtnl_link *link)
78 link->l_info = vi;
83 static int vlan_parse(struct rtnl_link *link, struct nlattr *data,
90 NL_DBG(3, "Parsing VLAN link info");
95 if ((err = vlan_alloc(link)) < 0)
98 vi = link->l_info
    [all...]
  /external/libnl/include/netlink/route/link/
info-api.h 2 * netlink/route/link/info-api.h Link Info API
24 * Link info operations
34 /** Called to assign an info type to a link.
36 * use link->l_info to store a pointer. */
39 /** Called to parse the link info attribute.
40 * Must parse the attribute and assign all values to the link.
46 /** Called when the link object is dumped.
51 /** Called when a link object is cloned.
55 /** Called when construction a link netlink message
    [all...]
  /frameworks/base/core/java/android/hardware/hdmi/
HdmiRecordListener.java 32 * should use {@link HdmiRecordSources} to return it.
44 * {@link HdmiControlManager#ONE_TOUCH_RECORD_RECORDING_CURRENTLY_SELECTED_SOURCE},
45 * {@link HdmiControlManager#ONE_TOUCH_RECORD_RECORDING_DIGITAL_SERVICE},
46 * {@link HdmiControlManager#ONE_TOUCH_RECORD_RECORDING_ANALOGUE_SERVICE}, and
47 * {@link HdmiControlManager#ONE_TOUCH_RECORD_RECORDING_EXTERNAL_INPUT} mean normal
56 * @param data timer status data. For more details, look at {@link TimerStatusData}.
122 * <li>{@link HdmiControlManager#TIMER_STATUS_MEDIA_INFO_PRESENT_NOT_PROTECTED}
123 * <li>{@link HdmiControlManager#TIMER_STATUS_MEDIA_INFO_PRESENT_PROTECTED}
124 * <li>{@link HdmiControlManager#TIMER_STATUS_MEDIA_INFO_NOT_PRESENT}
133 * If it is {@code true}, {@link #getProgrammedInfo()} would have meaningful value an
    [all...]
  /frameworks/base/core/java/android/nfc/
package.html 13 <dt>{@link android.nfc.NfcManager}</dt>
14 <dd>This is the high level manager, used to obtain this device's {@link android.nfc.NfcAdapter}. You can
15 acquire an instance using {@link android.content.Context#getSystemService}.</dd>
16 <dt>{@link android.nfc.NfcAdapter}</dt>
18 operations. You can acquire an instance with {@link android.nfc.NfcManager#getDefaultAdapter}, or
19 {@link android.nfc.NfcAdapter#getDefaultAdapter(android.content.Context)}.</dd>
20 <dt>{@link android.nfc.NdefMessage}</dt>
23 messages from an {@link android.nfc.NfcAdapter#ACTION_TAG_DISCOVERED} intent.</dd>
24 <dt>{@link android.nfc.NdefRecord}</dt>
25 <dd>Represents a record, which is delivered in a {@link android.nfc.NdefMessage} and describes th
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
ControlPoint.java 28 * A {@link ControlPoint} is a coordinate in the canvas control which corresponds
43 * Constructs a new {@link ControlPoint} from the given event. The event
44 * must be from a {@link MouseListener} associated with the
45 * {@link LayoutCanvas} such that the {@link MouseEvent#x} and
46 * {@link MouseEvent#y} fields are relative to the canvas.
48 * @param canvas The {@link LayoutCanvas} this point is within.
49 * @param event The mouse event to construct the {@link ControlPoint}
51 * @return A {@link ControlPoint} which corresponds to the given
52 * {@link MouseEvent}
    [all...]
LayoutPoint.java 27 * A {@link LayoutPoint} is a coordinate in the Android canvas (in other words,
42 * Constructs a new {@link LayoutPoint} from the given event. The event
43 * must be from a {@link MouseListener} associated with the
44 * {@link LayoutCanvas} such that the {@link MouseEvent#x} and
45 * {@link MouseEvent#y} fields are relative to the canvas.
47 * @param canvas The {@link LayoutCanvas} this point is within.
48 * @param event The mouse event to construct the {@link LayoutPoint}
50 * @return A {@link LayoutPoint} which corresponds to the given
51 * {@link MouseEvent}
    [all...]
  /frameworks/base/docs/html/guide/webapps/
webview.jd 8 <li>Use {@link android.webkit.WebView} to display web pages in your Android application
31 <li>{@link android.webkit.WebView}</li>
32 <li>{@link android.webkit.WebSettings}</li>
33 <li>{@link android.webkit.WebViewClient}</li>
40 you can do it using {@link android.webkit.WebView}. The {@link android.webkit.WebView} class is an
41 extension of Android's {@link android.view.View} class that allows you to display web pages as a
43 browser, such as navigation controls or an address bar. All that {@link android.webkit.WebView}
46 <p>A common scenario in which using {@link android.webkit.WebView} is helpful is when you want to
48 or a user guide. Within your Android application, you can create an {@link android.app.Activity
    [all...]
  /external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/
TabObserver.java 12 * An observer that is notified of changes to a {@link Tab} object.
17 * Called when a {@link Tab} is being destroyed.
18 * @param tab The notifying {@link Tab}.
24 * @param tab The notifying {@link Tab}.
29 * Called when loadUrl is triggered on a a {@link Tab}.
30 * @param tab The notifying {@link Tab}.
42 * Called when the favicon of a {@link Tab} has been updated.
43 * @param tab The notifying {@link Tab}.
48 * Called when the title of a {@link Tab} changes.
49 * @param tab The notifying {@link Tab}
    [all...]
  /external/chromium_org/chrome/browser/resources/print_preview/
print_preview.html 7 <link rel="icon" href="../../../app/theme/default_100_percent/common/favicon_print_preview.png">
9 <link rel="stylesheet" href="print_preview.css">
10 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
11 <link rel="stylesheet" href="chrome://resources/css/throbber.css">
12 <link rel="stylesheet" href="print_header.css">
13 <link rel="stylesheet" href="settings/destination_settings.css">
14 <link rel="stylesheet" href="settings/copies_settings.css">
15 <link rel="stylesheet" href="settings/page_settings.css">
16 <link rel="stylesheet" href="settings/margin_settings.css">
17 <link rel="stylesheet" href="settings/media_size_settings.css"
    [all...]
  /frameworks/base/core/java/android/content/pm/
ActivityInfo.java 44 * the {@link android.R.attr#launchMode} attribute.
49 * the {@link android.R.attr#launchMode} attribute.
54 * the {@link android.R.attr#launchMode} attribute.
59 * the {@link android.R.attr#launchMode} attribute.
64 * {@link android.R.attr#launchMode} attribute, one of
65 * {@link #LAUNCH_MULTIPLE},
66 * {@link #LAUNCH_SINGLE_TOP}, {@link #LAUNCH_SINGLE_TASK}, or
67 * {@link #LAUNCH_SINGLE_INSTANCE}.
73 * the {@link android.R.attr#documentLaunchMode} attribute
    [all...]
  /external/guava/guava/src/com/google/common/collect/
SetMultimap.java 31 * <p>The {@link #get}, {@link #removeAll}, and {@link #replaceValues} methods
32 * each return a {@link Set} of values, while {@link #entries} returns a {@code
34 * the map returned by {@link #asMap} has {@code Set} values.
45 * method returns a {@link Set}, instead of the {@link java.util.Collection}
46 * specified in the {@link Multimap} interface.
55 * method returns a {@link Set}, instead of the {@link java.util.Collection
    [all...]
  /external/clang/test/Driver/
cl-link.c 8 // RUN: %clang_cl /Tc%s -### /link foo bar baz 2>&1 | FileCheck --check-prefix=LINK %s
9 // LINK: link.exe
10 // LINK: "foo"
11 // LINK: "bar"
12 // LINK: "baz"
15 // ASAN: link.exe
20 // ASAN: "{{.*}}cl-link{{.*}}.obj"
24 // DLL: link.ex
    [all...]
  /frameworks/base/core/java/android/view/accessibility/
package.html 8 {@link android.view.accessibility.AccessibilityEvent}s are sent by the system when
10 {@link android.widget.Button} is clicked, a {@link android.view.View} is focused, etc.
13 {@link android.view.accessibility.AccessibilityRecord} contains information
14 about state change of its source {@link android.view.View}. When a view fires
17 providing more context to {@link android.accessibilityservice.AccessibilityService}s.
22 {@link android.view.accessibility.AccessibilityNodeInfo} represents a node of the
24 of view of an {@link android.accessibilityservice.AccessibilityService} a window content is
30 {@link android.view.accessibility.AccessibilityManager} is a system level service that
31 serves as an event dispatch for {@link android.view.accessibility.AccessibilityEvent}s
    [all...]
  /packages/apps/ContactsCommon/src/com/android/contacts/common/vcard/
ProcessorBase.java 25 * vCard or exports a vCard). Expected to be used with {@link ExecutorService}.
27 * This instance starts itself with {@link #run()} method, and can be cancelled with
28 * {@link #cancel(boolean)}. Users can check the processor's status using {@link #isCancelled()}
29 * and {@link #isDone()} asynchronously.
31 * {@link #get()} and {@link #get(long, TimeUnit)}, which are form {@link Future}, aren't
32 * supported and {@link UnsupportedOperationException} will be just thrown when they are called.
37 * @return the type of the processor. Must be {@link VCardService#TYPE_IMPORT} o
    [all...]

Completed in 962 milliseconds

1 2 3 4 5 6 78 91011>>