| /external/angle/build/ |
| D | xcode_binaries.yaml | 5 # $ rm -rf build/xcode_binaries && \ 6 # ln -s /Applications/Xcode.app build/xcode_binaries 7 # 2) Call `cipd create --pkg-def build/xcode_binaries.yaml` 12 # -- your build/xcode_binaries you're creating in step 1 above isn't used as 19 package: infra_internal/ios/xcode/xcode_binaries/mac-amd64 23 - dir: Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ 24 - dir: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/bison 25 - dir: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/metal/macos 26 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/air-lld 27 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bison [all …]
|
| /external/cronet/build/ |
| D | xcode_binaries.yaml | 5 # $ rm -rf build/xcode_binaries && \ 6 # ln -s /Applications/Xcode.app build/xcode_binaries 7 # 2) Call `cipd create --pkg-def build/xcode_binaries.yaml` 12 # -- your build/xcode_binaries you're creating in step 1 above isn't used as 19 package: infra_internal/ios/xcode/xcode_binaries/mac-amd64 23 - dir: Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/ 24 - dir: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/share/bison 25 - dir: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/metal/macos 26 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/air-lld 27 - file: Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/bin/bison [all …]
|
| /external/bazelbuild-rules_rust/examples/nix_cross_compiling/ |
| D | WORKSPACE.bazel | 7 strip_prefix = "rules_nixpkgs-c871abcedf5734513f7ab731ea6ba541636f4df6", 19 # Toolchains 21 "//bazel/toolchains/cc/aarch64-apple-darwin:toolchain", 22 "//bazel/toolchains/cc/aarch64-apple-ios:toolchain", 23 "//bazel/toolchains/cc/aarch64-linux-android:toolchain", 24 "//bazel/toolchains/cc/aarch64-unknown-linux-gnu:toolchain", 25 "//bazel/toolchains/cc/wasm32-unknown-unknown:toolchain", 26 "//bazel/toolchains/cc/wasm32-wasi:toolchain", 27 "//bazel/toolchains/cc/x86_64-apple-darwin:toolchain", 28 "//bazel/toolchains/cc/x86_64-pc-windows-msvc:toolchain", [all …]
|
| /external/bazelbuild-rules_cc/cc/toolchains/variables/ |
| D | BUILD | 1 load("//cc/toolchains/impl:variables.bzl", "cc_builtin_variables", "cc_variable", "types") 8 "//cc/toolchains/actions:link_actions", 9 "//cc/toolchains/actions:compile_actions", 16 actions = ["//cc/toolchains/actions:link_actions"], 22 actions = ["//cc/toolchains/actions:compile_actions"], 28 actions = ["//cc/toolchains/actions:compile_actions"], 34 actions = ["//cc/toolchains/actions:compile_actions"], 41 "//cc/toolchains/actions:link_actions", 42 "//cc/toolchains/actions:compile_actions", 49 actions = ["//cc/toolchains/actions:compile_actions"], [all …]
|
| /external/skia/toolchain/android_trampolines/gen_trampolines/ |
| D | gen_trampolines.go | 10 // built-in Bazel function expects tool paths to point to files under the directory in which it is 12 // to use trampoline scripts that pass through any command-line arguments to the NDK binaries under 30 // //toolchains/download_toolchains.bzl. 32 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ar", 33 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-dwp", 34 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-ld", 35 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-nm", 36 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-objcopy", 37 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-objdump", 38 "toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/arm-linux-androideabi-strip", [all …]
|
| /external/bazelbuild-rules_cc/tools/migration/ |
| D | crosstool_to_starlark_lib_test.go | 35 "toolchain_identifier: 'id-" + id + "'", 36 "host_system_name: 'host-" + id + "'", 37 "target_system_name: 'target-" + id + "'", 38 "target_cpu: 'cpu-" + id + "'", 39 "compiler: 'compiler-" + id + "'", 40 "target_libc: 'libc-" + id + "'", 41 "abi_version: 'version-" + id + "'", 42 "abi_libc_version: 'libc_version-" + id + "'", 65 toolchains := []string{toolchain1, toolchain2} 66 crosstool := makeCrosstool(toolchains) [all …]
|
| /external/pigweed/pw_toolchain/ |
| D | docs.rst | 1 .. _module-pw_toolchain: 6 GN toolchains function both as a set of tools for compilation and as a workspace 8 different toolchains. Each toolchain maintains its own set of build args, and 9 build steps from all toolchains can be executed in parallel. 11 ------------- 12 GN Toolchains 13 ------------- 14 ``pw_toolchain`` module provides GN toolchains that may be used to build 15 Pigweed. Various GCC and Clang toolchains for multiple platforms are provided. 16 Toolchains names typically include the compiler (``clang`` or ``gcc`` and [all …]
|
| D | BUILD.gn | 7 # https://www.apache.org/licenses/LICENSE-2.0 19 import("arm_gcc/toolchains.gni") 21 import("host_clang/toolchains.gni") 22 import("host_gcc/toolchains.gni") 24 # For each of the toolchains below, the toolchain GNI file has the corresponding 27 # fine-grained control over which default configs they wise to override. 29 # Generate ARM GCC toolchains 31 toolchains = pw_toolchain_arm_gcc_list 34 # Generate Host GCC toolchains 36 toolchains = pw_toolchain_host_gcc_list [all …]
|
| /external/bazelbuild-rules_python/python/extensions/ |
| D | python.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 22 # targets using any of these toolchains due to the changed repository name. 37 fail("index must be non-negative") 38 return ("0" * length + str(index))[-length:] 47 """Calls python_register_toolchains and returns a struct used to collect the toolchains. 64 toolchains = [] 67 # toolchain added to toolchains. 135 toolchains.append(toolchain_info) 137 # A default toolchain is required so that the non-version-specific rules 144 toolchains.append(default_toolchain) [all …]
|
| /external/jacoco/.azure-pipelines/ |
| D | azure-pipelines.yml | 2 - job: 35 vmImage: 'ubuntu-18.04' 37 - bash: | 38 set -e 42 curl -L $JDK_URL -o .jdk/jdk.tar.gz 43 tar -xzf .jdk/jdk.tar.gz -C .jdk --strip-components 1 44 .jdk/bin/java -version 46 <toolchains> 57 </toolchains> 58 " > toolchains.xml [all …]
|
| /external/pigweed/targets/host/ |
| D | target_docs.rst | 1 .. _target-host: 8 ---------- 9 Toolchains chapter 10 ---------- 11 Pigweed several toolchains preconfigured for compiling for the host. 13 .. list-table:: 15 * - Toolchain name 16 - GN path 17 - Compiler 18 - Optimization [all …]
|
| /external/pigweed/pw_android_toolchain/ |
| D | docs.rst | 1 .. _module-pw_android_toolchain: 3 -------------------- 5 -------------------- 6 .. pigweed-module:: 9 Android toolchains differ from ``pw_toolchain`` in that the latter defines the 25 Toolchains chapter 27 ``pw_android_toolchain`` provides GN toolchains that may be used to build 28 Pigweed against an Android NDK. The following toolchains are defined: 30 - arm_android_debug 31 - arm_android_size_optimized [all …]
|
| /external/bazelbuild-rules_cc/cc/toolchains/ |
| D | toolchain.bzl | 7 # http://www.apache.org/licenses/LICENSE-2.0 18 "//cc/toolchains/impl:toolchain_config.bzl", 25 # Taken from https://bazel.build/docs/cc-toolchain-config-reference#actions 26 # TODO: This is best-effort. Update this with the correct file groups once we 30 "@rules_cc//cc/toolchains/actions:ar_actions", # copybara-use-repo-external-label 33 "@rules_cc//cc/toolchains/actions:assembly_actions", # copybara-use-repo-external-label 36 … "@rules_cc//cc/toolchains/actions:cc_flags_make_variable", # copybara-use-repo-external-label 37 "@rules_cc//cc/toolchains/actions:c_compile", # copybara-use-repo-external-label 38 "@rules_cc//cc/toolchains/actions:cpp_compile", # copybara-use-repo-external-label 39 "@rules_cc//cc/toolchains/actions:cpp_header_parsing", # copybara-use-repo-external-label [all …]
|
| /external/tensorflow/tensorflow/lite/g3doc/guide/ |
| D | build_cmake_arm.md | 6 The following instructions have been tested on Ubuntu 16.04.3 64-bit PC (AMD64) 28 ldd --version 31 <pre class="tfo-notebook-code-cell-output"> 32 ldd (Debian GLIBC 2.28-10) 2.28 41 If your target is ARM 32-bit, there are two ABI available depending on VFP 54 <pre class="tfo-notebook-code-cell-output"> 70 [Ubuntu Server 20.04.01 LTS 64-bit](https://ubuntu.com/download/raspberry-pi) 75 These commands install gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu toolchain 76 under ${HOME}/toolchains. 79 …-LO https://storage.googleapis.com/mirror.tensorflow.org/developer.arm.com/media/Files/downloads/g… [all …]
|
| /external/bazelbuild-rules_go/go/private/ |
| D | extensions.bzl | 43 # targets using any of these toolchains due to the changed repository name. 56 …# The order follows bazel's iteration over modules (the toolchains declared by the root module are… 60 toolchains = [] 67 fail("go_sdk.download: version must be specified in non-root module " + module.name) 73 # TODO(https://github.com/bazelbuild/bazel-gazelle/issues/1469): Investigate whether 74 # Gazelle can use the first user-defined SDK instead to prevent unnecessary downloads. 76 … fail("go_sdk.download: name must not be specified in non-root module " + module.name) 96 toolchains.append(struct( 109 fail("go_sdk.host: cannot be used in non-root module " + module.name) 122 toolchains.append(struct( [all …]
|
| /external/bazelbuild-rules_rust/examples/nix_cross_compiling/bazel/toolchains/cc/aarch64-linux-android/ |
| D | BUILD.bazel | 21 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/c++/v1".for… 23 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/local/include".form… 24 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include/aarch64-lin… 25 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/include".format(SDK… 37 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/14.0.7".format(SDK_… 38 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/lib64/clang/14.0.7/lib/linux/aa… 39 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-a… 40 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib/aarch64-linux-a… 41 …"{}/share/android-sdk/ndk/{}/toolchains/llvm/prebuilt/linux-x86_64/sysroot/usr/lib".format(SDK_UNI… 45 "-DANDROID", [all …]
|
| /external/angle/build/android/pylib/constants/ |
| D | host_paths_unittest.py | 3 # Use of this source code is governed by a BSD-style license that can be 14 # This map corresponds to the binprefix of NDK prebuilt toolchains for various 17 'arm': 'toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/' + 18 'arm-linux-androideabi-', 20 'toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/' + 21 'aarch64-linux-android-', 22 'x86': 'toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-', 24 'toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-', 26 'toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-', 28 'toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/' + [all …]
|
| /external/cronet/build/android/pylib/constants/ |
| D | host_paths_unittest.py | 3 # Use of this source code is governed by a BSD-style license that can be 14 # This map corresponds to the binprefix of NDK prebuilt toolchains for various 17 'arm': 'toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/' + 18 'arm-linux-androideabi-', 20 'toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/' + 21 'aarch64-linux-android-', 22 'x86': 'toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-', 24 'toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-', 26 'toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-', 28 'toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/' + [all …]
|
| /external/rust/crates/grpcio-sys/grpc/tools/remote_build/ |
| D | windows.bazelrc | 3 # Next section is windows-specific RBE configuration 4 build --crosstool_top=//third_party/toolchains:rbe_windows_default_toolchain_suite 5 build --extra_toolchains=//third_party/toolchains:rbe_windows_default_cc_toolchain 6 # Use custom execution platforms defined in third_party/toolchains 7 build --extra_execution_platforms=//third_party/toolchains:rbe_windows_default_platform 8 build --host_platform=//third_party/toolchains:rbe_windows_default_platform 9 build --platforms=//third_party/toolchains:rbe_windows_default_platform 11 build --shell_executable=C:\\msys64\\usr\\bin\\bash.exe 12 build --python_path="C:\\Program Files\\Python310\\python.exe" 14 build --test_tag_filters=-no_windows [all …]
|
| /external/libchrome/build/android/pylib/constants/ |
| D | host_paths_unittest.py | 3 # Use of this source code is governed by a BSD-style license that can be 14 # This map corresponds to the binprefix of NDK prebuilt toolchains for various 17 'arm': 'toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/' + 18 'arm-linux-androideabi-', 20 'toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/' + 21 'aarch64-linux-android-', 22 'x86': 'toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-', 24 'toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-', 26 'toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-', 28 'toolchains/mipsel-linux-android-4.9/prebuilt/linux-x86_64/bin/' + [all …]
|
| /external/cpu_features/scripts/ |
| D | run_integration.sh | 2 set -eo pipefail 17 mkdir -p "${ARCHIVE_DIR}" 19 local -r URL=$1 20 local -r RELATIVE_DIR=$2 21 local -r DESTINATION="${ARCHIVE_DIR}/${RELATIVE_DIR}" 22 if [[ ! -d "${DESTINATION}" ]] ; then 24 local -r ARCHIVE_NAME=$(basename "${URL}") 25 [[ -f "${ARCHIVE_NAME}" ]] || wget --no-verbose "${URL}" 27 rm -f "${ARCHIVE_NAME}" 36 local -r QEMU_VERSION=${QEMU_VERSION:=7.1.0} [all …]
|
| D | test_integration.sh | 3 # Toolchains for little-endian, 64-bit ARMv8 for GNU/Linux systems 4 function set_aarch64-linux-gnu() { 5 export TARGET=aarch64-linux-gnu 8 # Toolchains for little-endian, hard-float, 32-bit ARMv7 (and earlier) for GNU/Linux systems 9 function set_arm-linux-gnueabihf() { 10 export TARGET=arm-linux-gnueabihf 13 # Toolchains for little-endian, 32-bit ARMv8 for GNU/Linux systems 14 function set_armv8l-linux-gnueabihf() { 15 export TARGET=armv8l-linux-gnueabihf 18 # Toolchains for little-endian, soft-float, 32-bit ARMv7 (and earlier) for GNU/Linux systems [all …]
|
| /external/cronet/third_party/cpu_features/src/scripts/ |
| D | run_integration.sh | 2 set -eo pipefail 17 mkdir -p "${ARCHIVE_DIR}" 19 local -r URL=$1 20 local -r RELATIVE_DIR=$2 21 local -r DESTINATION="${ARCHIVE_DIR}/${RELATIVE_DIR}" 22 if [[ ! -d "${DESTINATION}" ]] ; then 24 local -r ARCHIVE_NAME=$(basename "${URL}") 25 [[ -f "${ARCHIVE_NAME}" ]] || wget --no-verbose "${URL}" 27 rm -f "${ARCHIVE_NAME}" 36 local -r QEMU_VERSION=${QEMU_VERSION:=7.1.0} [all …]
|
| D | test_integration.sh | 3 # Toolchains for little-endian, 64-bit ARMv8 for GNU/Linux systems 4 function set_aarch64-linux-gnu() { 5 export TARGET=aarch64-linux-gnu 8 # Toolchains for little-endian, hard-float, 32-bit ARMv7 (and earlier) for GNU/Linux systems 9 function set_arm-linux-gnueabihf() { 10 export TARGET=arm-linux-gnueabihf 13 # Toolchains for little-endian, 32-bit ARMv8 for GNU/Linux systems 14 function set_armv8l-linux-gnueabihf() { 15 export TARGET=armv8l-linux-gnueabihf 18 # Toolchains for little-endian, soft-float, 32-bit ARMv7 (and earlier) for GNU/Linux systems [all …]
|
| /external/grpc-grpc/tools/remote_build/ |
| D | windows.bazelrc | 3 # Next section is windows-specific RBE configuration 4 build --crosstool_top=//third_party/toolchains:rbe_windows_default_toolchain_suite 5 build --extra_toolchains=//third_party/toolchains:rbe_windows_default_cc_toolchain 6 # Use custom execution platforms defined in third_party/toolchains 7 build --extra_execution_platforms=//third_party/toolchains:rbe_windows_default_platform 8 build --host_platform=//third_party/toolchains:rbe_windows_default_platform 9 build --platforms=//third_party/toolchains:rbe_windows_default_platform 11 build --shell_executable=C:\\msys64\\usr\\bin\\bash.exe 12 build --python_path="C:\\Program Files\\Python310\\python.exe" 14 build --test_tag_filters=-no_windows [all …]
|