Home
last modified time | relevance | path

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

12345678910>>...391

/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/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 * @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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
Dapi.c2 * lib/route/link/api.c Link Info API
13 * @ingroup link
14 * @defgroup link_API Link Modules API
15 * @brief API for modules implementing specific link types/semantics.
17 * @par 1) Registering/Unregistering a new link info type
45 #include <netlink/route/link.h>
46 #include <netlink-private/route/link/api.h>
65 * @name Link Info Modules
70 * Return operations of a specific link info type
71 * @arg name Name of link info type.
[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.
126 * A sensible, albeit inefficient, definition of {@link #count} in terms of
127 * {@link #entrySet}. If you override {@link #entrySet}, you may wish to
128 * 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 …]
/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/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 …]
/external/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffers.Test.csproj42 <Link>FlatBuffers\ByteBuffer.cs</Link>
45 <Link>FlatBuffers\IFlatbufferObject.cs</Link>
48 <Link>FlatBuffers\Offset.cs</Link>
51 <Link>FlatBuffers\FlatBufferBuilder.cs</Link>
54 <Link>FlatBuffers\FlatBufferConstants.cs</Link>
57 <Link>FlatBuffers\Struct.cs</Link>
60 <Link>FlatBuffers\Table.cs</Link>
63 <Link>MyGame\Example\Any.cs</Link>
66 <Link>MyGame\Example\Color.cs</Link>
69 <Link>MyGame\Example\Monster.cs</Link>
[all …]
/external/icu/icu4c/source/tools/tzcode/
Dicuzones43 Link Australia/Darwin ACT
44 Link Australia/Sydney AET
45 Link America/Argentina/Buenos_Aires AGT
46 Link Africa/Cairo ART
47 Link America/Anchorage AST
48 Link America/Sao_Paulo BET
49 Link Asia/Dhaka BST
50 Link Africa/Maputo CAT
51 Link America/St_Johns CNT
52 Link America/Chicago CST
[all …]

12345678910>>...391