/aosp_15_r20/external/google-styleguide/docguide/ |
H A D | style.md | 11 2. *Markdown files are maintainable over time and across teams.* 16 1. [Document layout](#document-layout) 17 1. [Character line limit](#character-line-limit) 18 1. [Trailing whitespace](#trailing-whitespace) 20 1. [ATX-style headings](#atx-style-headings) 21 1. [Add spacing to headings](#add-spacing-to-headings) 23 1. [Use lazy numbering for long lists](#use-lazy-numbering-for-long-lists) 24 1. [Nested list spacing](#nested-list-spacing) 28 1. [Declare the language](#declare-the-language) 29 1. [Escape newlines](#escape-newlines) [all …]
|
/aosp_15_r20/external/jspecify/samples/ |
H A D | README.md | 8 These sample inputs are informative, not normative. 10 They use annotations whose names and meanings are not finalized. Notably, they 16 arise without it but are easier to demonstrate with it. We probably wouldn't 28 - JSpecify nullness information may be of use to many kinds of tools, not just 29 "nullness checkers." But these samples are written in a way that makes them 30 most useful to authors of nullness checkers. Authors of other tools -- those 32 etc. -- are not best served by the samples' focus on 35 - The goal of JSpecify is to provide one source of nullness information. Tools 39 - Some examples of "information from other sources": 41 - looking at the *implementation* of a method to decide whether it can [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/lang/ |
D | Record.java | 19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 38 * record components are declared in the record header. The list of record 45 * type are the same as that of the component; a public accessor method 46 * corresponding to each component, whose name and return type are the same as 48 * implicit implementations for these members are provided. 55 * methods are derived from all of the component fields. 58 * canonical constructor or accessor methods are to validate constructor 63 * components are {@code c1, c2, ... cn}, then if a record instance is copied 72 * to be a <i>serializable record</i>. Serializable records are serialized and 75 * the record object. Certain serialization-related methods, such as readObject [all …]
|
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/3/libcore/ojluni/src/main/java/java/lang/ |
D | Record.java | 19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 38 * record components are declared in the record header. The list of record 45 * type are the same as that of the component; a public accessor method 46 * corresponding to each component, whose name and return type are the same as 48 * implicit implementations for these members are provided. 55 * methods are derived from all of the component fields. 58 * canonical constructor or accessor methods are to validate constructor 63 * components are {@code c1, c2, ... cn}, then if a record instance is copied 72 * to be a <i>serializable record</i>. Serializable records are serialized and 75 * the record object. Certain serialization-related methods, such as readObject [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/ |
H A D | README.md | 3 [Build Status]: https://img.shields.io/github/actions/workflow/status/serde-rs/json/ci.yml?branch=m… 4 [actions]: https://github.com/serde-rs/json/actions?query=branch%3Amaster 7 [Rustc Version 1.36+]: https://img.shields.io/badge/rustc-1.36+-lightgray.svg 8 [rustc]: https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html 12 --- 21 - [JSON API documentation](https://docs.rs/serde_json) 22 - [Serde API documentation](https://docs.rs/serde) 23 - [Detailed documentation about Serde](https://serde.rs/) 24 - [Setting up `#[derive(Serialize, Deserialize)]`](https://serde.rs/derive.html) 25 - [Release notes](https://github.com/serde-rs/json/releases) [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/ |
D | README.md | 3 [Build Status]: https://img.shields.io/github/actions/workflow/status/serde-rs/json/ci.yml?branch=m… 4 [actions]: https://github.com/serde-rs/json/actions?query=branch%3Amaster 7 [Rustc Version 1.36+]: https://img.shields.io/badge/rustc-1.36+-lightgray.svg 8 [rustc]: https://blog.rust-lang.org/2019/07/04/Rust-1.36.0.html 12 --- 21 - [JSON API documentation](https://docs.rs/serde_json) 22 - [Serde API documentation](https://docs.rs/serde) 23 - [Detailed documentation about Serde](https://serde.rs/) 24 - [Setting up `#[derive(Serialize, Deserialize)]`](https://serde.rs/derive.html) 25 - [Release notes](https://github.com/serde-rs/json/releases) [all …]
|
/aosp_15_r20/external/libogg/doc/ |
H A D | rfc5334.txt | 49 13.2. Informative References . . . . . . . . . . . . . . . . . . 11 79 video, [Speex] (narrow-band and wide-band) speech, [Vorbis] or [FLAC] 82 image, text, or, generally speaking, any time-continuously sampled 86 transport mechanisms that provide their own framing and packet- 90 are needed to correctly identify such content when it is served over 91 HTTP, included in multi-part documents, or used in other places where 92 media types [RFC2045] are used. 98 o The types "video/ogg" and "audio/ogg" are defined. 100 o New file extensions are defined. 102 o New Macintosh file type codes are defined. [all …]
|
/aosp_15_r20/external/pytorch/torch/distributed/elastic/multiprocessing/errors/ |
H A D | __init__.py | 2 # mypy: allow-untyped-defs 7 # This source code is licensed under the BSD-style license found in the 13 Since the workers are user-provided (your PyTorch script/job), TorchElastic 15 scheduler, which ultimately informs the end-user about the state of the job 20 +----------------+----------------+--------------------------------------------------------------+ 21 | Category | Sub-Category | Description | 24 | +----------------+--------------------------------------------------------------+ 26 +----------------+----------------+--------------------------------------------------------------+ 28 +----------------+----------------+--------------------------------------------------------------+ 31 +----------------+----------------+--------------------------------------------------------------+ [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Transforms/Vectorize/ |
D | LoopVectorize.h | 1 //===- LoopVectorize.h ------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // and generates target-independent LLVM-IR. 20 // 2. LoopVectorizationLegality - A unit that checks for the legality 22 // 3. InnerLoopVectorizer - A unit that performs the actual 24 // 4. LoopVectorizationCostModel - A unit that checks for the profitability 30 // docs/VectorizationPlan.rst and 31 // http://lists.llvm.org/pipermail/llvm-dev/2017-December/119523.html). For this 32 // purpose, we temporarily introduced the VPlan-native vectorization path: an [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Transforms/Vectorize/ |
D | LoopVectorize.h | 1 //===- LoopVectorize.h ------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // and generates target-independent LLVM-IR. 20 // 2. LoopVectorizationLegality - A unit that checks for the legality 22 // 3. InnerLoopVectorizer - A unit that performs the actual 24 // 4. LoopVectorizationCostModel - A unit that checks for the profitability 30 // docs/VectorizationPlan.rst and 31 // http://lists.llvm.org/pipermail/llvm-dev/2017-December/119523.html). For this 32 // purpose, we temporarily introduced the VPlan-native vectorization path: an [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Transforms/Vectorize/ |
D | LoopVectorize.h | 1 //===- LoopVectorize.h ------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // and generates target-independent LLVM-IR. 20 // 2. LoopVectorizationLegality - A unit that checks for the legality 22 // 3. InnerLoopVectorizer - A unit that performs the actual 24 // 4. LoopVectorizationCostModel - A unit that checks for the profitability 30 // docs/VectorizationPlan.rst and 31 // http://lists.llvm.org/pipermail/llvm-dev/2017-December/119523.html). For this 32 // purpose, we temporarily introduced the VPlan-native vectorization path: an [all …]
|
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Transforms/Vectorize/ |
H A D | LoopVectorize.h | 1 //===- LoopVectorize.h ------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // and generates target-independent LLVM-IR. 20 // 2. LoopVectorizationLegality - A unit that checks for the legality 22 // 3. InnerLoopVectorizer - A unit that performs the actual 24 // 4. LoopVectorizationCostModel - A unit that checks for the profitability 30 // docs/Proposal/VectorizationPlan.rst and 31 // http://lists.llvm.org/pipermail/llvm-dev/2017-December/119523.html). For this 32 // purpose, we temporarily introduced the VPlan-native vectorization path: an [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Transforms/Vectorize/ |
D | LoopVectorize.h | 1 //===- LoopVectorize.h ------------------------------------------*- C++ -*-===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 10 // and generates target-independent LLVM-IR. 20 // 2. LoopVectorizationLegality - A unit that checks for the legality 22 // 3. InnerLoopVectorizer - A unit that performs the actual 24 // 4. LoopVectorizationCostModel - A unit that checks for the profitability 30 // docs/VectorizationPlan.rst and 31 // http://lists.llvm.org/pipermail/llvm-dev/2017-December/119523.html). For this 32 // purpose, we temporarily introduced the VPlan-native vectorization path: an [all …]
|
/aosp_15_r20/external/perfetto/docs/data-sources/ |
H A D | native-heap-profiler.md | 7 attribute memory usage to particular call-stacks, supporting a mix of both 13 allocations instead: see [Java heap sampling](#java-heap-sampling) below. 21 See the [Memory Guide](/docs/case-studies/memory.md#heapprofd) for getting 26 Dumps from heapprofd are shown as flamegraphs in the UI after clicking on the 30  32  38 * [`stack_profile_mapping`](/docs/analysis/sql-tables.autogen#stack_profile_mapping) 39 * [`stack_profile_frame`](/docs/analysis/sql-tables.autogen#stack_profile_frame) 40 * [`stack_profile_callsite`](/docs/analysis/sql-tables.autogen#stack_profile_callsite) 42 The allocations themselves are written to [all …]
|
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-test/common/src/ |
H A D | TestBuilders.kt | 18 …* - On JVM and Native, this resolves to [Unit], representing the fact that tests are run in a bloc… in <lambda>() 20 …* - On JS, this is a `Promise`, which reflects the fact that the test-running function does not wa… in <lambda>() 24 …* - Don't do anything after running the functions returning a [TestResult]. On JS, this code will … in <lambda>() 26 …* - As a corollary, don't run functions returning a [TestResult] more than once per test. The only… in <lambda>() 28 * - Don't nest functions returning a [TestResult]. in <lambda>() 38 …* On JS, this function creates a `Promise` that executes the test body with the delay-skipping beh… in <lambda>() 58 …* The test is run on a single thread, unless other [CoroutineDispatcher] are used for child corout… in <lambda>() 59 * Because of this, child coroutines are not executed in parallel to the test body. in <lambda>() 60 …* In order for the spawned-off asynchronous code to actually be executed, one must either [yield] … in <lambda>() 121 …* There's a built-in timeout of 60 seconds for the test body. If the test body doesn't complete wi… in <lambda>() [all …]
|
/aosp_15_r20/external/bazelbuild-rules_testing/lib/private/ |
H A D | expect_meta.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 ExpectMeta objects are internal helpers for the Expect object and Subject 27 objects. They are used for Subjects to store and communicate state through a 31 parent Subject is creating a child-Subject, then [`derive()`] should be 62 are usually informative details of the objects under test. 64 are propagated through `derive()` calls and used when 92 """Create a derivation of the current meta object for a child-Subject. 96 When a Subject needs to create a child-Subject, it derives a new meta 114 expr: ([`str`]) human-friendly description of the call chain expression. 115 e.g., if `foo_subject.bar_named("baz")` returns a child-subject, [all …]
|
/aosp_15_r20/system/media/audio_utils/include/audio_utils/ |
H A D | mutex.h | 8 * http://www.apache.org/licenses/LICENSE-2.0 19 #include <android-base/thread_annotations.h> 43 // Define global capabilities for thread-safety annotation. 49 // --- Begin generated section 360 // --- End generated section 417 T operator--() { return std::atomic<T>::fetch_sub(1, std::memory_order_relaxed) - 1; } 449 // Note that multiple writers would cause read-modify-write unordered_atomic 454 // https://www.open-std.org/jtc1/sc22/wg21/docs/papers/2016/p0062r1.html 467 T operator--() { return operator=(t_ - 1); } 477 inline constexpr pid_t kInvalidTid = -1; [all …]
|
/aosp_15_r20/external/python/absl-py/absl/flags/ |
D | _helpers.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 25 # pylint: disable=g-import-not-at-top 31 # Importing termios will fail on non-unix platforms. 35 # pylint: enable=g-import-not-at-top 49 # For manual testing, consider "<command> --list" which produced a large number 54 # Characters that cannot appear or are highly discouraged in an XML 1.0 55 # document. (See http://www.w3.org/TR/REC-xml/#charsets or 58 u'[\x00-\x08\x0b\x0c\x0e-\x1f\x7f-\x84\x86-\x9f\ud800-\udfff\ufffe\uffff]') 84 - module: object, module object. 85 - module_name: str, module name. [all …]
|
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.RecordTrace/ |
H A D | record_page_v2.ts | 7 // http://www.apache.org/licenses/LICENSE-2.0 89 '.record-header', 91 '.top-part', 92 m('.target-and-status', platformSelection, statusLabel), 100 // Don't show the platform selector while we are recording a trace. 109 m('i.material-icons', 'add'), 151 // may be applied before the new options are added to the select 163 // This will display status messages which are informative, but do not require 180 `.record-section.instructions${cssClass}`, 221 const linuxUrl = 'https://perfetto.dev/docs/quickstart/linux-tracing'; [all …]
|
/aosp_15_r20/external/zstd/ |
H A D | CONTRIBUTING.md | 6 New versions are being developed in the "dev" branch, 8 When they are deemed ready for a release, they are merged into "release". 30 Zstd uses a branch-based workflow for making changes to the codebase. Typically, zstd 50 # branch names should be concise but sufficiently informative 51 git checkout -b <branch-name> 52 git push origin <branch-name> 57 git add -u && git commit -m <message> 58 git push origin <branch-name> 76 … * When you are ready to share you changes to the community, create a pull request from your branch 84 …sufficiently summarize and motivate the changes they are proposing. We recommend all pull requests, [all …]
|
/aosp_15_r20/external/autotest/docs/ |
H A D | user-doc.md | 14 [ChromiumOS specific Portage FAQ](https://chromium.googlesource.com/chromiumos/docs/+/HEAD/portage/… 27 At a high level, tests are organized in test cases, each test case being either 33 - `/client/tests/` 34 - `/client/site_tests/` 35 - `/server/tests/` 36 - `/server/site_tests/` 40 any additional files checked in, they are typically placed in a `files/` 49 - Having confidential (publicly inaccessible) tests or generally per-test ACLs 51 - Storing test cases along with the project they wrap around, because the test 52 requires binaries built as a by-product of the project’s own build system. [all …]
|
/aosp_15_r20/external/libepoxy/src/ |
H A D | dispatch_common.c | 2 * Copyright © 2013-2014 Intel Corporation 43 * - Automatically initializes as new GL functions are used. 44 * - GL 4.6 core and compatibility context support. 45 * - GLES 1/2/3 context support. 46 * - Knows about function aliases so (e.g.) `glBufferData()` can be 49 * - EGL, GLX, and WGL support. 50 * - Can be mixed with non-epoxy GL usage. 73 * - `epoxy/gl.h` - For GL API 74 * - `epoxy/egl.h` - For EGL API 75 * - `epoxy/glx.h` - For GLX API [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/serde_json/src/ |
D | lib.rs | 3 //! JSON is a ubiquitous open-standard format that uses human-readable text to 4 //! transmit data objects consisting of key-value pairs. 21 //! There are three common ways that you might find yourself needing to work 24 //! - **As text data.** An unprocessed string of JSON data that you receive on 27 //! - **As an untyped or loosely typed representation.** Maybe you want to 31 //! - **As a strongly typed Rust data structure.** When you expect all or most 33 //! work done without JSON's loosey-goosey nature tripping you up. 66 //! fn untyped_example() -> Result<()> { 132 //! fn typed_example() -> Result<()> { 146 //! // now we are asking it for a Person as output. [all …]
|
/aosp_15_r20/external/cronet/third_party/rust/chromium_crates_io/vendor/serde_json-1.0.115/src/ |
H A D | lib.rs | 3 //! JSON is a ubiquitous open-standard format that uses human-readable text to 4 //! transmit data objects consisting of key-value pairs. 21 //! There are three common ways that you might find yourself needing to work 24 //! - **As text data.** An unprocessed string of JSON data that you receive on 27 //! - **As an untyped or loosely typed representation.** Maybe you want to 31 //! - **As a strongly typed Rust data structure.** When you expect all or most 33 //! work done without JSON's loosey-goosey nature tripping you up. 65 //! fn untyped_example() -> Result<()> { 131 //! fn typed_example() -> Result<()> { 145 //! // now we are asking it for a Person as output. [all …]
|
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/ |
D | dlp_v2.projects.dlpJobs.html | 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 16 font-size: 13px; 21 font-size: 26px; 22 margin-bottom: 1em; 26 font-size: 24px; 27 margin-bottom: 1em; [all …]
|