Home
last modified time | relevance | path

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

12345678910>>...422

/external/cldr/tools/cldr-code/src/main/resources/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.devhelp22 <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.c3 * lib/route/link.c Links (Interfaces)
15 * @defgroup link Links (Interfaces)
18 * @route_doc{route_link, Link Documentation}
30 #include <netlink/route/link.h>
31 #include <netlink-private/route/link/api.h>
32 #include <netlink-private/route/link/sriov.h>
84 cache = __nl_cache_mngt_require("route/link"); in link_lookup()
92 static struct rtnl_link_af_ops *af_lookup_and_alloc(struct rtnl_link *link, in af_lookup_and_alloc() argument
102 if (!(data = rtnl_link_af_alloc(link, af_ops))) { in af_lookup_and_alloc()
110 static int af_free(struct rtnl_link *link, struct rtnl_link_af_ops *ops, in af_free() 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/route/link/ipgre.h>
32 #include <netlink-private/route/link/api.h>
55 uint32_t link; member
74 static int ipgre_alloc(struct rtnl_link *link) in ipgre_alloc() argument
78 if (link->l_info) in ipgre_alloc()
79 memset(link->l_info, 0, sizeof(*ipgre)); in ipgre_alloc()
[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/route/link/ip6tnl.h>
32 #include <netlink-private/route/link/api.h>
53 uint32_t link; member
72 static int ip6_tnl_alloc(struct rtnl_link *link) in ip6_tnl_alloc() argument
76 if (link->l_info) in ip6_tnl_alloc()
77 memset(link->l_info, 0, sizeof(*ip6_tnl)); in ip6_tnl_alloc()
[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/route/link/ipip.h>
32 #include <netlink-private/route/link/api.h>
47 uint32_t link; member
62 static int ipip_alloc(struct rtnl_link *link) in ipip_alloc() argument
66 if (link->l_info) in ipip_alloc()
67 memset(link->l_info, 0, sizeof(*ipip)); in ipip_alloc()
[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/route/link/ipvti.h>
32 #include <netlink-private/route/link/api.h>
43 uint32_t link; member
59 static int ipvti_alloc(struct rtnl_link *link) in ipvti_alloc() argument
63 if (link->l_info) in ipvti_alloc()
64 memset(link->l_info, 0, sizeof(*ipvti)); in ipvti_alloc()
[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>
125 static int vxlan_alloc(struct rtnl_link *link) in vxlan_alloc() argument
129 if (link->l_info) in vxlan_alloc()
130 memset(link->l_info, 0, sizeof(*vxi)); in vxlan_alloc()
135 link->l_info = vxi; in vxlan_alloc()
[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/route/link/sit.h>
32 #include <netlink-private/route/link/api.h>
55 uint32_t link; member
80 static int sit_alloc(struct rtnl_link *link) in sit_alloc() argument
84 if (link->l_info) in sit_alloc()
85 memset(link->l_info, 0, sizeof(*sit)); in sit_alloc()
[all …]
Dxfrmi.c2 * lib/route/link/xfrmi.c XFRMI Link Info
11 * Based on lib/route/link/ipvti.c
15 * @ingroup link
17 * xfrmi link module
20 * \b Link Type Name: "xfrmi"
33 #include <netlink/route/link/xfrmi.h>
34 #include <netlink-private/route/link/api.h>
42 uint32_t link; member
52 static int xfrmi_alloc(struct rtnl_link *link) in xfrmi_alloc() argument
56 if (link->l_info) in xfrmi_alloc()
[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"
32 #include <netlink-private/route/link/api.h>
33 #include <netlink/route/link/macvlan.h>
34 #include <netlink/route/link/macvtap.h>
64 static int macvlan_alloc(struct rtnl_link *link) in macvlan_alloc() argument
69 if (link->l_info) { in macvlan_alloc()
70 mvi = link->l_info; in macvlan_alloc()
[all …]
Dgeneve.c2 * lib/route/link/geneve.c Geneve Link Info
11 * @ingroup link
16 * \b Link Type Name: "geneve"
27 #include <netlink-private/route/link/api.h>
28 #include <netlink/route/link/geneve.h>
76 static int geneve_alloc(struct rtnl_link *link) in geneve_alloc() argument
80 if (link->l_info) in geneve_alloc()
81 memset(link->l_info, 0, sizeof(*geneve)); in geneve_alloc()
85 link->l_info = geneve; in geneve_alloc()
91 static int geneve_parse(struct rtnl_link *link, struct nlattr *data, in geneve_parse() argument
[all …]
/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/
DRendererCapabilities.java27 /** Defines the capabilities of a {@link Renderer}. */
31 * @deprecated Use {@link C.FormatSupport} instead.
46 /** A mask to apply to {@link Capabilities} to obtain the {@link C.FormatSupport} only. */
49 * @deprecated Use {@link C#FORMAT_HANDLED} instead.
53 * @deprecated Use {@link C#FORMAT_EXCEEDS_CAPABILITIES} instead.
57 * @deprecated Use {@link C#FORMAT_UNSUPPORTED_DRM} instead.
61 * @deprecated Use {@link C#FORMAT_UNSUPPORTED_SUBTYPE} instead.
65 * @deprecated Use {@link C#FORMAT_UNSUPPORTED_TYPE} instead.
70 * Level of renderer support for adaptive format switches. One of {@link #ADAPTIVE_SEAMLESS},
71 * {@link #ADAPTIVE_NOT_SEAMLESS} or {@link #ADAPTIVE_NOT_SUPPORTED}.
[all …]
DExoPlayer.java68 * An extensible media player that plays {@link MediaSource}s. Instances can be obtained from {@link
80 * <li><b>{@link MediaSource MediaSources}</b> that define the media to be played, load the media,
81 * and from which the loaded media can be read. MediaSources are created from {@link MediaItem
82 * MediaItems} by the {@link MediaSource.Factory} injected into the player {@link
83 * Builder#setMediaSourceFactory Builder}, or can be added directly by methods like {@link
84 * #setMediaSource(MediaSource)}. The library provides a {@link DefaultMediaSourceFactory} for
87 * <li><b>{@link Renderer}</b>s that render individual components of the media. The library
88 * provides default implementations for common media types ({@link MediaCodecVideoRenderer},
89 * {@link MediaCodecAudioRenderer}, {@link TextRenderer} and {@link MetadataRenderer}). A
92 * by calling {@link #getRendererCount()} and {@link #getRendererType(int)}.
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/
DRendererCapabilities.java24 /** Defines the capabilities of a {@link Renderer}. */
27 /** @deprecated Use {@link C.FormatSupport} instead. */
40 /** A mask to apply to {@link Capabilities} to obtain the {@link C.FormatSupport} only. */
42 /** @deprecated Use {@link C#FORMAT_HANDLED} instead. */
44 /** @deprecated Use {@link C#FORMAT_EXCEEDS_CAPABILITIES} instead. */
46 /** @deprecated Use {@link C#FORMAT_UNSUPPORTED_DRM} instead. */
48 /** @deprecated Use {@link C#FORMAT_UNSUPPORTED_SUBTYPE} instead. */
50 /** @deprecated Use {@link C#FORMAT_UNSUPPORTED_TYPE} instead. */
54 * Level of renderer support for adaptive format switches. One of {@link #ADAPTIVE_SEAMLESS},
55 * {@link #ADAPTIVE_NOT_SEAMLESS} or {@link #ADAPTIVE_NOT_SUPPORTED}.
[all …]
DExoPlayer.java65 * An extensible media player that plays {@link MediaSource}s. Instances can be obtained from {@link
77 * <li><b>{@link MediaSource MediaSources}</b> that define the media to be played, load the media,
78 * and from which the loaded media can be read. MediaSources are created from {@link MediaItem
79 * MediaItems} by the {@link MediaSource.Factory} injected into the player {@link
80 * Builder#setMediaSourceFactory Builder}, or can be added directly by methods like {@link
81 * #setMediaSource(MediaSource)}. The library provides a {@link DefaultMediaSourceFactory} for
84 * <li><b>{@link Renderer}</b>s that render individual components of the media. The library
85 * provides default implementations for common media types ({@link MediaCodecVideoRenderer},
86 * {@link MediaCodecAudioRenderer}, {@link TextRenderer} and {@link MetadataRenderer}). A
89 * by calling {@link #getRendererCount()} and {@link #getRendererType(int)}.
[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/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/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/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/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/
DPlayer.java55 * methods in the interface. {@link BasePlayer} implements these convenience methods so inheriting
56 * {@link BasePlayer} is recommended when implementing the interface so that only the minimal set of
62 * <li>They can provide a {@link Timeline} representing the structure of the media being played,
63 * which can be obtained by calling {@link #getCurrentTimeline()}.
64 * <li>They can provide a {@link TracksInfo} defining the currently available tracks and which are
65 * selected to be rendered, which can be obtained by calling {@link #getCurrentTracksInfo()}.
70 /** A set of {@link Event events}. */
78 * @param flags The {@link FlagSet} containing the {@link Event events}.
85 * Returns whether the given {@link Event} occurred.
87 * @param event The {@link Event}.
[all …]
/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/common/src/main/java/com/google/android/exoplayer2/
DPlayer.java58 * methods in the interface. {@link BasePlayer} implements these convenience methods so inheriting
59 * {@link BasePlayer} is recommended when implementing the interface so that only the minimal set of
65 * <li>They can provide a {@link Timeline} representing the structure of the media being played,
66 * which can be obtained by calling {@link #getCurrentTimeline()}.
67 * <li>They can provide a {@link TracksInfo} defining the currently available tracks and which are
68 * selected to be rendered, which can be obtained by calling {@link #getCurrentTracksInfo()}.
78 * <p>Listeners can choose to implement individual events (e.g. {@link
79 * #onIsPlayingChanged(boolean)}) or {@link #onEvents(Player, Events)}, which is called after one
82 * @deprecated Use {@link Player.Listener}.
90 * <p>Note that the current {@link MediaItem} or playback position may change as a result of a
[all …]
/external/flatbuffers/tests/FlatBuffers.Test/
DFlatBuffers.Test.csproj50 <Link>FlatBuffers\ByteBuffer.cs</Link>
53 <Link>FlatBuffers\ByteBufferUtil.cs</Link>
56 <Link>FlatBuffers\IFlatbufferObject.cs</Link>
59 <Link>FlatBuffers\Offset.cs</Link>
62 <Link>FlatBuffers\FlatBufferBuilder.cs</Link>
65 <Link>FlatBuffers\FlatBufferConstants.cs</Link>
68 <Link>FlatBuffers\Struct.cs</Link>
71 <Link>FlatBuffers\Table.cs</Link>
74 <Link>MyGame\Example2\Monster.cs</Link>
77 <Link>MyGame\Example\Any.cs</Link>
[all …]

12345678910>>...422