/aosp_15_r20/external/selinux/ |
H A D | README.md | 7 [](https:/… 16 SELinux-based system. 24 ------------ 32 * Gentoo (https://packages.gentoo.org/packages/sys-apps/policycoreutils) 34 * Yocto Project (http://git.yoctoproject.org/cgit/cgit.cgi/meta-selinux/tree/recipes-security/selin… 39 -------------------- 45 dnf install \ 46 audit-libs-devel \ 48 bzip2-devel \ 49 CUnit-devel \ [all …]
|
/aosp_15_r20/external/curl/.github/workflows/ |
H A D | linux-old.yml | 3 # SPDX-License-Identifier: curl 12 # stretch has ELTS support from Freexian until 2027-06-30 13 # For ELTS info see https://www.freexian.com/lts/extended/docs/how-to-use-extended-lts/ 14 # The Debian key will expire 2025-05-20, after which package signature 24 - master 25 - '*/ci' 26 paths-ignore: 27 - '**/*.md' 28 - '.circleci/**' 29 - 'appveyor.*' [all …]
|
H A D | linux.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '.circleci/**' 15 - 'appveyor.*' 16 - 'packages/**' 17 - 'plan9/**' 18 - 'projects/**' [all …]
|
H A D | http3-linux.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '**/CMakeLists.txt' 15 - '.circleci/**' 16 - 'appveyor.*' 17 - 'CMake/**' 18 - 'packages/**' [all …]
|
H A D | checksrc.yml | 3 # SPDX-License-Identifier: curl 12 - master 13 - '*/ci' 14 paths-ignore: 15 - '**/*.md' 16 - '.circleci/**' 17 - 'appveyor.*' 18 - 'plan9/**' 19 - 'tests/data/**' 20 - 'winbuild/**' [all …]
|
H A D | checkdocs.yml | 3 # SPDX-License-Identifier: curl 13 - master 14 - '*/ci' 16 - '.github/workflows/checkdocs.yml' 17 - '.github/scripts/**' 18 - '**.md' 19 - 'docs/*' 22 - master 24 - '.github/workflows/checkdocs.yml' 25 - '.github/scripts/**' [all …]
|
/aosp_15_r20/external/cronet/third_party/google_benchmark/src/ |
H A D | .travis.yml | 7 - compiler: gcc 11 - lcov 13 - compiler: gcc 17 - g++-multilib 18 - libc6:i386 20 - COMPILER=g++ 21 - C_COMPILER=gcc 22 - BUILD_TYPE=Debug 23 - BUILD_32_BITS=ON 24 - EXTRA_FLAGS="-m32" [all …]
|
/aosp_15_r20/external/libcxx/utils/google-benchmark/ |
H A D | .travis.yml | 7 - /usr/local/bin:$PATH 11 - compiler: gcc 15 - lcov 17 - compiler: gcc 19 - compiler: gcc 21 - compiler: gcc 25 - g++-multilib 27 - compiler: gcc 31 - g++-multilib 33 - compiler: gcc [all …]
|
/aosp_15_r20/external/e2fsprogs/debian/ |
H A D | control | 5 …-Depends: gettext, texinfo, pkg-config, libfuse-dev [linux-any kfreebsd-any] <!pkg.e2fsprogs.no-fu… 6 Rules-Requires-Root: no 7 Standards-Version: 4.6.1 9 Vcs-Browser: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git 10 Vcs-Git: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git -b debian/master 13 Build-Profiles: <!pkg.e2fsprogs.no-fuse2fs> 16 Architecture: linux-any kfreebsd-any 25 Replaces: e2fsprogs (<< 1.45.3-1) 26 Breaks: e2fsprogs (<< 1.45.3-1) 28 Multi-Arch: foreign [all …]
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Help/cpack_gen/ |
D | rpm.rst | 2 ------------------- 37 reasons and are no longer maintained but may still prove useful: 39 - https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/Configuration 40 - https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/PackageGenerators#rpm-unix-only 48 * Mandatory : NO 63 Per-component ``CPACK_RPM_<component>_PACKAGE_SUMMARY`` variables. 74 Per-component ``CPACK_RPM_<component>_PACKAGE_NAME`` variables. 84 * Default : ``<CPACK_PACKAGE_FILE_NAME>[-<component>].rpm`` with spaces 85 replaced by '-' 87 This may be set to ``RPM-DEFAULT`` to allow ``rpmbuild`` tool to generate package [all …]
|
D | deb.rst | 2 ------------------- 14 better deb package when Debian specific tools ``dpkg-xxx`` are usable on 26 reasons and are no longer maintained but may still prove useful: 28 - https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/Configuration 29 - https://gitlab.kitware.com/cmake/community/-/wikis/doc/cpack/PackageGenerators#deb-unix-only 37 * Mandatory : NO 52 - :variable:`CPACK_PACKAGE_NAME` for non-component based 54 - :variable:`CPACK_DEBIAN_PACKAGE_NAME` suffixed with -<COMPONENT> 55 for component-based installations. 58 Per-component ``CPACK_DEBIAN_<COMPONENT>_PACKAGE_NAME`` variables. [all …]
|
/aosp_15_r20/external/ot-br-posix/tests/scripts/ |
H A D | bootstrap.sh | 20 # ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE 30 set -euxo pipefail 33 [[ -d $TOOLS_HOME ]] || mkdir -p "$TOOLS_HOME" 41 if [[ -f ${OTBR_APT_CONF_FILE} ]] && grep Install-Recommends "${OTBR_APT_CONF_FILE}"; then 45 sudo tee -a /etc/apt/apt.conf <<EOF 46 APT::Get::Install-Recommends "false"; 47 APT::Get::Install-Suggests "false"; 54 sudo apt-get install --no-install-recommends -y \ 55 libdbus-1-dev \ 56 ninja-build \ [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/predef/tools/ci/ |
D | linux-cxx-install.sh | 4 # LLVM_OS: LLVM OS release to obtain clang binaries. Only needed for clang install. 6 # PACKAGES: Compiler packages to install. 8 set -e 12 sudo -E apt-add-repository -y "ppa:ubuntu-toolchain-r/test" 13 if test -n "${LLVM_OS}" -a -n "${LLVM_VER}" ; then 14 wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key | sudo apt-key add - 15 …sudo -E apt-add-repository "deb http://apt.llvm.org/${LLVM_OS}/ llvm-toolchain-${LLVM_OS}-${LLVM_V… 20 sudo -E apt-get -o Acquire::Retries=3 update 22 echo ">>>>> APT: INSTALL ${PACKAGES}.." 24 sudo -E apt-get -o Acquire::Retries=3 -yq --no-install-suggests --no-install-recommends install ${P…
|
/aosp_15_r20/sdk/ |
H A D | changes.txt | 4 - Emergency fix to new project templates. 11 - Ant build system: 12 - Ant build system: 16 Both separate test projects and self-contained app+test projects now work. 20 - Fix GPU rendering 43 namespace and ignore-attribute. 56 * Find manifest files which declare more than one <uses-sdk> 79 * Find Java code which creates world-writeable files (which can lead 86 references an id that does not exist anywhere). If no match is 87 found, it looks for spelling mistakes and suggests other similar [all …]
|
/aosp_15_r20/external/AFLplusplus/.github/workflows/ |
H A D | ci.yml | 6 - stable 7 - dev 10 - dev # No need for stable-pull-request, as that equals dev-push 14 runs-on: "${{ matrix.os }}" 17 os: [ubuntu-22.04, ubuntu-20.04] 22 - uses: actions/checkout@v3 23 - name: update 24 run: sudo apt-get update && sudo apt-get upgrade -y 25 - name: debug 26 …run: apt-cache search plugin-dev | grep gcc-; echo; apt-cache search clang-format- | grep clang-fo… [all …]
|
/aosp_15_r20/external/cronet/build/android/docs/ |
H A D | class_verification_failures.md | 15 app performance, how to identify problems, and chromium-specific solutions. For 45 figure out wide color gamut support, even on pre-OMR1 devices. However, this 46 class will fail class verification on pre-OMR1 devices, because it refers to 47 [`Window#isWideColorGamut()`][2] (new-in-OMR1), which appears to be an undefined 53 can see we'll never call the new-in-OMR1 API unless we're on >= OMR1 devices, 67 ("ahead-of-time") verification**¹. Immediately after installing an app, ART will 72 `RetryVerificationAtRuntime`, as the name suggests, means ART must try again to 85 feature). Unlike compilation, AOT verification happens during install time for 92 **Note:** This section is no longer relevant as R8 has fixed this for us. We intend 93 to remove these ApiHelperFor classes - see [this bug](https://crbug.com/1302156). [all …]
|
/aosp_15_r20/external/angle/build/android/docs/ |
H A D | class_verification_failures.md | 15 app performance, how to identify problems, and chromium-specific solutions. For 45 figure out wide color gamut support, even on pre-OMR1 devices. However, this 46 class will fail class verification on pre-OMR1 devices, because it refers to 47 [`Window#isWideColorGamut()`][2] (new-in-OMR1), which appears to be an undefined 53 can see we'll never call the new-in-OMR1 API unless we're on >= OMR1 devices, 67 ("ahead-of-time") verification**¹. Immediately after installing an app, ART will 72 `RetryVerificationAtRuntime`, as the name suggests, means ART must try again to 85 feature). Unlike compilation, AOT verification happens during install time for 92 **Note:** This section is no longer relevant as R8 has fixed this for us. We intend 93 to remove these ApiHelperFor classes - see [this bug](https://crbug.com/1302156). [all …]
|
/aosp_15_r20/prebuilts/cmake/linux-x86/share/cmake-3.22/Modules/Internal/CPack/ |
D | CPackRPM.cmake | 1 # Distributed under the OSI-approved BSD 3-Clause License. See accompanying 12 set(PACKAGE_NAME " -n ${PACKAGE_NAME}") 58 execute_process(COMMAND ls -l ${FILE} 174 string(SUBSTRING "${TMP_PATH}" ${WDIR_LEN} -1 TMP_PATH) 204 # which is passed to the find command that generates the content-list 208 # final element (so the install-prefix dir itself is not omitted 209 # from the RPM's content-list) 217 list(REMOVE_AT _CPACK_RPM_PACKAGE_PREFIX_ELEMS -1) 260 # (copied from /usr/lib/rpm/brp-compress - script that does the actual 284 # in spec file - wildcard only represents file type (e.g. .gz) [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/optional/.github/workflows/ |
D | ci.yml | 7 - master 8 - develop 9 - githubactions* 10 - feature/** 11 - fix/** 12 - pr/** 17 fail-fast: false 20 - name: "TOOLSET=gcc COMPILER=g++ CXXSTD=03,11 Job 0" 24 os: "ubuntu-16.04" 32 - name: "TOOLSET=gcc COMPILER=g++-4.7 CXXSTD=03,11 Job 1" [all …]
|
/aosp_15_r20/external/zstd/ |
H A D | Makefile | 5 # This source code is licensed under both the BSD-style license (found in the 8 # You may select, at your option, one of the above-listed licenses. 24 # When cross-compiling from linux to windows, you might 28 # Note: mingw-w64 build from linux to windows does not 40 ## default: Build lib-release and zstd-release 42 default: lib-release zstd-release 53 $(Q)$(MAKE) -C $(PRGDIR) all 54 $(Q)$(MAKE) -C $(TESTDIR) all 58 $(MAKE) -C $(PRGDIR) zstd32 59 $(MAKE) -C $(TESTDIR) all32 [all …]
|
/aosp_15_r20/external/perfetto/ui/src/service_worker/ |
H A D | service_worker.ts | 7 // http://www.apache.org/licenses/LICENSE-2.0 17 // Design doc: http://go/perfetto-offline. 19 // When a new version of the UI is released (e.g. v1 -> v2), the following 32 // This (i.e. the different querystring) will cause a re-installation of the 34 // 5. In the "install" step, the service_worker.js script will fetch the newer 37 // causes causes a cache-miss, the second time while re-installing the SW. 47 const CACHE_NAME = 'ui-perfetto-dev'; 61 // The install() event is fired: 62 // 1. On the first visit, when there is no SW installed. 66 // - / (index.html) is always served from the network (% timeout) and it pulls [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/.github/workflows/ |
D | ci.yml | 7 - master 8 - develop 9 - githubactions* 10 - feature/** 11 - fix/** 12 - pr/** 20 fail-fast: false 23 - name: "STD=14 JOB=test/x3 Job 0" 25 packages: "clang-10 libc++-10-dev libc++abi-10-dev jq ccache" 27 os: "ubuntu-18.04" [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/concept_check/.github/workflows/ |
D | ci.yml | 7 - master 8 - develop 9 - githubactions* 10 - feature/** 11 - fix/** 12 - pr/** 20 fail-fast: false 23 - name: "B2_TOOLSET=gcc-4.8 B2_CXXSTD=03,11 Job 0" 25 packages: "g++-4.8" 27 os: "ubuntu-16.04" [all …]
|
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/date_time/.github/workflows/ |
D | ci.yml | 7 - master 8 - develop 9 - githubactions* 10 - feature/** 11 - fix/** 12 - pr/** 20 fail-fast: false 23 - name: "B2_TOOLSET=gcc-4.8 B2_CXXSTD=03,11 BOOST_DATE Job 0" 25 packages: "g++-4.8" 27 os: "ubuntu-16.04" [all …]
|
/aosp_15_r20/external/cronet/components/metrics/ |
H A D | metrics_state_manager.h | 2 // Use of this source code is governed by a BSD-style license that can be 47 // Denotes the type of EntropyProvider to use for default one-time 56 // The type of entropy to use for default one-time randomization. 61 // --enable_benchmarking command line flag is passed. 88 // is no other reason to disable reporting. One such reason is client 149 // Seeing a call with `false` without a matching call with `true` suggests 171 // Checks if this install was cloned or imaged from another machine. If a 176 // Checks if the cloned install detector says that client ids should be reset. 273 // and backup and there is no provisional client ID, so a new client ID is 315 // each install. UMA must be enabled (and |client_id_| must be set) or [all …]
|