Home
last modified time | relevance | path

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

12345678910>>...17

/external/OpenCL-Headers/.github/workflows/
Dwindows.yml5 paths-ignore:
6 - '**/*.md'
8 paths-ignore:
9 - '**/*.md'
13 runs-on: windows-latest
22 - VER: v141
24 GEN: Ninja Multi-Config
28 NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip
34 - uses: actions/checkout@v3
36 - name: Cache Ninja install
[all …]
/external/OpenCL-CLHPP/.github/workflows/
Dlinux.yml6 …{{ github.workspace }}/external/OpenCL-Headers/install/share/pkgconfig:${{ github.workspace }}/ext…
9 cmake-minimum:
10 runs-on: ${{ matrix.OS }}
11 container: streamhpc/opencl-sdk-base:ubuntu-18.04-20220127
14 OS: [ubuntu-20.04]
15 VER: [7] # gcc-8, clang-8, clang-10
20 BIN: [64] # Temporarily disable cross-compilation (will need toolchain files)
26-CLHPP/OpenCL-CLHPP/install/share/pkgconfig:/__w/OpenCL-CLHPP/OpenCL-CLHPP/external/OpenCL-Headers…
30 - name: Checkout OpenCL-CLHPP
35 - name: Checkout OpenCL-Headers
[all …]
Dwindows.yml7 runs-on: windows-2022
12 GEN: [Visual Studio 17 2022, Ninja Multi-Config]
17 …ub.com/Kitware/CMake/releases/download/v${{matrix.CMAKE}}/cmake-${{matrix.CMAKE}}-windows-x86_64.z…
20 NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v1.10.2/ninja-win.zip
24 - name: Checkout OpenCL-CLHPP
29 - name: Checkout OpenCL-Headers
32 repository: KhronosGroup/OpenCL-Headers
33 path: external/OpenCL-Headers
35 - name: Checkout OpenCL-ICD-Loader
38 repository: KhronosGroup/OpenCL-ICD-Loader
[all …]
Dmacos.yml6 …{{ github.workspace }}/external/OpenCL-Headers/install/share/pkgconfig:${{ github.workspace }}/ext…
9 macos-gcc:
10 #runs-on: macos-latest
11 runs-on: macos-11 # temporary, macos-latest only supports gcc-12
16 GEN: [Xcode, Ninja Multi-Config]
20 - name: Checkout OpenCL-CLHPP
25 - name: Checkout OpenCL-Headers
28 repository: KhronosGroup/OpenCL-Headers
29 path: external/OpenCL-Headers
31 - name: Checkout OpenCL-ICD-Loader
[all …]
/external/python/google-api-python-client/googleapiclient/discovery_cache/documents/
Dbaremetalsolution.v1.json5 "https://www.googleapis.com/auth/cloud-platform": {
14 …"description": "Provides ways to manage Bare Metal Solution hardware installed in a regional exten…
16 "documentationLink": "https://cloud.google.com/bare-metal",
19 "x16": "http://www.google.com/images/icons/product/search-16.gif",
20 "x32": "http://www.google.com/images/icons/product/search-32.gif"
56 "Responses with Content-Type of application/json",
57 "Media download with context-dependent Content-Type",
58 "Responses with Content-Type of application/x-protobuf"
90 …"description": "Available to use for quota purposes for server-side applications. Can be any arbit…
124 "location": "path",
[all …]
/external/python/cpython2/Doc/howto/
Ddoanddont.rst2 Idioms and Anti-Idioms in Python
25 ---------------------
44 a bad idea. For one, this loses an important property Python otherwise has ---
61 take what you need --- ``from module import name1, name2``, or keep them in the
62 module and access on a per-need basis --- ``import module;print module.name``.
79 -------------------------------------------------------
83 dangerous for the same reasons ``from import *`` is dangerous --- it might step
112 -------------------------------
144 -------
173 .. index:: bare except, except; bare
[all …]
/external/libvpx/build/make/
Dversion.sh5 ## Use of this source code is governed by a BSD-style license
17 --bare) bare=true ;;
22 source_path=${1:-.}
24 id=${3:-VERSION_STRING}
27 if [ -e "${source_path}/.git" ]; then
28 # Source Path is a git working copy. Check for local modifications.
31 git_version_id=`git describe --match=v[0-9]* 2>/dev/null`
36 if [ -z "$git_version_id" -a -f "${p}/CHANGELOG" ]; then
37 changelog_version=`head -n1 "${p}/CHANGELOG" | awk '{print $2}'`
48 patch_version=${bare_version%%-*}
[all …]
/external/libvpx/
Dlibs.mk4 ## Use of this source code is governed by a BSD-style license
12 # ARM assembly files are written in RVCT-style. We use some make magic to
26 $$(qexec)$$(SRC_PATH_BARE)/build/make/rtcd.pl --arch=$$(TGT_ISA) \
27 --sym=$(1) \
28 --config=$$(CONFIG_DIR)$$(target)-$$(TOOLCHAIN).mk \
30 CLEAN-OBJS += $$(BUILD_PFX)$(1).h
34 CODEC_SRCS-yes += CHANGELOG
35 CODEC_SRCS-yes += libs.mk
38 CODEC_SRCS-yes += $(addprefix vpx/,$(call enabled,API_SRCS))
42 CODEC_SRCS-yes += $(addprefix vpx_mem/,$(call enabled,MEM_SRCS))
[all …]
/external/ComputeLibrary/docs/user_guide/
Dhow_to_build_and_run_examples.dox2 /// Copyright (c) 2017-2023 Arm Limited.
4 /// SPDX-License-Identifier: MIT
33 To see the build options available simply run ```scons -h```
41 - gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf
42 - gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu
44 To cross-compile the library in debug mode, with Arm® Neon™ only support, for Linux 32bit:
46 scons Werror=1 -j8 debug=1 neon=1 opencl=0 os=linux arch=armv7a
48 To cross-compile the library in asserts mode, with OpenCL only support, for Linux 64bit:
50 scons Werror=1 -j8 debug=0 asserts=1 neon=0 opencl=1 embed_kernels=1 os=linux arch=armv8a
54 scons Werror=1 -j8 debug=0 neon=1 opencl=0 os=linux arch=armv8a build=native
[all …]
/external/mesa3d/docs/ci/
Dbare-metal.rst1 Bare-metal CI
4 The bare-metal scripts run on a system with gitlab-runner and Docker,
5 connected to potentially multiple bare-metal boards that run tests of
6 Mesa. Currently "fastboot", "ChromeOS Servo", and POE-powered devices are
16 -----------------------
18 This testing requires power control of the DUTs by the gitlab-runner
22 We require access to the console output from the gitlab-runner system,
28 gitlab-runner system, since Mesa often needs to update the kernel either for new
37 See ``src/freedreno/ci/gitlab-ci.yml`` for an example of fastboot on DB410c and
38 DB820c (freedreno-a306 and freedreno-a530).
[all …]
/external/mesa3d/src/nouveau/headers/
Dupdate-from-open-gpu-doc.py15 '/classes/dma-copy/': 'classes/',
17 '/classes/memory-to-memory-format/': 'classes/',
21 target = os.path.abspath(os.path.dirname(__file__)) + "/"
24 parser.add_argument('git_path', type=str, help='Path to the open-gpu-doc repo')
27 repo_path = os.path.abspath(args.git_path)
32 assert not repo.bare
35 sys.exit(-1)
44 path = repo_path + dir variable
45 if not os.path.isdir(path):
47 sys.exit(-1)
/external/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml7 - !reference [default, before_script]
9 - rm -rf install
10 - tar -xf artifacts/install.tar
11 - section_start ldd_section "Checking ldd on driver build"
12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
13 - section_end ldd_section
18 - results/
20 - !reference [.never-post-merge-rules, rules]
22 .formatting-check:
25 stage: code-validation
[all …]
/external/autotest/client/common_lib/
Drevision_control.py58 repo is up-to-date, if not update. It delegates the install to
71 in the current working directory for non bare repos.
72 In such repos the -git-dir option should point to
73 the .git directory and -work-tree should point to
75 Note: a bare reposotory is one which contains all the
77 (.git) in the same directory. This class assumes non-bare
81 raise ValueError('You must provide a path that will hold the'
89 # path to .git dir
90 self.gitpath = utils.sh_escape(os.path.join(self.repodir,'.git'))
96 # default to same remote path as local
[all …]
/external/trusty/arm-trusted-firmware/docs/plat/arm/corstone1000/
Dindex.rst4 Some of the features of the Corstone1000 platform referenced in TF-A include:
6 - Cortex-A35 application processor (64-bit mode)
7 - Secure Enclave
8 - GIC-400
9 - Trusted Board Boot
12 -------------
14 The board boot relies on CoT (chain of trust). The trusted-firmware-a
23 BL2 performs the actions described in the trusted-firmware-a TBB design
26 Build Procedure (TF-A only)
29 - Obtain AArch64 ELF bare-metal target `toolchain <https://developer.arm.com/tools-and-software/op…
[all …]
/external/arm-trusted-firmware/docs/plat/arm/diphda/
Dindex.rst4 Some of the features of the Diphda platform referenced in TF-A include:
6 - Cortex-A35 application processor (64-bit mode)
7 - Secure Enclave
8 - GIC-400
9 - Trusted Board Boot
12 -------------
14 The board boot relies on CoT (chain of trust). The trusted-firmware-a
23 BL2 performs the actions described in the trusted-firmware-a TBB design
26 Build Procedure (TF-A only)
29 - Obtain AArch64 ELF bare-metal target `toolchain <https://developer.arm.com/tools-and-software/op…
[all …]
/external/rust/crates/grpcio-sys/grpc/src/core/lib/address_utils/
Dparse_address.h9 // http://www.apache.org/licenses/LICENSE-2.0
33 /// Populate \a resolved_addr from \a uri, whose path is expected to contain a
34 /// unix socket path. Returns true upon success.
38 /// Populate \a resolved_addr from \a uri, whose path is expected to contain a
39 /// unix socket path in the abstract namespace. Returns true upon success.
43 /// Populate \a resolved_addr from \a uri, whose path is expected to contain an
48 /// Populate \a resolved_addr from \a uri, whose path is expected to contain an
57 /// Parse bare IPv4 or IPv6 "IP:port" strings.
75 /// Populate \a resolved_addr to be a unix socket at |path|
76 grpc_error_handle UnixSockaddrPopulate(absl::string_view path,
[all …]
/external/google-cloud-java/java-bare-metal-solution/proto-google-cloud-bare-metal-solution-v2/src/main/proto/google/cloud/baremetalsolution/v2/
Dbaremetalsolution.proto7 // http://www.apache.org/licenses/LICENSE-2.0
38 // Performs management operations on Bare Metal Solution servers.
41 // capabilities for Bare Metal Solution servers. To access the API methods, you
42 // must assign Bare Metal Solution IAM roles containing the desired permissions
43 // to your staff in your Google Cloud project. You must also enable the Bare
45 // upon specific servers in your Bare Metal Solution environment.
48 option (google.api.oauth_scopes) = "https://www.googleapis.com/auth/cloud-platform";
258 // Represents the metadata from a long-running operation.
268 // Server-defined resource path for the target of the operation.
274 // Human-readable status of the operation, if any.
/external/chromium-trace/catapult/devil/docs/
Dmarkdown.md13 A really bare-bones argparse help formatter that generates valid markdown.
21 ## **--argument-one**
24 argument-one help text
36 Adds --md-help to the given argparse.ArgumentParser.
38 Running a script with --md-help will print the help text for that script
42 parser: The ArgumentParser to which --md-help should be added.
48 Load a module given only the path name.
53 module_path: An absolute path to a python module.
55 The module object for the given path.
61 Write markdown documentation for the module at the provided path.
[all …]
/external/pigweed/pw_toolchain/py/pw_toolchain/
Dcopy_with_metadata.py8 # https://www.apache.org/licenses/LICENSE-2.0
15 """Emulation of `cp -af src dest`."""
26 """Emulation of `cp -af in out` command."""
27 if not os.path.exists(src):
29 return -1
32 if os.path.isdir(src):
36 except: # pylint: disable=bare-except
38 return -1
45 if (len(sys.argv) - 1) != 2:
47 return -1
/external/grpc-grpc/src/core/lib/address_utils/
Dparse_address.h9 // http://www.apache.org/licenses/LICENSE-2.0
33 /// Populate \a resolved_addr from \a uri, whose path is expected to contain a
34 /// unix socket path. Returns true upon success.
38 /// Populate \a resolved_addr from \a uri, whose path is expected to contain a
39 /// unix socket path in the abstract namespace. Returns true upon success.
43 /// Populate \a resolved_addr from \a uri, whose path is expected to contain a
48 /// Populate \a resolved_addr from \a uri, whose path is expected to contain an
53 /// Populate \a resolved_addr from \a uri, whose path is expected to contain an
62 /// Parse bare IPv4 or IPv6 "IP:port" strings.
80 /// Populate \a resolved_addr to be a unix socket at |path|
[all …]
/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/localeconverter/
DXLIFF2ICUConverter.java5 * Copyright (C) 2003-2013, International Business Machines Corporation and *
56 UOption.create("target-only", 't', UOption.OPTIONAL_ARG),
57 UOption.create("source-only", 'c', UOption.OPTIONAL_ARG),
58 UOption.create("make-source-root", 'r', UOption.NO_ARG),
59 UOption.create("xliff-1.0", 'x', UOption.NO_ARG)
70 "x-icu-array",
71 "x-icu-alias",
72 "x-icu-binary",
73 "x-icu-integer",
74 "x-icu-intvector",
[all …]
/external/mesa3d/.gitlab-ci/common/
Dinit-stage2.sh7 # Second-stage init, used to set up devices and our job environment before
10 shopt -s extglob
32 kill -9 "$pid" 2>/dev/null || true
36 set -x
45 for path in '/dut-env-vars.sh' '/set-job-env-vars.sh' './set-job-env-vars.sh'; do
46 [ -f "$path" ] && source "$path"
48 . "$SCRIPTS_DIR"/setup-test-env.sh
50 set -ex
53 [ -z "$HWCI_KERNEL_MODULES" ] || {
54 echo -n $HWCI_KERNEL_MODULES | xargs -d, -n1 /usr/sbin/modprobe
[all …]
/external/python/cpython3/Python/
Ddynload_shlib.c34 live in the same directory. E.g. foomodule.cpython-32.so
64 /* Prefix bare filename with "./" */ in _PyImport_FindSharedFuncptr()
65 PyOS_snprintf(pathbuf, sizeof(pathbuf), "./%-.255s", pathname); in _PyImport_FindSharedFuncptr()
74 if (_Py_fstat(fileno(fp), &status) == -1) in _PyImport_FindSharedFuncptr()
78 dlopenflags = _PyInterpreterState_GET()->dlopenflags; in _PyImport_FindSharedFuncptr()
84 PyObject *path; in _PyImport_FindSharedFuncptr() local
97 path = PyUnicode_DecodeFSDefault(pathname); in _PyImport_FindSharedFuncptr()
98 if (path == NULL) { in _PyImport_FindSharedFuncptr()
103 PyErr_SetImportError(error_ob, mod_name, path); in _PyImport_FindSharedFuncptr()
106 Py_DECREF(path); in _PyImport_FindSharedFuncptr()
/external/pigweed/pw_protobuf/py/pw_protobuf/
Doptions.py7 # https://www.apache.org/licenses/LICENSE-2.0
17 from pathlib import Path
29 # A list of (proto field path, CodegenOptions) tuples.
33 def load_options_from(options: ParsedOptions, options_file_name: Path): argument
52 except: # pylint: disable=bare-except
57 include_paths: list[Path], proto_file_name: Path, import_prefix: str argument
58 ) -> ParsedOptions:
62 if import_prefix and Path(import_prefix) in proto_file_name.parents:
75 def match_options(name: str, options: ParsedOptions) -> CodegenOptions:
87 ) -> CodegenOptions:
[all …]
/external/oss-fuzz/infra/cifuzz/filestore/git/
Dgit_test.py7 # http://www.apache.org/licenses/LICENSE-2.0
23 # pylint: disable=wrong-import-position
24 INFRA_DIR = os.path.dirname(
25 os.path.dirname(os.path.dirname(os.path.dirname(
26 os.path.abspath(__file__)))))
27 sys.path.append(INFRA_DIR)
32 # pylint: disable=protected-access,no-self-use
48 with open(os.path.join(self.local_dir.name, 'a'), 'w') as handle:
51 os.makedirs(os.path.join(self.local_dir.name, 'b'))
53 with open(os.path.join(self.local_dir.name, 'b', 'c'), 'w') as handle:
[all …]

12345678910>>...17