Home
last modified time | relevance | path

Searched +full:libudev +full:- +full:dev (Results 1 – 25 of 26) 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-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 …]
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-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 …]
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 …]
DNEWS2 ----------
8 Release 1.24 (2019-06-20)
9 -------------------------
11 - Bumped required meson version to 0.47. (Arkadiusz Hiler)
13 - All the meson build options that used auto, true and false are now first
16 - Piglit as the primary test executor replaced by mostly drop-in
19 - Stack traces now contain source file names and line numbers, using
22 - Pixman dependency is now mandatory. (Maxime Ripard)
24 - The project has moved to gitlab, and uses gitlab's CI to build test
28 - Shader debugger removed due to lack of use and accumulation of
[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/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/libusb/.github/workflows/
Dlinux.yml12 runs-on: ubuntu-latest
16 # Checks-out your repository under $GITHUB_WORKSPACE, so your job
18 - uses: actions/checkout@v2
20 - name: setup prerequisites
24 sudo apt install autoconf automake libtool libudev-dev m4
26 - name: bootstrap
30 - name: netlink
32 run: .private/ci-build.sh --build-dir build-netlink -- --disable-udev
34 - name: udev
36 run: .private/ci-build.sh --build-dir build-udev -- --enable-udev
[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/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/libiio/src/CI/travis/
Dsetup_qemu_for_arm.sh3 set -ex
5 if [ $# -ne 1 ] ; then
7 exit -1
11 exit -1
14 CHROOT_DIR=/tmp/arm-chroot
16 # wheezy = 7 (2013-05-04); jessie = 8 (2015-04-26); stretch = 9 (2017-06-17); buster = 10 (2019-03-
22 sudo apt-get update
23-get install -qq -y qemu-user-static binfmt-support sbuild wget debian-archive-keyring ubuntu-keyr…
26 sudo mkdir -p ${QEMU_DIR}
29 wget https://download.qemu.org/qemu-3.1.0.tar.xz
[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.sh1 #!/bin/bash -e
4 # Use of this source code is governed by a BSD-style license that can be
13 echo "Usage: $0 [--options]"
15 echo "--[no-]syms: enable or disable installation of debugging symbols"
16 echo "--lib32: enable installation of 32-bit libraries, e.g. for V8 snapshot"
17 echo "--[no-]android: enable or disable installation of android dependencies"
18 echo "--[no-]arm: enable or disable installation of arm cross toolchain"
19 echo "--[no-]chromeos-fonts: enable or disable installation of Chrome OS"\
21 echo "--[no-]nacl: enable or disable installation of prerequisites for"\
23 echo "--[no-]backwards-compatible: enable or disable installation of packages
[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 …]
Digt_kms.c47 #include <libudev.h>
78 * The second part is a high-level library to manage modeset configurations
79 * which abstracts away some of the low-level details like the difference
81 * future the difference between legacy and atomic commit. These high-level
85 …* Note that this library's header pulls in the [i-g-t framebuffer](igt-gpu-tools-i-g-t-framebuffer…
99 * - 1920x1080 60Hz
100 * - 1280x720 60Hz
101 * - 1024x768 60Hz
102 * - 800x600 60Hz
103 * - 640x480 60Hz
[all …]
/external/cronet/testing/
Dlocation_tags.json1-webview-dev@chromium.org"}]},"android_webview/test/components":{"tags":[{"key":"monorail_componen…

12