Home
last modified time | relevance | path

Searched +full:locate +full:- +full:path (Results 1 – 25 of 1129) sorted by relevance

12345678910>>...46

/aosp_15_r20/tools/asuite/atest/tools/
H A Dupdatedb_darwin.sh9 # http://www.apache.org/licenses/LICENSE-2.0
18 [ "$(uname -s)" != "Darwin" ] && { echo "This program runs on Darwin only."; exit 0; }
19 [ "$UID" -eq 0 ] && { echo "Running with root user is not supported."; exit 0; }
23 echo "Usage: $prog [-U|-e|-n|-o||-l|-f|-h]"
24 echo " -U: The PATH of the search root."
25 echo " -e: The PATH that unwanted to be searched."
26 echo " -n: The name of directories that won't be cached."
27 echo " -o: The PATH of the generated database."
28 echo " -l: No effect. For compatible with Linux mlocate."
29 echo " -f: Filesystems which should not search for."
[all …]
H A Dindexing.py8 # http://www.apache.org/licenses/LICENSE-2.0
25 from pathlib import Path
41 LOCATE = 'locate' variable
43 # find `gettop` -type d -wholename `gettop`/out -prune -o -type d -name '.*'
44 # -print | awk -F/ '{{print $NF}}'| sort -u
48 '.azure-pipelines',
50 '.build-id',
65 '.gitlab-ci',
103 def run_updatedb(output_cache: Path, prunepaths: List[str] = None) -> bool: argument
107 output_cache: The file path of the updatedb cache.
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dlocators.py1 # -*- coding: utf-8 -*-
3 # Copyright (C) 2012-2015 Vinay Sajip.
36 HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)')
88 A base class for locators - things that locate distributions.
107 the current PEP-recommended scheme - use ``'legacy'``
115 # If get_project() is called from locate(), the matcher instance
116 # is set from the requirement passed to locate(). See issue #18 for
160 If called from a locate() request, self.matcher will be set to a
194 basename = posixpath.basename(t.path)
243 scheme, netloc, path, params, query, frag = urlparse(url)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dlocators.py1 # -*- coding: utf-8 -*-
3 # Copyright (C) 2012-2015 Vinay Sajip.
36 HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)')
88 A base class for locators - things that locate distributions.
107 the current PEP-recommended scheme - use ``'legacy'``
115 # If get_project() is called from locate(), the matcher instance
116 # is set from the requirement passed to locate(). See issue #18 for
160 If called from a locate() request, self.matcher will be set to a
194 basename = posixpath.basename(t.path)
243 scheme, netloc, path, params, query, frag = urlparse(url)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dlocators.py1 # -*- coding: utf-8 -*-
3 # Copyright (C) 2012-2015 Vinay Sajip.
36 HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)')
88 A base class for locators - things that locate distributions.
107 the current PEP-recommended scheme - use ``'legacy'``
115 # If get_project() is called from locate(), the matcher instance
116 # is set from the requirement passed to locate(). See issue #18 for
160 If called from a locate() request, self.matcher will be set to a
194 basename = posixpath.basename(t.path)
243 scheme, netloc, path, params, query, frag = urlparse(url)
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/pip/_vendor/distlib/
Dlocators.py1 # -*- coding: utf-8 -*-
3 # Copyright (C) 2012-2015 Vinay Sajip.
36 HASHER_HASH = re.compile(r'^(\w+)=([a-f0-9]+)')
88 A base class for locators - things that locate distributions.
107 the current PEP-recommended scheme - use ``'legacy'``
115 # If get_project() is called from locate(), the matcher instance
116 # is set from the requirement passed to locate(). See issue #18 for
160 If called from a locate() request, self.matcher will be set to a
194 basename = posixpath.basename(t.path)
243 scheme, netloc, path, params, query, frag = urlparse(url)
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/plat/arm/board/fvp/fconf/
Dfconf_hw_config_getter.c2 * Copyright (c) 2020-2023, Arm Limited. All rights reserved.
4 * SPDX-License-Identifier: BSD-3-Clause
25 * a sequence of (address, length) pairs of 32-bit values.
43 * Find the offset of the node containing "arm,gic-v3" compatible property. in fconf_populate_gicv3_config()
47 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, "arm,gic-v3"); in fconf_populate_gicv3_config()
49 WARN("FCONF: Unable to locate node with arm,gic-v3 compatible property\n"); in fconf_populate_gicv3_config()
54 * See: bindings/interrupt-controller/arm,gic-v3.yaml in fconf_populate_gicv3_config()
82 /* Find the offset of the node containing "arm,psci-1.0" compatible property */ in fconf_populate_topology()
83 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, "arm,psci-1.0"); in fconf_populate_topology()
85 ERROR("FCONF: Unable to locate node with arm,psci-1.0 compatible property\n"); in fconf_populate_topology()
[all …]
/aosp_15_r20/external/arm-trusted-firmware/plat/arm/board/fvp/fconf/
H A Dfconf_hw_config_getter.c4 * SPDX-License-Identifier: BSD-3-Clause
34 * Find the offset of the node containing "arm,gic-v3" compatible property. in fconf_populate_gicv3_config()
38 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, "arm,gic-v3"); in fconf_populate_gicv3_config()
40 WARN("FCONF: Unable to locate node with arm,gic-v3 compatible property\n"); in fconf_populate_gicv3_config()
45 * See: bindings/interrupt-controller/arm,gic-v3.yaml in fconf_populate_gicv3_config()
73 /* Find the offset of the node containing "arm,psci-1.0" compatible property */ in fconf_populate_topology()
74 node = fdt_node_offset_by_compatible(hw_config_dtb, -1, "arm,psci-1.0"); in fconf_populate_topology()
76 ERROR("FCONF: Unable to locate node with arm,psci-1.0 compatible property\n"); in fconf_populate_topology()
80 err = fdt_read_uint32(hw_config_dtb, node, "max-pwr-lvl", &max_pwr_lvl); in fconf_populate_topology()
86 WARN("FCONF: Could not locate max-pwr-lvl property\n"); in fconf_populate_topology()
[all …]
/aosp_15_r20/external/arm-trusted-firmware/
H A Dpackage-lock.json2 "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/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/nio/file/
DFileSystems.java19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
52 * service-provider loading facility defined by the {@link ServiceLoader} class.
57 * application class path or in the extension directory, the JAR file contains a
58 * provider-configuration file named {@code java.nio.file.spi.FileSystemProvider}
59 * in the resource directory {@code META-INF/services}, and the file lists one or
60 * more fully-qualified names of concrete subclass of {@link FileSystemProvider}
75 * in the resource directory {@code META-INF/services}.
147 * not defined then the default provider is a system-default provider that
151 * is defined then it is taken to be a list of one or more fully-qualified
162 * by invoking it with a reference to the system-default provider.
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/9/libcore/ojluni/src/main/java/java/nio/file/
DFileSystems.java19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
52 * service-provider loading facility defined by the {@link ServiceLoader} class.
57 * application class path or in the extension directory, the JAR file contains a
58 * provider-configuration file named {@code java.nio.file.spi.FileSystemProvider}
59 * in the resource directory {@code META-INF/services}, and the file lists one or
60 * more fully-qualified names of concrete subclass of {@link FileSystemProvider}
75 * in the resource directory {@code META-INF/services}.
147 * not defined then the default provider is a system-default provider that
151 * is defined then it is taken to be a list of one or more fully-qualified
162 * by invoking it with a reference to the system-default provider.
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/nio/file/
H A DFileSystems.java19 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
52 * service-provider loading facility defined by the {@link ServiceLoader} class.
57 * application class path or in the extension directory, the JAR file contains a
58 * provider-configuration file named {@code java.nio.file.spi.FileSystemProvider}
59 * in the resource directory {@code META-INF/services}, and the file lists one or
60 * more fully-qualified names of concrete subclass of {@link FileSystemProvider}
75 * in the resource directory {@code META-INF/services}.
147 * not defined then the default provider is a system-default provider that
151 * is defined then it is taken to be a list of one or more fully-qualified
162 * by invoking it with a reference to the system-default provider.
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/share/man/man1/
H A Dcargo-locate-project.12 .TH "CARGO\-LOCATE\-PROJECT" "1"
7 cargo\-locate\-project \[em] Print a JSON representation of a Cargo.toml file\[cq]s location
9 \fBcargo locate\-project\fR [\fIoptions\fR]
11 This command will print a JSON object to stdout with the full path to the manifest. The
16 the workspace root, is output. This can be overridden by the \fB\-\-workspace\fR flag. The root
21 \fB\-\-workspace\fR
23 Locate the \fBCargo.toml\fR at the root of the workspace, as opposed to the current
28 \fB\-\-message\-format\fR \fIfmt\fR
33 \h'-04'\(bu\h'+02'\fBjson\fR (default): JSON object with the path under the key \[lq]root\[rq]\&.
37 \h'-04'\(bu\h'+02'\fBplain\fR: Just the path.
[all …]
/aosp_15_r20/prebuilts/rust/darwin-x86/1.80.1/share/man/man1/
H A Dcargo-locate-project.12 .TH "CARGO\-LOCATE\-PROJECT" "1"
7 cargo\-locate\-project \[em] Print a JSON representation of a Cargo.toml file\[cq]s location
9 \fBcargo locate\-project\fR [\fIoptions\fR]
11 This command will print a JSON object to stdout with the full path to the manifest. The
16 the workspace root, is output. This can be overridden by the \fB\-\-workspace\fR flag. The root
21 \fB\-\-workspace\fR
23 Locate the \fBCargo.toml\fR at the root of the workspace, as opposed to the current
28 \fB\-\-message\-format\fR \fIfmt\fR
33 \h'-04'\(bu\h'+02'\fBjson\fR (default): JSON object with the path under the key \[lq]root\[rq]\&.
37 \h'-04'\(bu\h'+02'\fBplain\fR: Just the path.
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.81.0/share/man/man1/
H A Dcargo-locate-project.12 .TH "CARGO\-LOCATE\-PROJECT" "1"
7 cargo\-locate\-project \[em] Print a JSON representation of a Cargo.toml file\[cq]s location
9 \fBcargo locate\-project\fR [\fIoptions\fR]
11 This command will print a JSON object to stdout with the full path to the manifest. The
16 the workspace root, is output. This can be overridden by the \fB\-\-workspace\fR flag. The root
21 \fB\-\-workspace\fR
23 Locate the \fBCargo.toml\fR at the root of the workspace, as opposed to the current
28 \fB\-\-message\-format\fR \fIfmt\fR
33 \h'-04'\(bu\h'+02'\fBjson\fR (default): JSON object with the path under the key \[lq]root\[rq]\&.
37 \h'-04'\(bu\h'+02'\fBplain\fR: Just the path.
[all …]
/aosp_15_r20/prebuilts/rust/windows-x86/1.81.0/share/man/man1/
H A Dcargo-locate-project.12 .TH "CARGO\-LOCATE\-PROJECT" "1"
7 cargo\-locate\-project \[em] Print a JSON representation of a Cargo.toml file\[cq]s location
9 \fBcargo locate\-project\fR [\fIoptions\fR]
11 This command will print a JSON object to stdout with the full path to the manifest. The
16 the workspace root, is output. This can be overridden by the \fB\-\-workspace\fR flag. The root
21 \fB\-\-workspace\fR
23 Locate the \fBCargo.toml\fR at the root of the workspace, as opposed to the current
28 \fB\-\-message\-format\fR \fIfmt\fR
33 \h'-04'\(bu\h'+02'\fBjson\fR (default): JSON object with the path under the key \[lq]root\[rq]\&.
37 \h'-04'\(bu\h'+02'\fBplain\fR: Just the path.
[all …]
/aosp_15_r20/prebuilts/rust/darwin-x86/1.81.0/share/man/man1/
H A Dcargo-locate-project.12 .TH "CARGO\-LOCATE\-PROJECT" "1"
7 cargo\-locate\-project \[em] Print a JSON representation of a Cargo.toml file\[cq]s location
9 \fBcargo locate\-project\fR [\fIoptions\fR]
11 This command will print a JSON object to stdout with the full path to the manifest. The
16 the workspace root, is output. This can be overridden by the \fB\-\-workspace\fR flag. The root
21 \fB\-\-workspace\fR
23 Locate the \fBCargo.toml\fR at the root of the workspace, as opposed to the current
28 \fB\-\-message\-format\fR \fIfmt\fR
33 \h'-04'\(bu\h'+02'\fBjson\fR (default): JSON object with the path under the key \[lq]root\[rq]\&.
37 \h'-04'\(bu\h'+02'\fBplain\fR: Just the path.
[all …]
/aosp_15_r20/prebuilts/rust/windows-x86/1.80.1/share/man/man1/
H A Dcargo-locate-project.12 .TH "CARGO\-LOCATE\-PROJECT" "1"
7 cargo\-locate\-project \[em] Print a JSON representation of a Cargo.toml file\[cq]s location
9 \fBcargo locate\-project\fR [\fIoptions\fR]
11 This command will print a JSON object to stdout with the full path to the manifest. The
16 the workspace root, is output. This can be overridden by the \fB\-\-workspace\fR flag. The root
21 \fB\-\-workspace\fR
23 Locate the \fBCargo.toml\fR at the root of the workspace, as opposed to the current
28 \fB\-\-message\-format\fR \fIfmt\fR
33 \h'-04'\(bu\h'+02'\fBjson\fR (default): JSON object with the path under the key \[lq]root\[rq]\&.
37 \h'-04'\(bu\h'+02'\fBplain\fR: Just the path.
[all …]
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/share/man/man1/
H A Dcargo-locate-project.12 .TH "CARGO\-LOCATE\-PROJECT" "1"
7 cargo\-locate\-project \[em] Print a JSON representation of a Cargo.toml file\[cq]s location
9 \fBcargo locate\-project\fR [\fIoptions\fR]
11 This command will print a JSON object to stdout with the full path to the manifest. The
16 the workspace root, is output. This can be overridden by the \fB\-\-workspace\fR flag. The root
21 \fB\-\-workspace\fR
23 Locate the \fBCargo.toml\fR at the root of the workspace, as opposed to the current
28 \fB\-\-message\-format\fR \fIfmt\fR
33 \h'-04'\(bu\h'+02'\fBjson\fR (default): JSON object with the path under the key \[lq]root\[rq]\&.
37 \h'-04'\(bu\h'+02'\fBplain\fR: Just the path.
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/share/man/man1/
H A Dcargo-locate-project.12 .TH "CARGO\-LOCATE\-PROJECT" "1"
7 cargo\-locate\-project \[em] Print a JSON representation of a Cargo.toml file\[cq]s location
9 \fBcargo locate\-project\fR [\fIoptions\fR]
11 This command will print a JSON object to stdout with the full path to the manifest. The
16 the workspace root, is output. This can be overridden by the \fB\-\-workspace\fR flag. The root
21 \fB\-\-workspace\fR
23 Locate the \fBCargo.toml\fR at the root of the workspace, as opposed to the current
28 \fB\-\-message\-format\fR \fIfmt\fR
33 \h'-04'\(bu\h'+02'\fBjson\fR (default): JSON object with the path under the key \[lq]root\[rq]\&.
37 \h'-04'\(bu\h'+02'\fBplain\fR: Just the path.
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0.u1/share/man/man1/
H A Dcargo-locate-project.12 .TH "CARGO\-LOCATE\-PROJECT" "1"
7 cargo\-locate\-project \[em] Print a JSON representation of a Cargo.toml file\[cq]s location
9 \fBcargo locate\-project\fR [\fIoptions\fR]
11 This command will print a JSON object to stdout with the full path to the manifest. The
16 the workspace root, is output. This can be overridden by the \fB\-\-workspace\fR flag. The root
21 \fB\-\-workspace\fR
23 Locate the \fBCargo.toml\fR at the root of the workspace, as opposed to the current
28 \fB\-\-message\-format\fR \fIfmt\fR
33 \h'-04'\(bu\h'+02'\fBjson\fR (default): JSON object with the path under the key \[lq]root\[rq]\&.
37 \h'-04'\(bu\h'+02'\fBplain\fR: Just the path.
[all …]
/aosp_15_r20/external/antlr/runtime/Ruby/lib/antlr3/
H A Dtask.rb2 # encoding: utf-8
14 A rake task-generating utility concerning ANTLR grammar file
15 compilation. This is a general utility -- the grammars do
52 @name = options.fetch( :name, 'antlr-grammars' )
95 desc( "trash all ANTLR-generated source code" )
178 if test( ?d, output_directory ) and ( Dir.entries( output_directory ) - %w( . .. ) ).empty?
186 file = locate( "#{ vocab }.tokens" ) and return( file )
187 warn( Util.tidy( <<-END, true ) )
188 | unable to locate .tokens file `#{ vocab }' referenced in #{ grammar.path }
189 | -- ignoring dependency
[all …]
/aosp_15_r20/external/trusty/arm-trusted-firmware/
Dpackage-lock.json2 "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/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/vendor/backtrace/src/symbolize/gimli/
H A Delf.rs4 use super::mystd::path::{Path, PathBuf};
21 pub fn new(path: &Path) -> Option<Mapping> { in new()
22 let map = super::mmap(path)?; in new()
26 // Try to locate an external debug file using the build ID. in new()
28 if let Some(mapping) = Mapping::new_debug(path, path_debug, None) { in new()
33 // Try to locate an external debug file using the GNU debug link section. in new()
34 if let Some((path_debug, crc)) = object.gnu_debuglink_path(path) { in new()
35 if let Some(mapping) = Mapping::new_debug(path, path_debug, Some(crc)) { in new()
40 let dwp = Mapping::load_dwarf_package(path, stash); in new()
47 fn new_debug(original_path: &Path, path: PathBuf, crc: Option<u32>) -> Option<Mapping> { in new_debug() argument
[all …]
/aosp_15_r20/prebuilts/rust/linux-x86/1.81.0/lib/rustlib/src/rust/library/backtrace/src/symbolize/gimli/
H A Delf.rs4 use super::mystd::path::{Path, PathBuf};
21 pub fn new(path: &Path) -> Option<Mapping> { in new()
22 let map = super::mmap(path)?; in new()
26 // Try to locate an external debug file using the build ID. in new()
28 if let Some(mapping) = Mapping::new_debug(path, path_debug, None) { in new()
33 // Try to locate an external debug file using the GNU debug link section. in new()
34 if let Some((path_debug, crc)) = object.gnu_debuglink_path(path) { in new()
35 if let Some(mapping) = Mapping::new_debug(path, path_debug, Some(crc)) { in new()
40 let dwp = Mapping::load_dwarf_package(path, stash); in new()
47 fn new_debug(original_path: &Path, path: PathBuf, crc: Option<u32>) -> Option<Mapping> { in new_debug() argument
[all …]

12345678910>>...46