| /third_party/libinput/doc/user/dot/ |
| D | seats-sketch.gv | 8 kernel [label="Kernel"]; 10 event0 [URL="\ref libinput_event"]; 11 event1 [URL="\ref libinput_event"]; 12 event2 [URL="\ref libinput_event"]; 13 event3 [URL="\ref libinput_event"]; 15 pseat0 [label="phys seat0"; URL="\ref libinput_seat_get_physical_name"]; 16 pseat1 [label="phys seat1"; URL="\ref libinput_seat_get_physical_name"]; 18 lseatA [label="logical seat A"; URL="\ref libinput_seat_get_logical_name"]; 19 lseatB [label="logical seat B"; URL="\ref libinput_seat_get_logical_name"]; 20 lseatC [label="logical seat C"; URL="\ref libinput_seat_get_logical_name"]; [all …]
|
| /third_party/mesa3d/.gitlab-ci/lava/ |
| D | lava-submit.sh | 3 set -e 4 set -x 6 # Try to use the kernel and rootfs built in mainline first, so we're more 8 if wget -q --method=HEAD "https://${BASE_SYSTEM_MAINLINE_HOST_PATH}/done"; then 14 rm -rf results 15 mkdir -p results/job-rootfs-overlay/ 17 cp artifacts/ci-common/capture-devcoredump.sh results/job-rootfs-overlay/ 18 cp artifacts/ci-common/init-*.sh results/job-rootfs-overlay/ 19 cp artifacts/ci-common/intel-gpu-freq.sh results/job-rootfs-overlay/ 23 artifacts/ci-common/generate-env.sh > results/job-rootfs-overlay/set-job-env-vars.sh [all …]
|
| D | lava_job_submitter.py | 3 # Copyright (C) 2020 - 2022 Collabora Limited 8 # SPDX-License-Identifier: MIT 65 # General metadata and permissions, plus also inexplicably kernel arguments 78 "depthcharge-action": { 88 # URLs to our kernel rootfs to boot from, both generated by the base 94 'kernel': { 95 'url': '{}/{}'.format(args.kernel_url_prefix, args.kernel_image_name), 98 'url': '{}/lava-rootfs.tgz'.format(args.rootfs_url_prefix), 103 deploy['kernel']['type'] = args.kernel_image_type 106 'url': '{}/{}.dtb'.format(args.kernel_url_prefix, args.dtb) [all …]
|
| /third_party/f2fs-tools/ |
| D | README.OpenSource | 3 "Name" : "f2fs-tools", 4 "License" : "GNU GPL-2.0", 7 "Owner" : "Jaegeuk Kim <jaegeuk@kernel.org>", 8 …"Upstream URL" : "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/… 9 …"Description" : "The f2fs-tools package contains the utilities for handling the f2fs fil… 12 "Name" : "f2fs-tools", 13 "License" : "GNU LGPL-2.1+", 16 "Owner" : "Jaegeuk Kim <jaegeuk@kernel.org>", 17 …"Upstream URL" : "https://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git/… 18 …"Description" : "The f2fs-tools package contains the utilities for handling the f2fs fil…
|
| /third_party/flutter/engine/flutter/shell/platform/fuchsia/dart_runner/ |
| D | dart_component_controller.cc | 2 // Use of this source code is governed by a BSD-style license that can be 8 #include <lib/async-loop/loop.h> 53 queue->RunMicrotasks(); in AfterTask() 63 // fuchsia-pkg://fuchsia.com/hello_dart#meta/hello_dart.cmx -> hello_dart.cmx 64 std::string GetLabelFromURL(const std::string& url) { in GetLabelFromURL() argument 65 for (size_t i = url.length() - 1; i > 0; i--) { in GetLabelFromURL() 66 if (url[i] == '/') { in GetLabelFromURL() 67 return url.substr(i + 1, url.length() - 1); in GetLabelFromURL() 70 return url; in GetLabelFromURL() 87 for (size_t i = 0; i < startup_info_.program_metadata->size(); ++i) { in DartComponentController() [all …]
|
| /third_party/ltp/ |
| D | .gitmodules | 1 [submodule "testcases/kernel/mce-test"] 2 path = testcases/kernel/mce-test 3 url = git://git.kernel.org/pub/scm/linux/kernel/git/gong.chen/mce-test.git
|
| /third_party/libnl/ |
| D | libnl3.spec | 4 Summary: Providing APIs to netlink protocol based Linux kernel interfaces 6 URL: http://www.infradead.org/~tgr/libnl/ 7 Source: https://github.com/thom311/libnl/releases/download/libnl3_5_0/libnl-3.5.0.tar.gz 9 Patch6000: backport-lib-add-include-netlink-private-nl-auto-h-header.patch 10 Patch6001: backport-lib-use-proper-int-type-for-id-attributes-in-nl_object_identical.patch 11 Patch6002: backport-route-link-add-RTNL_LINK_REASM_OVERLAPS-stat.patch 12 Patch6003: backport-route-link-Check-for-null-pointer-in-macvlan.patch 13 Patch6004: backport-rtnl-link-fix-leaking-rtnl_link_af_ops-in-link_msg_parser.patch 14 Patch6005: backport-rtnl-route-fix-NLE_NOMEM-handling-in-parse_multipath.patch 15 Patch9000: solve-redefinition-of-struct-ipv6_mreq.patch [all …]
|
| D | README.OpenSource | 6 "Version Number": "3.5.0-4.oe2203", 8 …"Upstream URL": "https://repo.openeuler.org/openEuler-22.03-LTS/source/Packages/libnl3-3.5.0-4.oe2… 9 "Description": "Providing APIs to netlink protocol based Linux kernel interfaces."
|
| /third_party/ltp/docparse/ |
| D | testinfo.pl | 2 # SPDX-License-Identifier: GPL-2.0-or-later 4 # Copyright (c) 2020-2021 Petr Vorel <pvorel@suse.cz> 15 # tags which expect git tree, also need constant for URL 16 our @TAGS_GIT = ("linux-git", "linux-stable-git", "glibc-git"); 19 use constant LINUX_GIT_URL => "https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/c… 20 use constant LINUX_STABLE_GIT_URL => "https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.… 22 use constant CVE_DB_URL => "https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-"; 51 // -*- mode:doc; -*- 77 if ('known-fail') { 101 my ($url, $text) = @_; [all …]
|
| /third_party/selinux/ |
| D | README.OpenSource | 8 "Upstream URL": "https://github.com/SELinuxProject/selinux", 17 "Upstream URL": "https://github.com/SELinuxProject/selinux", 18 …"Description": "This module is the runtime SELinux library that provides interfaces to SELinux-awa… 26 "Upstream URL": "https://github.com/SELinuxProject/selinux", 31 "License": "BSD 2-Clause License", 35 "Upstream URL": "https://github.com/SELinuxProject/selinux", 36 "Description": "This module is a compiler which builds a kernel binary policy with cil files."
|
| /third_party/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 …]
|
| /third_party/mesa3d/.gitlab-ci/bare-metal/ |
| D | cros-servo.sh | 7 BM=$CI_PROJECT_DIR/install/bare-metal 11 if [ -z "$BM_SERIAL" ]; then 12 echo "Must set BM_SERIAL in your gitlab-runner config.toml [[runners]] environment" 17 if [ -z "$BM_SERIAL_EC" ]; then 18 echo "Must set BM_SERIAL in your gitlab-runner config.toml [[runners]] environment" 23 if [ ! -d /nfs ]; then 28 if [ ! -d /tftp ]; then 34 if [ -z "$BM_KERNEL" ]; then 35 echo "Must set BM_KERNEL to your board's kernel FIT image" 39 if [ -z "$BM_ROOTFS" ]; then [all …]
|
| D | poe-powered.sh | 7 BM=$CI_PROJECT_DIR/install/bare-metal 11 if [ -z "$BM_SERIAL" ]; then 12 echo "Must set BM_SERIAL in your gitlab-runner config.toml [[runners]] environment" 17 if [ -z "$BM_POE_ADDRESS" ]; then 18 echo "Must set BM_POE_ADDRESS in your gitlab-runner config.toml [[runners]] environment" 23 if [ -z "$BM_POE_INTERFACE" ]; then 24 echo "Must set BM_POE_INTERFACE in your gitlab-runner config.toml [[runners]] environment" 29 if [ -z "$BM_POWERUP" ]; then 30 echo "Must set BM_POWERUP in your gitlab-runner config.toml [[runners]] environment" 35 if [ -z "$BM_POWERDOWN" ]; then [all …]
|
| /third_party/flutter/flutter/packages/flutter_tools/lib/src/build_runner/ |
| D | web_fs.dart | 2 // Use of this source code is governed by a BSD-style license that can be 110 if (!tab.url.contains('localhost')) { 189 if (mappedUrls.containsKey(request.url.path)) { 190 final String newPath = mappedUrls[request.url.path]; 197 url: Uri.parse(request.url.toString() 198 .replaceFirst(request.url.path, newPath)), 222 if (request.url.path.contains('stack_trace_mapper')) { 231 'Content-Type': 'text/javascript', 233 } else if (request.url.path.contains('require.js')) { 238 'kernel', [all …]
|
| /third_party/libxml2/test/schemas/ |
| D | nvdcve_0.xml | 1 <?xml version='1.0' encoding='UTF-8'?> 2 …tp://www.w3.org/2001/XMLSchema-instance" xmlns="http://nvd.nist.gov/feeds/cve/1.2" nvd_xml_version… 3 …name="CVE-2008-4503" seq="2008-4503" severity="Medium" type="CVE" published="2008-10-09" CVSS_vers… 17 …<ref source="XF" url="http://xforce.iss.net/xforce/xfdb/45721">adobe-flash-click-hijacking(45721)<… 18 <ref source="SECTRACK" url="http://www.securitytracker.com/id?1020996">1020996</ref> 19 <ref source="BID" url="http://www.securityfocus.com/bid/31625">31625</ref> 20 … <ref source="FRSIRT" url="http://www.frsirt.com/english/advisories/2008/2764">ADV-2008-2764</ref> 21 …CONFIRM" url="http://www.adobe.com/support/security/advisories/apsa08-08.html" adv="1">http://www.… 22 <ref source="SECUNIA" url="http://secunia.com/advisories/32163" adv="1">32163</ref> 23 …<ref source="MISC" url="http://ha.ckers.org/blog/20081007/clickjacking-details/">http://ha.ckers.o… [all …]
|
| /third_party/node/doc/api/ |
| D | dgram.md | 3 <!--introduced_in=v0.10.0--> 5 > Stability: 2 - Stable 7 <!-- name=dgram --> 9 <!-- source_link=lib/dgram.js --> 36 <!-- YAML 38 --> 48 <!-- YAML 50 --> 56 <!-- YAML 58 --> [all …]
|
| /third_party/node/deps/npm/node_modules/hosted-git-info/ |
| D | index.js | 2 var url = require('url') variable 3 var gitHosts = require('./git-host-info.js') 4 var GitHost = module.exports = require('./git-host.js') 14 return protocolToRepresentationMap[protocol] || protocol.slice(0, -1) 40 var url = fixupUnqualifiedGist( 43 var parsed = parseGitUrl(url) 44 var shortcutMatch = url.match(/^([^:]+):(?:[^@]+@)?(?:([^/]*)\/)?([^#]+)/) 87 // See https://www.kernel.org/pub/software/scm/git/docs/git-check-ref-format.html 90 // git-check-ref-format, and as this is a fast sync function, 92 // out that the commit-ish is invalid. [all …]
|
| /third_party/mesa3d/docs/ci/ |
| D | kernel.rst | 1 Upreving Linux Kernel 4 Occasionally, the Gitlab CI needs a Linux Kernel update to enable new kernel 6 Kernel uprevs in Gitlab CI are relatively simple, but prone to lots of 7 side-effects since many devices from different platforms are involved in the 10 Kernel repository 11 ----------------- 13 The Linux Kernel used in the Gitlab CI is stored at the following repository: 14 https://gitlab.freedesktop.org/gfx-ci/linux 16 It is common that Mesa kernel brings some patches that were not merged on the 17 Linux mainline, that is why Mesa has its own kernel version which should be used [all …]
|
| D | bare-metal.rst | 1 Bare-metal CI 4 The bare-metal scripts run on a system with gitlab-runner and Docker, 5 connected to potentially multiple bare-metal boards that run tests of 6 Mesa. Currently "fastboot", "ChromeOS Servo", and POE-powered devices are 16 ----------------------- 18 This testing requires power control of the DUTs by the gitlab-runner 22 We require access to the console output from the gitlab-runner system, 27 The boards need to be able to have a kernel/initramfs supplied by the 28 gitlab-runner system, since Mesa often needs to update the kernel either for new 29 DRM functionality, or to fix kernel bugs. [all …]
|
| 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 build systems, configurations and platforms 17 - Sanity checks (``meson test``) 18 - Some drivers (softpipe, llvmpipe, freedreno and panfrost) are also tested 19 using `VK-GL-CTS <https://github.com/KhronosGroup/VK-GL-CTS>`__ 20 - Replay of application traces 30 If you're interested in the details, the main configuration file is ``.gitlab-ci.yml``, [all …]
|
| /third_party/rust/crates/linux-raw-sys/ |
| D | README.OpenSource | 3 "Name": "linux-raw-sys", 4 "License": "Apache-2.0_WITH_LLVM-exception, Apache License 2.0, MIT", 5 "License File": "LICENSE-Apache-2.0_WITH_LLVM-exception, LICENSE-MIT", 8 "Upstream URL": "https://github.com/sunfishcode/linux-raw-sys", 9 … "Description": "A Rust library that provides bindings to the Linux kernel's raw device interface."
|
| /third_party/mtdev/ |
| D | README.OpenSource | 6 "Version Number":"1.1.6-3.oe2203sp1", 8 …"Upstream URL":"https://repo.openeuler.org/openEuler-22.03-LTS-SP1/source/Packages/mtdev-1.1.6-3.o… 9 …"Description": "The mtdev library transforms all variants of kernel MT events to the slotted type …
|
| /third_party/libunwind/doc/ |
| D | unw_is_signal_frame.tex | 8 …nw\_is\_signal\_frame}{David Mosberger-Tang}{Programming Library}{unw\_is\_signal\_frame}unw\_is\_… 23 asynchronous interruption. For UNIX and UNIX-like platforms, such 24 frames are normally created by the kernel when delivering a signal. 25 In a kernel-environment, a signal frame might, for example, correspond 30 that are normally treated as scratch (``caller-saved'') registers. 36 not. Otherwise, a negative value of one of the error-codes below is 41 \Func{unw\_is\_signal\_frame}() is thread-safe as well as safe to use 62 David Mosberger-Tang\\ 64 WWW: \URL{http://www.nongnu.org/libunwind/}.
|
| /third_party/alsa-lib/ |
| D | README.OpenSource | 3 "Name": "alsa-lib", 8 "Upstream URL": "https://github.com/alsa-project/alsa-lib", 9 "Description": "A library to interface with ALSA in the Linux kernel."
|
| /third_party/fsverity-utils/ |
| D | README.OpenSource | 3 "Name" : "fsverity-utils", 8 "Upstream URL" : "https://git.kernel.org/pub/scm/fs/fsverity/fsverity-utils.git",
|