Home
last modified time | relevance | path

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

12345678910>>...33

/aosp_15_r20/external/OpenCL-ICD-Loader/.github/workflows/
H A Dwindows.yml8 runs-on: windows-2022
14 …ub.com/Kitware/CMake/releases/download/v${{matrix.CMAKE}}/cmake-${{matrix.CMAKE}}-windows-x86_64.z…
15 … NINJA_URL: https://github.com/ninja-build/ninja/releases/download/v${{matrix.NINJA}}/ninja-win.zip
18 - name: Cache CMake
22 cache-name: cache-cmake
24 path: ~/Downloads/cmake-${{matrix.CMAKE}}-windows-x86_64.zip
25 key: ${{ runner.os }}-${{ env.cache-name }}-${{matrix.CMAKE}}
26 - name: Cache Ninja
30 cache-name: cache-ninja
32 path: ~/Downloads/ninja-win.zip
[all …]
H A Dlinux.yml6 …b.workspace }}/install/lib/pkgconfig:${{ github.workspace }}/external/OpenCL-Headers/install/share…
11 runs-on: ubuntu-20.04
16 ….com/Kitware/CMake/releases/download/v${{ matrix.CMAKE }}/cmake-${{ matrix.CMAKE }}-Linux-x86_64.t…
19 - name: Cache CMake
23 cache-name: cache-cmake
25 path: ~/cmake-${{matrix.CMAKE}}-Linux-x86_64.tar.gz
26 key: ${{ runner.os }}-${{ env.cache-name }}-${{matrix.CMAKE}}
27 - name: Checkout CMake
28 if: steps.cmake.outputs.cache-hit != 'true'
29 run: wget -c -O ~/cmake-${{matrix.CMAKE}}-Linux-x86_64.tar.gz $CMAKE_URL
[all …]
/aosp_15_r20/external/executorch/examples/arm/executor_runner/
H A DCMakeLists.txt1 # Copyright 2023-2024 Arm Limited and/or its affiliates.
3 # This source code is licensed under the BSD-style license found in the
17 "ET_PTE_FILE_PATH must specify a model .pte, for bare metal systems the "
22 set(TARGET_BOARD "corstone-300" CACHE STRING "Target board")
24 # Example ExecuTorch demo for bare metal Cortex-M based systems
27 CACHE PATH "Path to ExecuTorch dir"
30 "${ET_DIR_PATH}/cmake-out"
31 CACHE PATH "Path to ExecuTorch build dir"
35 CACHE PATH "Path to ExecuTorch headers"
39 CACHE PATH "Path to ExecuTorch model pte"
[all …]
/aosp_15_r20/external/OpenCL-CLHPP/.github/workflows/
H A 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 …]
H A 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 …]
H A 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 …]
/aosp_15_r20/external/OpenCL-Headers/.github/workflows/
H A 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 …]
/aosp_15_r20/external/libvpx/
H A 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 …]
/aosp_15_r20/external/ComputeLibrary/docs/user_guide/
H A 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 …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/icu/icu4j/tools/misc/src/main/java/com/ibm/icu/dev/tool/localeconverter/
H A 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 …]
/aosp_15_r20/external/python/google-api-python-client/docs/dyn/
Dml_v1.projects.models.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 …]
Dml_v1.projects.models.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/autotest/client/common_lib/
H A 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 …]
/aosp_15_r20/external/mesa3d/docs/relnotes/
H A D20.3.0.rst1 Mesa 20.3.0 Release Notes / 2020-12-03
20 ---------------
24 2999738e888731531cd62b27519fa37566cc0ea2cd7d4d97f46abaa3e949c630 mesa-20.3.0.tar.xz
28 ------------
30 - GL 4.5 on llvmpipe
32 - GL_INTEL_blackhole_render on radeonsi
34 - GL_NV_copy_depth_to_color for NIR
36 - GL_NV_half_float
38 - GL_NV_shader_atomic_int64 on radeonsi
40 - EGL_KHR_swap_buffers_with_damage on X11 (DRI3)
[all …]
/aosp_15_r20/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 …]
/aosp_15_r20/external/mesa3d/.gitlab-ci/test/
H A 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 …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/gensrcs/libcore/ojluni/src/main/java/java/io/
DFileInputStream.java20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
54 * directly or by try-with-resources. Subclasses are responsible for the cleanup
78 /* File Descriptor - handle to the open file */
79 // Android-added: @ReachabilitySensitive
84 * The path of the referenced file
87 private final String path; field in FileInputStream
95 // Android-added: Field for tracking whether the stream owns the underlying FileDescriptor.
98 // Android-added: CloseGuard support.
102 // Android-added: Tracking of unbuffered I/O.
108 * the file named by the path name {@code name}
[all …]
/aosp_15_r20/libcore/ojluni/src/main/java/java/io/
H A DFileInputStream.java20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
54 * directly or by try-with-resources. Subclasses are responsible for the cleanup
78 /* File Descriptor - handle to the open file */
79 // Android-added: @ReachabilitySensitive
84 * The path of the referenced file
87 private final String path; field in FileInputStream
95 // Android-added: Field for tracking whether the stream owns the underlying FileDescriptor.
98 // Android-added: CloseGuard support.
102 // Android-added: Tracking of unbuffered I/O.
108 * the file named by the path name {@code name}
[all …]
/aosp_15_r20/out/soong/.intermediates/libcore/core_oj_api_files/gen/0/libcore/ojluni/src/main/java/java/io/
DFileInputStream.java20 * Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
54 * directly or by try-with-resources. Subclasses are responsible for the cleanup
78 /* File Descriptor - handle to the open file */
79 // Android-added: @ReachabilitySensitive
84 * The path of the referenced file
87 private final String path; field in FileInputStream
95 // Android-added: Field for tracking whether the stream owns the underlying FileDescriptor.
98 // Android-added: CloseGuard support.
102 // Android-added: Tracking of unbuffered I/O.
108 * the file named by the path name {@code name}
[all …]
/aosp_15_r20/external/mesa3d/docs/ci/
H A 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 …]
/aosp_15_r20/external/tensorflow/tensorflow/tools/compatibility/
H A Dast_edits.py7 # http://www.apache.org/licenses/LICENSE-2.0
106 """Check if an ast.Call node uses arbitrary-length positional *args.
130 """Check if an ast.Call node uses arbitrary-length **kwargs.
154 """Check if an ast.Call node uses arbitrary-length *args or **kwargs.
191 * `function_keyword_renames`: maps function names to a map of old -> new
209 def preprocess(self, root_node): # pylint: disable=unused-argument
245 self._log = [] # Holds 4-tuples: severity, line, col, msg.
332 a '.'-delimited full-name or None if node was not Attribute or Name.
388 # Only look for *.-warnings here, the other will be handled by the Attribute
389 # visitor. Also, do not warn for bare functions, only if the call func is
[all …]
/aosp_15_r20/external/ComputeLibrary/
H A DSConstruct1 # -*- coding: utf-8 -*-
3 # Copyright (c) 2016-2023 Arm Limited.
5 # SPDX-License-Identifier: MIT
47 if os.path.isfile(build_config):
64 # Manage data-types
66 env.Append(CXXFLAGS = ['-DENABLE_FP16_KERNELS'])
68 env.Append(CXXFLAGS = ['-DENABLE_FP32_KERNELS'])
70 env.Append(CXXFLAGS = ['-DENABLE_QASYMM8_KERNELS'])
72 env.Append(CXXFLAGS = ['-DENABLE_QASYMM8_SIGNED_KERNELS'])
74 env.Append(CXXFLAGS = ['-DENABLE_QSYMM16_KERNELS'])
[all …]
/aosp_15_r20/tools/test/openhst/
Dstress_test.py7 # http://www.apache.org/licenses/LICENSE-2.0
55 _SUMMARY_LINES = "-" * 73
62 _SUMMARY_COL_FORMATT = "|%-25.25s|% 22d|% 22d|"
78 "Path where directory should be generated containing all "
118 except: # pylint:disable=bare-except
119 logging.exception("Exception in worker queue - task remains uncompleted.")
147 # buildozer: disable=unused-variable
154 att.add_header("Content-Disposition", "attachment", filename=bugreport)
164 except: # pylint:disable=bare-except
191 if search(line.decode("utf-8")):
[all …]
/aosp_15_r20/external/libvpx/build/make/
H A 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 …]

12345678910>>...33