| /external/cldr/tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/ |
| D | backward | 17 # backward compatibility link. Each section is sorted by link name. 19 # A "#= TARGET1" comment labels each link inserted only because some 23 # "Link Australia/Sydney Australia/ACT #= Australia/Canberra" would be 24 # "Link Australia/Canberra Australia/ACT" were it not that data lines 32 # Link TARGET LINK-NAME #= TARGET1 33 Link Australia/Sydney Australia/ACT #= Australia/Canberra 34 Link Australia/Lord_Howe Australia/LHI 35 Link Australia/Sydney Australia/NSW 36 Link Australia/Darwin Australia/North 37 Link Australia/Brisbane Australia/Queensland [all …]
|
| /external/libxml2/doc/devhelp/ |
| D | libxml2.devhelp2 | 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="HTMLparser" link="libxml2-HTMLparser.html"/> 6 <sub name="HTMLtree" link="libxml2-HTMLtree.html"/> 7 <sub name="SAX" link="libxml2-SAX.html"/> 8 <sub name="SAX2" link="libxml2-SAX2.html"/> 9 <sub name="c14n" link="libxml2-c14n.html"/> 10 <sub name="catalog" link="libxml2-catalog.html"/> 11 <sub name="chvalid" link="libxml2-chvalid.html"/> 12 <sub name="debugXML" link="libxml2-debugXML.html"/> [all …]
|
| /external/libnl/lib/route/ |
| D | link.c | 8 * @defgroup link Links (Interfaces) 11 * @route_doc{route_link, Link Documentation} 23 #include <netlink/route/link.h> 24 #include <netlink-private/route/link/api.h> 25 #include <netlink-private/route/link/sriov.h> 77 cache = __nl_cache_mngt_require("route/link"); in link_lookup() 85 static struct rtnl_link_af_ops *af_lookup_and_alloc(struct rtnl_link *link, in af_lookup_and_alloc() argument 94 if (!rtnl_link_af_alloc(link, af_ops)) { in af_lookup_and_alloc() 102 static int af_free(struct rtnl_link *link, struct rtnl_link_af_ops *ops, in af_free() argument 106 ops->ao_free(link, data); in af_free() [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/ |
| D | RendererCapabilities.java | 27 /** 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 …]
|
| /external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/library/core/src/main/java/com/google/android/exoplayer2/ |
| D | RendererCapabilities.java | 24 /** 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 …]
|
| /external/libnl/lib/route/link/ |
| D | ipgre.c | 7 * @ingroup link 9 * ipgre link module 12 * \b Link Type Name: "ipgre" 25 #include <netlink/route/link/ipgre.h> 26 #include <netlink-private/route/link/api.h> 50 uint32_t link; member 71 static int ipgre_alloc(struct rtnl_link *link) in ipgre_alloc() argument 75 if (link->l_info) in ipgre_alloc() 76 memset(link->l_info, 0, sizeof(*ipgre)); in ipgre_alloc() 82 link->l_info = ipgre; in ipgre_alloc() [all …]
|
| D | ip6gre.c | 4 * @ingroup link 6 * ip6gre link module 9 * \b Link Type Name: "ip6gre" 22 #include <netlink/route/link/ip6gre.h> 23 #include <netlink-private/route/link/api.h> 47 uint32_t link; member 71 static int ip6gre_alloc(struct rtnl_link *link) in ip6gre_alloc() argument 75 if (link->l_info) in ip6gre_alloc() 76 memset(link->l_info, 0, sizeof(*ip6gre)); in ip6gre_alloc() 82 link->l_info = ip6gre; in ip6gre_alloc() [all …]
|
| D | ip6tnl.c | 7 * @ingroup link 9 * ip6tnl link module 12 * \b Link Type Name: "ip6tnl" 25 #include <netlink/route/link/ip6tnl.h> 26 #include <netlink-private/route/link/api.h> 48 uint32_t link; member 69 static int ip6_tnl_alloc(struct rtnl_link *link) in ip6_tnl_alloc() argument 73 if (link->l_info) in ip6_tnl_alloc() 74 memset(link->l_info, 0, sizeof(*ip6_tnl)); in ip6_tnl_alloc() 80 link->l_info = ip6_tnl; in ip6_tnl_alloc() [all …]
|
| D | ipip.c | 7 * @ingroup link 9 * ipip link module 12 * \b Link Type Name: "ipip" 25 #include <netlink/route/link/ipip.h> 26 #include <netlink-private/route/link/api.h> 42 uint32_t link; member 59 static int ipip_alloc(struct rtnl_link *link) in ipip_alloc() argument 63 if (link->l_info) in ipip_alloc() 64 memset(link->l_info, 0, sizeof(*ipip)); in ipip_alloc() 70 link->l_info = ipip; in ipip_alloc() [all …]
|
| D | ipvti.c | 7 * @ingroup link 9 * ipvti link module 12 * \b Link Type Name: "ipvti" 25 #include <netlink/route/link/ipvti.h> 26 #include <netlink-private/route/link/api.h> 38 uint32_t link; member 56 static int ipvti_alloc(struct rtnl_link *link) in ipvti_alloc() argument 60 if (link->l_info) in ipvti_alloc() 61 memset(link->l_info, 0, sizeof(*ipvti)); in ipvti_alloc() 67 link->l_info = ipvti; in ipvti_alloc() [all …]
|
| D | ip6vti.c | 4 * @ingroup link 6 * ip6vti link module 9 * \b Link Type Name: "vti6" 22 #include <netlink/route/link/ip6vti.h> 23 #include <netlink-private/route/link/api.h> 35 uint32_t link; member 53 static int ip6vti_alloc(struct rtnl_link *link) in ip6vti_alloc() argument 57 if (link->l_info) in ip6vti_alloc() 58 memset(link->l_info, 0, sizeof(*ip6vti)); in ip6vti_alloc() 64 link->l_info = ip6vti; in ip6vti_alloc() [all …]
|
| D | vxlan.c | 7 * @ingroup link 9 * Virtual eXtensible Local Area Network link module 12 * \b Link Type Name: "vxlan" 25 #include <netlink-private/route/link/api.h> 26 #include <netlink/route/link/vxlan.h> 119 static int vxlan_alloc(struct rtnl_link *link) in vxlan_alloc() argument 123 if (link->l_info) in vxlan_alloc() 124 memset(link->l_info, 0, sizeof(*vxi)); in vxlan_alloc() 129 link->l_info = vxi; in vxlan_alloc() 135 static int vxlan_parse(struct rtnl_link *link, struct nlattr *data, in vxlan_parse() argument [all …]
|
| D | sit.c | 7 * @ingroup link 9 * sit link module 12 * \b Link Type Name: "sit" 25 #include <netlink/route/link/sit.h> 26 #include <netlink-private/route/link/api.h> 50 uint32_t link; member 77 static int sit_alloc(struct rtnl_link *link) in sit_alloc() argument 81 if (link->l_info) in sit_alloc() 82 memset(link->l_info, 0, sizeof(*sit)); in sit_alloc() 88 link->l_info = sit; in sit_alloc() [all …]
|
| /external/flatbuffers/tests/FlatBuffers.Test/ |
| D | FlatBuffers.Core.Test.csproj | 32 <Link>FlatBuffers\ByteBuffer.cs</Link> 35 <Link>FlatBuffers\ByteBufferUtil.cs</Link> 38 <Link>FlatBuffers\IFlatbufferObject.cs</Link> 41 <Link>FlatBuffers\Offset.cs</Link> 44 <Link>FlatBuffers\FlatBufferBuilder.cs</Link> 47 <Link>FlatBuffers\FlatBufferConstants.cs</Link> 50 <Link>FlatBuffers\Struct.cs</Link> 53 <Link>FlatBuffers\Table.cs</Link> 56 <Link>MyGame\Example2\Monster.cs</Link> 59 <Link>MyGame\Example\Any.cs</Link> [all …]
|
| D | FlatBuffers.Test.csproj | 52 <Link>FlatBuffers\ByteBuffer.cs</Link> 55 <Link>FlatBuffers\ByteBufferUtil.cs</Link> 58 <Link>FlatBuffers\IFlatbufferObject.cs</Link> 61 <Link>FlatBuffers\Offset.cs</Link> 64 <Link>FlatBuffers\FlatBufferBuilder.cs</Link> 67 <Link>FlatBuffers\FlatBufferConstants.cs</Link> 70 <Link>FlatBuffers\Struct.cs</Link> 73 <Link>FlatBuffers\Table.cs</Link> 76 <Link>MyGame\Example2\Monster.cs</Link> 79 <Link>MyGame\Example\Any.cs</Link> [all …]
|
| /external/linux-kselftest/tools/testing/selftests/drivers/net/mlxsw/ |
| D | vxlan.sh | 45 ip link set dev $swp1 up 46 ip link set dev $swp2 up 53 ip link set dev $swp2 down 54 ip link set dev $swp1 down 59 ip link set dev $swp1 master br0 61 ip link set dev vxlan0 master br0 64 ip link set dev $swp1 nomaster 66 ip link set dev $swp1 master br0 72 ip link set dev $swp1 master br0 74 ip link set dev vxlan0 master br0 &> /dev/null [all …]
|
| D | q_in_q_veto.sh | 28 ip link set dev $swp1 up 29 ip link set dev $swp2 up 38 ip link set dev $swp2 down 39 ip link set dev $swp1 down 49 ip link add dev br0 type bridge vlan_filtering 1 \ 52 ip link set dev br0 up 53 ip link set dev $swp1 master br0 55 ip link add name br0.100 link br0 type vlan \ 59 ip link add name br0.100 link br0 type vlan \ 66 ip link del dev br0 [all …]
|
| /external/apache-commons-io/src/main/java/org/apache/commons/io/file/ |
| D | FilesUncheck.java | 50 …* Delegates to {@link Files} to uncheck calls by throwing {@link UncheckedIOException} instead of … 60 …* Delegates to {@link Files#copy(InputStream, Path,CopyOption...)} throwing {@link UncheckedIOExce… 61 * {@link IOException}. 67 * @throws UncheckedIOException Wraps an {@link IOException}. 75 …* Delegates to {@link Files#copy(Path, OutputStream)} throwing {@link UncheckedIOException} instea… 76 * {@link IOException}. 81 * @throws UncheckedIOException Wraps an {@link IOException}. 88 …* Delegates to {@link Files#copy(Path, Path, CopyOption...)} throwing {@link UncheckedIOException}… 89 * {@link IOException}. 95 * @throws UncheckedIOException Wraps an {@link IOException}. [all …]
|
| /external/cronet/buildtools/third_party/libc++/trunk/docs/Status/ |
| D | Cxx17Issues.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 | Cxx2bIssues.csv | 2 "`2839 <https://wg21.link/LWG2839>`__","Self-move-assignment of library types, again","November 202… 3 "`3117 <https://wg21.link/LWG3117>`__","Missing ``packaged_task`` deduction guides","November 2020"… 4 "`3143 <https://wg21.link/LWG3143>`__","``monotonic_buffer_resource`` growth policy is unclear","No… 5 "`3195 <https://wg21.link/LWG3195>`__","What is the stored pointer value of an empty ``weak_ptr``?"… 6 "`3211 <https://wg21.link/LWG3211>`__","``std::tuple<>`` should be trivially constructible","Novemb… 7 "`3236 <https://wg21.link/LWG3236>`__","Random access iterator requirements lack limiting relationa… 8 …ps://wg21.link/LWG3265>`__","``move_iterator``'s conversions are more broken after P1207","Novembe… 9 "`3435 <https://wg21.link/LWG3435>`__","``three_way_comparable_with<reverse_iterator<int*>, reverse… 10 "`3432 <https://wg21.link/LWG3432>`__","Missing requirement for ``comparison_category``","November … 11 "`3447 <https://wg21.link/LWG3447>`__","Deduction guides for ``take_view`` and ``drop_view`` have d… [all …]
|
| D | Cxx14Issues.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/libnl/tests/ |
| D | cksuite-all-netns.c | 12 #include "netlink/route/link.h" 13 #include "netlink/route/link/sit.h" 14 #include <netlink/route/link/bonding.h> 15 #include <netlink/route/link/bridge.h> 16 #include <netlink/route/link/ip6tnl.h> 17 #include <netlink/route/link/ipgre.h> 18 #include <netlink/route/link/ipip.h> 19 #include <netlink/route/link/ipvlan.h> 20 #include <netlink/route/link/ipvti.h> 21 #include <netlink/route/link/macsec.h> [all …]
|
| /external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/common/src/main/java/com/google/android/exoplayer2/ |
| D | Player.java | 55 * 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 …]
|