/external/cldr/tools/java/org/unicode/cldr/util/data/ |
D | backward | 9 # 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/ |
D | libxml2.devhelp | 2 <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/ |
D | libxml.devhelp | 2 <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/ |
D | link.c | 3 * 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/ |
D | ipgre.c | 2 * 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 …]
|
D | ip6tnl.c | 2 * 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 …]
|
D | ipip.c | 2 * 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 …]
|
D | ipvti.c | 2 * 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 …]
|
D | vxlan.c | 2 * 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 …]
|
D | sit.c | 2 * 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 …]
|
D | xfrmi.c | 2 * 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 …]
|
D | macvlan.c | 2 * 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 …]
|
D | geneve.c | 2 * 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 …]
|
D | can.c | 2 * 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 76 if (link->l_info) in can_alloc() 77 memset(link->l_info, 0, sizeof(*ci)); in can_alloc() 83 link->l_info = ci; in can_alloc() [all …]
|
/external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
D | vxlan.sh | 19 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 …]
|
D | rtnetlink.sh | 43 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/ |
D | RendererCapabilities.java | 26 * 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/llvm-project/libcxx/docs/ |
D | Cxx2aStatusIssuesStatus.csv | 2 …/wg21.link/LWG2070>`__","``allocate_shared``\ should use ``allocator_traits<A>::construct``\ ","T… 3 "`2444 <https://wg21.link/LWG2444>`__","Inconsistent complexity for ``std::sort_heap``\ ","Toronto"… 4 "`2593 <https://wg21.link/LWG2593>`__","Moved-from state of Allocators","Toronto","","" 5 "`2597 <https://wg21.link/LWG2597>`__","``std::log``\ misspecified for complex numbers","Toronto",… 6 "`2783 <https://wg21.link/LWG2783>`__","``stack::emplace()``\ and ``queue::emplace()``\ should re… 7 "`2932 <https://wg21.link/LWG2932>`__","Constraints on parallel algorithm implementations are under… 8 "`2937 <https://wg21.link/LWG2937>`__","Is ``equivalent(""existing_thing"", ""not_existing_thing"")… 9 "`2940 <https://wg21.link/LWG2940>`__","``result_of``\ specification also needs a little cleanup",… 10 "`2942 <https://wg21.link/LWG2942>`__","LWG 2873's resolution missed ``weak_ptr::owner_before``\ ",… 11 "`2954 <https://wg21.link/LWG2954>`__","Specialization of the convenience variable templates should… [all …]
|
D | Cxx2aStatusPaperStatus.csv | 2 "`P0463R1 <https://wg21.link/P0463R1>`__","LWG","Endian just Endian","Toronto","|Complete|","7.0" 3 "`P0674R1 <https://wg21.link/P0674R1>`__","LWG","Extending make_shared to Support Arrays","Toronto"… 5 "`P0020R6 <https://wg21.link/P0020R6>`__","LWG","Floating Point Atomic","Albuquerque","","" 6 "`P0053R7 <https://wg21.link/P0053R7>`__","LWG","C++ Synchronized Buffered Ostream","Albuquerque","… 7 "`P0202R3 <https://wg21.link/P0202R3>`__","LWG","Add constexpr modifiers to functions in <algorithm… 8 "`P0415R1 <https://wg21.link/P0415R1>`__","LWG","Constexpr for ``std::complex``\ ","Albuquerque","|… 9 "`P0439R0 <https://wg21.link/P0439R0>`__","LWG","Make ``std::memory_order``\ a scoped enumeration"… 10 "`P0457R2 <https://wg21.link/P0457R2>`__","LWG","String Prefix and Suffix Checking","Albuquerque","… 11 "`P0550R2 <https://wg21.link/P0550R2>`__","LWG","Transformation Trait ``remove_cvref``\ ","Albuquer… 12 "`P0600R1 <https://wg21.link/P0600R1>`__","LWG","nodiscard in the Library","Albuquerque","|In Progr… [all …]
|
D | Cxx1zStatusIssuesStatus.csv | 2 "`2016 <https://wg21.link/LWG2016>`__","Allocators must be no-throw swappable","Urbana","|Complete|… 3 "`2118 <https://wg21.link/LWG2376>`__","``unique_ptr``\ for array does not support cv qualificatio… 4 "`2170 <https://wg21.link/LWG2170>`__","Aggregates cannot be ``DefaultConstructible``\ ","Urbana","… 5 "`2308 <https://wg21.link/LWG2308>`__","Clarify container destructor requirements w.r.t. ``std::arr… 6 "`2340 <https://wg21.link/LWG2340>`__","Replacement allocation functions declared as inline","Urban… 7 "`2354 <https://wg21.link/LWG2354>`__","Unnecessary copying when inserting into maps with braced-in… 8 "`2377 <https://wg21.link/LWG2377>`__","``std::align``\ requirements overly strict","Urbana","|Com… 9 "`2396 <https://wg21.link/LWG2396>`__","``underlying_type``\ doesn't say what to do for an incompl… 10 "`2399 <https://wg21.link/LWG2399>`__","``shared_ptr``\ 's constructor from ``unique_ptr``\ should… 11 "`2400 <https://wg21.link/LWG2400>`__","``shared_ptr``\ 's ``get_deleter()``\ should use ``address… [all …]
|
D | Cxx1yStatusIssuesStatus.csv | 2 "`1214 <https://wg21.link/lwg1214>`__","Insufficient/inconsistent key immutability requirements for… 3 "`2009 <https://wg21.link/lwg2009>`__","Reporting out-of-bound values on numeric string conversions… 4 "`2010 <https://wg21.link/lwg2010>`__","``is_*``\ traits for binding operations can't be meaningfu… 5 "`2015 <https://wg21.link/lwg2015>`__","Incorrect pre-conditions for some type traits","Kona","|Com… 6 "`2021 <https://wg21.link/lwg2021>`__","Further incorrect usages of result_of","Kona","|Complete|" 7 "`2028 <https://wg21.link/lwg2028>`__","messages_base::catalog overspecified","Kona","|Complete|" 8 "`2033 <https://wg21.link/lwg2033>`__","Preconditions of reserve, shrink_to_fit, and resize functio… 9 "`2039 <https://wg21.link/lwg2039>`__","Issues with std::reverse and std::copy_if","Kona","|Complet… 10 "`2044 <https://wg21.link/lwg2044>`__","No definition of ""Stable"" for copy algorithms","Kona","|C… 11 "`2045 <https://wg21.link/lwg2045>`__","forward_list::merge and forward_list::splice_after with une… [all …]
|
/external/guava/guava/src/com/google/common/collect/ |
D | package-info.java | 25 * <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/ |
D | package-info.java | 25 * <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/flatbuffers/tests/FlatBuffers.Test/ |
D | FlatBuffers.Test.csproj | 50 <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 …]
|
/external/libnl/doc/ |
D | route.txt | 24 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 …]
|