/aosp_15_r20/packages/modules/Bluetooth/floss/build/rustup/ |
D | rustup.sh | 5 # install rustup. It just does platform detection, downloads the installer 9 # extension. Note: Most shells limit `local` to 1 var per line, contra bash. 11 if [ "$KSH_VERSION" = 'Version JM 93t+ 2010-03-05' ]; then 16 exit 1 20 set -u 23 RUSTUP_UPDATE_ROOT="${RUSTUP_UPDATE_ROOT:-https://static.rust-lang.org/rustup}" 27 cat 1>&2 <<EOF 28 rustup-init 1.24.3 (c1c769109 2021-05-31) 29 The installer for rustup 32 rustup-init [FLAGS] [OPTIONS] [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/install/ |
H A D | install_bazel.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 18 BAZEL_VERSION="5.1.1" 21 local_bazel_ver=$(bazel version 2>&1 | grep -i label | awk '{print $3}') 27 set -e 30 mkdir -p /bazel 32 if [[ $(uname -m) == "aarch64" ]]; then 33 …curl -o /usr/local/bin/bazel -fSsL https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VE… 36 if [[ ! -f "bazel-$BAZEL_VERSION-installer-linux-x86_64.sh" ]]; then 37 …curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VE… 39 chmod +x /bazel/bazel-*.sh [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/linux/mkl/ |
H A D | Dockerfile.devel-mkl | 32 …curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VE… 33 chmod +x bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && \ 34 ./bazel-$BAZEL_VERSION-installer-linux-x86_64.sh && \ 35 rm -rf bazel-$BAZEL_VERSION-installer-linux-x86_64.sh; \ 38 # Upgrade gcc-8 if argument is passed 40 add-apt-repository ppa:ubuntu-toolchain-r/test -y && \ 41 apt-get update && \ 42 apt-get install gcc-8 g++-8 -y && \ 43 …update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-8 80 --slave /usr/bin/g++ g++ /usr/bin… 44 …update-alternatives --install /usr/bin/gcc gcc /usr/bin/gcc-7 70 --slave /usr/bin/g++ g++ /usr/bin… [all …]
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/manual/ |
D | cmake-file-api.7.rst | 1 .. cmake-manual-description: CMake File-Based API 3 cmake-file-api(7) 13 CMake provides a file-based API that clients may use to get semantic 20 The file-based API uses a ``<build>/.cmake/api/`` directory at the top 48 ------------------------------- 57 <build>/.cmake/api/v1/query/<kind>-v<major> 59 where ``<kind>`` is one of the `Object Kinds`_, ``-v`` is literal, 67 ------------------------------- 74 client-specific query subdirectories. The form is:: 76 <build>/.cmake/api/v1/query/client-<client>/<kind>-v<major> [all …]
|
/aosp_15_r20/external/perfetto/infra/ci/sandbox/ |
H A D | Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 21 RUN set -ex; \ 23 echo deb http://archive.debian.org/debian buster-backports main > \ 25 apt-get update; \ 26 apt-get -y install python3 python3-pip git curl sudo lz4 tar ccache tini \ 27 libpulse0 libgl1 libxml2 libc6-dev-i386 libtinfo5 \ 28 gnupg2 pkg-config zip g++ zlib1g-dev unzip \ 29 python3-distutils gcc-8 g++-8; \ 30 apt-get -y install libc++-8-dev libc++abi-8-dev clang-8; \ 31 update-alternatives --install /usr/bin/python python /usr/bin/python3.7 1; \ [all …]
|
/aosp_15_r20/external/tflite-support/tensorflow_lite_support/tools/ci_build/ |
H A D | common.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 25 eval "$1" 27 if [[ $? -ne 0 ]]; then 29 eval "$1" 34 echo "$@" 1>&2 ; exit 1; 42 result=$("$@" 2>&1) || die "$result" 45 set -x 50 mkdir -p /tmpfs/bazel_output 57 case "$(uname -s)" in 58 Darwin) local name=bazelisk-darwin-amd64 ;; [all …]
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/ |
H A D | .travis.yml | 7 - compiler: gcc 11 - lcov 13 - compiler: gcc 17 - g++-multilib 18 - libc6:i386 20 - COMPILER=g++ 21 - C_COMPILER=gcc 22 - BUILD_TYPE=Debug 23 - BUILD_32_BITS=ON 24 - EXTRA_FLAGS="-m32" [all …]
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/ |
H A D | .travis.yml | 7 - /usr/local/bin:$PATH 11 - compiler: gcc 15 - lcov 17 - compiler: gcc 19 - compiler: gcc 21 - compiler: gcc 25 - g++-multilib 27 - compiler: gcc 31 - g++-multilib 33 - compiler: gcc [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/ci_build/release/ |
H A D | common.sh | 8 # http://www.apache.org/licenses/LICENSE-2.0 20 LATEST_BAZEL_VERSION=5.1.1 29 eval "$1" 31 if [[ $? -ne 0 ]]; then 33 eval "$1" 38 echo "$@" 1>&2 ; exit 1; 46 result=$("$@" 2>&1) || die "$result" 49 set -x 55 mkdir -p /tmpfs/bazel_output 62 case "$(uname -s)" in [all …]
|
/aosp_15_r20/external/libjpeg-turbo/ |
H A D | BUILDING.md | 1 Building libjpeg-turbo 6 ------------------ 11 - [CMake](http://www.cmake.org) v2.8.12 or later 13 - [NASM](http://www.nasm.us) or [Yasm](http://yasm.tortall.net) 14 (if building x86 or x86-64 SIMD extensions) 19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in 21 libjpeg-turbo, then NASM 2.14 or later or Yasm must be used when 22 building libjpeg-turbo. 29 repository on Red Hat Enterprise Linux 8+ and derivatives, which is not 32 ### Un*x Platforms (including Linux, Mac, FreeBSD, Solaris, and Cygwin) [all …]
|
/aosp_15_r20/tools/acloud/setup/ |
H A D | google_sdk.py | 3 # Copyright 2018 - The Android Open Source Project 9 # http://www.apache.org/licenses/LICENSE-2.0 16 """google SDK tools installer. 44 SDK_BIN_PATH = os.path.join("google-cloud-sdk", "bin") 49 LINUX_GCP_SDK_64_URL = "%s/google-cloud-sdk-%s-linux-x86_64.tar.gz" % ( 51 LINUX_GCP_SDK_32_URL = "%s/google-cloud-sdk-%s-linux-x86.tar.gz" % ( 53 WIN_GCP_SDK_64_URL = "%s/google-cloud-sdk-%s-windows-x86_64.zip" % ( 55 WIN_GCP_SDK_32_URL = "%s/google-cloud-sdk-%s-windows-x86.zip" % ( 57 MAC_GCP_SDK_64_URL = "%s/google-cloud-sdk-%s-darwin-x86_64.tar.gz" % ( 59 MAC_GCP_SDK_32_URL = "%s/google-cloud-sdk-%s-darwin-x86.tar.gz" % ( [all …]
|
/aosp_15_r20/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/onednn/ |
H A D | centos-8-devel-mpi-horovod.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 28 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install 29 RUN dnf install -y 'dnf-command(config-manager)' && \ 30 dnf config-manager --set-enabled powertools && \ 31 …dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-"${CENTOS_VERSION}".noarc… 34 RUN yum update -y && \ 35 yum install -y \ 37 freetype-devel \ 39 gcc-c++ \ 41 hdf5-devel \ [all …]
|
H A D | redhat-8-devel-mpi-horovod.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 28 # Enable EPEL otherwise some packages like hdf5-devel fail to install 29 RUN dnf install -y 'dnf-command(config-manager)' && \ 30 dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \ 33 RUN yum update -y && \ 34 yum install -y \ 36 freetype-devel \ 38 gcc-c++ \ 40 hdf5-devel \ 41 java-1.8.0-openjdk \ [all …]
|
H A D | centos-7-devel-mpi-horovod.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install 28 yum update -y && \ 29 yum install -y epel-release 31 RUN yum update -y && \ 32 yum install -y \ 34 freetype-devel \ 36 gcc-c++ \ 38 hdf5-devel \ 39 java-1.8.0-openjdk \ [all …]
|
H A D | centos-8-devel-mpi-horovod-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 28 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install 29 RUN dnf install -y 'dnf-command(config-manager)' && \ 30 dnf config-manager --set-enabled powertools && \ 31 …dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-"${CENTOS_VERSION}".noarc… 34 RUN yum update -y && \ 35 yum install -y \ 37 freetype-devel \ 39 gcc-c++ \ 41 hdf5-devel \ [all …]
|
H A D | redhat-8-devel-mpi-horovod-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 28 # Enable EPEL otherwise some packages like hdf5-devel fail to install 29 RUN dnf install -y 'dnf-command(config-manager)' && \ 30 dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \ 33 RUN yum update -y && \ 34 yum install -y \ 36 freetype-devel \ 38 gcc-c++ \ 40 hdf5-devel \ 41 java-1.8.0-openjdk \ [all …]
|
H A D | centos-7-devel-mpi-horovod-jupyter.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install 28 yum update -y && \ 29 yum install -y epel-release 31 RUN yum update -y && \ 32 yum install -y \ 34 freetype-devel \ 36 gcc-c++ \ 38 hdf5-devel \ 39 java-1.8.0-openjdk \ [all …]
|
H A D | centos-8-devel.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 28 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install 29 RUN dnf install -y 'dnf-command(config-manager)' && \ 30 dnf config-manager --set-enabled powertools && \ 31 …dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-"${CENTOS_VERSION}".noarc… 34 RUN yum update -y && \ 35 yum install -y \ 37 freetype-devel \ 39 gcc-c++ \ 41 hdf5-devel \ [all …]
|
H A D | redhat-8-devel.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 28 # Enable EPEL otherwise some packages like hdf5-devel fail to install 29 RUN dnf install -y 'dnf-command(config-manager)' && \ 30 dnf install -y https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm && \ 33 RUN yum update -y && \ 34 yum install -y \ 36 freetype-devel \ 38 gcc-c++ \ 40 hdf5-devel \ 41 java-1.8.0-openjdk \ [all …]
|
H A D | centos-7-devel.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 26 # Enable both PowerTools and EPEL otherwise some packages like hdf5-devel fail to install 28 yum update -y && \ 29 yum install -y epel-release 31 RUN yum update -y && \ 32 yum install -y \ 34 freetype-devel \ 36 gcc-c++ \ 38 hdf5-devel \ 39 java-1.8.0-openjdk \ [all …]
|
H A D | ubuntu-16.04-devel.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \ 29 build-essential \ 32 libcurl3-dev \ 33 libfreetype6-dev \ 34 libhdf5-serial-dev \ 35 libzmq3-dev \ 36 pkg-config \ 38 software-properties-common \ 42 zlib1g-dev \ [all …]
|
H A D | ubuntu-20.04-devel.Dockerfile | 7 # http://www.apache.org/licenses/LICENSE-2.0 28 RUN apt-get update && apt-get install -y --no-install-recommends --fix-missing \ 29 build-essential \ 32 libcurl3-dev \ 33 libfreetype6-dev \ 34 libhdf5-serial-dev \ 35 libzmq3-dev \ 36 pkg-config \ 38 software-properties-common \ 42 zlib1g-dev \ [all …]
|
/aosp_15_r20/kernel/tests/net/test/rootfs/ |
H A D | bullseye-server.sh | 9 # http://www.apache.org/licenses/LICENSE-2.0 18 set -e 19 set -u 21 SCRIPT_DIR=$(CDPATH= cd -- "$(dirname -- "$0")" && pwd -P) 23 . $SCRIPT_DIR/bullseye-common.sh 25 arch=$(uname -m) 27 [ "${arch}" = "x86_64" ] && arch=amd64 31 mkdir -p /lib/firmware 37 if [ ! -d /dev/fd ]; then 38 ln -s /proc/self/fd /dev/fd [all …]
|
/aosp_15_r20/prebuilts/rust/linux-musl-x86/1.80.1/lib/rustlib/ |
H A D | install.log | 1 $ umask 022 && mkdir -p "/mnt/disks/build-disk/src/android/rust-toolchain/out/package/lib/rustlib" 2 $ echo "3" > "/mnt/disks/build-disk/src/android/rust-toolchain/out/package/lib/rustlib/rust-install… 3 install: creating uninstall script at /mnt/disks/build-disk/src/android/rust-toolchain/out/package/… 4 …-disk/src/android/rust-toolchain/out/rustc/build/tmp/tarball/clippy/x86_64-unknown-linux-musl/clip… 5 install: installing component 'clippy-preview' 6 $ echo "clippy-preview" >> "/mnt/disks/build-disk/src/android/rust-toolchain/out/package/lib/rustli… 7 $ umask 022 && mkdir -p "/mnt/disks/build-disk/src/android/rust-toolchain/out/package/bin" 8 install: copying file /mnt/disks/build-disk/src/android/rust-toolchain/out/package/bin/cargo-clippy 9 …-disk/src/android/rust-toolchain/out/rustc/build/tmp/tarball/clippy/x86_64-unknown-linux-musl/clip… 10 $ chmod 755 /mnt/disks/build-disk/src/android/rust-toolchain/out/package/bin/cargo-clippy [all …]
|
/aosp_15_r20/prebuilts/rust/linux-x86/1.80.1/lib/rustlib/ |
H A D | install.log | 1 $ umask 022 && mkdir -p "/mnt/disks/build-disk/src/android/rust-toolchain/out/package/lib/rustlib" 2 $ echo "3" > "/mnt/disks/build-disk/src/android/rust-toolchain/out/package/lib/rustlib/rust-install… 3 install: creating uninstall script at /mnt/disks/build-disk/src/android/rust-toolchain/out/package/… 4 …-disk/src/android/rust-toolchain/out/rustc/build/tmp/tarball/clippy/x86_64-unknown-linux-gnu/clipp… 5 install: installing component 'clippy-preview' 6 $ echo "clippy-preview" >> "/mnt/disks/build-disk/src/android/rust-toolchain/out/package/lib/rustli… 7 $ umask 022 && mkdir -p "/mnt/disks/build-disk/src/android/rust-toolchain/out/package/bin" 8 install: copying file /mnt/disks/build-disk/src/android/rust-toolchain/out/package/bin/cargo-clippy 9 …-disk/src/android/rust-toolchain/out/rustc/build/tmp/tarball/clippy/x86_64-unknown-linux-gnu/clipp… 10 $ chmod 755 /mnt/disks/build-disk/src/android/rust-toolchain/out/package/bin/cargo-clippy [all …]
|