/aosp_15_r20/build/make/core/ |
H A D | release_config.mk | 7 # http://www.apache.org/licenses/LICENSE-2.0 16 # ----------------------------------------------------------------- 18 # ----------------------------------------------------------------- 26 # ----------------------------------------------------------------- 28 # ----------------------------------------------------------------- 30 # the short name (e.g. -next) used in lunch to the starlark files 128 _args := $(foreach map,$(config_map_files), --map $(map) ) 130 # Disable the build flag in release-config. 131 _args += --guard=false 133 _args += --allow-missing=true [all …]
|
H A D | dumpconfig.mk | 3 # Called from the product-config tool, not from the main build system. 15 $(warning supported. It is only meant to be called via kati by product-confing.) 54 TMPDIR = /tmp/build-temp 58 define escape-for-csv 59 "$(subst ","",$(subst $(newline), ,$1))" 64 define dump-import-start 65 $(eval $(file >> $(DUMPCONFIG_FILE),import,$(strip $(1)))) 70 define dump-import-done 71 $(eval $(file >> $(DUMPCONFIG_FILE),imported,$(strip $(1)),$(filter-out $(1),$(MAKEFILE_LIST)))) 77 define dump-inherit [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/ |
D | text_file.py | 11 """Provides a file-like object that takes care of all the things you 13 line-by-line syntax: strip comments (as long as "#" is your 15 escaping the newline (ie. backslash at end of line), strip 22 implementing line-at-a-time lookahead. 38 strip from "#" to end-of-line, as well as any whitespace 39 leading up to the "#" -- unless it is escaped by a backslash 41 strip leading whitespace from each line before returning it 43 strip trailing whitespace (including line terminator!) from 51 if a backslash is the last non-newline character on a line 57 strip leading whitespace from lines that are joined to their [all …]
|
/aosp_15_r20/external/python/cpython3/Lib/distutils/ |
D | text_file.py | 11 """Provides a file-like object that takes care of all the things you 13 line-by-line syntax: strip comments (as long as "#" is your 15 escaping the newline (ie. backslash at end of line), strip 22 implementing line-at-a-time lookahead. 38 strip from "#" to end-of-line, as well as any whitespace 39 leading up to the "#" -- unless it is escaped by a backslash 41 strip leading whitespace from each line before returning it 43 strip trailing whitespace (including line terminator!) from 51 if a backslash is the last non-newline character on a line 57 strip leading whitespace from lines that are joined to their [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | text_file.py | 11 """Provides a file-like object that takes care of all the things you 13 line-by-line syntax: strip comments (as long as "#" is your 15 escaping the newline (ie. backslash at end of line), strip 22 implementing line-at-a-time lookahead. 38 strip from "#" to end-of-line, as well as any whitespace 39 leading up to the "#" -- unless it is escaped by a backslash 41 strip leading whitespace from each line before returning it 43 strip trailing whitespace (including line terminator!) from 51 if a backslash is the last non-newline character on a line 57 strip leading whitespace from lines that are joined to their [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | text_file.py | 11 """Provides a file-like object that takes care of all the things you 13 line-by-line syntax: strip comments (as long as "#" is your 15 escaping the newline (ie. backslash at end of line), strip 22 implementing line-at-a-time lookahead. 38 strip from "#" to end-of-line, as well as any whitespace 39 leading up to the "#" -- unless it is escaped by a backslash 41 strip leading whitespace from each line before returning it 43 strip trailing whitespace (including line terminator!) from 51 if a backslash is the last non-newline character on a line 57 strip leading whitespace from lines that are joined to their [all …]
|
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/ |
D | text_file.py | 11 """Provides a file-like object that takes care of all the things you 13 line-by-line syntax: strip comments (as long as "#" is your 15 escaping the newline (ie. backslash at end of line), strip 22 implementing line-at-a-time lookahead. 38 strip from "#" to end-of-line, as well as any whitespace 39 leading up to the "#" -- unless it is escaped by a backslash 41 strip leading whitespace from each line before returning it 43 strip trailing whitespace (including line terminator!) from 51 if a backslash is the last non-newline character on a line 57 strip leading whitespace from lines that are joined to their [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/ |
D | text_file.py | 11 """Provides a file-like object that takes care of all the things you 13 line-by-line syntax: strip comments (as long as "#" is your 15 escaping the newline (ie. backslash at end of line), strip 22 implementing line-at-a-time lookahead. 38 strip from "#" to end-of-line, as well as any whitespace 39 leading up to the "#" -- unless it is escaped by a backslash 41 strip leading whitespace from each line before returning it 43 strip trailing whitespace (including line terminator!) from 51 if a backslash is the last non-newline character on a line 57 strip leading whitespace from lines that are joined to their [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | text_file.py | 11 """Provides a file-like object that takes care of all the things you 13 line-by-line syntax: strip comments (as long as "#" is your 15 escaping the newline (ie. backslash at end of line), strip 22 implementing line-at-a-time lookahead. 38 strip from "#" to end-of-line, as well as any whitespace 39 leading up to the "#" -- unless it is escaped by a backslash 41 strip leading whitespace from each line before returning it 43 strip trailing whitespace (including line terminator!) from 51 if a backslash is the last non-newline character on a line 57 strip leading whitespace from lines that are joined to their [all …]
|
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/ |
H A D | text_file.py | 11 """Provides a file-like object that takes care of all the things you 13 line-by-line syntax: strip comments (as long as "#" is your 15 escaping the newline (ie. backslash at end of line), strip 22 implementing line-at-a-time lookahead. 38 strip from "#" to end-of-line, as well as any whitespace 39 leading up to the "#" -- unless it is escaped by a backslash 41 strip leading whitespace from each line before returning it 43 strip trailing whitespace (including line terminator!) from 51 if a backslash is the last non-newline character on a line 57 strip leading whitespace from lines that are joined to their [all …]
|
/aosp_15_r20/external/python/cpython2/Lib/distutils/ |
D | text_file.py | 14 """Provides a file-like object that takes care of all the things you 16 line-by-line syntax: strip comments (as long as "#" is your 18 escaping the newline (ie. backslash at end of line), strip 25 implementing line-at-a-time lookahead. 41 strip from "#" to end-of-line, as well as any whitespace 42 leading up to the "#" -- unless it is escaped by a backslash 44 strip leading whitespace from each line before returning it 46 strip trailing whitespace (including line terminator!) from 54 if a backslash is the last non-newline character on a line 60 strip leading whitespace from lines that are joined to their [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/ |
D | text_file.py | 11 """Provides a file-like object that takes care of all the things you 13 line-by-line syntax: strip comments (as long as "#" is your 15 escaping the newline (ie. backslash at end of line), strip 22 implementing line-at-a-time lookahead. 38 strip from "#" to end-of-line, as well as any whitespace 39 leading up to the "#" -- unless it is escaped by a backslash 41 strip leading whitespace from each line before returning it 43 strip trailing whitespace (including line terminator!) from 51 if a backslash is the last non-newline character on a line 57 strip leading whitespace from lines that are joined to their [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/ |
D | text_file.py | 11 """Provides a file-like object that takes care of all the things you 13 line-by-line syntax: strip comments (as long as "#" is your 15 escaping the newline (ie. backslash at end of line), strip 22 implementing line-at-a-time lookahead. 38 strip from "#" to end-of-line, as well as any whitespace 39 leading up to the "#" -- unless it is escaped by a backslash 41 strip leading whitespace from each line before returning it 43 strip trailing whitespace (including line terminator!) from 51 if a backslash is the last non-newline character on a line 57 strip leading whitespace from lines that are joined to their [all …]
|
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/ |
D | text_file.py | 11 """Provides a file-like object that takes care of all the things you 13 line-by-line syntax: strip comments (as long as "#" is your 15 escaping the newline (ie. backslash at end of line), strip 22 implementing line-at-a-time lookahead. 38 strip from "#" to end-of-line, as well as any whitespace 39 leading up to the "#" -- unless it is escaped by a backslash 41 strip leading whitespace from each line before returning it 43 strip trailing whitespace (including line terminator!) from 51 if a backslash is the last non-newline character on a line 57 strip leading whitespace from lines that are joined to their [all …]
|
/aosp_15_r20/external/trusty/arm-trusted-firmware/ |
D | package-lock.json | 2 "name": "trusted-firmware-a", 8 "name": "trusted-firmware-a", 10 "license": "BSD-3-Clause", 13 "@commitlint/config-conventional": "^19.0.0", 14 "@commitlint/cz-commitlint": "^19.0.0", 16 "conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a", 18 "js-yaml": "^4.1.0", 19 "standard-version": "^9.5.0" 25 "node_modules/@babel/code-frame": { 27 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", [all …]
|
/aosp_15_r20/external/curl/tests/ |
H A D | runtests.pl | 22 # SPDX-License-Identifier: curl 32 # $HOSTIP, $HOST6IP - Set to the address of the host running the test suite 33 # $CLIENTIP, $CLIENT6IP - Set to the address of the host running curl 34 # runclient, runclientoutput - Modify to copy all the files in the log/ 53 # Finally, to properly support -g and -n, checktestcmd needs to change 56 # fixed. As long as the -g option is never given, and the -n is always 69 # usually set by the Makefile, but for out-of-tree builds with direct 109 my $CURLCONFIG="../curl-config"; # curl-config from current build 126 my $args; # command-line arguments 128 my $uname_release = `uname -r`; [all …]
|
H A D | FILEFORMAT.md | 1 <!-- 4 SPDX-License-Identifier: curl 5 --> 12 in its own line. Comments are either XML-style (enclosed with `<!--` and 13 `-->`) or shell script style (beginning with `#`) and must appear on their own 43 or even percent-encoded individual bytes. As an example, insert the HTTP 56 %hex[ %XX-encoded data to decode ]hex% 96 Accept-Encoding 103 Accept-Encoding: not-brotli 110 Accept-Encoding: brotli [all …]
|
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/internal/ |
H A D | StringUtil.java | 15 …A minimal String utility class. Designed for <b>internal</b> jsoup use only - the API and outcome … 18 public final class StringUtil { 20 …static final String[] padding = {"", " ", " ", " ", " ", " ", " ", " ", " … 72 final String separator; 129 * @param maxPaddingWidth maximum padding to apply. Set to {@code -1} for unlimited. 134 Validate.isTrue(maxPaddingWidth >= -1); in padding() 135 if (maxPaddingWidth != -1) in padding() 150 public static boolean isBlank(final String string) { in isBlank() 163 Tests if a string starts with a newline character 165 @return if its first character is a newline [all …]
|
/aosp_15_r20/external/yapf/yapf/yapflib/ |
H A D | comment_splicer.py | 7 # http://www.apache.org/licenses/LICENSE-2.0 38 tree: a pytree.Node - the tree to work on. The tree is modified by this 57 comment_lineno = child.lineno - comment_prefix.count('\n') 69 if child.type == token.NEWLINE: 70 # If the prefix was on a NEWLINE leaf, it's part of the line so it 72 # We can't just insert it before the NEWLINE node, because as a 75 comment_column -= len(comment_prefix.lstrip()) 84 # because their final placement depends on their prefix. 117 comment_groups[-1][-1].append(cmt) 123 InsertNodes = pytree_utils.InsertNodesBefore # pylint: disable=invalid-name # noqa [all …]
|
/aosp_15_r20/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
H A D | StructuralWhitespaceStripper.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 66 * ---------------- 75 * ---------------- 82 * ---------------- 88 * ---------------- 100 * "not (non-space or newline)". 102 private static final String IWS = "[^\\S\\n]*"; 105 private static final Pattern INLINE_WHITESPACE = Pattern.compile(IWS); 108 * Pattern to match strings that start with arbitrary (inline) whitespace, followed by a newline. 110 private static final Pattern STARTS_WITH_NEWLINE = Pattern.compile("^" + IWS + "\\n"); [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/arm-trusted-firmware/ |
H A D | package-lock.json | 2 "name": "trusted-firmware-a", 8 "name": "trusted-firmware-a", 11 "license": "BSD-3-Clause", 14 "@commitlint/config-conventional": "^14.1.0", 16 "conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a", 17 "cz-conventional-changelog": "^3.3.0", 19 "standard-version": "^9.3.2" 22 "node_modules/@babel/code-frame": { 24 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.12.13.tgz", 25 …"integrity": "sha512-HV1Cm0Q3ZrpCR93tkWOYiuYIgLxZXZFVG2VgK+MBWjUqZTundupbfx2aXarXuw5Ko5aMcjtJgbSs4… [all …]
|
/aosp_15_r20/system/sepolicy/ |
H A D | README.md | 5 all devices. Device-specific policy should be placed under a 13 final line terminated by a newline character (`0x0A`). This 16 Adding the newline will also make the intermediate text files 19 newline inserted between each file as these are common failure 42 SYSTEM_EXT_PUBLIC_SEPOLICY_DIRS += device/acme/roadrunner-sepolicy/systemext/public 43 SYSTEM_EXT_PRIVATE_SEPOLICY_DIRS += device/acme/roadrunner-sepolicy/systemext/private 44 PRODUCT_PUBLIC_SEPOLICY_DIRS += device/acme/roadrunner-sepolicy/product/public 45 PRODUCT_PRIVATE_SEPOLICY_DIRS += device/acme/roadrunner-sepolicy/product/private 52 of `macro-name=value`. Spaces must **NOT** be present. This is useful for building modular 75 It is important to note the final processed version of this file [all …]
|