Searched +full:tests +full:- +full:debian +full:- +full:minimal (Results 1 – 25 of 35) sorted by relevance
12
/external/igt-gpu-tools/ |
D | .gitlab-ci.yml | 1 image: $CI_REGISTRY/$CI_PROJECT_PATH/igt-fedora:latest 4 -Dlibdrm_drivers=intel,nouveau,amdgpu 5 -Doverlay=enabled 6 -Dchamelium=enabled 7 -Dvalgrind=enabled 8 -Dman=enabled 9 -Dtests=enabled 10 -Drunner=enabled 11 -Dlibunwind=enabled 12 LANG: "C.UTF-8" [all …]
|
/external/crosvm/ci/crosvm_base/ |
D | Dockerfile | 2 # Use of this source code is governed by a BSD-style license that can be 8 # TODO(b/177078591): Use debian buster and backports (or manual dpkg downloads) 10 FROM debian:buster 12 # Set timezone so apt-get won't try to prompt 17 RUN echo 'deb http://deb.debian.org/debian bullseye main' >/etc/apt/sources.list.d/testing.list 18 RUN echo 'APT::Default-Release "stable";' >/etc/apt/apt.conf.d/99_default_stable 20 RUN apt-get update && apt-get install --yes --no-install-recommends \ 21 ca-certificates \ 30 ninja-build \ 31 openssh-client \ [all …]
|
/external/nanopb-c/docs/ |
D | index.rst | 7 Nanopb is an ANSI-C library for encoding and decoding messages in Google's `Protocol Buffers`__ for… 8 It is primarily suitable for 32-bit microcontrollers. 10 __ https://developers.google.com/protocol-buffers/docs/reference/overview 18 The high-level encoding and decoding functions take an array of *pb_field_t* structures, which desc… 25 - pb.h 26 - pb_common.h and pb_common.c (always needed) 27 - pb_decode.h and pb_decode.c (needed for decoding messages) 28 - pb_encode.h and pb_encode.c (needed for encoding messages) 30 - person.proto (just an example) 31 - person.pb.c (autogenerated, contains initializers for const arrays) [all …]
|
/external/grpc-grpc/third_party/nanopb/docs/ |
D | index.rst | 7 Nanopb is an ANSI-C library for encoding and decoding messages in Google's `Protocol Buffers`__ for… 8 It is primarily suitable for 32-bit microcontrollers. 10 __ https://developers.google.com/protocol-buffers/docs/reference/overview 18 The high-level encoding and decoding functions take an array of *pb_field_t* structures, which desc… 25 - pb.h 26 - pb_common.h and pb_common.c (always needed) 27 - pb_decode.h and pb_decode.c (needed for decoding messages) 28 - pb_encode.h and pb_encode.c (needed for encoding messages) 30 - person.proto (just an example) 31 - person.pb.c (autogenerated, contains initializers for const arrays) [all …]
|
/external/e2fsprogs/doc/RelNotes/ |
D | v1.42.txt | 5 libext2fs. (CVE-2015-1572, Addresses Debian Bug: #778948) 8 (Addresses Debian Bug: #760275) 11 logging feature. (Addresses Debian Bug: #775234) 15 (Addresses Debian Bug: #773795) 18 device (file system). (Addresses Debian Bug: #764293) 36 Fixed some use-after-free bug in resize2fs and e2fsck. 49 ------------------ 51 Fixed coverity, sparse, gcc -Wall, and clang warnings/nits. 88 Fix a 32/64-bit overflow bug that could cause resize2fs to loop 89 forever. (Addresses-Launchpad-Bug: #1321958) [all …]
|
D | v1.41.txt | 21 ----------------- 23 E2fsprogs 1.41.13 would not compile on big-endian systems. This has 30 Fix some type-punning warnings generated by newer versions of gcc. 36 E2fsck now supports the extended option "-E journal_only", which 41 E2fsck will now support UUID= and LABEL= specifiers for the -j option 43 Debian Bug #559315) 53 Mke2fs will now check the file system type (specified with the -t 56 with the -T option) is not defined in mke2fs.conf, mke2fs will print a 57 warning but will continue. (Addresses Debian Bug #594609) 59 Clarified error message from resize2fs clarifying that on-line [all …]
|
/external/fsverity-utils/ |
D | README.md | 1 # fsverity-utils 5 This is fsverity-utils, a set of userspace utilities for fs-verity. 6 fs-verity is a Linux kernel feature that does transparent on-demand 7 integrity/authenticity verification of the contents of read-only 9 file. It is similar to dm-verity, but implemented at the file level 12 for more information about fs-verity. 14 fs-verity is supported by the ext4 and f2fs filesystems in Linux v5.4 17 might add support for fs-verity in the future. 19 fsverity-utils currently contains just one program, `fsverity`. The 20 `fsverity` program allows you to set up fs-verity protected files. [all …]
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.5rc1.rst | 2 .. date: 2018-03-05-10-09-51 4 .. release date: 2018-03-13 7 Minimal fix to prevent buffer overrun in os.symlink on Windows 12 .. date: 2018-03-02-10-24-52 18 refactored. This resolves CVE-2018-1060 and CVE-2018-1061. Patch by Jamie 24 .. date: 2018-03-08-09-48-38 33 .. date: 2018-02-27-13-36-21 42 .. date: 2018-02-20-21-53-48 52 .. date: 2018-01-28-23-01-39 62 .. date: 2018-01-28-12-25-06 [all …]
|
/external/webp/ |
D | README | 30 -------------- 34 nmake /f Makefile.vc CFG=release-static RTLIBCFG=static OBJDIR=output 36 the directory output\release-static\(x64|x86)\bin will contain the tools 37 cwebp.exe and dwebp.exe. The directory output\release-static\(x64|x86)\lib will 43 ------------------------------- 47 make -f makefile.unix 50 with the static library src/libwebp.a. No system-wide installation 56 --------------------- 59 On a Debian-like system the following should install everything you need for a 60 minimal build: [all …]
|
/external/e2fsprogs/debian/ |
D | changelog | 1 e2fsprogs (1.45.4-1) unstable; urgency=medium 4 * Fix CVE-2019-5094: A maliciously corrupted file systems can trigger 18 non-systemd systems (Closes: #940240) 21 -- Theodore Y. Ts'o <tytso@mit.edu> Mon, 23 Sep 2019 15:31:27 -0400 23 e2fsprogs (1.45.3-4) unstable; urgency=medium 28 * fix e2fsprogs build problems on non-Linux ports 30 -- Theodore Y. Ts'o <tytso@mit.edu> Tue, 06 Aug 2019 15:22:30 -0400 32 e2fsprogs (1.45.3-3) unstable; urgency=medium 35 * Mark logsave as Multi-Arch: foreign (Closes: #932876) 40 -- Theodore Y. Ts'o <tytso@mit.edu> Thu, 25 Jul 2019 15:35:01 -0400 [all …]
|
/external/pigweed/pw_build/ |
D | docs.rst | 1 .. _module-pw_build: 3 -------- 5 -------- 11 project with minimal effort. 14 .. _Ninja: https://ninja-build.org/ 22 * Incrementally run unit tests after code changes (with ``pw_target_runner``) 30 Pigweed development, and is the most tested and feature-rich build system 34 declarations that are used by upstream Pigweed to set some architecture-agnostic 41 ------------ 42 .. code-block:: [all …]
|
/external/strace/ |
D | ChangeLog | 1 2018-10-30 Dmitry V. Levin <ldv@altlinux.org> 10 2018-10-25 Dmitry V. Levin <ldv@altlinux.org> 14 2018-10-25 Elvira Khabirova <lineprinter@altlinux.org> 23 * tests/ioctl_nbd.c: Likewise. 24 * tests/.gitignore: Add ioctl_nbd. 25 * tests/pure_executables.list: Likewise. 26 * tests/gen_tests.in (ioctl_nbd): New entry. 28 Co-Authored-by: Dmitry V. Levin <ldv@altlinux.org> 30 2018-10-25 Dmitry V. Levin <ldv@altlinux.org> 32 tests: fix build with recent kernel headers. [all …]
|
/external/iperf3/ |
D | RELNOTES.md | 4 iperf 3.9 2020-08-17 5 -------------------- 7 * Notable user-visible changes 9 * A --timestamps flag has been added, which prepends a timestamp to 14 * A --server-bitrate-limit flag has been added as a server-side 15 command-line argument. It allows a server to enforce a maximum 22 * A bug that caused increased CPU usage with the --bidir option has 25 * Notable developer-visible changes 29 iperf 3.8.1 2020-06-10 30 ---------------------- [all …]
|
/external/libwebsockets/READMEs/ |
D | README.build.md | 8 ./bootstrap-vcpkg.sh 16 CMake is a multi-platform build tool that can generate build files for many 19 CMake also allows/recommends you to do "out of source"-builds, that is, 27 - Windows (Visual Studio) 28 - Windows (MinGW) 29 - Linux (x86 and ARM) 30 - OSX 31 - NetBSD 71 as --prefix= with autotools. It defaults to /usr/local. 74 $ cmake -DCMAKE_INSTALL_PREFIX:PATH=/usr . [all …]
|
/external/elfutils/tests/ |
D | Makefile.am | 3 ## Copyright (C) 1996-2019 Red Hat, Inc. 22 AM_CPPFLAGS += -I$(top_srcdir)/libasm -I$(top_srcdir)/libdw \ 23 -I$(top_srcdir)/libdwfl -I$(top_srcdir)/libdwelf \ 24 -I$(top_srcdir)/libebl -I$(top_srcdir)/libelf \ 25 -I$(top_srcdir)/lib -I.. 26 AM_LDFLAGS = -Wl,-rpath-link,../libasm:../libdw:../libelf 29 AM_LDFLAGS += -Wl,-rpath,$(BUILD_RPATH) 36 showptable update1 update2 update3 update4 test-nlist \ 37 show-die-info get-files next-files get-lines next-lines \ 38 get-pubnames \ [all …]
|
/external/ltp/doc/ |
D | test-writing-guidelines.txt | 9 ---------------- 18 self-contained as possible too (it should not depend on tools or libraries 66 functions and '-o' and '-a' test parameters (that are marked as obsolete in 69 You can either try to run the testcases on Debian which has '/bin/sh' pointing 71 it to run the tests. If your distribution lacks 'dash' package you can always 74 Debian also has nice devscript 75 https://salsa.debian.org/debian/devscripts/raw/master/scripts/checkbashisms.pl[checkbashism.pl] 76 that can be used to check for non-portable shell code. 126 declarations in system headers. It's used to disable tests at compile time. 129 tests at runtime. [all …]
|
/external/libwebsockets/ |
D | CMakeLists.txt | 5 # For selecting between DEBUG / RELEASE, use -DCMAKE_BUILD_TYPE=DEBUG or =RELEASE 25 # variables for libwebsockets build as x86-64 host library in Android 27 # end of variables for libwebsockets build as x86-64 host library in Android 32 option(LWS_WITH_NETWORK "Compile with network-related code" ON) 41 option(LWS_WITH_CGI "Include CGI (spawn process with network-connected stdin/out/err) APIs" OFF) 46 option(LWS_WITH_ZIP_FOPS "Support serving pre-zipped files" OFF) 50 option(LWS_WITH_ACCESS_LOG "Support generating Apache-compatible access logs" OFF) 70 option(LWS_WITH_SECURE_STREAMS "Secure Streams protocol-agnostic API" OFF) 82 option(LWS_SSL_CLIENT_USE_OS_CA_CERTS "SSL support should make use of the OS-installed CA root cert… 97 option(LWS_STATIC_PIC "Build the static version of the library with position-independent code" OFF) [all …]
|
/external/python/cpython2/Doc/library/ |
D | doctest.rst | 3 :mod:`doctest` --- Test interactive Python examples 10 .. sectionauthor:: Moshe Zadka <moshez@debian.org> 18 * To check that a module's docstrings are up-to-date by verifying that all 25 input-output examples. Depending on whether the examples or the expository text 54 >>> factorial(-1) 96 .. code-block:: shell-session 102 ``-v`` to the script, and :mod:`doctest` prints a detailed log of what 105 .. code-block:: shell-session 107 $ python example.py -v 126 .. code-block:: none [all …]
|
/external/python/cpython3/Doc/library/ |
D | doctest.rst | 1 :mod:`doctest` --- Test interactive Python examples 9 .. sectionauthor:: Moshe Zadka <moshez@debian.org> 14 -------------- 20 * To check that a module's docstrings are up-to-date by verifying that all 27 input-output examples. Depending on whether the examples or the expository text 49 >>> factorial(-1) 91 .. code-block:: shell-session 97 ``-v`` to the script, and :mod:`doctest` prints a detailed log of what 100 .. code-block:: shell-session 102 $ python example.py -v [all …]
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | ChangeLog.libffi-3.1 | 1 2014-03-16 Josh Triplett <josh@joshtriplett.org> 3 * ChangeLog: Archive to ChangeLog.libffi-3.1 and delete. Future 7 2014-03-16 Josh Triplett <josh@joshtriplett.org> 9 Add support for stdcall, thiscall, and fastcall on non-Windows 10 x86-32. 14 code compiled with -mrtd which effectively makes stdcall the 18 non-Windows x86-32 platforms, as non-default calling conventions. 20 * Makefile.am: Compile in src/x86/win32.S on non-Windows x86-32. 22 FFI_FASTCALL on non-Windows x86-32. Increase trampoline size to 25 FFI_FASTCALL on non-Windows x86-32 platforms; update ifdeffery. [all …]
|
/external/libffi/ |
D | ChangeLog.libffi-3.1 | 1 2014-03-16 Josh Triplett <josh@joshtriplett.org> 3 * ChangeLog: Archive to ChangeLog.libffi-3.1 and delete. Future 7 2014-03-16 Josh Triplett <josh@joshtriplett.org> 9 Add support for stdcall, thiscall, and fastcall on non-Windows 10 x86-32. 14 code compiled with -mrtd which effectively makes stdcall the 18 non-Windows x86-32 platforms, as non-default calling conventions. 20 * Makefile.am: Compile in src/x86/win32.S on non-Windows x86-32. 22 FFI_FASTCALL on non-Windows x86-32. Increase trampoline size to 25 FFI_FASTCALL on non-Windows x86-32 platforms; update ifdeffery. [all …]
|
D | ChangeLog.old | 7 From the old ChangeLog.libffi-3.1 file... 9 2014-03-16 Josh Triplett <josh@joshtriplett.org> 11 * ChangeLog: Archive to ChangeLog.libffi-3.1 and delete. Future 15 2014-03-16 Josh Triplett <josh@joshtriplett.org> 17 Add support for stdcall, thiscall, and fastcall on non-Windows 18 x86-32. 22 code compiled with -mrtd which effectively makes stdcall the 26 non-Windows x86-32 platforms, as non-default calling conventions. 28 * Makefile.am: Compile in src/x86/win32.S on non-Windows x86-32. 30 FFI_FASTCALL on non-Windows x86-32. Increase trampoline size to [all …]
|
/external/mesa3d/docs/relnotes/ |
D | 20.2.0.rst | 1 Mesa 20.2.0 Release Notes / 2020-09-28 20 --------------- 24 63f0359575d558ef98dd78adffc0df4c66b76964ebf603b778b7004964191d30 mesa-20.2.0.tar.xz 28 ------------ 30 - GL_ARB_compute_variable_group_size on Iris. 32 - GL_ARB_gpu_shader5 on llvmpipe 34 - GL_ARB_post_depth_coverage on llvmpipe 36 - GLES 3.2 on llvmpipe 38 - GL_EXT_shader_group_vote on GLES3. 40 - GL_EXT_texture_shadow_lod on llvmpipe [all …]
|
/external/curl/ |
D | CHANGES | 12 - RELEASE-NOTES: synced 16 - THANKS: from 7.73.0 and .mailmap fixes 18 - mailmap: fixups of some contributors 20 - projects/build-wolfssl.bat: fix the copyright year range 23 - [Sergei Nikulov brought this change] 25 CI/tests: fix invocation of tests for CMake builds 27 Update appveyor.yml to set env variable TFLAGS and run tests 28 Remove curly braces due to CMake error (${TFLAGS} -> $TFLAGS) 31 Reviewed-by: Marc Hörsken 36 - tests/server/util.c: fix support for Windows Unicode builds [all …]
|
/external/libpng/ |
D | CHANGES | 1 CHANGES - changes for libpng 4 initial work-in-progress release 68 added png_read_update_info() - updates info structure with transformations 79 fixed some bugs (16-bit, 4-bit interlaced, etc.) 103 Changed warning/error callback functions to fix bug - this means you 115 in pngconf.h) - if nobody uses this, it may disappear in the future. 129 libpng will use the zlib CRC routines by (compile-time) default 130 Changed DOS small/medium model memory support - needs zlib 1.04 (Tim Wegner) 139 of nearly identical error messages (will simplify multi-lingual 141 Try to get ready for unknown-chunk callback functions: [all …]
|
12