Home
last modified time | relevance | path

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

12345678910>>...39

/external/arm-trusted-firmware/plat/arm/board/fvp/fconf/
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 …]
/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 …]
/external/antlr/runtime/Ruby/lib/antlr3/
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 …]
/external/bazelbuild-rules_go/go/tools/bazel/
Drunfiles.go7 // http://www.apache.org/licenses/LICENSE-2.0
23 "path"
24 "path/filepath"
36 // Runfile returns an absolute path to the file named by "path", which
37 // should be a relative path from the workspace root to the file within
45 // cross-platform support matching the behavior of the Bazel-provided runfiles
47 func Runfile(path string) (string, error) {
49 if _, err := os.Stat(path); err == nil {
50 return filepath.Abs(path)
58 if entry, ok := runfiles.index.GetIgnoringWorkspace(path); ok {
[all …]
/external/python/cpython3/PCbuild/
Dprepare_ssl.bat9 echo.update the binaries kept online - in most cases, the files downloaded
13 echo. -h Display this help message
16 echo. --certificate (-c) The signing certificate to use for binaries.
17 echo. --organization The github organization to obtain sources from.
29 if "%~1"=="-h" shift & goto Usage
30 if "%~1"=="--certificate" (set SigningCertificate=%~2) && shift && shift & goto CheckOpts
31 if "%~1"=="-c" (set SigningCertificate=%~2) && shift && shift & goto CheckOpts
32 if "%~1"=="--organization" (set ORG_SETTING=--organization "%~2") && shift && shift && goto CheckOp…
40 if ERRORLEVEL 1 (echo Cannot locate MSBuild.exe on PATH or as MSBUILD variable & exit /b 2)
43 if ERRORLEVEL 1 (echo Cannot locate python.exe on PATH or as PYTHON variable & exit /b 3)
[all …]
/external/kotlinx.serialization/integration-test/kotlin-js-store/
Dyarn.lock5 ansi-colors@4.1.1:
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 …]
/external/kotlinx.serialization/kotlin-js-store/
Dyarn.lock5 ansi-colors@4.1.1:
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 …]
/external/python/absl-py/absl/testing/
D_bazelize_command.py7 # http://www.apache.org/licenses/LICENSE-2.0
25 """Returns the executable path of a py_binary.
27 This returns the executable path of a py_binary that is in another Bazel
30 On Linux/macOS, the path and __file__ has the same root directory.
39 RuntimeError: Raised when it cannot locate the executable path.
44 manifest_file = os.path.join(FLAGS.test_srcdir, 'MANIFEST')
55 'Cannot locate executable path for {}, MANIFEST file: {}.'.format(
60 path = __file__
65 path = os.path.dirname(path)
67 root_directory = path
[all …]
/external/libwebsockets/contrib/
DiOS.cmake9 # OS - the default, used to build for iPhone and iPad physical devices, which have an arm arch.
10 # SIMULATOR - used to build for the Simulator platforms, which have an x86 arch.
12 # CMAKE_IOS_DEVELOPER_ROOT = automatic(default) or /path/to/platform/Developer folder
16 # CMAKE_IOS_SDK_ROOT = automatic(default) or /path/to/platform/Developer/SDKs/SDK folder
18 # In this case it will always be the most up-to-date SDK found in the CMAKE_IOS_DEVELOPER_ROOT pa…
31 # Thanks to the android-cmake project for providing the command
52 exec_program(uname ARGS -r OUTPUT_VARIABLE CMAKE_HOST_SYSTEM_VERSION)
53 …string (REGEX REPLACE "^([0-9]+)\\.([0-9]+).*$" "\\1" DARWIN_MAJOR_VERSION "${CMAKE_HOST_SYSTEM_VE…
66 # All iOS/Darwin specific settings - some may be redundant
75 set(BITCODE_FLAGS "-fembed-bitcode")
[all …]
/external/icu/icu4c/source/config/
Dicu-config.1.in1 .\" Hey, Emacs! This is -*-nroff-*- you know...
3 .\" icu-config.1: manual page for the icu-config utility
7 .\" Copyright (C) 2002-2008 IBM, Inc. and others.
11 .\" With help from http://www.igpm.rwth-aachen.de/~albrecht/manpage.html
13 .TH ICU-CONFIG 1 "17 May 2004" "ICU MANPAGE" "ICU @VERSION@ Manual"
15 .\".Dt ICU-CONFIG 1
19 .B icu-config
20 \- output ICU build options
22 .B icu-config
24 .BI "\-\-bindir"
[all …]
/external/cronet/third_party/icu/source/config/
Dicu-config.1.in1 .\" Hey, Emacs! This is -*-nroff-*- you know...
3 .\" icu-config.1: manual page for the icu-config utility
7 .\" Copyright (C) 2002-2008 IBM, Inc. and others.
11 .\" With help from http://www.igpm.rwth-aachen.de/~albrecht/manpage.html
13 .TH ICU-CONFIG 1 "17 May 2004" "ICU MANPAGE" "ICU @VERSION@ Manual"
15 .\".Dt ICU-CONFIG 1
19 .B icu-config
20 \- output ICU build options
22 .B icu-config
24 .BI "\-\-bindir"
[all …]
/external/parameter-framework/upstream/parameter/
DElementLocator.cpp2 * Copyright (c) 2011-2014, Intel Corporation
40 // Locate element
41 bool CElementLocator::locate(const string &strPath, CElement **ppElement, string &strError) in locate() function in CElementLocator
47 strError = "Invalid Path"; in locate()
59 strError = "Path not found: " + strPath; in locate()
63 // Empty path in locate()
67 if (*pStrChildName != _pSubRootElement->getName()) { in locate()
69 strError = "Path not found: " + strPath; in locate()
75 *ppElement = _pSubRootElement->findDescendant(pathNavigator); in locate()
79 strError = "Path not found: " + strPath; in locate()
DElementLocator.h2 * Copyright (c) 2011-2014, Intel Corporation
41 // Locate element
42 bool locate(const std::string &strPath, CElement **ppElement, std::string &strError);
48 // Strict means empty path will cause path not found error to be returned
/external/grpc-grpc/examples/node/
Dpackage-lock.json2 "name": "grpc-examples",
7 "@grpc/grpc-js": {
9 "resolved": "https://registry.npmjs.org/@grpc/grpc-js/-/grpc-js-1.1.8.tgz",
10 …"integrity": "sha512-64hg5rmEm6F/NvlWERhHmmgxbWU8nD2TMWE+9TvG7/WcOrFT3fzg/Uu631pXRFwmJ4aWO/kp9vVSl…
12 "@grpc/proto-loader": "^0.6.0-pre14",
14 "google-auth-library": "^6.0.0",
18 "@grpc/proto-loader": {
19 "version": "0.6.0-pre9",
20 "resolved": "https://registry.npmjs.org/@grpc/proto-loader/-/proto-loader-0.6.0-pre9.tgz",
21 …"integrity": "sha512-oM+LjpEjNzW5pNJjt4/hq1HYayNeQT+eGrOPABJnYHv7TyNPDNzkQ76rDYZF86X5swJOa4EujEMzQ…
[all …]
/external/cronet/build/config/fuchsia/
Dgn_configs.gni2 # Use of this source code is governed by a BSD-style license that can be
10 # should be targeting, e.g. in their top-level //.gn file. A value of -1
14 # Path to the fuchsia SDK. This is intended for use in other templates &
16 fuchsia_sdk = "//third_party/fuchsia-sdk/sdk"
19 # property so it can be used to locate images and packages on GCS and
31 # fuchsia_tool_dir is used to specify the directory in the SDK to locate
49 # Specify a readelf_exec path to use. If not specified, the host's system
51 # prepare_package_inputs.py via the --readelf-exec flag.
52 # Must be a GN path (not an absolute path) since it is adjusted with
/external/python/cpython3/Tools/msi/
Duploadrelease.ps117 The path to run download tests in.
19 Optional path besides -build to locate CHM files.
21 Optional path besides -build to locate ZIP files.
34 [string]$server="python-downloads",
45 if (-not $build) { throw "-build option is required" }
46 if (-not $user) { throw "-user option is required" }
48 $tools = $script:MyInvocation.MyCommand.Path | Split-Path -parent;
50 if (-not ((Test-Path "$build\win32\python-*.exe") -or (Test-Path "$build\amd64\python-*.exe"))) {
51 throw "-build argument does not look like a 'build' directory"
54 function find-putty-tool { in find-putty-tool()
[all …]
Dmsi.targets1 <?xml version="1.0" encoding="utf-8"?>
22 …<WriteLinesToFile File="$(_FileListTarget)" Lines="@(InstallFiles->'&quot;%(_Source)&quot;,&quot;%…
37 Name=$([System.IO.Path]::GetFileName($(_CatFileTarget)))
38 ResultDir=$([System.IO.Path]::GetDirectoryName($(_CatFileTarget)))
46 @(_CatalogFiles->'&lt;HASH&gt;%(Filename)%(Extension)=%(FullPath)','
81 …<Error Text="Unable to locate signtool.exe. Set /p:SignToolPath and rebuild" Condition="'$(_SignCo…
82 …nd) @(SignCabs->'&quot;%(FullPath)&quot;',' ') || $(_SignCommand) @(SignCabs->'&quot;%(FullPath)&q…
85 …<Error Text="Unable to locate signtool.exe. Set /p:SignToolPath and rebuild" Condition="'$(_SignCo…
86 …mand) @(SignMsi->'&quot;%(FullPath)&quot;',' ') || $(_SignCommand) @(SignMsi->'&quot;%(FullPath)&q…
89 …<Error Text="Unable to locate signtool.exe. Set /p:SignToolPath and rebuild" Condition="'$(_SignCo…
[all …]
/external/jsilver/src/com/google/clearsilver/jsilver/adaptor/
DResourceLoaderAdaptor.java8 * http://www.apache.org/licenses/LICENSE-2.0
60 throw new FileNotFoundException("Could not locate file " + name); in open()
62 return new InputStreamReader(new FileInputStream(file), "UTF-8"); in open()
82 for (String path : getLoadPaths()) { in openOrFail()
84 text.append(path); in openOrFail()
97 * @param name name of the file to locate.
102 // Full path to file was given. in locateFile()
107 // loadPathCache is null when load path caching is disabled at the in locateFile()
126 * Given an ordered list of directories to look in, locate the specified file. Returns
143 for (String path : loadPaths) { in locateFile()
[all …]
/external/skia/infra/bots/recipe_modules/build/
Dchromebook.py2 # Use of this source code is governed by a BSD-style license that can be
15 clang_linux = os.path.join(top_level, 'clang_linux')
16 # This is a pretty typical arm-linux-gnueabihf sysroot
17 sysroot_dir = os.path.join(top_level, 'armhf_sysroot')
20 'cc': "%s" % os.path.join(clang_linux, 'bin','clang'),
21 'cxx': "%s" % os.path.join(clang_linux, 'bin','clang++'),
35 gl_dir = os.path.join(top_level, 'chromebook_arm_gles')
36 env = {'LD_LIBRARY_PATH': os.path.join(sysroot_dir, 'lib')}
38 '--target=armv7a-linux-gnueabihf',
39 '--sysroot=%s' % sysroot_dir,
[all …]
/external/angle/build/config/fuchsia/
Dgn_configs.gni2 # Use of this source code is governed by a BSD-style license that can be
10 # should be targeting, e.g. in their top-level //.gn file. A value of -1
14 # Path to the fuchsia SDK. This is intended for use in other templates &
16 fuchsia_sdk = "//third_party/fuchsia-sdk/sdk"
19 # property so it can be used to locate images and packages on GCS and
30 # fuchsia_tool_dir is used to specify the directory in the SDK to locate
44 # Specify a readelf_exec path to use. If not specified, the host's system
46 # prepare_package_inputs.py via the --readelf-exec flag.
47 # Must be a GN path (not an absolute path) since it is adjusted with
54 # Copy from third_party/fuchsia-gn-sdk/src/gn_configs.gni to avoid importing
[all …]
/external/trusty/arm-trusted-firmware/
Dpackage-lock.json2 "name": "trusted-firmware-a",
8 "name": "trusted-firmware-a",
11 "license": "BSD-3-Clause",
14 "@commitlint/config-conventional": "^16.0.0",
15 "@commitlint/cz-commitlint": "^16.1.0",
17 "conventional-changelog-tf-a": "file:tools/conventional-changelog-tf-a",
19 "js-yaml": "^4.1.0",
20 "standard-version": "^9.3.2"
26 "node_modules/@babel/code-frame": {
28 "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz",
[all …]
/external/arm-trusted-firmware/
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 …]
/external/skia/infra/bots/recipe_modules/flavor/examples/full.expected/
Dretry_ios_install_retries_exhausted.json12 "PATH": "<PATH>:RECIPE_REPO[depot_tools]" string
26 "PATH": "<PATH>:RECIPE_REPO[depot_tools]" string
40 "PATH": "<PATH>:RECIPE_REPO[depot_tools]" string
48 "-u",
50 "--json-output",
51 "/path/to/tmp/json",
61 "-u",
63 "--json-output",
64 "/path/to/tmp/json",
65 "ensure-directory",
[all …]
/external/python/cpython2/PC/VS7.1/
Dbuild_ssl.py10 # * Install ActivePerl and ensure it is somewhere on your path.
18 # Find all "foo.exe" files on the PATH.
20 entries = os.environ["PATH"].split(os.pathsep)
23 fname = os.path.abspath(os.path.join(p, filename))
24 if os.path.isfile(fname) and fname not in ret:
28 fname = os.path.abspath(os.path.join(p, filename))
29 if os.path.isfile(fname) and fname not in ret:
39 fh = os.popen(perl + ' -e "use Win32;"')
53 print " Please install ActivePerl and ensure it appears on your path"
57 # Locate the best SSL directory given a few roots to look into.
[all …]
/external/skia/infra/bots/recipe_modules/flavor/
Dios.py2 # Use of this source code is governed by a BSD-style license that can be
65 'ideviceimagemounter', '--list',
68 image_info.stdout.decode('utf-8').strip() if image_info.stdout else '')
71 image_pkgs = self.m.file.glob_paths('locate ios-dev-image package',
72 self.m.path.start_dir,
73 'ios-dev-image*',
74 test_data=['ios-dev-image-13.2'])
76 raise Exception('glob for ios-dev-image* returned %s'
81 'locate image and signature', image_pkg,
105 cmd=['ideviceinstaller', '-U',
[all …]

12345678910>>...39