/aosp_15_r20/external/kotlinx.serialization/integration-test/kotlin-js-store/ |
H A D | yarn.lock | 5 ansi-[email protected]: 7 …resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344… 8 …integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX… 10 ansi-regex@^5.0.1: 12 …resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53b… 13 …integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlM… 15 ansi-styles@^4.0.0, ansi-styles@^4.1.0: 17 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a… 18 …integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZ… 20 color-convert "^2.0.1" [all …]
|
/aosp_15_r20/external/kotlinx.serialization/kotlin-js-store/ |
H A D | yarn.lock | 5 ansi-[email protected]: 7 …resolved "https://registry.yarnpkg.com/ansi-colors/-/ansi-colors-4.1.1.tgz#cbb9ae256bf750af1eab344… 8 …integrity sha512-JoX0apGbHaUJBNl6yF+p6JAFYZ666/hhCGKN5t9QFjbJQKUU/g8MNbFDbvfrgKXvI1QpZplPOnwIo99lX… 10 ansi-regex@^5.0.1: 12 …resolved "https://registry.yarnpkg.com/ansi-regex/-/ansi-regex-5.0.1.tgz#082cb2c89c9fe8659a311a53b… 13 …integrity sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlM… 15 ansi-styles@^4.0.0, ansi-styles@^4.1.0: 17 …resolved "https://registry.yarnpkg.com/ansi-styles/-/ansi-styles-4.3.0.tgz#edd803628ae71c04c85ae7a… 18 …integrity sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZ… 20 color-convert "^2.0.1" [all …]
|
/aosp_15_r20/external/rust/android-crates-io/crates/shlex/src/ |
D | bytes.rs | 2 // Licensed under the Apache License, Version 2.0 <https://www.apache.org/licenses/LICENSE-2.0> or 18 //! // `\x80` is invalid in UTF-8. 52 pub fn new(in_bytes: &'a [u8]) -> Self { in new() 60 fn parse_word(&mut self, mut ch: u8) -> Option<Vec<u8>> { in parse_word() 86 fn parse_double(&mut self, result: &mut Vec<u8>) -> Result<(), ()> { in parse_double() 113 fn parse_single(&mut self, result: &mut Vec<u8>) -> Result<(), ()> { in parse_single() 126 fn next_char(&mut self) -> Option<u8> { in next_char() 135 fn next(&mut self) -> Option<Self::Item> { in next() 160 pub fn split(in_bytes: &[u8]) -> Option<Vec<Vec<u8>>> { in split() 179 pub fn new() -> Self { in new() [all …]
|
/aosp_15_r20/external/pigweed/pw_ide/ts/pigweed-vscode/ |
H A D | package-lock.json | 10 "license": "Apache-2.0", 16 "js-yaml": "^4.1.0", 17 "node_modules-path": "^2.0.8", 18 "strip-ansi": "^7.1.0" 24 "@types/js-yaml": "^4.0.9", 27 "@typescript-eslint/eslint-plugin": "^7.16.0", 28 "@typescript-eslint/parser": "^7.16.0", 29 "@vscode/test-cli": "^0.0.10", 30 "@vscode/test-electron": "^2.4.1", 33 "node-polyfill-webpack-plugin": "^4.0.0", [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/ |
D | GlobPattern.h | 1 //===-- GlobPattern.h - glob pattern matcher implementation -*- C++ -*-----===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 31 /// e.g., \p "[a-z]", and negative sets via \p "[^ab]" or \p "[!ab]" are also 33 /// * \p "{<glob>,...}" matches one of the globs in the list. Nested brace 35 /// brace expansions are not supported and characters \p "{,}" are treated as 44 /// * Empty or singleton brace expansions, e.g., \p "{}", \p "{a}", are invalid. 45 /// * \p "}" and \p "," that are not inside a brace expansion are taken as 56 /// brace expansion
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/ |
D | GlobPattern.h | 1 //===-- GlobPattern.h - glob pattern matcher implementation -*- C++ -*-----===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 31 /// e.g., \p "[a-z]", and negative sets via \p "[^ab]" or \p "[!ab]" are also 33 /// * \p "{<glob>,...}" matches one of the globs in the list. Nested brace 35 /// brace expansions are not supported and characters \p "{,}" are treated as 44 /// * Empty or singleton brace expansions, e.g., \p "{}", \p "{a}", are invalid. 45 /// * \p "}" and \p "," that are not inside a brace expansion are taken as 56 /// brace expansion
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/ |
D | GlobPattern.h | 1 //===-- GlobPattern.h - glob pattern matcher implementation -*- C++ -*-----===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 31 /// e.g., \p "[a-z]", and negative sets via \p "[^ab]" or \p "[!ab]" are also 33 /// * \p "{<glob>,...}" matches one of the globs in the list. Nested brace 35 /// brace expansions are not supported and characters \p "{,}" are treated as 44 /// * Empty or singleton brace expansions, e.g., \p "{}", \p "{a}", are invalid. 45 /// * \p "}" and \p "," that are not inside a brace expansion are taken as 56 /// brace expansion
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/ |
D | GlobPattern.h | 1 //===-- GlobPattern.h - glob pattern matcher implementation -*- C++ -*-----===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 //===----------------------------------------------------------------------===// 31 /// e.g., \p "[a-z]", and negative sets via \p "[^ab]" or \p "[!ab]" are also 33 /// * \p "{<glob>,...}" matches one of the globs in the list. Nested brace 35 /// brace expansions are not supported and characters \p "{,}" are treated as 44 /// * Empty or singleton brace expansions, e.g., \p "{}", \p "{a}", are invalid. 45 /// * \p "}" and \p "," that are not inside a brace expansion are taken as 56 /// brace expansion
|
/aosp_15_r20/development/tools/winscope/ |
H A D | package-lock.json | 19 "@angular/platform-browser": "^14.0.0", 20 "@angular/platform-browser-dynamic": "^14.0.0", 22 "@auth0/auth0-angular": "^1.10.0", 28 "gl-matrix": "^3.4.3", 29 "html-loader": "^3.1.0", 32 "jsbn-rsa": "^1.0.4", 35 "style-loader": "^3.3.1", 37 "ts-loader": "^9.3.0", 40 "webgl-utils": "^1.0.1", 41 "webgl-utils.js": "^1.1.0", [all …]
|
/aosp_15_r20/external/mksh/src/ |
H A D | mksh.1 | 3 .\"- 23 .\"- 27 .\" * - generates ‐ in gnroff, \- generates −, so .tr it to - 28 .\" thus use - for hyphens and \- for minus signs and option dashes 29 .\" * ~ is size-reduced and placed atop in groff, so use \*(TI 30 .\" * ^ is size-reduced and placed atop in groff, so use \*(ha 35 .\" be interpreted as punctuation, and especially with two-letter words 42 . if \*[.T]ascii .tr \-\N'45' 43 . if \*[.T]latin1 .tr \-\N'45' 44 . if \*[.T]utf8 .tr \-\N'45' [all …]
|
/aosp_15_r20/bionic/libc/upstream-freebsd/lib/libc/gen/ |
H A D | glob.c | 42 __FBSDID("$FreeBSD: head/lib/libc/gen/glob.c 317913 2017-05-07 19:52:56Z jilles $"); 45 * glob(3) -- a superset of the one defined in POSIX 1003.2. 71 * 1. Patterns with illegal byte sequences match nothing - even if 74 * single-byte characters with a values of such bytes of the sequence 76 * 3. State-dependent encodings are not currently supported. 98 * glob(3) expansion limits. Stop the expansion if any of these limits 100 * also CVE-2010-2632 102 #define GLOB_LIMIT_BRACE 128 /* number of brace calls */ 122 #define RANGE L'-' 145 #define M_RNG META(L'-') [all …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/ |
H A D | ntpath.py | 1 # Module 'ntpath' -- common operations on WinNT/Win95 pathnames 8 # strings representing various path-related bits and pieces 84 # volume), or if a pathname after the volume-letter-and-colon or UNC-resource 138 if result_path and result_path[-1] not in seps: 141 ## add separator between UNC and non-absolute path 143 result_drive and result_drive[-1:] != colon): 156 Returns a 2-tuple (drive_or_unc, path); either part may be empty. 191 if index == -1: 194 if index2 == -1: 198 # Drive-letter drives, e.g. X: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/ |
D | ntpath.py | 1 # Module 'ntpath' -- common operations on WinNT/Win95 pathnames 8 # strings representing various path-related bits and pieces 84 # volume), or if a pathname after the volume-letter-and-colon or UNC-resource 138 if result_path and result_path[-1] not in seps: 141 ## add separator between UNC and non-absolute path 143 result_drive and result_drive[-1:] != colon): 156 Returns a 2-tuple (drive_or_unc, path); either part may be empty. 191 if index == -1: 194 if index2 == -1: 198 # Drive-letter drives, e.g. X: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/ |
D | ntpath.py | 1 # Module 'ntpath' -- common operations on WinNT/Win95 pathnames 8 # strings representing various path-related bits and pieces 84 # volume), or if a pathname after the volume-letter-and-colon or UNC-resource 138 if result_path and result_path[-1] not in seps: 141 ## add separator between UNC and non-absolute path 143 result_drive and result_drive[-1:] != colon): 156 Returns a 2-tuple (drive_or_unc, path); either part may be empty. 191 if index == -1: 194 if index2 == -1: 198 # Drive-letter drives, e.g. X: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/ |
D | ntpath.py | 1 # Module 'ntpath' -- common operations on WinNT/Win95 pathnames 8 # strings representing various path-related bits and pieces 84 # volume), or if a pathname after the volume-letter-and-colon or UNC-resource 138 if result_path and result_path[-1] not in seps: 141 ## add separator between UNC and non-absolute path 143 result_drive and result_drive[-1:] != colon): 156 Returns a 2-tuple (drive_or_unc, path); either part may be empty. 191 if index == -1: 194 if index2 == -1: 198 # Drive-letter drives, e.g. X: [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/ |
D | ntpath.py | 1 # Module 'ntpath' -- common operations on WinNT/Win95 pathnames 8 # strings representing various path-related bits and pieces 84 # volume), or if a pathname after the volume-letter-and-colon or UNC-resource 138 if result_path and result_path[-1] not in seps: 141 ## add separator between UNC and non-absolute path 143 result_drive and result_drive[-1:] != colon): 156 Returns a 2-tuple (drive_or_unc, path); either part may be empty. 191 if index == -1: 194 if index2 == -1: 198 # Drive-letter drives, e.g. X: [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/ |
D | ntpath.py | 1 # Module 'ntpath' -- common operations on WinNT/Win95 pathnames 8 # strings representing various path-related bits and pieces 84 # volume), or if a pathname after the volume-letter-and-colon or UNC-resource 138 if result_path and result_path[-1] not in seps: 141 ## add separator between UNC and non-absolute path 143 result_drive and result_drive[-1:] != colon): 156 Returns a 2-tuple (drive_or_unc, path); either part may be empty. 191 if index == -1: 194 if index2 == -1: 198 # Drive-letter drives, e.g. X: [all …]
|
/aosp_15_r20/external/angle/third_party/spirv-tools/src/tools/sva/ |
H A D | yarn.lock | 5 "@eslint-community/eslint-utils@^4.2.0": 7 …resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23… 8 …integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9… 10 eslint-visitor-keys "^3.3.0" 12 "@eslint-community/regexpp@^4.4.0": 14 …resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a… 15 …integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6F… 19 …resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.3.tgz#4910db5505f4d503f2777… 20 …integrity sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuS… 27 import-fresh "^3.2.1" [all …]
|
/aosp_15_r20/external/swiftshader/third_party/SPIRV-Tools/tools/sva/ |
H A D | yarn.lock | 5 "@eslint-community/eslint-utils@^4.2.0": 7 …resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23… 8 …integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9… 10 eslint-visitor-keys "^3.3.0" 12 "@eslint-community/regexpp@^4.4.0": 14 …resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a… 15 …integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6F… 19 …resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.3.tgz#4910db5505f4d503f2777… 20 …integrity sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuS… 27 import-fresh "^3.2.1" [all …]
|
/aosp_15_r20/external/deqp-deps/SPIRV-Tools/tools/sva/ |
D | yarn.lock | 5 "@eslint-community/eslint-utils@^4.2.0": 7 …resolved "https://registry.yarnpkg.com/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz#a23… 8 …integrity sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9… 10 eslint-visitor-keys "^3.3.0" 12 "@eslint-community/regexpp@^4.4.0": 14 …resolved "https://registry.yarnpkg.com/@eslint-community/regexpp/-/regexpp-4.5.1.tgz#cdd35dce4fa1a… 15 …integrity sha512-Z5ba73P98O1KUYCCJTUeVpja9RcGoMdncZ6T49FCUl2lN38JtCJ+3WgIDBv0AuY4WChU5PmtJmOCTlN6F… 19 …resolved "https://registry.yarnpkg.com/@eslint/eslintrc/-/eslintrc-2.0.3.tgz#4910db5505f4d503f2777… 20 …integrity sha512-+5gy6OQfk+xx3q0d6jGZZC3f3KzAkXc/IanVxd1is/VIIziRqqt3ongQz0FiTUXqTk0c7aDB3OaFuKnuS… 27 import-fresh "^3.2.1" [all …]
|
/aosp_15_r20/external/clang/lib/Lex/ |
H A D | PPMacroExpansion.cpp | 1 //===--- MacroExpansion.cpp - Top level Macro Expansion -------------------===// 8 //===----------------------------------------------------------------------===// 10 // This file implements the top level handling of macro expansion for the 13 //===----------------------------------------------------------------------===// 28 #include "llvm/Config/llvm-config.h" 38 if (!II->hadMacroDefinition()) in getLocalMacroDirectiveHistory() 40 auto Pos = CurSubmoduleState->Macros.find(II); in getLocalMacroDirectiveHistory() 41 return Pos == CurSubmoduleState->Macros.end() ? nullptr in getLocalMacroDirectiveHistory() 42 : Pos->second.getLatest(); in getLocalMacroDirectiveHistory() 46 assert(MD && "MacroDirective should be non-zero!"); in appendMacroDirective() [all …]
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/ |
D | cmake-presets.7.rst | 1 .. cmake-manual-description: CMakePresets.json 3 cmake-presets(7) 21 (though at least one must be present if ``--preset`` is specified.) 22 ``CMakePresets.json`` is meant to save project-wide builds, while 63 An optional map containing vendor-specific information. CMake does not 65 it does exist. However, the keys should be a vendor-specific domain name 66 followed by a ``/``-separated path. For example, the Example IDE 1.0 could 93 A required string representing the machine-friendly name of the preset. 94 This identifier is used in the :ref:`cmake --preset <CMake Options>` option. 102 If a preset is hidden, it cannot be used in the ``--preset=`` argument, [all …]
|
/aosp_15_r20/external/okio/kotlin-js-store/ |
H A D | yarn.lock | 7 …resolved "https://registry.yarnpkg.com/@colors/colors/-/colors-1.5.0.tgz#bb504579c1cae923e6576a4f5… 8 …integrity sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9… 10 "@discoveryjs/json-ext@^0.5.0": 12 …resolved "https://registry.yarnpkg.com/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz#1d572bfbbe14b770… 13 …integrity sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iP… 15 "@jridgewell/gen-mapping@^0.3.0": 17 …resolved "https://registry.yarnpkg.com/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz#7e02e6eb5df… 18 …integrity sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9… 20 "@jridgewell/set-array" "^1.0.1" 21 "@jridgewell/sourcemap-codec" "^1.4.10" [all …]
|
/aosp_15_r20/packages/apps/Car/DebuggingRestrictionController/server/functions/ |
D | package-lock.json | 9 "firebase-admin": "^11.4.1", 10 "firebase-functions": "^3.11.0", 15 "eslint-plugin-promise": "^4.0.1", 16 "firebase-functions-test": "^0.2.0" 22 "node_modules/@babel/code-frame": { 24 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.22.5.tgz", 25 …"integrity": "sha512-Xmwn266vad+6DAqEB2A6V/CcZVp62BbwVmcOJc2RPuwih1kw02TjQvWVWlcKGbBPd+8/0V5DEkOci… 34 "node_modules/@babel/helper-validator-identifier": { 36 …solved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identif… 37 …"integrity": "sha512-aJXu+6lErq8ltp+JhkJUfk1MTGyuA4v7f3pA+BJ5HLfNC6nAQ0Cpi9uOquUj8Hehg0aUiHzWQbOVJ… [all …]
|
/aosp_15_r20/external/google-styleguide/ |
H A D | shell.xml | 2 <?xml-stylesheet type="text/xsl" href="styleguide.xsl"?> 78 early to avoid a time-consuming rewrite at a later date. 108 language-specific suffix. 148 echo "[$(date +'%Y-%m-%dT%H:%M:%S%z')]: $@" >&2 170 Every file must have a top-level comment including a brief overview of 199 (and self-help, if provided) without reading the code. 248 Comment tricky, non-obvious, interesting or important parts of your code. 261 Use TODO comments for code that is temporary, a short-term solution, or 262 good-enough but not perfect. 378 if [[ -d "${dir}/${ORACLE_SID}" ]]; then [all …]
|