Home
last modified time | relevance | path

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

12345678910>>...12

/third_party/skia/m133/infra/bots/
Djobs.json3 "name": "BazelBuild-modules_canvaskit-ck_full_webgl2_debug-linux_x64",
7 "name": "BazelBuild-full_library-enforce_iwyu-linux_x64",
11 "name": "BazelBuild-skottie_tool_gpu-enforce_iwyu-linux_x64",
15 "name": "BazelBuild-full_library-release-linux_x64",
18 {"name": "BazelBuild-core-release-linux_x64"},
19 {"name": "BazelBuild-full_library-for_windows_x64_release-windows_x64"},
20 {"name": "BazelBuild-ganesh_gl-release-linux_x64"},
21 {"name": "BazelBuild-all_tests-debug-linux_x64"},
23 "name": "BazelBuild-all_tests-release-linux_x64",
26 {"name": "BazelBuild-cpu_8888_benchmark_android_test-for_android_arm64_release-linux_x64"},
[all …]
/third_party/skia/infra/bots/
Djobs.json2 {"name": "Build-Debian9-Clang-arm-Release-Flutter_Android_Docker"},
3 {"name": "Build-Debian10-GCC-x86-Debug-Docker"},
4 {"name": "Build-Debian10-GCC-x86-Release-Docker"},
5 {"name": "Build-Debian10-GCC-x86_64-Debug-Docker"},
6 {"name": "Build-Debian10-GCC-x86_64-Debug-NoGPU_Docker",
9 {"name": "Build-Debian10-GCC-x86_64-Release-Docker",
12 {"name": "Build-Debian10-GCC-x86_64-Release-NoGPU_Docker"},
13 {"name": "Build-Debian10-GCC-x86_64-Release-Shared_Docker"},
14 {"name": "Build-Debian10-Clang-arm-Debug-Android",
17 {"name": "Build-Debian10-Clang-arm-Debug-Android_Vulkan"},
[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"
18 id: "Android Debug"
22 server: "cr-buildbucket.appspot.com"
24 builder: "Android Debug"
28 id: "Android Release"
32 server: "cr-buildbucket.appspot.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"
15 category: "Android|Builder"
19 name: "buildbucket/luci.libyuv.ci/Android Debug"
20 category: "Android|Builder"
24 name: "buildbucket/luci.libyuv.ci/Android Release"
25 category: "Android|Builder"
30 category: "Android|Builder|x86"
35 category: "Android|Builder|x64"
[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/skia/m133/infra/bots/recipe_modules/flavor/examples/
Dfull.py2 # Use of this source code is governed by a BSD-style license that can be
57 elif all(v in builder for v in ['Perf', 'Android', 'CPU']):
64 api.flavor.step('dm', ['dm', '--some-flag'])
69 api.flavor.step('dm', ['dm', '--some-flag'])
71 api.flavor.step('nanobench', ['nanobench', '--some-flag'])
81 'Perf-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android_SkottieTracing',
82 'Perf-Android-Clang-GalaxyS20-GPU-MaliG77-arm64-Release-All-Android_Vulkan',
83 'Perf-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Debug-All-Android',
84 'Perf-Android-Clang-MokeyGo32-CPU-Cortex-arm-Release-All-Android',
85 'Perf-Android-Clang-MotoG73-GPU-BXM_8_256-arm64-Release-All-Android',
[all …]
/third_party/skia/infra/bots/recipe_modules/flavor/examples/
Dfull.py2 # Use of this source code is governed by a BSD-style license that can be
59 elif all(v in builder for v in ['Perf', 'Android', 'CPU']):
66 api.flavor.step('dm', ['dm', '--some-flag'])
71 api.flavor.step('dm', ['dm', '--some-flag'])
73 api.flavor.step('nanobench', ['nanobench', '--some-flag'])
83 'Perf-Android-Clang-AndroidOne-GPU-Mali400MP2-arm-Release-All-Android_SkottieTracing',
84 'Perf-Android-Clang-GalaxyS7_G930FD-GPU-MaliT880-arm64-Debug-All-Android',
85 'Perf-Android-Clang-NVIDIA_Shield-CPU-TegraX1-arm64-Release-All-Android',
86 'Perf-Android-Clang-Nexus5x-GPU-Adreno418-arm64-Debug-All-Android',
87 'Perf-Android-Clang-Pixel2XL-GPU-Adreno540-arm64-Release-All-Android_Skpbench_Mskp',
[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/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/tools/skpbench/
DREADME.md3 skpbench is a benchmarking tool for replaying skp or mksp files on android devices.
12 The to build skia for android are at https://skia.org/user/build#android and reproduced here.
14 Download the Android NDK
17 ./bin/fetch-sk
21 After this is set up once, build skpbench for your target cpu (assumed to be arm64 here for a Pixel…
24 bin/gn gen out/arm64 --args='ndk="/tmp/ndk" target_cpu="arm64" is_debug=false'
25 ninja -C out/arm64 skpbench
34 adb push out/arm64/skpbench /data/local/tmp
42 --adb \
43 --config gles \
[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"
15 category: "compile|android|clang|arm"
19 name: "buildbucket/luci.angle.ci/android-arm-dbg-compile"
20 category: "compile|android|clang|arm"
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"
[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/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
34 ### Android subsection
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
[all …]
Ddeprecated_builds.md5 ## Pre-requisites
7 …need to have depot tools installed: https://www.chromium.org/developers/how-tos/install-depot-tools
36 ### Android subsection
37 For Android add `;target_os=['android'];` to your Linux .gclient
50 target_os = ["android", "unix"];
54 export GYP_DEFINES="OS=android"
60 ./build/android/play_services/update.py download
77 call python gyp_libyuv -fninja -G msvs_version=2013
78 ninja -j7 -C out\Release
79 ninja -j7 -C out\Debug
[all …]
/third_party/skia/m133/bazel/device_specific_configs/
Ddevice_specific_configs.go3 // Use of this source code is governed by a BSD-style license that can be
18 // Bazel platform (e.g. Linux, Android), optimization level (e.g. Debug, Release) or local vs. RBE.
19 // For that kind of information, please pass a second --config flag using one of the configurations
22 // Name of the config (the <foo> that gets passed to Bazel via --config=<foo>).
25 // Any device-specific key/value pairs to include in Gold and Perf traces produced by GM and
33 // if the test case is CPU-bound, in which case it will also set the "cpu_or_gpu" key to "CPU".
57 // TestRunnerArgs returns the command-line arguments that should be passed to the Bazel test
61 // Pass the name of the Bazel configuration as an argument. Android tests use this to infer the
62 // model of the device under test. Specifically, adb_test_runner.go will take device-specific
65 "--device-specific-bazel-config",
[all …]
/third_party/skia/tools/skpbench/
DREADME.md3 skpbench is a benchmarking tool for replaying skp or mksp files on android devices.
12 The to build skia for android are at https://skia.org/user/build#android and reproduced here.
14 Download the Android NDK
20 After this is set up once, build skpbench for your target cpu (assumed to be arm64 here for a Pixel…
23 bin/gn gen out/arm64 --args='ndk="/tmp/ndk" target_cpu="arm64" is_debug=false'
24 ninja -C out/arm64 skpbench
33 adb push out/arm64/skpbench /data/local/tmp
41 --adb \
42 --config gles \
47 `--adb` specifies that it should use adb to the only connected device and run skpbench there.
[all …]
/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/toolchain/
DBUILD.bazel36 …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
104 …tps://github.com/bazelbuild/rules_cc/blob/8bb0eb5c5ccd96b91753bb112096bb6993d16d13/cc/BUILD#L32-L36
112 "@platforms//cpu:arm64",
116 "@platforms//cpu:arm64",
[all …]
Dndk.BUILD4 # This file is based on the `external/androidndk/BUILD.bazel` file produced by the built-in
8 # The paths in this file point to locations inside the expanded Android NDK ZIP file (found at
9 # external/ndk_linux_amd64), and must be updated every time we upgrade to a new Android NDK version.
11 …e83a0144d707f140/src/main/java/com/google/devtools/build/lib/bazel/rules/android/AndroidNdkReposit…
17 "platforms/android-29/arch-arm64/**/*",
18 "sources/cxx-stl/llvm-libc++/include/**/*",
19 "sources/cxx-stl/llvm-libc++abi/include/**/*",
20 "sources/android/support/include/**/*",
22 "toolchains/aarch64-linux-android-4.9/prebuilt/linux-x86_64/**/*",
32 srcs = glob(["sources/cxx-stl/llvm-libc++/libs/arm64-v8a/*.so"]),
[all …]
/third_party/skia/platform_tools/android/bin/
Dandroid_build_universal_viewer4 # Use of this source code is governed by a BSD-style license that can be
26 python tools/git-sync-deps
27 git clean -fxd platform_tools/android/apps/$APP
28 mkdir -p platform_tools/android/apps/${APP}/src/main/assets
29 cp -a resources platform_tools/android/apps/${APP}/src/main/assets/
31 for ARCH in arm arm64 x86 x64; do
32 BUILD=out/${APP}-$ARCH
33 mkdir -p "$BUILD"
36 ninja -C $BUILD $LIB
38 arm) NATIVE=armeabi-v7a ;;
[all …]
/third_party/skia/m133/platform_tools/android/bin/
Dandroid_build_universal_viewer4 # Use of this source code is governed by a BSD-style license that can be
26 python tools/git-sync-deps
27 git clean -fxd platform_tools/android/apps/$APP
28 mkdir -p platform_tools/android/apps/${APP}/src/main/assets
29 cp -a resources platform_tools/android/apps/${APP}/src/main/assets/
31 for ARCH in arm arm64 x86 x64; do
32 BUILD=out/${APP}-$ARCH
33 mkdir -p "$BUILD"
36 ninja -C $BUILD $LIB
38 arm) NATIVE=armeabi-v7a ;;
[all …]
/third_party/mesa3d/.gitlab-ci/test/
Dgitlab-ci.yml7 - !reference [default, before_script]
9 - rm -rf install
10 - tar -xf artifacts/install.tar
11 - section_start ldd_section "Checking ldd on driver build"
12 - LD_LIBRARY_PATH=install/lib find install/lib -name "*.so" -print -exec ldd {} \;
13 - section_end ldd_section
18 - results/
20 - !reference [.common-rules, rules]
21 - !reference [.never-post-merge-rules, rules]
23 .formatting-check:
[all …]
/third_party/skia/m133/third_party/externals/libwebp/infra/
Dcompile_android.sh32 set -xe
35 readonly WORKSPACE=${WORKSPACE:-"$(mktemp -d -t webp.android.XXX)"}
45 static-debug
47 shared-debug
49 armeabi-v7a
50 arm64-v8a
55 ANDROID_NDK_DIR directory where the android ndk tools are.
60 echo "Building libwebp for Android in ${WORKSPACE}"
62 if [[ ! -d "${WORKSPACE}" ]]; then
79 readonly BUILD_DIR="${WORKSPACE}/build-${BUILD_TYPE}"
[all …]
/third_party/skia/m133/infra/bots/recipe_modules/build/examples/full.expected/
DBuild-Win-Clang-arm64-Release-Android.json5 "-u",
7 "--json-output",
23 "[START_DIR]\\cache\\work\\skia\\bin\\fetch-gn"
31 "name": "fetch-gn"
36 "[START_DIR]\\cache\\work\\skia\\bin\\fetch-ninja"
44 "name": "fetch-ninja"
50 "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-Clang-arm64-Release-Android\\Release",
51 …"--args=extra_cflags=[\"-DREBUILD_IF_CHANGED_ndk_version=42\"] is_debug=false ndk=\"[START_DIR]\\n…
63 "-C",
64 "[START_DIR]\\cache\\work\\skia\\out\\Build-Win-Clang-arm64-Release-Android\\Release"
[all …]
/third_party/vk-gl-cts/
DREADME.md1 VK-GL-CTS README
4 This repository contains Khronos Conformance Testing Suite called VK-GL-CTS
6 VK-GL-CTS contains tests for several graphics APIs, including
10 -------------
12 Up-to-date documentation for VK-GL-CTS is available at:
14 * [The VK-GL-CTS wiki for Khronos members](https://gitlab.khronos.org/Tracker/vk-gl-cts/wikis/home)
15 * [The VK-GL-CTS wiki for non-Khronos members](https://github.com/KhronosGroup/VK-GL-CTS/wiki)
20 [Cherry](https://android.googlesource.com/platform/external/cherry/)
24 --------------------------------
30 --------------------------------
[all …]

12345678910>>...12