Home
last modified time | relevance | path

Searched +full:debian +full:- +full:arm32 (Results 1 – 15 of 15) sorted by relevance

/external/mesa3d/.gitlab-ci/lava/
Dlava-gitlab-ci.yml2 …REGISTRY_IMAGE}/alpine/x86_64_lava_ssh_client:${ALPINE_X86_64_LAVA_SSH_TAG}--${MESA_TEMPLATES_COMM…
5 .lava-test:
10 FDO_CI_CONCURRENT: 6 # should be replaced by per-machine definitions
12 FDO_HTTP_CACHE_URI: "http://caching-proxy/cache/?uri="
14 BASE_SYSTEM_HOST_PREFIX: "${S3_HOST}/mesa-lava"
17 # per-job build artifacts
18 JOB_ROOTFS_OVERLAY_PATH: "${JOB_ARTIFACTS_BASE}/job-rootfs-overlay.tar.gz"
20 S3_ARTIFACT_NAME: "mesa-${ARCH}-default-debugoptimized"
25 - ./artifacts/lava/lava-submit.sh
30 - results/
[all …]
/external/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 [.never-post-merge-rules, rules]
22 .formatting-check:
25 stage: code-validation
[all …]
/external/mesa3d/.gitlab-ci/build/
Dgitlab-ci.yml2 .build-common:
3 extends: .container+build-rules
6 # Build jobs don't take more than 1-3 minutes. 5-8 min max on a fresh runner
18 - _build/meson-logs/*.txt
19 - _build/meson-logs/strace
20 - shader-db
21 - artifacts
24 .build-linux:
25 extends: .build-common
32 - !reference [default, before_script]
[all …]
/external/e2fsprogs/doc/RelNotes/
Dv1.46.3.txt7 ---------------
9 Teach the filefrag program the -V option, which will print the version
10 of the tool, or if -V option is specified twice, will print the list of
15 -----
20 system corruption. (Addresses Debian Bug: #984472)
23 (the latter when running e2fsprogs compiled for arm32). (Addresses
24 Debian Bug: #987641)
34 of the block device. (Addresses Debian Bug: #989630)
36 Teach mke2fs to avoid giving a spurious warning about a pre-existing
37 partition table and it is creating a file system at a non-zero offset
[all …]
/external/openscreen/docs/
Draspberry_pi.md3 Open Screen Library supports cross compilation for both arm32 and arm64
11 tar.xz to the openscreen-sysroots bucket.
13 NOTE: The "arm" image is taken from Chromium's debian arm image, however it has
/external/tensorflow/tensorflow/lite/g3doc/guide/
Dbuild_arm.md3 This page describes how to build the TensorFlow Lite libraries for ARM-based
11 ----------------------------------------------------------------------------------------- | -------…
21 ## Cross-compilation for ARM with CMake
28 ## Cross-compilation for ARM with Bazel
32 …ttps://github.com/tensorflow/tensorflow/tree/master/tensorflow/tools/toolchains/embedded/arm-linux)
33 with Bazel to build an ARM32/64 shared library.
36 | ------------------- | ----------------------- | -------------------------- |
37 | armhf (ARM32) | --config=elinux_armhf | RPI3, RPI4 with 32 bit |
39 | AArch64 (ARM64) | --config=elinux_aarch64 | Coral, RPI4 with Ubuntu 64 |
44 The following instructions have been tested on Ubuntu 16.04.3 64-bit PC (AMD64)
[all …]
/external/mesa3d/.gitlab-ci/container/
Dgitlab-ci.yml3 .incorporate-templates-commit:
5 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_TEMPLATES_COMMIT}"
7 .incorporate-base-tag+templates-commit:
9 …FDO_BASE_IMAGE: "${CI_REGISTRY_IMAGE}/${MESA_BASE_IMAGE}:${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT…
10 FDO_DISTRIBUTION_TAG: "${MESA_IMAGE_TAG}--${MESA_BASE_TAG}--${MESA_TEMPLATES_COMMIT}"
12 .set-image:
14 - .incorporate-templates-commit
19 .set-image-base-tag:
21 - .set-image
22 - .incorporate-base-tag+templates-commit
[all …]
/external/libwebsockets/
D.sai.json2 "schema": "sai-1",
8 "linux-debian-11/x86_64-amd/gcc": {
9-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
11 "linux-debian-buster/x86-amd/gcc": {
12-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
14 "linux-debian-sid/x86_64-amd/gcc": {
15-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
17 "linux-ubuntu-xenial/x86_64-amd/gcc": {
18-test-server/plugins:../destdir/usr/local/lib;export SAI_CPACK=\"-G DEB\";cmake .. ${cmake} && mak…
20 "linux-debian-sid/x86-amd/gcc": {
[all …]
/external/e2fsprogs/debian/
Dchangelog1 e2fsprogs (1.46.6-1) unstable; urgency=medium
9 non-ASCII characters, the fact that we had a signed vs unsigned char
19 off-line just as it being opened.
24 * Speed up e2fsck's clonning of multiply-claimed blocks so it is
26 * Don't fail when the source directory for mke2fs -d doesn't support
30 * Update the Debian policy compliance to 4.6.1.
32 -- Theodore Y. Ts'o <tytso@mit.edu> Thu, 02 Feb 2023 00:38:18 -0500
34 e2fsprogs (1.46.6~rc1-1.1) unstable; urgency=medium
36 * Non-maintainer upload
37 * Convert copyright files to machine-readable format, adding the missing
[all …]
/external/perfetto/docs/data-sources/
Dnative-heap-profiler.md7 attribute memory usage to particular call-stacks, supporting a mix of both
13 allocations instead: see [Java heap sampling](#java-heap-sampling) below.
21 See the [Memory Guide](/docs/case-studies/memory.md#heapprofd) for getting
30 ![heapprofd snapshots in the UI tracks](/docs/images/profile-diamond.png)
32 ![heapprofd flamegraph](/docs/images/native-heap-prof.png)
38 * [`stack_profile_mapping`](/docs/analysis/sql-tables.autogen#stack_profile_mapping)
39 * [`stack_profile_frame`](/docs/analysis/sql-tables.autogen#stack_profile_frame)
40 * [`stack_profile_callsite`](/docs/analysis/sql-tables.autogen#stack_profile_callsite)
43 [`heap_profile_allocation`](/docs/analysis/sql-tables.autogen#heap_profile_allocation).
46 [`stack_profile_symbol`](/docs/analysis/sql-tables.autogen#stack_profile_symbol).
[all …]
/external/autotest/client/common_lib/
Dmagic.py11 magic.guess_type(file_path) - Returns a description of what the file on
46 l = n[len(n) - 1]
49 n = n[:len(n)-1]
54 l = n[len(n) - 1]
59 n = n[:len(n)-1]
136 if i + self.offset > len(data) - 1: break
161 [0, 'leshort', '=', 1538, 'application/x-alan-adventure-game'],
162 [0, 'string', '=', 'TADS', 'application/x-tads-game'],
163 [0, 'short', '=', 420, 'application/x-executable-file'],
164 [0, 'short', '=', 421, 'application/x-executable-file'],
[all …]
/external/mesa3d/docs/relnotes/
D23.2.1.rst1 Mesa 23.2.1 Release Notes / 2023-09-28
23 ---------------
27 64de0616fc2d801f929ab1ac2a4f16b3e2783c4309a724c8a259b20df8bbc1cc mesa-23.2.1.tar.xz
32 ------------
34 - VK_EXT_attachment_feedback_loop_dynamic_state on RADV
36 - extendedDynamicState3SampleLocationsEnable on RADV
38 - VK_EXT_dynamic_rendering_unused_attachments on RADV
40 - VK_EXT_mesh_shader on lavapipe
42 - OpenGL 3.1 on Asahi
44 - OpenGL ES 3.0 on Asahi
[all …]
D24.0.0.rst1 Mesa 24.0.0 Release Notes / 2024-02-01
20 ---------------
24 dc7e8c077bc5884df95478263b34bdebb7e88e600689cb56fb07be2b8c304c36 mesa-24.0.0.tar.xz
28 ------------
30 - VK_EXT_image_compression_control on RADV
31 - VK_EXT_device_fault on RADV
32 - OpenGL 3.3 on Asahi
33 - Geometry shaders on Asahi
34 - GL_ARB_texture_cube_map_array on Asahi
35 - GL_ARB_clip_control on Asahi
[all …]
D21.2.0.rst1 Mesa 21.2.0 Release Notes / 2021-08-04
20 ---------------
24 0cb3c802f4b8e7699b1602c08c29d06a4d532ab5b8f7a64676c4ca6bb8f4d426 mesa-21.2.0.tar.xz
28 ------------
30 - zink supports GL_ARB_texture_filter_minmax, GL_ARB_shader_clock
32 - VK_EXT_provoking_vertex on RADV.
34 - VK_EXT_extended_dynamic_state2 on RADV.
36 - VK_EXT_global_priority_query on RADV.
38 - VK_EXT_physical_device_drm on RADV.
40 - VK_KHR_shader_subgroup_uniform_control_flow on Intel and RADV.
[all …]
/external/python/cpython2/Modules/_ctypes/libffi/
DChangeLog3 Date: Mon May 19 09:41:32 2014 -0400
9 Date: Mon May 19 09:37:21 2014 -0400
15 Date: Sun May 11 10:30:22 2014 -0400
21 Date: Sun May 11 10:22:30 2014 -0400
27 Date: Sun May 11 09:56:40 2014 -0400
33 Date: Sun May 11 09:55:28 2014 -0400
39 Date: Sun May 11 09:52:47 2014 -0400
46 Date: Wed Apr 23 19:24:47 2014 -0400
48 Merge pull request #119 from joshtriplett/fastcall-fastball
54 Date: Tue Apr 22 21:17:52 2014 -0700
[all …]