Home
last modified time | relevance | path

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

12345678910>>...426

/external/cldr/tools/java/org/unicode/cldr/util/data/
Dbackward9 # Link TARGET LINK-NAME
10 Link Africa/Nairobi Africa/Asmera
11 Link Africa/Abidjan Africa/Timbuktu
12 Link America/Argentina/Catamarca America/Argentina/ComodRivadavia
13 Link America/Adak America/Atka
14 Link America/Argentina/Buenos_Aires America/Buenos_Aires
15 Link America/Argentina/Catamarca America/Catamarca
16 Link America/Atikokan America/Coral_Harbour
17 Link America/Argentina/Cordoba America/Cordoba
18 Link America/Tijuana America/Ensenada
[all …]
/external/libxml2/doc/devhelp/
Dlibxml2.devhelp2 <book xmlns="http://www.devhelp.net/book" title="libxml2 Reference Manual" link="index.html" author…
4 <sub name="API" link="general.html">
5 <sub name="DOCBparser" link="libxml2-DOCBparser.html"/>
6 <sub name="HTMLparser" link="libxml2-HTMLparser.html"/>
7 <sub name="HTMLtree" link="libxml2-HTMLtree.html"/>
8 <sub name="SAX" link="libxml2-SAX.html"/>
9 <sub name="SAX2" link="libxml2-SAX2.html"/>
10 <sub name="c14n" link="libxml2-c14n.html"/>
11 <sub name="catalog" link="libxml2-catalog.html"/>
12 <sub name="chvalid" link="libxml2-chvalid.html"/>
[all …]
/external/libxml2/doc/html/
Dlibxml.devhelp2 <book xmlns="http://www.devhelp.net/book" title="Gnome XML Library Reference Manual " link="index.h…
4 <sub name="Libxml Programming Notes" link="ch01.html">
5 <sub name="testOOMlib" link="libxml-testOOMlib.html"/>
6 <sub name="wincecompat" link="libxml-wincecompat.html"/>
7 <sub name="wsockcompat" link="libxml-wsockcompat.html"/>
8 <sub name="encoding" link="libxml-encoding.html"/>
9 <sub name="xmlregexp" link="libxml-xmlregexp.html"/>
10 <sub name="xmlmemory" link="libxml-xmlmemory.html"/>
11 <sub name="xmlIO" link="libxml-xmlIO.html"/>
12 <sub name="xpath" link="libxml-xpath.html"/>
[all …]
/external/libnl/lib/route/
Dlink.c2 * lib/route/link.c Links (Interfaces)
14 * @defgroup link Links (Interfaces)
17 * @route_doc{route_link, Link Documentation}
29 #include <netlink/route/link.h>
30 #include <netlink-private/route/link/api.h>
69 static struct rtnl_link_af_ops *af_lookup_and_alloc(struct rtnl_link *link, in af_lookup_and_alloc() argument
79 if (!(data = rtnl_link_af_alloc(link, af_ops))) { in af_lookup_and_alloc()
87 static int af_free(struct rtnl_link *link, struct rtnl_link_af_ops *ops, in af_free() argument
91 ops->ao_free(link, data); in af_free()
98 static int af_clone(struct rtnl_link *link, struct rtnl_link_af_ops *ops, in af_clone() argument
[all …]
/external/libnl/lib/route/link/
Dipgre.c2 * lib/route/link/ipgre.c IPGRE Link Info
13 * @ingroup link
15 * ipgre link module
18 * \b Link Type Name: "ipgre"
31 #include <netlink-private/route/link/api.h>
54 uint32_t link; member
73 static int ipgre_alloc(struct rtnl_link *link) in ipgre_alloc() argument
81 link->l_info = ipgre; in ipgre_alloc()
86 static int ipgre_parse(struct rtnl_link *link, struct nlattr *data, in ipgre_parse() argument
93 NL_DBG(3, "Parsing IPGRE link info"); in ipgre_parse()
[all …]
Dsit.c2 * lib/route/link/sit.c SIT Link Info
13 * @ingroup link
15 * sit link module
18 * \b Link Type Name: "sit"
31 #include <netlink-private/route/link/api.h>
50 uint32_t link; member
67 static int sit_alloc(struct rtnl_link *link) in sit_alloc() argument
75 link->l_info = sit; in sit_alloc()
80 static int sit_parse(struct rtnl_link *link, struct nlattr *data, in sit_parse() argument
87 NL_DBG(3, "Parsing SIT link info"); in sit_parse()
[all …]
Dipip.c2 * lib/route/link/ipip.c IPIP Link Info
13 * @ingroup link
15 * ipip link module
18 * \b Link Type Name: "ipip"
31 #include <netlink-private/route/link/api.h>
46 uint32_t link; member
61 static int ipip_alloc(struct rtnl_link *link) in ipip_alloc() argument
69 link->l_info = ipip; in ipip_alloc()
74 static int ipip_parse(struct rtnl_link *link, struct nlattr *data, in ipip_parse() argument
81 NL_DBG(3, "Parsing IPIP link info"); in ipip_parse()
[all …]
Dipvti.c2 * lib/route/link/ipvti.c IPVTI Link Info
13 * @ingroup link
15 * ipvti link module
18 * \b Link Type Name: "ipvti"
31 #include <netlink-private/route/link/api.h>
42 uint32_t link; member
58 static int ipvti_alloc(struct rtnl_link *link) in ipvti_alloc() argument
66 link->l_info = ipvti; in ipvti_alloc()
71 static int ipvti_parse(struct rtnl_link *link, struct nlattr *data, in ipvti_parse() argument
78 NL_DBG(3, "Parsing IPVTI link info"); in ipvti_parse()
[all …]
Dvxlan.c2 * lib/route/link/vxlan.c VXLAN Link Info
13 * @ingroup link
15 * Virtual eXtensible Local Area Network link module
18 * \b Link Type Name: "vxlan"
31 #include <netlink-private/route/link/api.h>
32 #include <netlink/route/link/vxlan.h>
90 static int vxlan_alloc(struct rtnl_link *link) in vxlan_alloc() argument
97 link->l_info = vxi; in vxlan_alloc()
102 static int vxlan_parse(struct rtnl_link *link, struct nlattr *data, in vxlan_parse() argument
109 NL_DBG(3, "Parsing VXLAN link info"); in vxlan_parse()
[all …]
Dip6tnl.c2 * lib/route/link/ip6tnl.c IP6TNL Link Info
13 * @ingroup link
15 * ip6tnl link module
18 * \b Link Type Name: "ip6tnl"
31 #include <netlink-private/route/link/api.h>
52 uint32_t link; member
71 static int ip6_tnl_alloc(struct rtnl_link *link) in ip6_tnl_alloc() argument
79 link->l_info = ip6_tnl; in ip6_tnl_alloc()
84 static int ip6_tnl_parse(struct rtnl_link *link, struct nlattr *data, in ip6_tnl_parse() argument
91 NL_DBG(3, "Parsing IP6_TNL link info"); in ip6_tnl_parse()
[all …]
Dbridge.c2 * lib/route/link/bridge.c AF_BRIDGE link support
13 * @ingroup link
24 #include <netlink/route/link/bridge.h>
25 #include <netlink-private/route/link/api.h>
49 #define IS_BRIDGE_LINK_ASSERT(link) \ argument
50 if (!rtnl_link_is_bridge(link)) { \
51 APPBUG("A function was expecting a link object of type bridge."); \
55 static inline struct bridge_data *bridge_data(struct rtnl_link *link) in bridge_data() argument
57 return rtnl_link_af_data(link, &bridge_ops); in bridge_data()
60 static void *bridge_alloc(struct rtnl_link *link) in bridge_alloc() argument
[all …]
Dcan.c2 * lib/route/link/can.c CAN Link Info
13 * @ingroup link
15 * Controller Area Network link module
18 * \b Link Type Name: "can"
31 #include <netlink-private/route/link/api.h>
32 #include <netlink/route/link/can.h>
72 static int can_alloc(struct rtnl_link *link) in can_alloc() argument
80 link->l_info = ci; in can_alloc()
85 static int can_parse(struct rtnl_link *link, struct nlattr *data, in can_parse() argument
92 NL_DBG(3, "Parsing CAN link info"); in can_parse()
[all …]
Dmacvlan.c2 * lib/route/link/macvlan.c MACVLAN Link Info
13 * @ingroup link
15 * MAC-based Virtual LAN link module
18 * \b Link Type Name: "macvlan"
31 #include <netlink-private/route/link/api.h>
32 #include <netlink/route/link/macvlan.h>
54 static int macvlan_alloc(struct rtnl_link *link) in macvlan_alloc() argument
61 link->l_info = mvi; in macvlan_alloc()
66 static int macvlan_parse(struct rtnl_link *link, struct nlattr *data, in macvlan_parse() argument
73 NL_DBG(3, "Parsing MACVLAN link info"); in macvlan_parse()
[all …]
/external/exoplayer/tree/library/core/src/main/java/com/google/android/exoplayer2/
DRendererCapabilities.java26 * Defines the capabilities of a {@link Renderer}.
31 * Level of renderer support for a format. One of {@link #FORMAT_HANDLED}, {@link
32 * #FORMAT_EXCEEDS_CAPABILITIES}, {@link #FORMAT_UNSUPPORTED_DRM}, {@link
33 * #FORMAT_UNSUPPORTED_SUBTYPE} or {@link #FORMAT_UNSUPPORTED_TYPE}.
46 /** A mask to apply to {@link Capabilities} to obtain the {@link FormatSupport} only. */
49 * The {@link Renderer} is capable of rendering the format.
53 * The {@link Renderer} is capable of rendering formats with the same mime type, but the
58 * Example: The {@link Renderer} is capable of rendering H264 and the format's mime type is
59 * {@link MimeTypes#VIDEO_H264}, but the format's resolution exceeds the maximum limit supported
64 * The {@link Renderer} is capable of rendering formats with the same mime type, but is not
[all …]
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/
Dvxlan.sh19 ip link set dev $swp1 up
20 ip link set dev $swp2 up
27 ip link set dev $swp2 down
28 ip link set dev $swp1 down
33 ip link set dev $swp1 master br0
35 ip link set dev vxlan0 master br0
38 ip link set dev $swp1 nomaster
40 ip link set dev $swp1 master br0
46 ip link set dev $swp1 master br0
48 ip link set dev vxlan0 master br0 &> /dev/null
[all …]
Drtnetlink.sh43 ip link set dev $swp1 up
44 ip link set dev $swp2 up
51 ip link set dev $swp2 down
52 ip link set dev $swp1 down
71 ip link set dev $swp1 addr 00:11:22:33:44:55
82 ip link set dev $swp2 addr 00:11:22:33:44:66
89 ip link set dev $swp2 addr 00:11:22:33:00:66 &>/dev/null
91 ip link set dev $swp2 addr 00:11:22:33:00:66 2>&1 >/dev/null \
100 ip link set dev $swp2 addr $swp2_mac
101 ip link set dev $swp1 addr $swp1_mac
[all …]
/external/guava/android/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 its values as well
30 * <dt>{@link com.google.common.collect.Multiset}
31 * <dd>An extension of {@link java.util.Collection} that may contain duplicate values like a
32 * {@link java.util.List}, yet has order-independent equality like a {@link java.util.Set}.
34 * <dt>{@link com.google.common.collect.Multimap}
35 * <dd>A new type, which is similar to {@link java.util.Map}, but may contain multiple entries
36 * with the same key. Some behaviors of {@link com.google.common.collect.Multimap} are left
38 * <dt>{@link com.google.common.collect.ListMultimap}
39 * <dd>An extension of {@link com.google.common.collect.Multimap} which permits duplicate entries,
[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 its values as well
30 * <dt>{@link com.google.common.collect.Multiset}
31 * <dd>An extension of {@link java.util.Collection} that may contain duplicate values like a
32 * {@link java.util.List}, yet has order-independent equality like a {@link java.util.Set}.
34 * <dt>{@link com.google.common.collect.Multimap}
35 * <dd>A new type, which is similar to {@link java.util.Map}, but may contain multiple entries
36 * with the same key. Some behaviors of {@link com.google.common.collect.Multimap} are left
38 * <dt>{@link com.google.common.collect.ListMultimap}
39 * <dd>An extension of {@link com.google.common.collect.Multimap} which permits duplicate entries,
[all …]
/external/bcc/examples/networking/vlan_filter/
Dtest_setup.sh18 ip link add veth11 type veth peer name veth13
19 ip link add veth21 type veth peer name veth23
20 ip link set veth11 netns netns11
21 ip link set veth21 netns netns21
22 ip link set veth13 netns netns3
23 ip link set veth23 netns netns3
26 ip link add veth12 type veth peer name veth14
27 ip link add veth22 type veth peer name veth24
28 ip link set veth12 netns netns12
29 ip link set veth22 netns netns22
[all …]
/external/libnl/doc/
Droute.txt24 The link configuration interface is part of the +NETLINK_ROUTE+ protocol
30 - View and modify per link network configuration settings (e.g.
33 .Naming Convention (network device, link, interface)
44 This section describes the protocol semantics of the netlink based link
51 | Reply to +RTM_GETLINK+ request or notification of link added or updated
53 | Notification of link deleted or disappeared
54 | +RTM_GETLINK+ | Retrieve link configuration and statistics |
55 | +RTM_SETLINK+ | Modify link configuration |
58 See link:core.html#core_msg_types[Netlink Library - Message Types] for more
61 ==== Link Message Format
[all …]
/external/iproute2/man/man8/
Dtipc-link.81 .TH TIPC-LINK 8 "02 Jun 2015" "iproute2" "Linux"
7 tipc-link \- show links or modify link properties
16 .B tipc link set
23 .BI "link " LINK
26 .B tipc link get
27 .RB "{ " "priority" " | " tolerance " | " window " } " link
28 .I LINK
31 .B tipc link statistics
32 .RB "{ " "show " "[ " link
33 .I LINK
[all …]
/external/libxml2/test/relaxng/
Dtutor8_2_2.xml5 <link>link</link>
6 <style>link</style>
8 <link>link</link>
9 <style>link</style>
14 <link>link</link>
15 <style>link</style>
22 <link>link</link>
23 <style>link</style>
25 <link>link</link>
26 <style>link</style>
[all …]
/external/opencensus-java/api/src/test/java/io/opencensus/trace/
DLinkTest.java22 import io.opencensus.trace.Link.Type;
31 /** Unit tests for {@link Link}. */
49 Link link = Link.fromSpanContext(spanContext, Type.CHILD_LINKED_SPAN); in fromSpanContext_ChildLink() local
50 assertThat(link.getTraceId()).isEqualTo(spanContext.getTraceId()); in fromSpanContext_ChildLink()
51 assertThat(link.getSpanId()).isEqualTo(spanContext.getSpanId()); in fromSpanContext_ChildLink()
52 assertThat(link.getType()).isEqualTo(Type.CHILD_LINKED_SPAN); in fromSpanContext_ChildLink()
57 Link link = Link.fromSpanContext(spanContext, Type.CHILD_LINKED_SPAN, attributesMap); in fromSpanContext_ChildLink_WithAttributes() local
58 assertThat(link.getTraceId()).isEqualTo(spanContext.getTraceId()); in fromSpanContext_ChildLink_WithAttributes()
59 assertThat(link.getSpanId()).isEqualTo(spanContext.getSpanId()); in fromSpanContext_ChildLink_WithAttributes()
60 assertThat(link.getType()).isEqualTo(Type.CHILD_LINKED_SPAN); in fromSpanContext_ChildLink_WithAttributes()
[all …]
/external/exoplayer/tree/library/common/src/main/java/com/google/android/exoplayer2/upstream/
DDataSpec.java36 * Builds {@link DataSpec} instances.
38 * <p>Use DataSpec#buildUpon() to obtain a builder representing an existing {@link DataSpec}.
61 * Creates a new instance to build upon the provided {@link DataSpec}.
63 * @param dataSpec The {@link DataSpec} to build upon.
79 * Sets {@link DataSpec#uri}.
81 * @param uriString The {@link DataSpec#uri}.
90 * Sets {@link DataSpec#uri}.
92 * @param uri The {@link DataSpec#uri}.
101 * Sets the {@link DataSpec#uriPositionOffset}. The default value is 0.
103 * @param uriPositionOffset The {@link DataSpec#uriPositionOffset}.
[all …]
/external/toybox/tests/
Dreadlink.test18 ln -sf notfound link
19 testing "link" "readlink link" "notfound\n" "" ""
20 testing "links" "readlink link link" "notfound\nnotfound\n" "" ""
21 testing "link->missing" "readlink -f link" "$APWD/notfound\n" "" ""
22 ln -sf ../../ link
23 testing "stays relative" "readlink link" "../../\n" "" ""
24 rm link
25 ln -sf file link
26 testing "-f link->file" "readlink -f link" "$APWD/file\n" "" ""
27 ln -sf . link
[all …]

12345678910>>...426