Home
last modified time | relevance | path

Searched +full:libudev +full:- +full:dev (Results 1 – 25 of 30) sorted by relevance

12

/external/igt-gpu-tools/
DDockerfile.debian-minimal1 FROM debian:stretch-backports
3 RUN apt-get update
4 RUN apt-get install -y \
8 pkg-config \
10 libpciaccess-dev \
11 libkmod-dev \
12 libprocps-dev \
13 libdw-dev \
14 zlib1g-dev \
15 liblzma-dev \
[all …]
DDockerfile.debian-mips1 FROM debian:stretch-backports
3 RUN apt-get update
4 RUN apt-get install -y \
7 pkg-config \
8 x11proto-dri2-dev \
9 python-docutils \
13 RUN dpkg --add-architecture mips
14 RUN apt-get update
15 RUN apt-get install -y \
16 gcc-mips-linux-gnu \
[all …]
DDockerfile.debian-arm641 FROM debian:stretch-backports
3 RUN apt-get update
4 RUN apt-get install -y \
7 pkg-config \
8 x11proto-dri2-dev \
9 python-docutils \
13 RUN dpkg --add-architecture arm64
14 RUN apt-get update
15 RUN apt-get install -y \
16 gcc-aarch64-linux-gnu \
[all …]
DDockerfile.debian-armhf1 FROM debian:stretch-backports
3 RUN apt-get update
4 RUN apt-get install -y \
7 pkg-config \
8 x11proto-dri2-dev \
9 python-docutils \
13 RUN dpkg --add-architecture armhf
14 RUN apt-get update
15 RUN apt-get install -y \
16 gcc-arm-linux-gnueabihf \
[all …]
DREADME.md5 -----------
8 drivers. There are many macro-level test suites that get used against the
12 results. Therefore, IGT GPU Tools includes low-level tools and tests
32 the --list-subtests command line option and then run using the
33 --run-subtest option. If --run-subtest is not used, all subtests will
35 the --help option.
37 The test suite can be run using the run-tests.sh script available in
42 ./scripts/run-tests.sh -d
44 run-tests.sh has options for filtering and excluding tests from test
47 -t <regex> only include tests that match the regular expression
[all …]
/external/oss-fuzz/projects/osquery/
Dbuild.sh1 #!/bin/bash -eu
8 # http://www.apache.org/licenses/LICENSE-2.0
21 ln -s /usr/include/locale.h /usr/include/xlocale.h
26 mv "${SRC}/${PROJECT}" "${SRC}/${PROJECT}-dev" &&\
27 mv "${SRC}/${PROJECT}-dev" "${SRC}/${PROJECT}" )
34 -DOSQUERY_VERSION:string=0.0.0-fuzz \
35 -DOSQUERY_ENABLE_ADDRESS_SANITIZER:BOOL=ON \
36 -DOSQUERY_BUILD_FUZZERS:BOOL=ON \
37 -DOSQUERY_IGNORE_CMAKE_MAX_VERSION_CHECK:BOOL=ON \
38 -DOSQUERY_BUILD_AWS:BOOL=OFF \
[all …]
/external/oss-fuzz/projects/casync/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && \
19 apt-get install -y \
20 python3-pip pkg-config wget \
21 liblzma-dev \
22 libzstd-dev \
23 libcurl4-openssl-dev \
24 libssl-dev \
25 libudev-dev \
[all …]
/external/mesa3d/.gitlab-ci/container/debian/
Dx86_64_test-gl.sh4 set -e
5 set -o xtrace
10 apt-get install -y libelogind0 # this interfere with systemd deps, install separately
16 "clang-${LLVM_VERSION}"
19 glslang-tools
20 libasound2-dev
21 libcap-dev
22 "libclang-cpp${LLVM_VERSION}-dev"
23 libdrm-dev
24 libgles2-mesa-dev
[all …]
Dx86_64_test-vk.sh6 set -e
7 set -o xtrace
11 apt-get install -y libelogind0 # this interfere with systemd deps, install separately
18 glslang-tools
19 libexpat1-dev
21 libdrm-dev
22 libgbm-dev
23 libgles2-mesa-dev
24 liblz4-dev
25 libpciaccess-dev
[all …]
/external/oss-fuzz/projects/openweave/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y python3-pip python-setuptools bridge-utils \
19 libglib2.0-dev libdbus-1-dev libudev-dev \
20 libical-dev libreadline-dev udev \
22 RUN pip3 install --user google-cloud googleapis-common-protos grpcio protobuf pycryptodomex
23 RUN cpan -i Text::Template
24 RUN git clone --depth 1 https://github.com/openweave/openweave-core
25 WORKDIR $SRC/openweave-core
/external/libusb/.private/
Dci-container-build.sh3 set -eu
6 [ -n "${DEBUG:-}" ] || OPTS="--rm"
8 if type podman >/dev/null 2>&1; then
16 $RUNC run --interactive ${RUNC_OPTIONS:-} ${OPTS:-} --volume `pwd`:/source${MOUNT_MODE:-} ${1:-dock…
17 set -ex
20 trap '[ \$? -eq 0 ] || exit 1' EXIT
22 # go-faster apt
27 apt-get update
28 apt-get install -y eatmydata
29 eatmydata apt-get -y --purge dist-upgrade
[all …]
/external/oss-fuzz/projects/cras/
DDockerfile2 # Use of this source code is governed by a BSD-style license that can be
11 # http://www.apache.org/licenses/LICENSE-2.0
22 FROM gcr.io/oss-fuzz-base/base-builder-rust
24 RUN apt-get -y update && \
25 apt-get install -y \
27 build-essential \
31 ladspa-sdk \
32 libasound-dev \
33 libdbus-1-dev \
34 libgtest-dev \
[all …]
/external/mesa3d/.gitlab-ci/container/
Dlava_build.sh6 # .gitlab-ci/image-tags.yml tags:
9 set -e
10 set -o xtrace
17 S3_PATH="${S3_HOST}/mesa-lava/$1/${DISTRIBUTION_TAG}/${DEBIAN_ARCH}"
18 if curl -L --retry 4 -f --retry-delay 60 -s -X HEAD \
20 echo "Remote files are up-to-date, skip rebuilding them."
28 . .gitlab-ci/container/container_pre_build.sh
30 # Install rust, which we'll be using for deqp-runner. It will be cleaned up at the end.
31 . .gitlab-ci/container/build-rust.sh
34 GCC_ARCH="aarch64-linux-gnu"
[all …]
/external/mesa3d/docs/drivers/
Dsvga3d.rst8 hardware-accelerated 3D. VMware Workstation running on Linux or Windows
14 - The vmwgfx kernel module version 2.20 or later
15 - The VM needs to be configured to hardware version 20 or later.
16 - MESA 22.0 or later should be installed.
27 ----------
31 - Linux kernel module: vmwgfx
32 - User-space libdrm library
33 - Mesa/Gallium OpenGL driver: "svga"
37 `Workstation Pro <https://www.vmware.com/products/workstation-pro.html>`__ or
41 -------------
[all …]
/external/libusb/
D.travis.yml8 - os: linux
11 - os: linux
14 - os: linux
17 - os: linux
20 - os: linux
23 - os: linux
26 - os: osx
29 - os: osx
32 - os: osx
39 - autoconf
[all …]
/external/oss-fuzz/projects/libusb/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y make autoconf automake libtool libudev-dev
19 RUN git clone --depth 1 https://github.com/libusb/libusb libusb
/external/oss-fuzz/projects/libfido2/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
17 FROM gcr.io/oss-fuzz-base/base-builder
18 RUN apt-get update && apt-get install -y make autoconf automake libtool
19 RUN apt-get install -y cmake libudev-dev pkg-config chrpath
20 RUN git clone --branch v0.8.0 https://github.com/PJK/libcbor
21 RUN git clone --branch OpenSSL_1_1_1-stable https://github.com/openssl/openssl
22 RUN git clone --branch v1.2.11 https://github.com/madler/zlib
25 ADD https://storage.googleapis.com/yubico-libfido2/corpus.tgz corpus.tgz
/external/libusb/.github/workflows/
Dlinux.yml12 runs-on: ubuntu-latest
16 # Checks-out your repository under $GITHUB_WORKSPACE, so your job
18 - uses: actions/checkout@v3
20 - name: setup prerequisites
23 sudo apt install autoconf automake libtool libudev-dev m4
25 - name: bootstrap
28 - name: netlink
30 run: .private/ci-build.sh --build-dir build-netlink --no-test -- --disable-udev
32 - name: udev
33 run: .private/ci-build.sh --build-dir build-udev -- --enable-udev
[all …]
/external/oss-fuzz/projects/monero/
DDockerfile7 # http://www.apache.org/licenses/LICENSE-2.0
20 FROM gcr.io/oss-fuzz-base/base-builder
22 RUN set -ex && \
23 apt-get update && \
24 apt-get --no-install-recommends --yes install \
25 ca-certificates \
29 pkg-config \
34 libtool-bin \
43 libsodium-dev \
44 libreadline-dev \
[all …]
/external/ms-tpm-20-ref/Samples/TPMCmd-DeviceID/Platform/src/
DEPS.c45 #include <libudev.h>
70 // Returns 0 for success and -1 for error.
79 if (inetSocket == -1) in GetMacAddress()
81 return -1; in GetMacAddress()
86 if((ioctl(inetSocket, SIOCGIFCONF, &interfaceConfiguration)) == -1) in GetMacAddress()
89 return -1; in GetMacAddress()
95 int32_t result = -1; in GetMacAddress()
99 strcpy(interfaceRequest.ifr_name, intefaceRequestStart->ifr_name); in GetMacAddress()
129 // Returns 0 for success and -1 for error.
137 int result = -1; in GetDiskSerialNumber()
[all …]
/external/igt-gpu-tools/tests/
Dkms_content_protection.c29 #include <libudev.h>
99 rc = -ETIMEDOUT; in wait_flip_event()
108 rc = -1; in wait_flip_event()
118 struct udev_device *dev; in hdcp_event() local
124 dev = udev_monitor_receive_device(uevent_monitor); in hdcp_event()
125 if (!dev) in hdcp_event()
128 udev_devnum = udev_device_get_devnum(dev); in hdcp_event()
131 hotplug = udev_device_get_property_value(dev, "HOTPLUG"); in hdcp_event()
138 connector = udev_device_get_property_value(dev, "CONNECTOR"); in hdcp_event()
145 property = udev_device_get_property_value(dev, "PROPERTY"); in hdcp_event()
[all …]
/external/cronet/build/
Dinstall-build-deps.py4 # Use of this source code is governed by a BSD-style license that can be
23 output = subprocess.check_output(["apt-cache", "dumpavail"]).decode()
31 def package_exists(package_name: str) -> bool:
38 parser.add_argument("--syms",
42 "--no-syms",
48 "--lib32",
50 help="Enable installation of 32-bit libraries, e.g. for V8 snapshot",
53 "--android",
58 "--no-android",
63 parser.add_argument("--arm",
[all …]
/external/angle/build/
Dinstall-build-deps.py4 # Use of this source code is governed by a BSD-style license that can be
23 output = subprocess.check_output(["apt-cache", "dumpavail"]).decode()
31 def package_exists(package_name: str) -> bool:
38 parser.add_argument("--syms",
42 "--no-syms",
48 "--lib32",
50 help="Enable installation of 32-bit libraries, e.g. for V8 snapshot",
53 "--android",
58 "--no-android",
63 parser.add_argument("--arm",
[all …]
/external/libusb/libusb/os/
Dlinux_netlink.c1 /* -*- Mode: C; c-basic-offset:8 ; indent-tabs-mode:t -*- */
4 * Copyright (C) 2007-2009 Daniel Drake <dsd@gentoo.org>
21 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
50 static int linux_netlink_socket = -1;
64 if (flags == -1) { in set_fd_cloexec_nb()
66 return -1; in set_fd_cloexec_nb()
69 if (fcntl(fd, F_SETFD, flags | FD_CLOEXEC) == -1) { in set_fd_cloexec_nb()
71 return -1; in set_fd_cloexec_nb()
76 /* Make sure the netlink socket is non-blocking */ in set_fd_cloexec_nb()
79 if (flags == -1) { in set_fd_cloexec_nb()
[all …]
/external/igt-gpu-tools/lib/
Digt_aux.c56 #include <libudev.h>
147 its.it_value.tv_nsec -= NSEC_PER_SEC; in sig_ioctl()
160 return ret ? -1 : 0; in sig_ioctl()
202 __igt_sigiter.offset.tv_sec = end.tv_sec - start.tv_sec; in igt_sigiter_start()
203 __igt_sigiter.offset.tv_nsec = end.tv_nsec - start.tv_nsec; in igt_sigiter_start()
206 __igt_sigiter.offset.tv_sec -= 1; in igt_sigiter_start()
246 if (iter->pass++ == 0) in __igt_sigiter_continue()
258 __func__, iter->pass - 1, in __igt_sigiter_continue()
268 __igt_sigiter.offset.tv_nsec -= NSEC_PER_SEC; in __igt_sigiter_continue()
318 /* We pick SIGCONT as it is a "safe" signal - if we send SIGCONT to in igt_fork_signal_helper()
[all …]

12