Searched +full:x86_64 +full:- +full:linux +full:- +full:android (Results 1 – 25 of 306) sorted by relevance
12345678910>>...13
| /third_party/skia/m133/toolchain/android_trampolines/gen_trampolines/ |
| D | gen_trampolines.go | 6 // This program is meant to be run by hand when making changes to the hermetic Android NDK 7 // toolchain, e.g. when upgrading to a new Android NDK version. 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 28 // Paths relative to the Android NDK root directory. These paths can be determined by inspecting 29 // the Android NDK ZIP file downloaded by the `download_toolchains` macro defined in 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", [all …]
|
| /third_party/rust/rust/src/ci/docker/host-x86_64/dist-android/ |
| D | Dockerfile | 3 COPY scripts/android-base-apt-get.sh /scripts/ 4 RUN sh /scripts/android-base-apt-get.sh 7 COPY scripts/android-ndk.sh /scripts/ 8 RUN . /scripts/android-ndk.sh && \ 9 download_ndk android-ndk-r25b-linux.zip 12 ENV TARGETS=arm-linux-androideabi 13 ENV TARGETS=$TARGETS,armv7-linux-androideabi 14 ENV TARGETS=$TARGETS,thumbv7neon-linux-androideabi 15 ENV TARGETS=$TARGETS,i686-linux-android 16 ENV TARGETS=$TARGETS,aarch64-linux-android [all …]
|
| /third_party/mesa3d/.gitlab-ci/container/debian/ |
| D | android_build.sh | 5 # .gitlab-ci/image-tags.yml tags: 8 set -e 10 . .gitlab-ci/setup-test-env.sh 12 set -x 20 apt-get install -y --no-remove "${EPHEMERAL[@]}" 23 ndk="android-ndk-${ANDROID_NDK_VERSION}" 24 curl -L --retry 4 -f --retry-all-errors --retry-delay 60 \ 25 -o $ndk.zip https://dl.google.com/android/repository/$ndk-linux.zip 26 unzip -d / $ndk.zip "$ndk/source.properties" "$ndk/build/cmake/*" "$ndk/toolchains/llvm/*" 30 rdfind -makehardlinks true -makeresultsfile false /${ndk}/ [all …]
|
| /third_party/rust/rust/src/tools/compiletest/src/ |
| D | util.rs | 13 "aarch64-apple-darwin", 14 "aarch64-apple-ios", 15 "aarch64-apple-ios-sim", 16 "aarch64-unknown-fuchsia", 17 "aarch64-linux-android", 18 "aarch64-unknown-linux-gnu", 19 "arm-linux-androideabi", 20 "armv7-linux-androideabi", 21 "i686-linux-android", 22 "i686-unknown-linux-gnu", [all …]
|
| /third_party/rust/crates/libc/ci/docker/x86_64-linux-android/ |
| D | Dockerfile | 3 RUN apt-get update && \ 4 apt-get install -y --no-install-recommends \ 5 ca-certificates \ 8 libc-dev \ 10 python3-distutils \ 13 WORKDIR /android/ 14 ENV ANDROID_ARCH=x86_64 15 COPY android-install-ndk.sh /android/ 16 RUN sh /android/android-install-ndk.sh 18 # We do not run x86_64-linux-android tests on an android emulator. [all …]
|
| /third_party/rust/crates/nix/ |
| D | bors.toml | 2 "Android aarch64", 3 "Android arm", 4 "Android armv7", 5 "Android i686", 6 "Android x86_64", 7 "DragonFly BSD x86_64", 10 "Fuchsia x86_64", 11 "Linux MIPS", 12 "Linux MIPS64 el", 13 "Linux MIPS64", [all …]
|
| D | .cirrus.yml | 8 CLIPPYFLAGS: -D warnings -A unknown-lints 9 RUSTFLAGS: -D warnings 10 RUSTDOCFLAGS: -D warnings 18 - . $HOME/.cargo/env || true 19 - $TOOL -Vv 20 - rustc -Vv 21 - $TOOL $BUILD $ZFLAGS --target $TARGET --all-targets 22 - $TOOL doc $ZFLAGS --no-deps --target $TARGET 23 - $TOOL clippy $ZFLAGS --target $TARGET --all-targets -- $CLIPPYFLAGS 24 - if [ -z "$NOHACK" ]; then mkdir -p $HOME/.cargo/bin; export PATH=$HOME/.cargo/bin:$PATH; fi [all …]
|
| D | README.md | 3 [](https://cirrus-ci.com/g… 8 Nix seeks to provide friendly bindings to various *nix platform APIs (Linux, Darwin, 13 exposed by the [libc crate](https://github.com/rust-lang/libc). This is done by 20 [gethostname](https://man7.org/linux/man-pages/man2/gethostname.2.html) system 25 pub unsafe extern fn gethostname(name: *mut c_char, len: size_t) -> c_int; 28 pub fn gethostname() -> Result<OsString>; 34 platforms supported by [libc](https://github.com/rust-lang/libc), only some 38 * Tier 1 - Builds and tests for this target are run in CI. Failures of either 40 * Tier 2 - Builds for this target are run in CI. Failures during the build 43 * Tier 3 - Builds for this target are run in CI. Failures during the build [all …]
|
| /third_party/rust/rust/src/doc/rustc/src/ |
| D | platform-support.md | 5 white-space: nowrap; 11 for targets at each tier, see the [Target Tier Policy](target-tier-policy.md). 16 Component availability is tracked [here](https://rust-lang.github.io/rustup-components-history/). 28 see [Tier 1 with Host Tools](target-tier-policy.md#tier-1-with-host-tools) in 34 -------|------- 35 `aarch64-unknown-linux-gnu` | ARM64 Linux (kernel 4.1, glibc 2.17+) [^missing-stack-probes] 36 `i686-pc-windows-gnu` | 32-bit MinGW (Windows 7+) [^windows-support] 37 `i686-pc-windows-msvc` | 32-bit MSVC (Windows 7+) [^windows-support] 38 `i686-unknown-linux-gnu` | 32-bit Linux (kernel 3.2+, glibc 2.17+) 39 `x86_64-apple-darwin` | 64-bit macOS (10.7+, Lion+) [all …]
|
| /third_party/mesa3d/docs/ |
| D | android.rst | 1 Android title 4 Mesa hardware drivers can be built for Android one of two ways: built 5 into the Android OS using the ndk-build build system on older versions 6 of Android, or out-of-tree using the Meson build system and the 7 Android NDK. 9 The ndk-build build system has proven to be hard to maintain, as one 10 needs a built Android tree to build against, and it has never been 12 Chrome OS developers for building and testing Android drivers. 14 When building llvmpipe or lavapipe for Android the ndk-build workflow 16 to the Android OS image. [all …]
|
| /third_party/rust/rust/src/ci/docker/host-x86_64/disabled/dist-x86_64-android/ |
| D | Dockerfile | 3 COPY scripts/android-base-apt-get.sh /scripts/ 4 RUN sh /scripts/android-base-apt-get.sh 6 COPY scripts/android-ndk.sh /scripts/ 7 RUN . /scripts/android-ndk.sh && \ 8 download_and_make_toolchain android-ndk-r15c-linux-x86_64.zip x86_64 21 10 ENV PATH=$PATH:/android/ndk/x86_64-21/bin 12 ENV DEP_Z_ROOT=/android/ndk/x86_64-21/sysroot/usr/ 14 ENV HOSTS=x86_64-linux-android 17 --x86_64-linux-android-ndk=/android/ndk/x86_64-21 \ 18 --disable-rpath \ [all …]
|
| /third_party/rust/crates/minimal-lexical/.github/workflows/ |
| D | Cross.yml | 11 runs-on: ubuntu-latest 13 fail-fast: false 16 # Android 17 - aarch64-linux-android 18 - arm-linux-androideabi 19 - armv7-linux-androideabi 20 - i686-linux-android 21 - x86_64-linux-android 23 # Linux 24 - aarch64-unknown-linux-gnu [all …]
|
| /third_party/skia/gn/ |
| D | platform.gni | 6 # http://www.apache.org/licenses/LICENSE-2.0 22 if (host_os == "linux") { 23 ndk_host = "linux-x86_64" 25 ndk_host = "darwin-x86_64" 27 ndk_host = "windows-x86_64" 31 ndk_target = "aarch64-linux-android" 32 ndk_gdbserver = "prebuilt/android-arm64/gdbserver/gdbserver" 34 ndk_target = "armv7a-linux-androideabi" 35 ndk_gdbserver = "prebuilt/android-arm/gdbserver/gdbserver" 37 ndk_target = "x86_64-linux-android" [all …]
|
| D | BUILDCONFIG.gn | 3 # Use of this source code is governed by a BSD-style license that can be 17 # Android 5.0, Lollipop 47 # This is just to make the Dawn build files happy. Skia itself uses target_os = "linux" 60 if (target_cpu == "x86_64") { 83 if (host_os == "linux") { 84 ndk_host = "linux-x86_64" 86 ndk_host = "darwin-x86_64" 88 ndk_host = "windows-x86_64" 92 ndk_target = "aarch64-linux-android" 93 ndk_gdbserver = "prebuilt/android-arm64/gdbserver/gdbserver" [all …]
|
| /third_party/skia/m133/gn/ |
| D | platform.gni | 6 # http://www.apache.org/licenses/LICENSE-2.0 22 if (host_os == "linux") { 23 ndk_host = "linux-x86_64" 25 ndk_host = "darwin-x86_64" 27 ndk_host = "windows-x86_64" 31 ndk_target = "aarch64-linux-android" 32 ndk_gdbserver = "prebuilt/android-arm64/gdbserver/gdbserver" 34 ndk_target = "armv7a-linux-androideabi" 35 ndk_gdbserver = "prebuilt/android-arm/gdbserver/gdbserver" 37 ndk_target = "x86_64-linux-android" [all …]
|
| /third_party/rust/crates/libc/ |
| D | Cargo.toml | 5 license = "MIT OR Apache-2.0" 7 repository = "https://github.com/rust-lang/libc" 8 homepage = "https://github.com/rust-lang/libc" 11 categories = ["external-ffi-bindings", "no-std", "os"] 19 features = ["const-extern-fn", "extra_traits"] 20 default-target = "x86_64-unknown-linux-gnu" 22 "aarch64-apple-darwin", 23 "aarch64-apple-ios", 24 "aarch64-linux-android", 25 "aarch64-pc-windows-msvc", [all …]
|
| /third_party/rust/crates/libc/ci/ |
| D | semver.sh | 5 set -ex 11 if ! rustc --version | grep -E "nightly" ; then 16 rustup component add rustc-dev llvm-tools-preview 19 cargo install semverver --version=0.1.50 23 *linux*) 25 aarch64-fuchsia \ 26 aarch64-linux-android \ 27 aarch64-unknown-linux-gnu \ 28 aarch64-unknown-linux-musl \ 29 armv7-linux-androideabi \ [all …]
|
| D | build.sh | 8 set -ex 18 rustup component add rust-src 32 until [ $n -ge $N ] 34 if rustup target add "${TARGET}" --toolchain "${RUST}" ; then 44 cargo "+${RUST}" "${BUILD_CMD}" -vv --no-default-features --target "${TARGET}" 46 # FIXME: With `build-std` feature, `compiler_builtins` emits a lof of lint warnings. 47 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \ 48 -Z build-std=core,alloc -vv --no-default-features --target "${TARGET}" 53 cargo "+${RUST}" "${BUILD_CMD}" -vv --target "${TARGET}" 55 RUSTFLAGS="-A improper_ctypes_definitions" cargo "+${RUST}" "${BUILD_CMD}" \ [all …]
|
| /third_party/f2fs-tools/.github/workflows/ |
| D | ci.yml | 1 # See also https://docs.github.com/en/actions/learn-github-actions/expressions 2 # See also https://github.com/marketplace/actions/setup-android-ndk 10 runs-on: ubuntu-latest 12 fail-fast: false 15 - android 16 - linux-gcc 17 - linux-clang 18 - linux-x86-gcc 19 - linux-powerpc64-gcc 20 - linux-mingw64-gcc [all …]
|
| /third_party/skia/third_party/externals/angle2/doc/ |
| D | DebuggingTips.md | 3 There are many ways to debug ANGLE using generic or platform-dependent tools. Here is a list of tips 6 ## Running ANGLE under apitrace on Linux 23 `ldconfig -p | grep libGL`. 35 ninja -C out/Debug 37 apitrace trace -o mytrace ./out/Debug/hello_triangle 43 Normally, ANGLE only logs errors and warnings (e.g. to Android logcat). General logging, or 49 ## Debug Angle on Android 51 Android is built as an Android APK, which makes it more difficult to debug an APK that is using ANG… 64 diff --git a/build/config/compiler/compiler.gni b/build/config/compiler/compiler.gni 66 --- a/build/config/compiler/compiler.gni [all …]
|
| /third_party/openssl/ |
| D | NOTES-ANDROID.md | 1 Notes for Android platforms 5 ------------------- 7 Beside basic tools like perl and make you'll need to download the Android 8 NDK. It's available for Linux, macOS and Windows, but only Linux 15 ------------- 17 Android is a cross-compiled target and you can't rely on `./Configure` 19 target explicitly; there are `android-arm`, `android-arm64`, `android-mips`, 20 `android-mip64`, `android-x86` and `android-x86_64` (`*MIPS` targets are no 23 Do not pass --cross-compile-prefix (as you might be tempted), as it 30 to point at the `NDK` directory. If you're using a side-by-side NDK the path [all …]
|
| /third_party/skia/m133/toolchain/ |
| D | BUILD.bazel | 20 "@platforms//os:linux", 21 "@platforms//cpu:x86_64", 23 # we want the toolchain to run on any Linux x64 machine (and it certainly can). 27 "@platforms//os:linux", 28 "@platforms//cpu:x86_64", 36 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36 46 "@platforms//cpu:x86_64", 50 "@platforms//cpu:x86_64", 54 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36 70 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36 [all …]
|
| D | ndk_linux_arm64_toolchain_config.bzl | 8 built-in `android_ndk_repository` Bazel rule[1], which was used to build the SkCMS repository up 11 The paths in this file point to locations inside the expanded Android NDK ZIP file (found at 12 external/ndk_linux_amd64), and must be updated every time we upgrade to a new Android NDK version. 14 …e83a0144d707f140/src/main/java/com/google/devtools/build/lib/bazel/rules/android/AndroidNdkReposit… 30 _ARMEABI_V7A = "armeabi-v7a" 31 _ARM64_V8A = "arm64-v8a" 55 "-D__ANDROID_API__=29", 56 "-isystem", 57 NDK_PATH + "/sysroot/usr/include/arm-linux-androideabi", 58 "-target", [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/ |
| D | lite_release_package.sh | 2 # Copyright 2020-2021 Huawei Technologies Co., Ltd 8 # http://www.apache.org/licenses/LICENSE-2.0 17 set -e 23 pkg_name="mindspore-lite-${version}-android-${arch}" 25 [ -n "${pkg_name}" ] && rm -rf ${pkg_name} 26 tar -xzf ${input_path}/android_${arch}/${device}/${pkg_name}.tar.gz 27 # Copy java runtime to Android package 28 cp ${input_path}/aar/mindspore-lite-*.aar ${pkg_name} 30 mkdir -p ${output_path}/release/android/${device}/ 31 tar -czf ${output_path}/release/android/${device}/${pkg_name}.tar.gz ${pkg_name} [all …]
|
| /third_party/rust/rust/src/ci/docker/host-x86_64/arm-android/ |
| D | Dockerfile | 4 COPY scripts/android-base-apt-get.sh /scripts/ 5 RUN sh /scripts/android-base-apt-get.sh 7 COPY scripts/android-ndk.sh /scripts/ 8 RUN . /scripts/android-ndk.sh && \ 9 download_ndk android-ndk-r25b-linux.zip 11 RUN dpkg --add-architecture i386 && \ 12 apt-get update && \ 13 apt-get install -y --no-install-recommends \ 14 libgl1-mesa-glx \ 17 openjdk-8-jre-headless \ [all …]
|
12345678910>>...13