/third_party/skia/infra/gcc/Debian10-x86/ |
D | Dockerfile | 1 FROM debian:10-slim 3 RUN dpkg --add-architecture i386 && \ 4 apt-get update && apt-get upgrade -y && apt-get install -y \ 5 build-essential \ 6 ca-certificates \ 7 g++-multilib \ 8 libfontconfig-dev:i386 \ 9 libglu-dev:i386 \ 11 && rm -rf /var/lib/apt/lists/*
|
/third_party/mesa3d/.gitlab-ci/build/ |
D | gitlab-ci.yml | 2 .build-common: 3 extends: .build-rules 10 - _build/meson-logs/*.txt 11 - _build/meson-logs/strace 12 - shader-db 15 .build-linux: 16 extends: .build-common 23 - !reference [default, before_script] 24 - export PATH="/usr/lib/ccache:$PATH" 25 - export CCACHE_BASEDIR="$PWD" [all …]
|
/third_party/python/Lib/distutils/tests/ |
D | test_util.py | 81 self.assertEqual(get_platform(), 'win-amd64') 91 'root:xnu-792.25.20~1/RELEASE_I386'), 'i386')) 95 get_config_vars()['CFLAGS'] = ('-fno-strict-aliasing -DNDEBUG -g ' 96 '-fwrapv -O3 -Wall -Wstrict-prototypes') 99 sys.maxsize = (2 ** 31)-1 101 self.assertEqual(get_platform(), 'macosx-10.3-i386') 108 get_config_vars()['CFLAGS'] = ('-arch ppc -arch i386 -isysroot ' 110 '-fno-strict-aliasing -fno-common ' 111 '-dynamic -DNDEBUG -g -O3') 113 self.assertEqual(get_platform(), 'macosx-10.4-fat') [all …]
|
/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/python/Lib/test/ |
D | test_sysconfig.py | 156 self.assertEqual(get_platform(), 'win-amd64') 166 'root:xnu-792.25.20~1/RELEASE_I386'), 'PowerPC')) 170 get_config_vars()['CFLAGS'] = ('-fno-strict-aliasing -DNDEBUG -g ' 171 '-fwrapv -O3 -Wall -Wstrict-prototypes') 176 self.assertEqual(get_platform(), 'macosx-10.3-ppc') 178 self.assertEqual(get_platform(), 'macosx-10.3-ppc64') 185 'root:xnu-792.25.20~1/RELEASE_I386'), 'i386')) 189 get_config_vars()['CFLAGS'] = ('-fno-strict-aliasing -DNDEBUG -g ' 190 '-fwrapv -O3 -Wall -Wstrict-prototypes') 194 self.assertEqual(get_platform(), 'macosx-10.3-i386') [all …]
|
D | test_platform.py | 22 LOGO=fedora-logo-icon 25 DOCUMENTATION_URL="https://docs.fedoraproject.org/en-US/fedora/f32/system-administrators-guide/" 39 ID_LIKE=debian 45 PRIVACY_POLICY_URL="https://www.ubuntu.com/legal/terms-and-policies/privacy-policy" 66 IN-VALID=value 84 cmd = "-c", "import platform; print(platform.architecture())" 173 ("2.7.4 (IronPython 2.7.4 (2.7.0.40) on Mono 4.0.30319.1 (32-bit))", None, "cli") 176 "Mono 4.0.30319.1 (32-bit)"), 218 self.assertEqual(res[-6], res.system) 220 self.assertEqual(res[-5], res.node) [all …]
|
/third_party/mesa3d/.gitlab-ci/container/debian/ |
D | x86_test-vk.sh | 5 set -e 6 set -o xtrace 15 g++-mingw-w64-i686-posix \ 16 g++-mingw-w64-x86-64-posix \ 17 glslang-tools \ 18 libexpat1-dev \ 20 libgbm-dev \ 21 libgles2-mesa-dev \ 22 liblz4-dev \ 23 libpciaccess-dev \ [all …]
|
/third_party/python/Doc/using/ |
D | unix.rst | 3 .. _using-on-unix: 16 -------- 29 https://www.debian.org/doc/manuals/maint-guide/first.en.html 30 for Debian users 33 …https://docs-old.fedoraproject.org/en-US/Fedora_Draft_Documentation/0.1/html/RPM_Guide/ch-creating… 35 http://www.slackbook.org/html/package-management-making-packages.html 40 ---------------------- 48 pkg_add -r python 50 …pkg_add ftp://ftp.openbsd.org/pub/OpenBSD/4.2/packages/<insert your architecture here>/python-<ver… 52 For example i386 users get the 2.5.1 version of Python using:: [all …]
|
/third_party/ltp/tools/sparse/sparse-src/Documentation/release-notes/ |
D | v0.3.rst | 1 v0.3 (2007-05-01) 5 http://ftp.be.debian.org/pub/software/devel/sparse/dist/ with sha1sum 1d868b29234176abd5f3f5463aad1… 20 * A Sparse-based implementation of ctags, thanks to Christopher Li. Now you can have a ctags that … 22 * The new '-ventry' option will make Sparse dump its internal linearized bytecode format. 24 * Sparse now interprets the integer size attributes 'QI', 'SI', 'HI', and 'DI', and their double-un… 27 * Sparse now supports more than one command-line include file. 28 * The pkg-config file gets installed to its correct location under 'lib', rather than under 'share'. 32 * Fully table-driven attribute parsing. This simplifies the C parser and makes it far easier to ad… 39 * Sparse-based Ctags implementation 71 * Fix mistaken comparison that becomes a no-op. [all …]
|
D | v0.4.2.rst | 1 v0.4.2 (2009-10-16) 4 I have tagged and released the sparse version 0.4.2 at http://ftp.be.debian.org/pub/software/devel/… 24 * Fix handling of ident-less declarations 25 * Separate parsing of identifier-list (in K&R-style declarations) 29 * Warn about non-empty identifier list outside of definition 40 * preparations to ->declarator() cleanup - separate typedef handling 44 * Have ->declarator() act directly on ctype being affected 46 * Pass decl_state down to ->declarator() and handle_attributes() 47 * Pass decl_state down to ->attribute() 53 * Don't mix storage class bits with ctype->modifiers while parsing type [all …]
|
/third_party/ltp/ |
D | INSTALL | 2 ------------ 7 Debian / Ubuntu 9 …pt install gcc git make pkgconf autoconf automake bison flex m4 linux-headers-$(uname -r) libc6-dev 13 …# zypper install gcc git make pkg-config autoconf automake bison flex m4 linux-glibc-devel glibc-d… 17 # yum install gcc git make pkgconf autoconf automake bison flex m4 kernel-headers glibc-headers 23 autoconf, automake, m4 (autoconf requirement), git and pkgconf (or pkg-config 30 GNU Bison / Berkeley Yacc is required for ltp-scanner. 33 ------------- 39 $ mkdir -p $TOP_BUILDDIR 42 - $TOP_SRCDIR and $TOP_BUILDDIR are the same for in-build-tree scenarios. [all …]
|
/third_party/libffi/ |
D | config.guess | 3 # Copyright 1992-2017 Free Software Foundation, Inc. 5 timestamp='2017-05-11' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2017 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
/third_party/curl/ |
D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-09' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
/third_party/node/deps/cares/ |
D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-09' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
/third_party/icu/icu4c/source/ |
D | config.guess | 3 # Copyright 1992-2022 Free Software Foundation, Inc. 7 timestamp='2022-01-09' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
/third_party/python/ |
D | config.guess | 3 # Copyright 1992-2021 Free Software Foundation, Inc. 7 timestamp='2021-06-03' 34 # Please send patches to <config-patches@gnu.org>. 40 # variety of pre-POSIX systems that do not have POSIX shells at all, and 41 # even some reasonably current systems (Solaris 10 as case-in-point) still 42 # have a pre-POSIX /bin/sh. 45 me=`echo "$0" | sed -e 's,.*/,,'` 53 -h, --help print this help, then exit 54 -t, --time-stamp print date of last modification, then exit 55 -v, --version print version number, then exit [all …]
|
/third_party/skia/third_party/externals/libpng/ |
D | config.guess | 3 # Copyright 1992-2018 Free Software Foundation, Inc. 5 timestamp='2018-03-08' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2018 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
/third_party/libevdev/build-aux/ |
D | config.guess | 3 # Copyright 1992-2016 Free Software Foundation, Inc. 5 timestamp='2016-10-02' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2016 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
/third_party/skia/third_party/externals/icu/source/ |
D | config.guess | 3 # Copyright 1992-2017 Free Software Foundation, Inc. 5 timestamp='2017-11-07' 32 # Please send patches to <config-patches@gnu.org>. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2017 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
/third_party/skia/third_party/externals/microhttpd/ |
D | config.guess | 3 # Copyright 1992-2014 Free Software Foundation, Inc. 5 timestamp='2014-03-23' 32 # Please send patches with a ChangeLog entry to config-patches@gnu.org. 35 me=`echo "$0" | sed -e 's,.*/,,'` 43 -h, --help print this help, then exit 44 -t, --time-stamp print date of last modification, then exit 45 -v, --version print version number, then exit 47 Report bugs and patches to <config-patches@gnu.org>." 53 Copyright 1992-2014 Free Software Foundation, Inc. 59 Try \`$me --help' for more information." [all …]
|
/third_party/protobuf/kokoro/linux/dockerfile/test/php_32bit/ |
D | Dockerfile | 1 FROM i386/debian:jessie 5 RUN apt-get update && apt-get install -y \ 7 autotools-dev \ 8 build-essential \ 15 libc6-dbg \ 16 libc6-dev \ 17 libgtest-dev \ 25 libsqlite3-dev \ 26 && apt-get clean 29 RUN apt-get clean && apt-get update && apt-get install -y --force-yes \ [all …]
|
/third_party/libsnd/docs/ |
D | index.md | 1 --- 4 --- 13 There are also pre-compiled binaries available for 32 and 64 bit windows. 15 It was designed to handle both little-endian (such as WAV) and big-endian (such 16 as AIFF) data, and to compile and run correctly on little-endian (such as Intel 17 and DEC/Compaq Alpha) processor systems as well as big-endian processor systems 25 * Every platform supported by Debian GNU/Linux including x86_64-linux-gnu, 26 i486-linux-gnu, powerpc-linux-gnu, sparc-linux-gnu, alpha-linux-gnu, 27 mips-linux-gnu and armel-linux-gnu. 28 * powerpc-apple-darwin7.0 (Mac OS X 10.3) [all …]
|
/third_party/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 …]
|
/third_party/gstreamer/gstreamer/docs/random/old/ |
D | ChangeLog.gstreamer | 1 2003-12-16 Thomas Vander Stichele <thomas at apestaart dot org> 5 rename --enable-segfault to --disable-segtrap 7 2003-12-15 Thomas Vander Stichele <thomas at apestaart dot org> 14 plug-ins 16 2003-12-02 Thomas Vander Stichele <thomas at apestaart dot org> 21 2003-11-14 Thomas Vander Stichele <thomas at apestaart dot org> 25 2003-11-14 Thomas Vander Stichele <thomas at apestaart dot org> 31 2003-06-02 Colin Walters <walters@verbum.org> 35 2003-03-29 Martin Schulze <MHL.Schulze@t-online.de> 37 * gst/gstelementfactory.c: Add "g_free (dp->license)" in [all …]
|
/third_party/skia/third_party/externals/libjpeg-turbo/ |
D | ChangeLog.md | 11 decompress a specially-crafted malformed progressive JPEG image caused the 18 4. Fixed a floating point exception (CVE-2021-20205) that occurred when 19 attempting to compress a specially-crafted malformed GIF image with a specified 23 generate a progressive JPEG image on an SSE2-capable CPU using a scan script 24 containing one or more scans with lengths divisible by 32 and non-zero 31 command-line argument (`-limitscans`) that causes the TurboJPEG decompression 36 ["Two Issues with the JPEG Standard"](https://libjpeg-turbo.org/pmwiki/uploads/About/TwoIssueswitht… 40 `tjLoadImage()` function to load a 16-bit binary PPM file (a binary PPM file 42 a 16-bit binary PGM file into an RGB image buffer. 45 generated when using the `tjLoadImage()` function to load a 16-bit binary PPM [all …]
|