Home
last modified time | relevance | path

Searched full:link (Results 1 – 25 of 6596) sorted by relevance

12345678910>>...264

/external/timezonepicker-support/
Dbackward8 Link Africa/Asmara Africa/Asmera
9 Link Africa/Bamako Africa/Timbuktu
10 Link America/Argentina/Catamarca America/Argentina/ComodRivadavia
11 Link America/Adak America/Atka
12 Link America/Argentina/Buenos_Aires America/Buenos_Aires
13 Link America/Argentina/Catamarca America/Catamarca
14 Link America/Atikokan America/Coral_Harbour
15 Link America/Argentina/Cordoba America/Cordoba
16 Link America/Tijuana America/Ensenada
17 Link America/Indiana/Indianapolis America/Fort_Wayne
[all …]
/external/libnl/lib/route/
Dlink.c2 * lib/route/link.c Links (Interfaces)
14 * @defgroup link Links (Interfaces)
17 * @par Link Identification
18 * A link can be identified by either its interface index or by its
26 * - Link layer address
27 * - Link layer broadcast address
32 * - Link name (only via access through interface index) (>= 2.6.9)
45 * @par Link Flags (linux/if.h)
48 * IFF_UP Status of link (up|down)
49 * IFF_BROADCAST Indicates this link allows broadcasting
[all …]
/external/guava/guava/src/com/google/common/collect/
Dpackage-info.java25 * <dt>{@link com.google.common.collect.BiMap}
26 * <dd>An extension of {@link java.util.Map} that guarantees the uniqueness of
32 * <dt>{@link com.google.common.collect.Multiset}
33 * <dd>An extension of {@link java.util.Collection} that may contain duplicate
34 * values like a {@link java.util.List}, yet has order-independent equality
35 * like a {@link java.util.Set}. One typical use for a multiset is to
38 * <dt>{@link com.google.common.collect.Multimap}
39 * <dd>A new type, which is similar to {@link java.util.Map}, but may contain
41 * {@link com.google.common.collect.Multimap} are left unspecified and are
44 * <dt>{@link com.google.common.collect.ListMultimap}
[all …]
DForwardingMultiset.java37 * overriding {@link #add(Object, int)} alone <b>will not</b> change the
38 * behavior of {@link #add(Object)}, which can lead to unexpected behavior. In
104 * A sensible definition of {@link #contains} in terms of {@link #count}. If
105 * you override {@link #count}, you may wish to override {@link #contains} to
115 * A sensible definition of {@link #clear} in terms of the {@code iterator}
116 * method of {@link #entrySet}. If you override {@link #entrySet}, you may
117 * wish to override {@link #clear} to forward to this implementation.
130 * A sensible, albeit inefficient, definition of {@link #count} in terms of
131 * {@link #entrySet}. If you override {@link #entrySet}, you may wish to
132 * override {@link #count} to forward to this implementation.
[all …]
DForwardingMap.java38 * overriding {@link #put} alone <i>will not</i> change the behavior of {@link
43 * <p>Each of the {@code standard} methods, where appropriate, use {@link
137 * A sensible definition of {@link #putAll(Map)} in terms of {@link
138 * #put(Object, Object)}. If you override {@link #put(Object, Object)}, you
139 * may wish to override {@link #putAll(Map)} to forward to this
149 * A sensible, albeit inefficient, definition of {@link #remove} in terms of
150 * the {@code iterator} method of {@link #entrySet}. If you override {@link
151 * #entrySet}, you may wish to override {@link #remove} to forward to this
154 * <p>Alternately, you may wish to override {@link #remove} with {@code
174 * A sensible definition of {@link #clear} in terms of the {@code iterator}
[all …]
DForwardingCollection.java36 * overriding {@link #add} alone <b>will not</b> change the behavior of {@link
124 * A sensible definition of {@link #contains} in terms of {@link #iterator}.
125 * If you override {@link #iterator}, you may wish to override {@link
135 * A sensible definition of {@link #containsAll} in terms of {@link #contains}
136 * . If you override {@link #contains}, you may wish to override {@link
151 * A sensible definition of {@link #addAll} in terms of {@link #add}. If you
152 * override {@link #add}, you may wish to override {@link #addAll} to forward
162 * A sensible definition of {@link #remove} in terms of {@link #iterator},
163 * using the iterator's {@code remove} method. If you override {@link
164 * #iterator}, you may wish to override {@link #remove} to forward to this
[all …]
DForwardingList.java35 * <p>This class does not implement {@link java.util.RandomAccess}. If the
41 * overriding {@link #add} alone <b>will not</b> change the behavior of {@link
123 * A sensible default implementation of {@link #add(Object)}, in terms of
124 * {@link #add(int, Object)}. If you override {@link #add(int, Object)}, you
125 * may wish to override {@link #add(Object)} to forward to this
136 * A sensible default implementation of {@link #addAll(int, Collection)}, in
137 * terms of the {@code add} method of {@link #listIterator(int)}. If you
138 * override {@link #listIterator(int)}, you may wish to override {@link
149 * A sensible default implementation of {@link #indexOf}, in terms of {@link
150 * #listIterator()}. If you override {@link #listIterator()}, you may wish to
[all …]
/external/chromium_org/chrome/android/java/src/org/chromium/chrome/browser/tabmodel/
DTabModelUtils.java12 * A set of convenience methods used for interacting with {@link TabList}s and {@link TabModel}s.
18 * @param model The {@link TabModel} to act on.
19 * @param index The index of the {@link Tab} to close.
20 * @return {@code true} if the {@link Tab} was found.
30 * @param model The {@link TabModel} to act on.
31 * @param tabId The id of the {@link Tab} to close.
32 * @return {@code true} if the {@link Tab} was found.
39 * @param model The {@link TabModel} to act on.
40 * @param tabId The id of the {@link Tab} to close.
42 * @return {@code true} if the {@link Tab} was found.
[all …]
/external/chromium_org/third_party/WebKit/Tools/GardeningServer/test/
Dunit-tests.html7 <link rel="import" href="../lib/test/ct-scheduled-updater-tests.html">
8 <link rel="import" href="../lib/test/net-tests.html">
9 <link rel="import" href="../lib/test/revisions-tests.html">
10 <link rel="import" href="../lib/test/update-util-tests.html">
11 <link rel="import" href="../model/test/ct-builder-list-tests.html">
12 <link rel="import" href="../model/test/ct-builder-tests.html">
13 <link rel="import" href="../model/test/ct-commit-list-tests.html">
14 <link rel="import" href="../model/test/ct-commit-log-tests.html">
15 <link rel="import" href="../model/test/ct-commit-tests.html">
16 <link rel="import" href="../model/test/ct-failures-tests.html">
[all …]
/external/chromium_org/third_party/WebKit/Source/web/tests/data/
Ddisambiguation_popup.html5 .horizontal-link {
12 .vertical-link {
22 <a href="#" class="horizontal-link" style="margin:100px">Link</a>
23 <a href="#" class="horizontal-link">Link 1</a>
24 <a href="#" class="horizontal-link">Link 2</a>
25 <a href="#" class="horizontal-link">Link 3</a>
26 <a href="#" class="horizontal-link">Link 4</a>
27 <a href="#" class="horizontal-link">Link 5</a>
28link">Link 1</a><a href="#" class="vertical-link">Link 2</a><a href="#" class="vertical-link">Link
Ddisambiguation_popup_mobile_site.html5 .horizontal-link {
12 .vertical-link {
23 <a href="#" class="horizontal-link" style="margin:100px">Link</a>
24 <a href="#" class="horizontal-link">Link 1</a>
25 <a href="#" class="horizontal-link">Link 2</a>
26 <a href="#" class="horizontal-link">Link 3</a>
27 <a href="#" class="horizontal-link">Link 4</a>
28 <a href="#" class="horizontal-link">Link 5</a>
29link">Link 1</a><a href="#" class="vertical-link">Link 2</a><a href="#" class="vertical-link">Link
Ddisambiguation_popup_viewport_site.html13 .horizontal-link {
20 .vertical-link {
30 <a href="#" class="horizontal-link" style="margin:100px">Link</a>
31 <a href="#" class="horizontal-link">Link 1</a>
32 <a href="#" class="horizontal-link">Link 2</a>
33 <a href="#" class="horizontal-link">Link 3</a>
34 <a href="#" class="horizontal-link">Link 4</a>
35 <a href="#" class="horizontal-link">Link 5</a>
36link">Link 1</a><a href="#" class="vertical-link">Link 2</a><a href="#" class="vertical-link">Link
/external/icu/icu4c/source/tools/tzcode/
Dicuzones41 Link Australia/Darwin ACT
42 Link Australia/Sydney AET
43 Link America/Argentina/Buenos_Aires AGT
44 Link Africa/Cairo ART
45 Link America/Anchorage AST
46 Link America/Sao_Paulo BET
47 Link Asia/Dhaka BST
48 Link Africa/Maputo CAT
49 Link America/St_Johns CNT
50 Link America/Chicago CST
[all …]
/external/chromium_org/third_party/icu/source/tools/tzcode/
Dicuzones41 Link Australia/Darwin ACT
42 Link Australia/Sydney AET
43 Link America/Argentina/Buenos_Aires AGT
44 Link Africa/Cairo ART
45 Link America/Anchorage AST
46 Link America/Sao_Paulo BET
47 Link Asia/Dhaka BST
48 Link Africa/Harare CAT
49 Link America/St_Johns CNT
50 Link America/Chicago CST
[all …]
/external/chromium_org/chrome/browser/resources/chromeos/login/
Dlogin_resources.html1 <link rel="stylesheet" href="chrome://resources/css/butter_bar.css">
2 <link rel="stylesheet" href="chrome://resources/css/dialogs.css">
3 <link rel="stylesheet" href="chrome://resources/css/list.css">
4 <link rel="stylesheet" href="chrome://resources/css/menu_button.css">
5 <link rel="stylesheet" href="chrome://resources/css/menu.css">
6 <link rel="stylesheet" href="chrome://resources/css/spinner.css">
7 <link rel="stylesheet" href="chrome://resources/css/widgets.css">
8 <link rel="stylesheet" href="apps_menu.css">
9 <link rel="stylesheet" href="../../../../../ui/login/bubble.css">
10 <link rel="stylesheet" href="enterprise_info.css">
[all …]
/external/chromium_org/chrome/common/extensions/docs/templates/json/
Dintro_tables.json5 "link": "event_pages", string
13 "link": "app_lifecycle", string
17 "link": "https://developers.google.com/live/shows/10291095/", string
25 "link": "about_apps#look", string
29 "link": "app_lifecycle", string
33 "link": "https://developers.google.com/live/shows/9118010/", string
41 "link": "app_bluetooth", string
49 "link": "app_bluetooth.html", string
57 "link": "app_bluetooth.html", string
69 "link": "declare_permissions#host-permissions", string
[all …]
/external/chromium_org/chrome/browser/resources/options/
Doptions.html6 <link rel="stylesheet" href="chrome://resources/css/bubble.css">
7 <link rel="stylesheet" href="chrome://resources/css/bubble_button.css">
8 <link rel="stylesheet" href="chrome://resources/css/chrome_shared.css">
9 <link rel="stylesheet" href="chrome://resources/css/list.css">
10 <link rel="stylesheet" href="chrome://resources/css/overlay.css">
11 <link rel="stylesheet" href="chrome://resources/css/spinner.css">
12 <link rel="stylesheet" href="chrome://resources/css/throbber.css">
13 <link rel="stylesheet" href="chrome://resources/css/tree.css">
14 <link rel="stylesheet" href="../uber/uber_shared.css">
15 <link rel="stylesheet" href="options_page.css">
[all …]
/external/chromium_org/chrome/browser/resources/print_preview/
Dprint_preview.html7 <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="common/search_box.css">
14 <link rel="stylesheet" href="common/search_bubble.css">
15 <link rel="stylesheet" href="settings/destination_settings.css">
16 <link rel="stylesheet" href="settings/color_settings.css">
17 <link rel="stylesheet" href="settings/copies_settings.css">
[all …]
/external/junit/src/org/junit/rules/
DTestRule.java8 * is run and reported. A {@link TestRule} may add additional checks that cause
11 * {@link TestRule}s can do everything that could be done previously with
12 * methods annotated with {@link org.junit.Before},
13 * {@link org.junit.After}, {@link org.junit.BeforeClass}, or
14 * {@link org.junit.AfterClass}, but they are more powerful, and more easily
19 * individual test cases recognize {@link TestRule}s introduced in two different
20 * ways. {@link org.junit.Rule} annotates method-level
21 * {@link TestRule}s, and {@link org.junit.ClassRule}
22 * annotates class-level {@link TestRule}s. See Javadoc for those annotations
25 * Multiple {@link TestRule}s can be applied to a test or suite execution. The
[all …]
/external/libnl/src/lib/
Dlink.c2 * src/lib/link.c CLI Link Helpers
20 #include <netlink/cli/link.h>
24 struct rtnl_link *link; in nl_cli_link_alloc() local
26 link = rtnl_link_alloc(); in nl_cli_link_alloc()
27 if (!link) in nl_cli_link_alloc()
28 nl_cli_fatal(ENOMEM, "Unable to allocate link object"); in nl_cli_link_alloc()
30 return link; in nl_cli_link_alloc()
33 void nl_cli_link_parse_family(struct rtnl_link *link, char *arg) in nl_cli_link_parse_family() argument
41 rtnl_link_set_family(link, family); in nl_cli_link_parse_family()
44 void nl_cli_link_parse_name(struct rtnl_link *link, char *arg) in nl_cli_link_parse_name() argument
[all …]
/external/glide/library/src/main/java/com/bumptech/glide/
DRequestManager.java117 * Note that in most cases you will also need to specify an {@link ResourceDecoder} and an
118 * {@link ResourceEncoder} for the load to complete successfully.
120 * @param modelLoader The {@link ModelLoader} class to use to load the model.
121 * @param dataClass The type of data the {@link ModelLoader} will load.
124 …* @return A {@link GenericModelRequest} to set options for the load and ultimately the target to l…
132 …* Set the {@link ModelLoader} to use for for a new load where the model loader translates from a m…
133 * {@link InputStream} resource for loading images.
137 * @return A new {@link ImageModelRequest}.
144 …* A convenience method to use a {@link StreamByteArrayLoader} to decode an image from a byte array.
147 * @return A new {@link ImageModelRequest}.
[all …]
/external/lzma/CS/7zip/Compress/LzmaAlone/
DLzmaAlone.csproj34 <Link>Common\CommandLineParser.cs</Link>
37 <Link>Common\CRC.cs</Link>
40 <Link>ICoder.cs</Link>
43 <Link>LZ\IMatchFinder.cs</Link>
46 <Link>LZ\LzBinTree.cs</Link>
49 <Link>LZ\LzInWindow.cs</Link>
52 <Link>LZ\LzOutWindow.cs</Link>
55 <Link>LZMA\LzmaBase.cs</Link>
58 <Link>LZMA\LzmaDecoder.cs</Link>
61 <Link>LZMA\LzmaEncoder.cs</Link>
[all …]
/external/chromium_org/third_party/bintrees/bintrees/
Dctrees.c17 #define LEFT_NODE(node) (node->link[LEFT])
18 #define RIGHT_NODE(node) (node->link[RIGHT])
19 #define LINK(node, dir) (node->link[dir]) macro
107 root = LINK(root, (res > 0)); in ct_find_node()
179 LINK(parent, direction) = RIGHT_NODE(replacement); in ct_bintree_remove()
188 *rootaddr = LINK(node, down_dir); in ct_bintree_remove()
191 LINK(parent, direction) = LINK(node, down_dir); in ct_bintree_remove()
200 node = LINK(node, direction); in ct_bintree_remove()
228 LINK(parent, direction) = node; in ct_bintree_insert()
242 node = LINK(node, direction); in ct_bintree_insert()
[all …]
/external/libnl/lib/route/link/
Dvlan.c2 * 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) in vlan_alloc() argument
78 link->l_info = vi; in vlan_alloc()
83 static int vlan_parse(struct rtnl_link *link, struct nlattr *data, in vlan_parse() argument
90 NL_DBG(3, "Parsing VLAN link info"); in vlan_parse()
95 if ((err = vlan_alloc(link)) < 0) in vlan_parse()
98 vi = link->l_info; in vlan_parse()
169 static void vlan_free(struct rtnl_link *link) in vlan_free() argument
[all …]
/external/chromium_org/ui/views/controls/
Dlink.cc5 #include "ui/views/controls/link.h"
23 const char Link::kViewClassName[] = "Link";
25 Link::Link() : Label(base::string16()) { in Link() function in views::Link
29 Link::Link(const base::string16& title) : Label(title) { in Link() function in views::Link
33 Link::~Link() { in ~Link()
36 SkColor Link::GetDefaultEnabledColor() { in GetDefaultEnabledColor()
44 const char* Link::GetClassName() const { in GetClassName()
48 gfx::NativeCursor Link::GetCursor(const ui::MouseEvent& event) { in GetCursor()
54 bool Link::CanProcessEventsWithinSubtree() const { in CanProcessEventsWithinSubtree()
60 bool Link::OnMousePressed(const ui::MouseEvent& event) { in OnMousePressed()
[all …]

12345678910>>...264