| /external/mesa3d/.gitlab-ci/container/ |
| D | gitlab-ci.yml | 3 .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/libdav1d/ |
| D | .gitlab-ci.yml | 2 - style 3 - build 4 - test 6 .debian-amd64-common: 7 image: registry.videolan.org/dav1d-debian-unstable:20240406142551 10 - docker 11 - amd64 13 .debian-amd64-minimum: 14 image: registry.videolan.org/dav1d-debian-minimum:20240406142551 17 - docker [all …]
|
| /external/clang/test/Driver/ |
| D | linux-ld.c | 4 // RUN: %clang -no-canonical-prefixes %s -### -o %t.o 2>&1 \ 5 // RUN: --target=i386-unknown-linux \ 6 // RUN: --gcc-toolchain="" \ 7 // RUN: --sysroot=%S/Inputs/basic_linux_tree \ 8 // RUN: | FileCheck --check-prefix=CHECK-LD-32 %s 9 // CHECK-LD-32-NOT: warning: 10 // CHECK-LD-32: "{{.*}}ld{{(.exe)?}}" "--sysroot=[[SYSROOT:[^"]+]]" 11 // CHECK-LD-32: "{{.*}}/usr/lib/gcc/i386-unknown-linux/4.6.0{{/|\\\\}}crtbegin.o" 12 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0" 13 // CHECK-LD-32: "-L[[SYSROOT]]/usr/lib/gcc/i386-unknown-linux/4.6.0/../../../../i386-unknown-linux/… [all …]
|
| /external/mesa3d/.gitlab-ci/test/ |
| D | gitlab-ci.yml | 7 - !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/ |
| D | gitlab-ci.yml | 2 .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/mime-support/ |
| D | METADATA | 1 name: "mime-support" 3 "Android's copy of the mime.types file from Debian's media-types package." 8 value: "https://salsa.debian.org/debian/media-types" 12 value: "https://salsa.debian.org/debian/media-types/-/blob/master/mime.types"
|
| D | Android.bp | 2 default_applicable_licenses: ["external_mime-support_license"], 5 // Added automatically by a large-scale-change 6 // See: http://go/android-license-faq 8 name: "external_mime-support_license", 19 name: "debian.mime.types.minimized", 23 out: ["debian.mime.types"],
|
| /external/mesa3d/.gitlab-ci/ |
| D | image-tags.yml | 15 DEBIAN_X86_64_BUILD_BASE_IMAGE: "debian/x86_64_build-base" 16 DEBIAN_BASE_TAG: "20240208-libclc-9" 18 DEBIAN_X86_64_BUILD_IMAGE_PATH: "debian/x86_64_build" 19 DEBIAN_BUILD_TAG: "20240208-libclc-9" 21 DEBIAN_X86_64_TEST_BASE_IMAGE: "debian/x86_64_test-base" 23 DEBIAN_X86_64_TEST_IMAGE_GL_PATH: "debian/x86_64_test-gl" 24 DEBIAN_X86_64_TEST_IMAGE_VK_PATH: "debian/x86_64_test-vk" 25 DEBIAN_X86_64_TEST_ANDROID_IMAGE_PATH: "debian/x86_64_test-android" 27 DEBIAN_X86_64_TEST_ANDROID_TAG: "20240124-split" 28 DEBIAN_X86_64_TEST_GL_TAG: "20240223-piglit-2a" [all …]
|
| /external/e2fsprogs/doc/RelNotes/ |
| D | v1.43.1.txt | 14 The configure script now supports --enable-hardening, which enables 15 stack protection, fortify, read-only relocation tables, immediate 22 The configure script now supports --disable-tdb since on 64-bit 24 scratch_files feature in e2fsck.conf is mostly only useful on 32-bit 33 (Addresses Debian Bug: #791630) 36 directory of a file system. (Addresses Debian Bug: #766125) 39 checksum field field on 64-bit systems. 43 (Addresses Debian Bug: #768162) 45 Fixed support of extended timestamps on 64-bit systems. 47 Updated/fixed various man pages. (Addresses Debian Bugs: #766379, [all …]
|
| D | v1.44.5.txt | 7 --------------- 15 ----- 17 Use 64-bit counters to track the number of files that are defragmented 19 defragmented. (Addresses Debian Bug: #888899) 34 find the file system to open more gracefully. (Addresses Debian Bug: 47 metadata-only image. 57 -------------------------------------------------------------- 59 Synchronized changes from Android's AOSP e2fsprogs tree. 61 Fix groff formatting nits in various man pages. (Addresses Debian Bug: 64 Fixed various debian packaging issues (Addresses Debian Bug: #915942) [all …]
|
| D | v1.45.1.txt | 7 --------------- 9 Teach the e2scrub and e2scub_all commands the -n option, which prints 18 Debugfs now prints non-printable characters using C-style hex escape 19 sequences (e.g., "\xc1" instead of M-A). The old scheme printed 26 8*blocksize (not the default), this can confuse the kernel's multi-block 38 ----- 41 the lvm2 and util-linux packages are not installed, or if the commands 46 (Addresses Debian Bug: #924301) 49 in GUI's. (Addresses Debian Bug: #926112) 54 Debian Bug: #926138) [all …]
|
| D | v1.46.3.txt | 7 --------------- 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) 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 39 (Addresses Debian Bug: #989612) [all …]
|
| D | v1.45.5.txt | 7 ----- 9 E2fsck will no longer force a full file system check if time-based 14 corrupted file system. This is probably not exploitable on 64-bit 15 platforms, but may be exploitable on 32-bit binaries depending on how 16 the compiler lays out the stack variables. (Addresses CVE-2019-5188) 18 Fixed spurious weekly e-mails when e2scrub_all is run via a cron job 19 on non-systemd systems. (Addresses Debian Bug: #944033) 24 (Addresses Debian Bug: #948193) 26 If a mischievous system administrator mounts a pseudo-file system such 43 Fix support of 32-bit uid's and gid's in fuse2fs and in mke2fs -d. [all …]
|
| D | v1.44.6.txt | 7 ----- 11 failures (calculated via total_count - succeed_cnt) will overflow and 12 become a very large unsigned number. (Addresses Debian Bug: #888899) 36 -------------------------------------------------------------- 38 Synchronized changes from Android's AOSP e2fsprogs tree. 41 (Addresses Debian Bug: #919958) 48 Fixed various debian packaging issues.
|
| D | v1.45.6.txt | 7 --------------- 14 ----- 26 Mke2fs -d now correctly sets permission with files where the owner 39 Updated and clarified various man pages. (Addresses Debian Bugs: 45 -------------------------------------------------------------- 50 Added a thread-safe variant of e2p_feature2string(), 57 Fixed various Debian packaging issues. (Addresses-Debian-Bug: #953926) 59 Synchronized changes from Android's AOSP e2fsprogs tree.
|
| D | v1.44.4.txt | 7 --------------- 10 read-only compatibility feature which uses Merkle trees to add 11 functionality much like dm-verity on a per-file basis. For this release 18 ----- 37 Fixed support for devices which have non-512 byte block sizes on Apple 43 Update and clarify man pages. (Addresses Debian Bug: #757831) 47 -------------------------------------------------------------- 49 Synchronized changes from Android's AOSP e2fsprogs tree. 51 Instead of building the subset e2fsprogs-libs tar file, add a new 52 configure option, --enable-subset. This along with other changes (such [all …]
|
| /external/webrtc/docs/native-code/development/prerequisite-sw/ |
| D | index.md | 1 # WebRTC development - Prerequisite software 5 1. [Install the Chromium depot tools][depot-tools]. 11 ## Linux (Ubuntu/Debian) 17 $ ./build/install-build-deps.sh 21 build using Debian sysroot images in build/linux, but there are still some tools 23 [install-build-deps.sh][install-build-deps]. 26 instructions][chromium-linux-build-instructions] if you experience any other problems building. 30 Follow the [Chromium's build instructions for Windows][chromium-win-build-instructions]. 40 all code. You may use `xcode-select --install` to install it. 47 ## Android section in WebRTC development - Prerequisite software [all …]
|
| /external/tinyalsa_new/debian/ |
| D | copyright | 1 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ 2 Upstream-Name: tinyalsa 7 License: BSD-3-Clause 9 Files: debian/* 11 License: BSD-3-Clause 13 License: BSD-3-Clause 22 3. Neither the name of the Android Open Source Project nor the names of 41 # packaged work, as it may make Debian's contributions unacceptable upstream.
|
| /external/virglrenderer/perf-testing/Docker/ |
| D | Dockerfile | 2 # Use of this source code is governed by a BSD-style license that can be 5 FROM debian:bullseye 7 docker run --privileged -v /dev/log:/dev/log -v <path to crosvm>:/platform/crosvm:ro <crosvm base i… 13 RUN apt-get update && \ 14 apt-get install -y --no-install-recommends ca-certificates gnupg wget && \ 15 echo 'deb-src https://deb.debian.org/debian bullseye main' >> /etc/apt/sources.list && \ 17 apt-get update && \ 18 apt-get build-dep -y mesa && \ 19 apt-get install -y --no-install-recommends ca-certificates \ 20 python3-setuptools \ [all …]
|
| /external/sonic/doc/ |
| D | index.md | 3 [Download the latest tar-ball from here](download). 9 The source code for the Android version, sonic-ndk, can be cloned with: 11 $ git clone git://github.com/waywardgeek/sonic-ndk.git 13 There is a simple test app for android that demos capabilities. You can 14 [install the Android application from here](Sonic-NDK.apk) 17 Main.java in the latest tar-ball, or get the code from git. 27 - espeak 28 - Debian Sid as package libsonic 29 - Android Astro Player Nova 30 - Android Osplayer [all …]
|
| /external/perfetto/infra/ci/sandbox/ |
| D | Dockerfile | 1 # Copyright (C) 2019 The Android Open Source Project 7 # http://www.apache.org/licenses/LICENSE-2.0 19 FROM debian:buster 21 RUN set -ex; \ 23 echo deb http://deb.debian.org/debian buster-backports main > \ 25 apt-get update; \ 26 apt-get -y install python3 python3-pip git curl sudo lz4 tar ccache tini \ 27 libpulse0 libgl1 libxml2 libc6-dev-i386 libtinfo5 \ 28 gnupg2 pkg-config zip g++ zlib1g-dev unzip \ 29 python3-distutils gcc-7 g++-7; \ [all …]
|
| /external/e2fsprogs/debian/ |
| D | copyright | 1 Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ 2 Upstream-Name: e2fsprogs 3 Upstream-Contact: Theodore Ts'o <tytso@mit.edu> 6 This is the Debian GNU/Linux prepackaged version of the EXT2 file 11 Copyright: 1993-2018 Theodore Ts'o <tytso@mit.edu> 12 License: GPL-2 13 Comment: Some files are GPL-2+ licensed or do not carry any license version. 14 They are distributable as GPL-2 and listed as such for simplification. 16 Files: debian/* 17 Copyright: 2003-2007 Theodore Ts'o <tytso@mit.edu> [all …]
|
| /external/tinyalsa_new/ |
| D | README.md | 4 [](https://travis-ci.org/… 10 - Provide a basic pcm and mixer API. 11 - If it's not absolutely needed, don't add it to the API. 12 - Avoid supporting complex and unnecessary operations, that could be 14 - Provide comprehensive documentation. 20 - [CMake](https://en.wikipedia.org/wiki/CMake) 21 - [Make](https://en.wikipedia.org/wiki/Make_(software)) 22 - [Meson](https://en.wikipedia.org/wiki/Meson_(software)) 23 …- [Soong](https://android.googlesource.com/platform/build/soong/+/refs/heads/master/README.md) for… 35 TinyALSA is now available as a set of the following [Debian](https://en.wikipedia.org/wiki/Debian) [all …]
|
| /external/mesa3d/docs/ci/ |
| D | index.rst | 5 --------- 8 We use it to test merge requests (MRs) before merging them (pre-merge testing), 9 as well as post-merge testing, for everything that hits ``main`` 14 The CI runs a number of tests, from trivial build-testing to complex GPU rendering: 16 - Build testing for a number of configurations and platforms 17 - Sanity checks (``meson test``) 18 - Most drivers are also tested using several test suites, such as the 19 `Vulkan/GL/GLES conformance test suite <https://github.com/KhronosGroup/VK-GL-CTS>`__, 21 - Replay of application traces 27 tool <#running-specific-ci-jobs>`__. [all …]
|
| /external/sonic/debian/ |
| D | changelog | 1 sonic (0.2.0-1) unstable; urgency=low 5 -- Bill Cox <waywardgeek@gmail.com> Fri, 27 Feb 2015 10:12:00 -0400 7 sonic (0.1.18-1) unstable; urgency=low 11 -- Bill Cox <waywardgeek@gmail.com> Sat, 16 Jul 2011 12:12:32 -0400 13 sonic (0.1.17-1) unstable; urgency=low 15 * Removed Sonic-NDK, which is a binary compiled for Android from the source 16 tar-ball. 18 -- Bill Cox <waywardgeek@gmail.com> Tue, 19 Apr 2011 07:46:51 -0400 20 sonic (0.1.16-1) unstable; urgency=low 25 -- Bill Cox <waywardgeek@gmail.com> Sat, 16 Apr 2011 16:49:33 -0400 [all …]
|