Home
last modified time | relevance | path

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

12345678910>>...424

/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 …]
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 …]
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 …]
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 …]
Dveth.c2 * lib/route/link/veth.c Virtual Ethernet
13 * @ingroup link
18 * \b Link Type Name: "veth"
31 #include <netlink-private/route/link/api.h>
32 #include <netlink/route/link/veth.h>
40 static int veth_parse(struct rtnl_link *link, struct nlattr *data, in veth_parse() argument
45 struct rtnl_link *peer = link->l_info; in veth_parse()
48 NL_DBG(3, "Parsing veth link info"); in veth_parse()
83 static void veth_dump_line(struct rtnl_link *link, struct nl_dump_params *p) in veth_dump_line() argument
87 static void veth_dump_details(struct rtnl_link *link, struct nl_dump_params *p) in veth_dump_details() argument
[all …]
Dvlan.c2 * lib/route/link/vlan.c VLAN Link Info
13 * @ingroup link
15 * Virtual LAN link module
18 * \b Link Type Name: "vlan"
31 #include <netlink-private/route/link/api.h>
32 #include <netlink/route/link/vlan.h>
66 static int vlan_alloc(struct rtnl_link *link) in vlan_alloc() argument
73 link->l_info = vi; in vlan_alloc()
78 static int vlan_parse(struct rtnl_link *link, struct nlattr *data, in vlan_parse() argument
85 NL_DBG(3, "Parsing VLAN link info"); in vlan_parse()
[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 …]
/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/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/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/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/python/google-api-python-client/docs/dyn/
Danalytics_v3.management.profileFilterLinks.html79 <p class="firstline">Delete a profile filter link.</p>
82 <p class="firstline">Returns a single profile filter link.</p>
85 <p class="firstline">Create a new profile filter link.</p>
91 <p class="firstline">Update an existing profile filter link. This method supports patch semantics.<…
94 <p class="firstline">Update an existing profile filter link.</p>
98 <pre>Delete a profile filter link.
101 accountId: string, Account ID to which the profile filter link belongs. (required)
102 webPropertyId: string, Web property Id to which the profile filter link belongs. (required)
103 profileId: string, Profile ID to which the filter link belongs. (required)
104 linkId: string, ID of the profile filter link to delete. (required)
[all …]
Danalytics_v3.management.webPropertyAdWordsLinks.html79 <p class="firstline">Deletes a web property-AdWords link.</p>
82 <p class="firstline">Returns a web property-AdWords link to which the user has access.</p>
85 <p class="firstline">Creates a webProperty-AdWords link.</p>
91 <p class="firstline">Updates an existing webProperty-AdWords link. This method supports patch seman…
94 <p class="firstline">Updates an existing webProperty-AdWords link.</p>
98 <pre>Deletes a web property-AdWords link.
102 webPropertyId: string, Web property ID to delete the AdWords link for. (required)
103 webPropertyAdWordsLinkId: string, Web property AdWords link ID. (required)
109 <pre>Returns a web property-AdWords link to which the user has access.
113 webPropertyId: string, Web property ID to retrieve the AdWords link for. (required)
[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/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffers.Test.csproj46 <Link>FlatBuffers\ByteBuffer.cs</Link>
49 <Link>FlatBuffers\ByteBufferUtil.cs</Link>
52 <Link>FlatBuffers\IFlatbufferObject.cs</Link>
55 <Link>FlatBuffers\Offset.cs</Link>
58 <Link>FlatBuffers\FlatBufferBuilder.cs</Link>
61 <Link>FlatBuffers\FlatBufferConstants.cs</Link>
64 <Link>FlatBuffers\Struct.cs</Link>
67 <Link>FlatBuffers\Table.cs</Link>
70 <Link>MyGame\Example\Any.cs</Link>
73 <Link>MyGame\Example\AnyAmbiguousAliases.cs</Link>
[all …]
/external/toybox/tests/
Dreadlink.test18 ln -sf notfound link
19 testing "link" "readlink link" "notfound\n" "" ""
20 testing "link->missing" "readlink -f link" "$APWD/notfound\n" "" ""
21 ln -sf ../../ link
22 testing "stays relative" "readlink link" "../../\n" "" ""
23 rm link
24 ln -sf file link
25 testing "-f link->file" "readlink -f link" "$APWD/file\n" "" ""
26 ln -sf . link
27 testing "-f link->dir" "readlink -f link" "$APWD\n" "" ""
[all …]

12345678910>>...424