/aosp_15_r20/external/timezone-boundary-builder/ |
H A D | README.md | 7 …releases](https://img.shields.io/github/downloads/evansiroky/timezone-boundary-builder/total.svg)]… 12 …releases](https://github.com/evansiroky/timezone-boundary-builder/releases). As of release 2018d s… 14 This project aims to stay up-to-date with all of the currently valid timezones that are defined in … 16 …(http://www.openstreetmap.org/) via the [overpass turbo API](http://overpass-turbo.eu/). Various … 22 …r GPS coordinate. Here are some libraries that use the data produced by timezone-boundary-builder: 25 | -- | -- | 27 | [go-tz](https://github.com/ugjka/go-tz) | Go | 29 | [TimeZoneMap](https://github.com/dustin-johnson/timezonemap) | Java & Android | 31 | [node-geo-tz](https://github.com/evansiroky/node-geo-tz/) | JavaScript (node.js only) | 32 | [timespace](https://github.com/mapbox/timespace) | JavaScript (node.js and in browser) | [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/util/concurrent/locks/ |
D | StampedLock.java | 18 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 31 * Written by Doug Lea with assistance from members of JCP JSR-166 43 * A capability-based lock with three modes for controlling read/write 62 * waiting for non-exclusive access, returning a stamp that can be 67 * returns a non-zero stamp only if the lock is not currently held in 71 * happen-before actions following the call to {@code tryOptimisticRead}. 73 * read-lock, that can be broken by a writer at any time. The use of 74 * optimistic read mode for short read-only code segments often reduces 94 * retry-based designs. 97 * development of thread-safe components. Their use relies on [all …]
|
D | AbstractQueuedSynchronizer.java | 18 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 31 * Written by Doug Lea with assistance from members of JCP JSR-166 49 * first-in-first-out (FIFO) wait queues. This class is designed to 61 * <p>Subclasses should be defined as non-public internal helper 88 * invoked with the current {@link #getState} value fully releases 125 * must be internally thread-safe, and should in general be short and 133 * -- this enables monitoring and diagnostic tools to assist users in 167 * <em>renouncement</em>, and <em>convoy-avoidance</em>) strategy. 168 * While this is not guaranteed to be fair or starvation-free, earlier 178 * "fast-path" checks, possibly prechecking {@link #hasContended} [all …]
|
D | AbstractQueuedLongSynchronizer.java | 18 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 31 * Written by Doug Lea with assistance from members of JCP JSR-166 51 * that all state-related parameters and results are defined 72 // Android-changed: Keep the constructor protected. 83 // Node status bits, also used as argument and return values 89 abstract static class Node { class in AbstractQueuedLongSynchronizer 90 volatile Node prev; // initially attached via casTail 91 volatile Node next; // visibly nonnull when signallable 96 final boolean casPrev(Node c, Node v) { // for cleanQueue in casPrev() 99 final boolean casNext(Node c, Node v) { // for cleanQueue in casNext() [all …]
|
/aosp_15_r20/libcore/ojluni/src/main/java/java/util/concurrent/locks/ |
H A D | StampedLock.java | 18 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 31 * Written by Doug Lea with assistance from members of JCP JSR-166 43 * A capability-based lock with three modes for controlling read/write 62 * waiting for non-exclusive access, returning a stamp that can be 67 * returns a non-zero stamp only if the lock is not currently held in 71 * happen-before actions following the call to {@code tryOptimisticRead}. 73 * read-lock, that can be broken by a writer at any time. The use of 74 * optimistic read mode for short read-only code segments often reduces 94 * retry-based designs. 97 * development of thread-safe components. Their use relies on [all …]
|
H A D | AbstractQueuedSynchronizer.java | 18 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 31 * Written by Doug Lea with assistance from members of JCP JSR-166 49 * first-in-first-out (FIFO) wait queues. This class is designed to 61 * <p>Subclasses should be defined as non-public internal helper 88 * invoked with the current {@link #getState} value fully releases 125 * must be internally thread-safe, and should in general be short and 133 * -- this enables monitoring and diagnostic tools to assist users in 167 * <em>renouncement</em>, and <em>convoy-avoidance</em>) strategy. 168 * While this is not guaranteed to be fair or starvation-free, earlier 178 * "fast-path" checks, possibly prechecking {@link #hasContended} [all …]
|
H A D | AbstractQueuedLongSynchronizer.java | 18 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 31 * Written by Doug Lea with assistance from members of JCP JSR-166 51 * that all state-related parameters and results are defined 72 // Android-changed: Keep the constructor protected. 83 // Node status bits, also used as argument and return values 89 abstract static class Node { class in AbstractQueuedLongSynchronizer 90 volatile Node prev; // initially attached via casTail 91 volatile Node next; // visibly nonnull when signallable 96 final boolean casPrev(Node c, Node v) { // for cleanQueue in casPrev() 99 final boolean casNext(Node c, Node v) { // for cleanQueue in casNext() [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/21/libcore/ojluni/src/main/java/java/util/concurrent/locks/ |
D | StampedLock.java | 18 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 31 * Written by Doug Lea with assistance from members of JCP JSR-166 43 * A capability-based lock with three modes for controlling read/write 62 * waiting for non-exclusive access, returning a stamp that can be 67 * returns a non-zero stamp only if the lock is not currently held in 71 * happen-before actions following the call to {@code tryOptimisticRead}. 73 * read-lock, that can be broken by a writer at any time. The use of 74 * optimistic read mode for short read-only code segments often reduces 94 * retry-based designs. 97 * development of thread-safe components. Their use relies on [all …]
|
/aosp_15_r20/external/aws-sdk-java-v2/services/emr/src/main/resources/codegen-resources/ |
H A D | service-2.json | 4 "apiVersion":"2009-03-31", 13 "uid":"elasticmapreduce-2009-03-31" 28 …te> <p>The instance fleet configuration is available only in Amazon EMR releases 4.8.0 and later, … 54 …-running (such as a Hive data warehouse) or complex, you may require more than 256 steps to proces… 68 … see <a href=\"https://docs.aws.amazon.com/emr/latest/ManagementGuide/emr-plan-tags.html\">Tag Clu… 82 … even if the request is successfully submitted. When you use Amazon EMR releases 5.28.0 and later,… 123 …/docs.aws.amazon.com/emr/latest/ManagementGuide/emr-studio-manage-users.html#emr-studio-assign-use… 177 …"documentation":"<p>Provides cluster-level details including status, hardware and software configu… 219 …releases available the Region where the API request is run, and the available applications for a s… 271 "documentation":"<p>Returns the auto-termination policy for an Amazon EMR cluster.</p>" [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/20/libcore/ojluni/src/main/java/java/util/concurrent/locks/ |
D | AbstractQueuedSynchronizer.java | 18 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 31 * Written by Doug Lea with assistance from members of JCP JSR-166 49 * first-in-first-out (FIFO) wait queues. This class is designed to 61 * <p>Subclasses should be defined as non-public internal helper 88 * invoked with the current {@link #getState} value fully releases 125 * must be internally thread-safe, and should in general be short and 133 * -- this enables monitoring and diagnostic tools to assist users in 167 * <em>renouncement</em>, and <em>convoy-avoidance</em>) strategy. 168 * While this is not guaranteed to be fair or starvation-free, earlier 178 * "fast-path" checks, possibly prechecking {@link #hasContended} [all …]
|
D | AbstractQueuedLongSynchronizer.java | 18 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 31 * Written by Doug Lea with assistance from members of JCP JSR-166 51 * that all state-related parameters and results are defined 72 // Android-changed: Keep the constructor protected. 83 // Node status bits, also used as argument and return values 89 abstract static class Node { class in AbstractQueuedLongSynchronizer 90 volatile Node prev; // initially attached via casTail 91 volatile Node next; // visibly nonnull when signallable 96 final boolean casPrev(Node c, Node v) { // for cleanQueue in casPrev() 99 final boolean casNext(Node c, Node v) { // for cleanQueue in casNext() [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/release/ |
D | release_notes.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 You'll need a github API token to avoid being rate-limited. See 17 https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/ 20 tags or release branch names of previous and current releases respectively. 38 -- 39 … generated release notes. Previous release notes are [here](https://github.com/grpc/grpc/releases). 44 -- 47 - 51 - 55 - [all …]
|
/aosp_15_r20/external/grpc-grpc/tools/release/ |
H A D | release_notes.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 You'll need a github API token to avoid being rate-limited. See 17 https://help.github.com/articles/creating-a-personal-access-token-for-the-command-line/ 20 tags or release branch names of previous and current releases respectively. 40 -- 41 … generated release notes. Previous release notes are [here](https://github.com/grpc/grpc/releases). 46 -- 49 - 53 - 57 - [all …]
|
/aosp_15_r20/external/guava/guava/src/com/google/common/graph/ |
H A D | ElementOrder.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 62 * <li>STABLE: ordering is guaranteed to follow a pattern that won't change between releases. 88 * iterations, and across releases. Some methods may have stronger guarantees. 102 * <li>{@code adjacentNodes(node)}: Connecting edge insertion order 103 * <li>{@code predecessors(node)}: Connecting edge insertion order 104 * <li>{@code successors(node)}: Connecting edge insertion order 105 * <li>{@code incidentEdges(node)}: Edge insertion order 109 * <li>{@code adjacentNodes(node)}: Stable order 110 * <li>{@code predecessors(node)}: Connecting edge insertion order 111 * <li>{@code successors(node)}: Connecting edge insertion order [all …]
|
/aosp_15_r20/external/guava/android/guava/src/com/google/common/graph/ |
H A D | ElementOrder.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 62 * <li>STABLE: ordering is guaranteed to follow a pattern that won't change between releases. 88 * iterations, and across releases. Some methods may have stronger guarantees. 102 * <li>{@code adjacentNodes(node)}: Connecting edge insertion order 103 * <li>{@code predecessors(node)}: Connecting edge insertion order 104 * <li>{@code successors(node)}: Connecting edge insertion order 105 * <li>{@code incidentEdges(node)}: Edge insertion order 109 * <li>{@code adjacentNodes(node)}: Stable order 110 * <li>{@code predecessors(node)}: Connecting edge insertion order 111 * <li>{@code successors(node)}: Connecting edge insertion order [all …]
|
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/library/core/src/main/java/com/google/android/exoplayer2/upstream/ |
H A D | Allocator.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 23 /** A node in a chain of {@link Allocation Allocations}. */ 26 /** Returns the {@link Allocation} associated to this chain node. */ 29 /** Returns the next chain node, or {@code null} if this is the last node in the chain. */ 45 * Releases an {@link Allocation} back to the allocator. 52 * Releases all {@link Allocation Allocations} in the chain starting at the given {@link
|
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/share/info/ |
D | gccinstall.info | 4 Copyright (C) 1988-2013 Free Software Foundation, Inc. 9 Invariant Sections, the Front-Cover texts being (a) (see below), and 10 with the Back-Cover Texts being (b) (see below). A copy of the license 13 (a) The FSF's Front-Cover Text is: 17 (b) The FSF's Back-Cover Text is: 22 INFO-DIR-SECTION Software development 23 START-INFO-DIR-ENTRY 25 END-INFO-DIR-ENTRY 27 Copyright (C) 1988-2013 Free Software Foundation, Inc. 32 Invariant Sections, the Front-Cover texts being (a) (see below), and [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/ |
H A D | README.md | 1 # SPIR-V Tools 2 …ts/github.com/KhronosGroup/SPIRV-Tools/badge)](https://securityscorecards.dev/viewer/?uri=github.c… 4 NEWS 2023-01-11: Development occurs on the `main` branch. 8 The SPIR-V Tools project provides an API and commands for processing SPIR-V 12 validator, and optimizer for SPIR-V. Except for the optimizer, all are based 21 SPIR-V is defined by the Khronos Group Inc. 22 See the [SPIR-V Registry][spirv-registry] for the SPIR-V specification, 27 The official releases for SPIRV-Tools can be found on LunarG's 31 Those are untested automated builds. Those are not official releases, nor 32 are guaranteed to work. Official releases builds are in the Vulkan SDK. [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/ |
H A D | README.md | 1 # SPIR-V Tools 2 …ts/github.com/KhronosGroup/SPIRV-Tools/badge)](https://securityscorecards.dev/viewer/?uri=github.c… 4 NEWS 2023-01-11: Development occurs on the `main` branch. 8 The SPIR-V Tools project provides an API and commands for processing SPIR-V 12 validator, and optimizer for SPIR-V. Except for the optimizer, all are based 21 SPIR-V is defined by the Khronos Group Inc. 22 See the [SPIR-V Registry][spirv-registry] for the SPIR-V specification, 27 The official releases for SPIRV-Tools can be found on LunarG's 31 Those are untested automated builds. Those are not official releases, nor 32 are guaranteed to work. Official releases builds are in the Vulkan SDK. [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/package_hosting/ |
D | home.xsl | 8 <link rel="stylesheet" type="text/css" href="/web-assets/style.css" /> 9 … <link rel="apple-touch-icon" href="/web-assets/favicons/apple-touch-icon.png" sizes="180x180" /> 10 …<link rel="icon" type="image/png" href="/web-assets/favicons/android-chrome-192x192.png" sizes="19… 11 … <link rel="icon" type="image/png" href="/web-assets/favicons/favicon-32x32.png" sizes="32x32" /> 12 … <link rel="icon" type="image/png" href="/web-assets/favicons/favicon-16x16.png" sizes="16x16" /> 13 <link rel="manifest" href="/web-assets/favicons/manifest.json" /> 14 <link rel="mask-icon" href="/web-assets/favicons/safari-pinned-tab.svg" color="#2DA6B0" /> 15 <meta name="msapplication-TileColor" content="#ffffff" /> 16 <meta name="msapplication-TileImage" content="/web-assets/favicons/mstile-150x150.png" /> 26 <xsl:apply-templates select="releases" /> [all …]
|
/aosp_15_r20/external/grpc-grpc/tools/package_hosting/ |
H A D | home.xsl | 8 <link rel="stylesheet" type="text/css" href="/web-assets/style.css" /> 9 … <link rel="apple-touch-icon" href="/web-assets/favicons/apple-touch-icon.png" sizes="180x180" /> 10 …<link rel="icon" type="image/png" href="/web-assets/favicons/android-chrome-192x192.png" sizes="19… 11 … <link rel="icon" type="image/png" href="/web-assets/favicons/favicon-32x32.png" sizes="32x32" /> 12 … <link rel="icon" type="image/png" href="/web-assets/favicons/favicon-16x16.png" sizes="16x16" /> 13 <link rel="manifest" href="/web-assets/favicons/manifest.json" /> 14 <link rel="mask-icon" href="/web-assets/favicons/safari-pinned-tab.svg" color="#2DA6B0" /> 15 <meta name="msapplication-TileColor" content="#ffffff" /> 16 <meta name="msapplication-TileImage" content="/web-assets/favicons/mstile-150x150.png" /> 26 <xsl:apply-templates select="releases" /> [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/interop_matrix/ |
D | client_matrix.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 # Defines languages, runtimes and releases for backward compatibility testing 22 'dart': 'https://github.com/grpc/grpc-dart.git', 23 'go': 'https://github.com/grpc/grpc-go.git', 24 'java': 'https://github.com/grpc/grpc-java.git', 25 'node': 'https://github.com/grpc/grpc-node.git', 31 """Returns list of known releases for given language.""" 48 if lang in ['go', 'java', 'node']: 59 'node': ['node'], 75 # Dictionary of known releases for given language. [all …]
|
/aosp_15_r20/external/escapevelocity/src/main/java/com/google/escapevelocity/ |
H A D | ExpressionNode.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 21 * A node in the parse tree representing an expression. Expressions appear inside directives, 27 abstract class ExpressionNode extends Node { 34 * <a href="http://velocity.apache.org/engine/releases/velocity-1.7/user-guide.html#Conditionals"> 39 * <a href="http://velocity.apache.org/engine/devel/user-guide.html#Conditionals">here</a> 91 * of the node representing {@code $b + $c}. 131 return lhsInt - rhsInt; in evaluate() 147 …* href="http://velocity.apache.org/engine/releases/velocity-1.7/vtl-reference-guide.html#aifelseif… 174 * A node in the parse tree representing an expression like {@code !$a}.
|
/aosp_15_r20/external/pytorch/torch/cuda/ |
H A D | graphs.py | 1 # mypy: allow-untyped-defs 37 See :ref:`Graph memory management<graph-memory-management>`. 40 This API is in beta and may change in future releases. 50 This API is in beta and may change in future releases. 66 … with the indicated pool. See :ref:`Graph memory management<graph-memory-management>`. 71 … familiar with `cudaStreamCaptureMode <https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART… 118 …r"""Context-manager that captures CUDA work into a :class:`torch.cuda.CUDAGraph` object for later … 120 See :ref:`CUDA Graphs <cuda-graph-semantics>` for a general introduction, 127 … share memory from the specified pool. See :ref:`Graph memory management<graph-memory-management>`. 134 … familiar with `cudaStreamCaptureMode <https://docs.nvidia.com/cuda/cuda-runtime-api/group__CUDART… [all …]
|
/aosp_15_r20/external/grpc-grpc/tools/interop_matrix/ |
H A D | client_matrix.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 15 # Defines languages, runtimes and releases for backward compatibility testing 22 "dart": "https://github.com/grpc/grpc-dart.git", 23 "go": "https://github.com/grpc/grpc-go.git", 24 "java": "https://github.com/grpc/grpc-java.git", 25 "node": "https://github.com/grpc/grpc-node.git", 31 """Returns list of known releases for given language.""" 48 if lang in ["go", "java", "node"]: 59 "node": ["node"], 75 # Dictionary of known releases for given language. [all …]
|