Home
last modified time | relevance | path

Searched +full:linux +full:- +full:arm64 (Results 1 – 25 of 360) sorted by relevance

12345678910>>...15

/third_party/rust/rust/src/doc/rustc/src/
Dplatform-support.md5 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/skia/m133/third_party/externals/libyuv/infra/config/
Dluci-scheduler.cfg1 # Auto-generated by lucicfg.
5 # https://luci-config.appspot.com/schemas/projects:luci-scheduler.cfg
8 id: "Android ARM64 Debug"
12 server: "cr-buildbucket.appspot.com"
14 builder: "Android ARM64 Debug"
22 server: "cr-buildbucket.appspot.com"
32 server: "cr-buildbucket.appspot.com"
42 granted_to: "libyuv-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
46 server: "cr-buildbucket.appspot.com"
56 granted_to: "libyuv-ci-builder@chops-service-accounts.iam.gserviceaccount.com"
[all …]
Dluci-milo.cfg1 # Auto-generated by lucicfg.
5 # https://luci-config.appspot.com/schemas/projects:luci-milo.cfg
14 name: "buildbucket/luci.libyuv.ci/Android ARM64 Debug"
49 name: "buildbucket/luci.libyuv.ci/Android Tester ARM64 Debug (Nexus 5X)"
54 name: "buildbucket/luci.libyuv.ci/Linux Asan"
55 category: "Linux"
59 name: "buildbucket/luci.libyuv.ci/Linux MSan"
60 category: "Linux"
64 name: "buildbucket/luci.libyuv.ci/Linux Tsan v2"
65 category: "Linux"
[all …]
Dmain.star2 # https://chromium.googlesource.com/infra/luci/luci-go/+/master/lucicfg/doc/
9 LIBYUV_GERRIT = "https://chromium-review.googlesource.com/libyuv/libyuv"
42 "commit-queue.cfg",
43 "cr-buildbucket.cfg",
44 "luci-logdog.cfg",
45 "luci-milo.cfg",
46 "luci-scheduler.cfg",
56 buildbucket = "cr-buildbucket.appspot.com",
57 logdog = "luci-logdog.appspot.com",
58 milo = "luci-milo.appspot.com",
[all …]
/third_party/zlib/contrib/nuget/
Dnuget.csproj7 <PackageId Condition="$([MSBuild]::IsOSPlatform('Linux'))">$(PackageId).linux</PackageId>
9 <Copyright>(C) 1995-2024 Jean-loup Gailly and Mark Adler</Copyright>
12 <!--
15 -->
18 <Authors>Jean-loup Gailly and Mark Adler</Authors>
23 <!-- Package up Windows builds. -->
24 …vc17/x86/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePath="runtimes/win-x86/native" />
25 …vc17/x64/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePath="runtimes/win-x64/native" />
26 …vc17/arm/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePath="runtimes/win-arm/native" />
27 …ows'))" Include="../vstudio/vc17/arm64/ZlibDll$(Configuration)/zlibwapi.dll" Pack="true" PackagePa…
[all …]
/third_party/gn/infra/recipe_modules/target/
Dapi.py2 # Use of this source code is governed by a BSD-style license that can be
9 'fuchsia-amd64': 'x86_64-fuchsia',
10 'fuchsia-arm64': 'aarch64-fuchsia',
11 'linux-amd64': 'x86_64-linux-gnu',
12 'linux-arm64': 'aarch64-linux-gnu',
13 'linux-riscv64': 'riscv64-linux-gnu',
14 'mac-amd64': 'x86_64-apple-darwin',
15 'mac-arm64': 'arm64-apple-darwin',
39 """Returns True iff the target platform is Linux."""
40 return self.os == 'linux'
[all …]
/third_party/skia/third_party/externals/angle2/infra/config/generated/
Dluci-milo.cfg1 # Auto-generated by lucicfg.
5 # https://luci-config.appspot.com/schemas/projects:luci-milo.cfg
14 name: "buildbucket/luci.angle.ci/android-arm-compile"
19 name: "buildbucket/luci.angle.ci/android-arm-dbg-compile"
24 name: "buildbucket/luci.angle.ci/android-arm64-dbg-compile"
25 category: "compile|android|clang|arm64"
29 name: "buildbucket/luci.angle.ci/android-arm64-test"
30 category: "test|android|clang|arm64"
34 name: "buildbucket/luci.angle.ci/linux-asan-test"
35 category: "test|linux|clang|x64"
[all …]
Dluci-scheduler.cfg1 # Auto-generated by lucicfg.
5 # https://luci-config.appspot.com/schemas/projects:luci-scheduler.cfg
8 id: "android-arm-compile"
12 server: "cr-buildbucket.appspot.com"
14 builder: "android-arm-compile"
18 id: "android-arm-dbg-compile"
22 server: "cr-buildbucket.appspot.com"
24 builder: "android-arm-dbg-compile"
28 id: "android-arm64-dbg-compile"
32 server: "cr-buildbucket.appspot.com"
[all …]
/third_party/rust/rust/src/ci/docker/host-x86_64/dist-various-2/
DDockerfile3 COPY scripts/cross-apt-packages.sh /scripts/
4 RUN sh /scripts/cross-apt-packages.sh
7 RUN sed -i 's/^# deb-src/deb-src/' /etc/apt/sources.list
9 RUN apt-get update && apt-get build-dep -y clang llvm && apt-get install -y --no-install-recommends…
10 build-essential \
11 # gcc-multilib can not be installed together with gcc-arm-linux-gnueabi
12 g++-8-multilib \
13 libedit-dev \
14 libgmp-dev \
15 libisl-dev \
[all …]
/third_party/skia/m133/third_party/externals/libyuv/docs/
Dgetting_started.md5 ## Pre-requisites
7 …need to have depot tools installed: https://www.chromium.org/developers/how-tos/install-depot-tools
14 gclient config --name src https://chromium.googlesource.com/libyuv/libyuv
35 For Android add `;target_os=['android'];` to your Linux .gclient
47 target_os = ["android", "linux"];
62 call gn gen out\Release "--args=is_debug=false target_cpu=\"x64\""
63 call gn gen out\Debug "--args=is_debug=true target_cpu=\"x64\""
64 ninja -v -C out\Release
65 ninja -v -C out\Debug
67 call gn gen out\Release "--args=is_debug=false target_cpu=\"x86\""
[all …]
Ddeprecated_builds.md5 ## Pre-requisites
7 …need to have depot tools installed: https://www.chromium.org/developers/how-tos/install-depot-tools
37 For Android add `;target_os=['android'];` to your Linux .gclient
65 …files for your environment using gyp (Windows: Visual Studio, OSX: XCode, Linux: make). This gener…
77 call python gyp_libyuv -fninja -G msvs_version=2013
78 ninja -j7 -C out\Release
79 ninja -j7 -C out\Debug
82 call python gyp_libyuv -fninja -G msvs_version=2013
83 ninja -C out\Debug_x64
84 ninja -C out\Release_x64
[all …]
/third_party/skia/third_party/externals/angle2/infra/specs/
Dangle_mb_config.pyl2 # Use of this source code is governed by a BSD-style license that can be
12 # This is a map of builder group names -> builder names -> config names
17 'android-arm-compile': 'angle_goma_android_arm_release_bot',
18 'android-arm-dbg-compile': 'angle_goma_android_arm_debug_bot',
19 'android-arm64-dbg-compile': 'angle_goma_android_arm64_debug_bot',
20 'android-arm64-test': 'angle_goma_android_arm64_release_bot',
21 'android-pixel4-perf': 'angle_goma_android_perf_bot',
22 'linux-asan-test': 'angle_asan_bot',
23 'linux-dbg-compile': 'angle_goma_debug_bot',
24 'linux-intel-hd630-perf': 'angle_goma_perf_bot',
[all …]
/third_party/skia/m133/toolchain/
DBUILD.bazel20 "@platforms//os:linux",
23 # we want the toolchain to run on any Linux x64 machine (and it certainly can).
27 "@platforms//os:linux",
36 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36
54 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36
62 "@platforms//cpu:arm64",
66 "@platforms//cpu:arm64",
70 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36
83 "@platforms//cpu:arm64",
87 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36
[all …]
/third_party/gn/infra/recipes/gn.expected/
Dcipd_register.json15 "name": "infra-internal:ci"
34 "--tags",
42 "name": "infra-internal:ci"
67 "name": "infra-internal:ci"
85 "rev-parse",
92 "name": "infra-internal:ci"
102 "name": "git.rev-parse",
111 "-root",
113 "-ensure-file",
114 … sysroot\nfuchsia/third_party/sysroot/linux git_revision:c912d089c3d46d8982fdef76a50514cca79b6132\…
[all …]
Dcipd_exists.json15 "name": "infra-internal:ci"
34 "--tags",
42 "name": "infra-internal:ci"
67 "name": "infra-internal:ci"
85 "rev-parse",
92 "name": "infra-internal:ci"
102 "name": "git.rev-parse",
111 "-root",
113 "-ensure-file",
114 … sysroot\nfuchsia/third_party/sysroot/linux git_revision:c912d089c3d46d8982fdef76a50514cca79b6132\…
[all …]
Dci_linux.json34 "--tags",
85 "rev-parse",
102 "name": "git.rev-parse",
111 "-root",
113 "-ensure-file",
114 … sysroot\nfuchsia/third_party/sysroot/linux git_revision:c912d089c3d46d8982fdef76a50514cca79b6132\…
115 "-max-threads",
117 "-json-output",
139 …TEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-integration-----\",@@@…
140 …"@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/third_party/clang/resolved-platform\"…
[all …]
Dcq_linux.json34 "--tags",
85 "rev-parse",
102 "name": "git.rev-parse",
162 "-root",
164 "-ensure-file",
165 … sysroot\nfuchsia/third_party/sysroot/linux git_revision:c912d089c3d46d8982fdef76a50514cca79b6132\…
166 "-max-threads",
168 "-json-output",
190 …TEP_LOG_LINE@json.output@ \"instance_id\": \"resolved-instance_id-of-integration-----\",@@@…
191 …"@@@STEP_LOG_LINE@json.output@ \"package\": \"fuchsia/third_party/clang/resolved-platform\"…
[all …]
/third_party/rust/rust/src/ci/docker/host-x86_64/disabled/dist-aarch64-android/
DDockerfile3 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 arm64 21
10 ENV PATH=$PATH:/android/ndk/arm64-21/bin
12 ENV DEP_Z_ROOT=/android/ndk/arm64-21/sysroot/usr/
14 ENV HOSTS=aarch64-linux-android
17 --aarch64-linux-android-ndk=/android/ndk/arm64-21 \
18 --disable-rpath \
[all …]
/third_party/grpc/src/csharp/Grpc.Tools/
DProtoToolsPlatform.cs9 // http://www.apache.org/licenses/LICENSE-2.0
31 /// Return one of 'linux', 'macosx' or 'windows'.
38 /// Return one of 'x64', 'x86', 'arm64'.
49 case CommonPlatformDetection.OSKind.Linux: Os = "linux"; break; in Execute()
59 case CommonPlatformDetection.CpuArchitecture.Arm64: Cpu = "arm64"; break; in Execute()
63 // Use x64 on macosx arm64 until a native protoc is shipped in Execute()
64 if (Os == "macosx" && Cpu == "arm64") in Execute()
68 // Use x86 on Windows arm64 until a native protoc is shipped in Execute()
69 else if (Os == "windows" && Cpu == "arm64") in Execute()
/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/transfer_learning/
Dprepare_and_run.sh5 …echo -e "\nUsage: prepare_and_run.sh -D dataset_path [-d mindspore_docker] [-r release.tar.gz] [-t…
10 TARGET="arm64"
25 if [ "$OPTARG" == "arm64" ] || [ "$OPTARG" == "x86" ]; then
37 ENABLEFP16="-o"
57 if [ "${TARGET}" == "arm64" ]; then
58 file=$(ls ../../../../output/mindspore-lite-*-android-aarch64.tar.gz)
60 file=$(ls ../../../../output/mindspore-lite-*-linux-x64.tar.gz)
62 if [[ ${file} != "" ]] && [[ -f ${file} ]]; then
73 rm -f *.ms
79 PACKAGE=package-${TARGET}
[all …]
/third_party/mindspore/mindspore-src/source/mindspore/lite/examples/train_lenet_cpp/
Dprepare_and_run.sh5-e "\nUsage: prepare_and_run.sh -D dataset_path [-d mindspore_docker] [-r release.tar.gz] [-t arm6…
10 TARGET="arm64"
14 VIRTUAL_BATCH=-1
16 EPOCHS="-e 5"
28 EPOCHS="-e $OPTARG"
34 if [ "$OPTARG" == "arm64" ] || [ "$OPTARG" == "x86" ]; then
46 ENABLEFP16="-o"
70 if [ "${TARGET}" == "arm64" ]; then
71 file=$(ls ../../../../output/mindspore-lite-*-android-aarch64.tar.gz)
73 file=$(ls ../../../../output/mindspore-lite-*-linux-x64.tar.gz)
[all …]
/third_party/skia/m133/bin/
Dfetch-gn5 # Use of this source code is governed by a BSD-style license that can be
22 OS = {'darwin': 'mac', 'linux': 'linux', 'linux2': 'linux', 'win32': 'windows'}[sys.platform]
23 …cpu = {'aarch64': 'arm64', 'amd64': 'amd64', 'arm64': 'arm64', 'x86_64': 'amd64'}[platform.machine…
26 url = 'https://chrome-infra-packages.appspot.com/dl/gn/gn/{}-{}/+/git_revision:{}'.format(
41 copy_path = 'buildtools/linux64/gn' if 'linux' in sys.platform else \
/third_party/astc-encoder/jenkins/
Dnightly.Jenkinsfile1 /* This pipeline is used for post-commit testing, so it runs frequently.
5 * - Run the entire pipeline in less than 10 minutes.
6 * - Test builds on all supported operating systems.
7 * - Test builds on all supported compilers.
8 * - Test release and debug build variants.
9 * - Run functional smoke tests.
10 * - Run image quality smoke tests.
16 @Library('hive-infra-library@changes/86/295486/1') _
29 /* Build for Linux on x86-64 using GCC */
30 stage('Linux') {
[all …]
Drelease.Jenkinsfile5 * - Run the entire pipeline in less than 60 minutes.
6 * - Test builds on all supported operating systems.
7 * - Test builds on optimized compiler choices (i.e. prefer Clang over GCC).
8 * - Build only release variants.
9 * - Run full functional tests.
10 * - Run full image quality tests.
11 * - Code sign the binaries on supported operating systems.
12 * - Build the release package.
18 @Library('hive-infra-library@changes/86/295486/1') _
31 /* Run static analysis on Linux */
[all …]
/third_party/musl/
Dmusl_config.gni2 # Use of this source code is governed by a BSD-style license that can be
9 } else if (current_cpu == "arm64") {
30 (defined(ohos_kernel_type) && ohos_kernel_type == "linux")) {
31 musl_target_os = "linux"
33 musl_target_triple = "mipsel-linux-ohos"
35 musl_target_triple = "${musl_arch}-linux-ohos"
39 musl_target_triple = "arm-liteos-ohos"
45 runtime_lib_path = "//out/llvm-install/lib/clang/15.0.4/lib"
47 if (host_cpu == "arm64") {
49 "//prebuilts/clang/ohos/linux-aarch64/llvm/lib/clang/15.0.4/lib"
[all …]

12345678910>>...15