| /external/crosvm/third_party/libslirp-rs/ | 
| D | README.md | 4 libslirp-rs project that has been tightly integrated with `net_util`.6 libslirp-rs depends on a bunch of libraries (libslirp and its dependencies).
 7 Run `upload_libslirp_prebuilts.ps1` helps to setup msys, fetch sources, build and
 20 pacman -S mingw-w64-x86_64-meson ninja git mingw-w64-x86_64-gcc mingw-w64-x86_64-glib2 mingw-w64-x8…
 31 ninja -C build
 37 [libglib-2.0-0.dll](https://packages.msys2.org/package/mingw-w64-x86_64-glib2) and glib inturn
 38 depends on a few other libraries. On linux libglib-2.0-0.dll is not available as a dll with mingw
 39 setup or in another other apt packages. So you need to build dependent libraries either manually or
 40 get them prebuilt from somewhere. Once you have those, create a file name `cross-compile` in
 44 c = 'x86_64-w64-mingw32-gcc'
 [all …]
 
 | 
| /external/libepoxy/.github/workflows/ | 
| D | msys2.yml | 11     runs-on: windows-latest16       PYTHONIOENCODING: "utf-8"
 18     - uses: actions/checkout@master
 19     - uses: msys2/setup-msys2@v2
 23 …-devel git mingw-w64-x86_64-meson mingw-w64-x86_64-ninja mingw-w64-x86_64-pkg-config mingw-w64-x86…
 24     - name: Build
 26         meson setup _build
 27         meson compile -C _build
 
 | 
| /external/skia/infra/bots/recipe_modules/build/examples/full.expected/ | 
| D | Build-Debian10-GCC-x86_64-Debug-Docker.json | 4     "name": "Docker setup"11     "name": "Docker setup.Get uid and gid",
 22       "-u",
 24       "--json-output",
 26       "ensure-directory",
 27       "--mode",
 29       "[START_DIR]/cache/work/skia/out/Build-Debian10-GCC-x86_64-Debug-Docker/Debug"
 32     "name": "Docker setup.mkdirs out_dir",
 41       "[START_DIR]/cache/work/skia/out/Build-Debian10-GCC-x86_64-Debug-Docker/Debug"
 44 …"name": "Docker setup.chmod 777 [START_DIR]/cache/work/skia/out/Build-Debian10-GCC-x86_64-Debug-Do…
 [all …]
 
 | 
| D | Build-Debian10-GCC-x86_64-Release-NoGPU_Docker.json | 4     "name": "Docker setup"11     "name": "Docker setup.Get uid and gid",
 22       "-u",
 24       "--json-output",
 26       "ensure-directory",
 27       "--mode",
 29       "[START_DIR]/cache/work/skia/out/Build-Debian10-GCC-x86_64-Release-NoGPU_Docker/Release"
 32     "name": "Docker setup.mkdirs out_dir",
 41       "[START_DIR]/cache/work/skia/out/Build-Debian10-GCC-x86_64-Release-NoGPU_Docker/Release"
 44 …"name": "Docker setup.chmod 777 [START_DIR]/cache/work/skia/out/Build-Debian10-GCC-x86_64-Release-…
 [all …]
 
 | 
| D | Build-Debian10-GCC-x86_64-Release-Shared_Docker.json | 4     "name": "Docker setup"11     "name": "Docker setup.Get uid and gid",
 22       "-u",
 24       "--json-output",
 26       "ensure-directory",
 27       "--mode",
 29       "[START_DIR]/cache/work/skia/out/Build-Debian10-GCC-x86_64-Release-Shared_Docker/Release"
 32     "name": "Docker setup.mkdirs out_dir",
 41       "[START_DIR]/cache/work/skia/out/Build-Debian10-GCC-x86_64-Release-Shared_Docker/Release"
 44 …"name": "Docker setup.chmod 777 [START_DIR]/cache/work/skia/out/Build-Debian10-GCC-x86_64-Release-…
 [all …]
 
 | 
| /external/crosvm/x86_64/tests/integration/ | 
| D | main.rs | 2 // Use of this source code is governed by a BSD-style license that can be8     any(target_arch = "x86", target_arch = "x86_64")
 38 use x86_64::acpi;
 39 use x86_64::arch_memory_regions;
 40 use x86_64::bootparam;
 41 use x86_64::cpuid::setup_cpuid;
 42 use x86_64::init_low_memory_layout;
 43 use x86_64::interrupts::set_lint;
 44 use x86_64::mptable;
 45 use x86_64::read_pci_mmio_before_32bit;
 [all …]
 
 | 
| /external/oss-fuzz/.github/workflows/ | 
| D | project_tests.yml | 6     - master10     runs-on: ubuntu-latest
 12       fail-fast: false
 15           - libfuzzer
 17           - address
 18           - memory
 19           - undefined
 20           - coverage
 22           - x86_64
 24           - engine: afl
 [all …]
 
 | 
| /external/python/pyyaml/.github/workflows/ | 
| D | manual_artifact_build.yaml | 1 ---19     runs-on: ubuntu-latest
 21     - name: Checkout PyYAML
 24     - name: Install a python
 25       uses: actions/setup-python@v2
 27         python-version: 3.x
 29     - name: Build sdist
 34         python -V
 35         python -m pip install build
 37         python -m build .
 [all …]
 
 | 
| D | ci.yaml | 1 ---21     runs-on: ubuntu-latest
 23     - name: Checkout PyYAML
 26     - name: Install a python
 27       uses: actions/setup-python@v2
 29         python-version: 3.x
 31     - name: Build sdist
 36         python -V
 37         python -m pip install build
 39         python -m build .
 [all …]
 
 | 
| /external/python/cpython3/android/ | 
| D | regen.sh | 1 #!/bin/bash -ex9 #     http://www.apache.org/licenses/LICENSE-2.0
 26   if [ $(uname -m) == 'aarch64' ]; then
 32 mkdir -p $DIR/pyconfig
 38   export CC="$ANDROID_BUILD_TOP/prebuilts/clang/host/linux-x86/$CLANG_VERSION/bin/clang"
 39 …export CFLAGS="--sysroot=$ANDROID_BUILD_TOP/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.…
 40 …--sysroot=$ANDROID_BUILD_TOP/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.17-4.8/sysroot -B$AN…
 42   #export CC="$ANDROID_BUILD_TOP/prebuilts/clang/host/linux-x86/$CLANG_VERSION/bin/clang"
 44   export CFLAGS="--sysroot=$ANDROID_BUILD_TOP/prebuilts/build-tools/sysroots/aarch64-linux-musl"
 45 …export LDFLAGS="--sysroot=$ANDROID_BUILD_TOP/prebuilts/build-tools/sysroots/aarch64-linux-musl -rt…
 [all …]
 
 | 
| /external/libbpf/.github/workflows/ | 
| D | test.yml | 1 name: libbpf-ci7     - cron:  '0 18 * * *'
 10   group: ci-test-${{ github.head_ref }}
 11   cancel-in-progress: true
 15     runs-on: ${{ matrix.runs_on }}
 18       fail-fast: false
 21           - kernel: 'LATEST'
 22             runs_on: ubuntu-latest
 23             arch: 'x86_64'
 24           - kernel: '5.5.0'
 [all …]
 
 | 
| /external/skia/platform_tools/android/bin/ | 
| D | android_gdb_native | 9 # setup the gdbserver10 $SCRIPT_DIR/android_gdbserver -C ${SKIA_OUT} ${APP_ARGS[@]}
 12 # quit if gdbserver setup failed
 14   echo "ERROR: gdbserver failed to setup properly."
 27 GDBSETUP=$GDB_TMP_DIR/gdb.setup
 31     echo "set solib-absolute-prefix ${GDB_TMP_DIR}"
 32     echo "set solib-search-path ${GDB_TMP_DIR}"
 40 HOST=`uname | tr '[A-Z]' '[a-z]'`
 42     GDB_HOST=$ANDROID_NDK_ROOT/prebuilt/darwin-x86_64/bin/gdb
 44      GDB_HOST=$ANDROID_NDK_ROOT/prebuilt/linux-x86_64/bin/gdb
 [all …]
 
 | 
| /external/libiio/src/ | 
| D | appveyor.yml | 14     - Release17     - echo "Checking out sub-modules..."
 18     - git submodule update --init
 19     - echo "Downloading deps..."
 20     - cd C:\
 21     - appveyor DownloadFile http://swdownloads.analog.com/cse/build/libiio-win-deps.zip
 22     - 7z x -y "C:\libiio-win-deps.zip"
 23     #Install Inno Setup
 24     - choco install InnoSetup
 25     - set PATH=%PATH%;"C:\Program Files (x86)\Inno Setup 5"
 [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 be15 # target CPU architectures. Note that 'x86_64' and 'x64' are the same.
 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-',
 23   'x86_64':
 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-',
 [all …]
 
 | 
| /external/armnn/build-tool/scripts/ | 
| D | validation.sh | 4 # SPDX-License-Identifier: MIT7 # Common validation of command line arguments provided to setup-armnn.sh and build-armnn.sh
 10 …SC2034: false positives for variables appear unused - variables are used in setup-armnn.sh and bui…
 11 …sitives for variables referenced but not assigned - variables are assigned in setup-armnn.sh and b…
 13 set -o nounset  # Catch references to undefined variables.
 14 set -o pipefail # Catch non zero exit codes within pipelines.
 15 set -o errexit  # Catch and propagate non zero exit codes.
 19   echo "$name: --target-arch is not set. Example usage: --target-arch=aarch64"
 23 if [ "$target_arch" != "aarch64" ] && [ "$target_arch" != "x86_64" ]; then
 24   echo "$name: --target-arch is not valid. Valid options are: aarch64, x86_64"
 [all …]
 
 | 
| D | install-packages.sh | 4 # SPDX-License-Identifier: MIT7 # Script which installs system-wide packages required by setup-armnn.sh and build-armnn.sh
 9 # CMake will be installed system-wide once this script has completed execution
 12 set -o nounset  # Catch references to undefined variables.
 13 set -o pipefail # Catch non zero exit codes within pipelines.
 14 set -o errexit  # Catch and propagate non zero exit codes.
 16 # Host architecture e.g. x86_64, aarch64
 17 HOST_ARCH=$(uname -m)
 28 CMAKE_SRC="$ROOT_DIR"/cmake-"$CMAKE_VERSION_FULL"
 35   echo -e "\n***** Downloading CMake $CMAKE_VERSION *****"
 [all …]
 
 | 
| D | build-armnn.sh | 4 # Copyright © 2022-2023 Arm Ltd and Contributors. All rights reserved.5 # SPDX-License-Identifier: MIT
 9 # setup-armnn.sh must be executed in the same directory, before running this script
 11 set -o nounset  # Catch references to undefined variables.
 12 set -o pipefail # Catch non zero exit codes within pipelines.
 13 set -o errexit  # Catch and propagate non zero exit codes.
 24   if [ "$flag_debug" -eq 1 ]; then
 33   # Force -fPIC so that ACL is suitable for inclusion in Arm NN library
 34   local extra_cxx_flags="extra_cxx_flags='-fPIC'"
 42       acl_arch="arch=arm64-v8a"
 [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 be15 # target CPU architectures. Note that 'x86_64' and 'x64' are the same.
 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-',
 23   'x86_64':
 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-',
 [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 be16 # target CPU architectures. Note that 'x86_64' and 'x64' are the same.
 18   'arm': 'toolchains/arm-linux-androideabi-4.9/prebuilt/linux-x86_64/bin/' +
 19          'arm-linux-androideabi-',
 21       'toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/bin/' +
 22       'aarch64-linux-android-',
 23   'x86': 'toolchains/x86-4.9/prebuilt/linux-x86_64/bin/i686-linux-android-',
 24   'x86_64':
 25       'toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-',
 27       'toolchains/x86_64-4.9/prebuilt/linux-x86_64/bin/x86_64-linux-android-',
 [all …]
 
 | 
| /external/rust/crates/ring/src/ | 
| D | cpu.rs | 21 /// This is a zero-sized type so that it can be "stored" wherever convenient.26 pub(crate) fn features() -> Features {  in features()
 27     // We don't do runtime feature detection on aarch64-apple-* as all AAarch64  in features()
 31         target_arch = "x86_64",  in features()
 40             #[cfg(any(target_arch = "x86", target_arch = "x86_64"))]  in features()
 55                 arm::setup();  in features()
 68     pub fn setup() {  in setup()  function
 74             fn getauxval(type_: c_ulong) -> c_ulong;  in setup()
 128     pub fn setup() {  in setup()  function
 133             fn zx_system_get_features(kind: u32, features: *mut u32) -> zx_status_t;  in setup()
 [all …]
 
 | 
| /external/protobuf/kokoro/docs/ | 
| D | publish-python.sh | 2 # Adapted from https://github.com/googleapis/google-cloud-python/blob/main/.kokoro/publish-docs.sh4 set -eo pipefail
 12 sudo apt-get update
 13 sudo apt-get -y install software-properties-common
 14 sudo add-apt-repository universe
 15 sudo apt-get update
 16 sudo apt-get -y install unzip
 17 …//github.com/protocolbuffers/protobuf/releases/download/v21.0-rc1/protoc-21.0-rc-1-linux-x86_64.zip
 18 unzip protoc-21.0-rc-1-linux-x86_64.zip bin/protoc
 20 python3 -m venv venv
 [all …]
 
 | 
| /external/cronet/third_party/protobuf/kokoro/docs/ | 
| D | publish-python.sh | 2 # Adapted from https://github.com/googleapis/google-cloud-python/blob/master/.kokoro/publish-docs.sh4 set -eo pipefail
 12 sudo apt-get update
 13 sudo apt-get -y install software-properties-common
 14 sudo add-apt-repository universe
 15 sudo apt-get update
 16 sudo apt-get -y install unzip
 17 …ttps://github.com/protocolbuffers/protobuf/releases/download/v3.15.8/protoc-3.15.8-linux-x86_64.zip
 18 unzip protoc-3.15.8-linux-x86_64.zip bin/protoc
 20 python3 -m venv venv
 [all …]
 
 | 
| /external/bcc/scripts/ | 
| D | bpf_demo.ks.erb | 5 lang en_US.UTF-88 url --url=<%= @mirror %>/Everything/x86_64/os/
 11 network --bootproto dhcp
 13 authconfig --enableshadow --passalgo=sha512 --enablefingerprint
 14 firewall --enabled --ssh
 15 selinux --enforcing
 16 timezone --utc America/Los_Angeles
 17 #firstboot --disable
 18 bootloader --location=mbr --append="console=tty0 console=ttyS0,115200 rd_NO_PLYMOUTH crashkernel=au…
 20 clearpart --all --initlabel
 [all …]
 
 | 
| /external/OpenCSD/ | 
| D | HOWTO.md | 1 HOWTO - using the library with perf   {#howto_perf}9 an aarch64 Juno-r0 platform.
 12 On Target Trace Acquisition - Perf Record
 13 -----------------------------------------
 17 	make -C tools/perf
 27 	make -C tools/perf VF=1 CORESIGHT=1
 37     linaro@linaro-nano:~$ ls /sys/bus/coresight/devices/
 48     linaro@linaro-nano:~/kernel$ ./tools/perf/perf record -e cs_etm/@tmc_etr0/ --per-thread uname
 56 …linaro@linaro-nano:~/kernel$ ./tools/perf/perf record -vvv -e cs_etm/@tmc_etr0/u --per-thread uname
 58     -----------------------------------------------------------
 [all …]
 
 | 
| /external/libffi/ | 
| D | .appveyor.yml | 6 #  32- and 64-bit gcc/cygwin7 #  32- and 64-bit gcc/mingw
 8 #  32- and 64-bit clang/mingw
 13   - x64
 14   - x86
 15   - arm
 16   - arm64
 21     CYG_CACHE: C:/cygwin/var/cache/setup
 24     - VSVER: 15
 27   - ps: >-
 [all …]
 
 |