Home
last modified time | relevance | path

Searched +full:glob +full:- +full:parent (Results 1 – 25 of 1103) sorted by relevance

12345678910>>...45

/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/tools/mkowners/
Dmkowners.py8 # http://www.apache.org/licenses/LICENSE-2.0
27 git_root = (subprocess.check_output(['git', 'rev-parse', '--show-toplevel'
28 ]).decode('utf-8').strip())
37 argp.add_argument('--out',
38 '-o',
58 Owners = collections.namedtuple('Owners', 'parent directives dir')
65 parent = True
77 parent = False
82 globs_list = [glob for glob in globs.split(' ') if glob]
88 return Owners(parent=parent,
[all …]
/aosp_15_r20/external/python/cpython2/Tools/msi/
Dmsi.py4 import msilib, schema, sequence, os, glob, time, re, shutil, zipfile
74 upgrade_code_snapshot='{92A24481-3ECB-40FC-8836-04B7966EC0D5}'
75 upgrade_code='{65E6DE48-A358-434D-AA4F-4AF72DB4718F}'
76 upgrade_code_64='{6A965A0C-6EE6-4E3A-9983-3263F56311EC}'
107 # Well-known component UUIDs
116 "24":"{9B81E618-2301-4035-AC77-75D9ABEB7301}",
117 "25":"{2e41b118-38bd-4c1b-a840-6977efd1b911}",
118 "26":"{34ebecac-f046-4e1c-b0e3-9bac3cdaacfa}",
119 "27":"{4fe21c76-1760-437b-a2f2-99909130a175}",
136 warning = "WARNING: %s - libpythonXX.a not built"
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/go/internal/fsys/
Dfsys.go2 // Use of this source code is governed by a BSD-style
31 // For debugging, if the $GODEBUG setting gofsystracestack is non-empty, then trace events for paths
32 // matching that glob pattern (using path.Match) will be followed by a full stack trace.
75 // It is the value of the -overlay flag.
100 // TODO(matloob): encapsulate these in an io/fs-like interface
101 var overlay map[string]*node // path -> file or directory node
166 // Remove any potential non-determinism from iterating over map by sorting it.
196 // it below when we create parent directory nodes. That is, that
197 // both a file and a path to one of its parent directories exist as keys
211 // Add parent directory nodes to overlay structure.
[all …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dfirebasehosting_v1beta1.sites.versions.html8 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 …]
Dfirebasehosting_v1beta1.projects.sites.versions.html8 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 …]
Dfirebasehosting_v1beta1.projects.sites.releases.html8 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 …]
Dfirebasehosting_v1beta1.projects.sites.channels.releases.html8 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 …]
Dfirebasehosting_v1beta1.sites.channels.releases.html8 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 …]
Dfirebasehosting_v1beta1.sites.releases.html8 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 …]
/aosp_15_r20/external/sdk-platform-java/api-common-java/src/test/java/com/google/api/pathtemplate/
H A DPathTemplateTest.java92 "https://www.googleapis.com/compute/v1/projects/project-123/zones/europe-west3-c"); in matchWithHostNameAndProtocol()
95 Truth.assertThat(match.get("project")).isEqualTo("project-123"); in matchWithHostNameAndProtocol()
96 Truth.assertThat(match.get("zone")).isEqualTo("europe-west3-c"); in matchWithHostNameAndProtocol()
104 "https://www.googleapis.com/compute/v1/projects/project-123/zones/europe-west3-c"); in matchWithHostNameAndProtocolWithTemplateStartWithBinding()
107 Truth.assertThat(match.get("project")).isEqualTo("project-123"); in matchWithHostNameAndProtocolWithTemplateStartWithBinding()
108 Truth.assertThat(match.get("zone")).isEqualTo("europe-west3-c"); in matchWithHostNameAndProtocolWithTemplateStartWithBinding()
113 PathTemplate start = PathTemplate.create("{glob=**}/b"); in pathWildcards_matchZeroOrMoreSegments()
114 PathTemplate middle = PathTemplate.create("a/{glob=**}/b"); in pathWildcards_matchZeroOrMoreSegments()
115 PathTemplate end = PathTemplate.create("a/{glob=**}"); in pathWildcards_matchZeroOrMoreSegments()
116 PathTemplate endWithCustomVerb = PathTemplate.create("a/{glob=**}:foo"); in pathWildcards_matchZeroOrMoreSegments()
[all …]
/aosp_15_r20/external/crosvm/tools/contrib/
H A Dcargo_refactor.py2 # Use of this source code is governed by a BSD-style license that can be
42 def replace_in_files(glob: str, replacements: List[Tuple[SearchPattern, Replacement]]):
43 for file in Path().glob(glob):
50 for toml in Path().glob("**/Cargo.toml"):
51 crate_dir = toml.parent
68 print(f"{from_path} -> {to_path}")
80 for toml in sorted(Path().glob("*/Cargo.toml")):
81 members.append(f' "{toml.parent}",')
82 for toml in sorted(Path().glob("common/*/Cargo.toml")):
83 members.append(f' "{toml.parent}",')
[all …]
/aosp_15_r20/external/flatbuffers/
H A Dyarn.lock5 "@babel/code-[email protected]":
7 …resolved "https://registry.yarnpkg.com/@babel/code-frame/-/code-frame-7.12.11.tgz#f4ad435aa263db93…
8 …integrity sha512-Zt1yodBx1UcyiePMSkWnU4hPqhwq7hGi2nFL1LeA3EUl+q2LQx16MISgJ0+z7dnmgvP9QtIleuETGOiOH…
12 "@babel/helper-validator-identifier@^7.16.7":
14 …solved "https://registry.yarnpkg.com/@babel/helper-validator-identifier/-/helper-validator-identif…
15 …integrity sha512-hsEnFemeiW4D08A5gUAZxLBTXpZ39P+a+DGDsHw1yxqyQ/jzFEnxf5uTEGp+3bzAbNOxU1paTgYS4ECU/…
19 …resolved "https://registry.yarnpkg.com/@babel/highlight/-/highlight-7.16.10.tgz#744f2eb81579d6eea7…
20 …integrity sha512-5FnTQLSLswEj6IkgVw5KusNUUFY9ZGqe/TRFnP/BKYHYgfh7tc+C7mwiy95/yNP7Dh9x580Vv8r7u7ZfT…
22 "@babel/helper-validator-identifier" "^7.16.7"
24 js-tokens "^4.0.0"
[all …]
/aosp_15_r20/external/angle/third_party/spirv-tools/src/tools/sva/
H A Dyarn.lock5 "@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 Dyarn.lock5 "@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/
Dyarn.lock5 "@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/pigweed/pw_toolchain/build_external/
H A Dllvm_clang.BUILD7 # https://www.apache.org/licenses/LICENSE-2.0
30 # This build file defines a complete set of tools for a LLVM-based toolchain.
32 exports_files(glob(["**"]))
36 srcs = glob(["**"]),
41 exports_files(glob(["bin/**"]))
60 "@rules_cc//cc/toolchains/actions:objcopy_embed_data": ":llvm-objcopy",
61 "@pigweed//pw_toolchain/action:objdump": ":llvm-objdump",
62 "@rules_cc//cc/toolchains/actions:strip": ":llvm-strip",
68 "@rules_cc//cc/toolchains/actions:ar_actions": ":llvm-ar"
76 "@rules_cc//cc/toolchains/actions:ar_actions": ":llvm-libtool-darwin"
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_pathlib.py72 # Collapsing of excess leading slashes, except for the double-slash
158 # These are non-UNC paths (according to ntpath.py and test_ntpath).
293 # The repr() is in the form ClassName("forward-slashes path").
296 inner = r[len(clsname) + 1 : -1]
336 # Multi-part relative pattern.
347 # Multi-part absolute pattern.
351 # Multi-part glob-style pattern.
356 # Ordering is tuple-alike.
425 self.assertEqual(p.parent, P('a/b'))
426 self.assertEqual(p.parent.parent, P('a'))
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/build/
Dcommon.rs1 // SPDX-License-Identifier: Apache-2.0
3 extern crate glob;
11 use glob::{MatchOptions, Pattern};
43 /// `llvm-config` couldn't be executed but an instance of `libclang` was found
64 if let Some(errors) = errors.get("llvm-config") { in drop()
66 "cargo:warning=could not execute `llvm-config` one or more \ in drop()
68 a full path to valid `llvm-config` executable it will be used \ in drop()
78 if let Some(errors) = errors.get("xcode-select") { in drop()
80 "cargo:warning=could not execute `xcode-select` one or more \ in drop()
96 Option<Box<dyn Fn(&str, &str, &[&str]) -> Option<String> + Send + Sync + 'static>>,
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/clang-sys/out/
Dcommon.rs1 // SPDX-License-Identifier: Apache-2.0
3 extern crate glob;
11 use glob::{MatchOptions, Pattern};
43 /// `llvm-config` couldn't be executed but an instance of `libclang` was found
64 if let Some(errors) = errors.get("llvm-config") { in drop()
66 "cargo:warning=could not execute `llvm-config` one or more \ in drop()
68 a full path to valid `llvm-config` executable it will be used \ in drop()
78 if let Some(errors) = errors.get("xcode-select") { in drop()
80 "cargo:warning=could not execute `xcode-select` one or more \ in drop()
96 Option<Box<dyn Fn(&str, &str, &[&str]) -> Option<String> + Send + Sync + 'static>>,
[all …]
/aosp_15_r20/out/soong/.intermediates/external/rust/android-crates-io/crates/clang-sys/copy_clang-sys_build_out/gen/
Dcommon.rs1 // SPDX-License-Identifier: Apache-2.0
3 extern crate glob;
11 use glob::{MatchOptions, Pattern};
43 /// `llvm-config` couldn't be executed but an instance of `libclang` was found
64 if let Some(errors) = errors.get("llvm-config") { in drop()
66 "cargo:warning=could not execute `llvm-config` one or more \ in drop()
68 a full path to valid `llvm-config` executable it will be used \ in drop()
78 if let Some(errors) = errors.get("xcode-select") { in drop()
80 "cargo:warning=could not execute `xcode-select` one or more \ in drop()
96 Option<Box<dyn Fn(&str, &str, &[&str]) -> Option<String> + Send + Sync + 'static>>,
[all …]
/aosp_15_r20/out/soong/.intermediates/external/rust/android-crates-io/crates/clang-sys/libclang_sys/linux_glibc_x86_64_rlib_rlib-std/out/
Dcommon.rs1 // SPDX-License-Identifier: Apache-2.0
3 extern crate glob;
11 use glob::{MatchOptions, Pattern};
43 /// `llvm-config` couldn't be executed but an instance of `libclang` was found
64 if let Some(errors) = errors.get("llvm-config") { in drop()
66 "cargo:warning=could not execute `llvm-config` one or more \ in drop()
68 a full path to valid `llvm-config` executable it will be used \ in drop()
78 if let Some(errors) = errors.get("xcode-select") { in drop()
80 "cargo:warning=could not execute `xcode-select` one or more \ in drop()
96 Option<Box<dyn Fn(&str, &str, &[&str]) -> Option<String> + Send + Sync + 'static>>,
[all …]
/aosp_15_r20/external/python/cpython2/Demo/tkinter/ttk/
Ddirbrowser.py6 import glob
17 parent = tree.parent(node)
18 special_dirs = [] if parent else glob.glob('.') + glob.glob('..')
50 if tree.parent(node):
84 tree.bind('<Double-Button-1>', change_dir)
/aosp_15_r20/external/pytorch/tools/testing/
H A Ddiscover_tests.py3 import glob
12 REPO_ROOT = Path(__file__).resolve().parent.parent.parent
15 def parse_test_module(test: str) -> str:
25 ) -> list[str]:
32 def skip_test_p(name: str) -> bool:
42 Path(p) for p in glob.glob(f"{base_dir}/**/test_*.py", recursive=True)
46 f"{base_dir.parent}/{CPP_TEST_PATH}" if cpp_tests_dir is None else cpp_tests_dir
51 Path(p) for p in glob.glob(f"{cpp_tests_dir}/**/*", recursive=True)
54 rc = [str(fname.relative_to(base_dir))[:-3] for fname in all_py_files]
119 f"{CPP_TEST_PREFIX}/protoc-3.13.0.0",
/aosp_15_r20/external/perfetto/ui/src/plugins/dev.perfetto.AndroidClientServer/
H A Dindex.ts7 // http://www.apache.org/licenses/LICENSE-2.0
58 parent.binder_reply_id as source_node_id,
60 from android_binder_txns parent
61 join descendant_slice(parent.binder_reply_id) desc
63 where parent.server_ts > (select ts from s)
64 and parent.server_ts < (select ts + dur from s)
166 when state = 'S' and enclosing_slice_name GLOB 'Lock*' then 'Waiting for lock'
167 … when state = 'S' and enclosing_slice_name GLOB 'Monitor*' then 'Waiting for contention'
171 when state GLOB 'R*' then 'Runnable'
172 when state GLOB 'D*' and io_wait then 'IO'
[all …]
/aosp_15_r20/external/ktfmt/website/
H A Dpackage-lock.json8 "clean-css": "^5.1.1",
9 "event-stream": "4.0.1",
11 "monaco-editor": "^0.23.0",
20 "resolved": "https://registry.npmjs.org/@gulpjs/messages/-/messages-1.1.0.tgz",
21 …"integrity": "sha512-Ys9sazDatyTgZVb4xPlDufLweJ/Os2uHWOv+Caxvy2O85JcnT4M3vc73bi8pdLWlv3fdWQz3pdI9t…
27 "node_modules/@gulpjs/to-absolute-glob": {
29 … "resolved": "https://registry.npmjs.org/@gulpjs/to-absolute-glob/-/to-absolute-glob-4.0.0.tgz",
30 …"integrity": "sha512-kjotm7XJrJ6v+7knhPaRgaT6q8F8K2jiafwYdNHLzmV0uGLuZY43FK6smNSHUPrhq5kX2slCUy+RG…
33 "is-negated-glob": "^1.0.0"
41 "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.5.tgz",
[all …]

12345678910>>...45