| /external/AFLplusplus/docs/ | 
| D | INSTALL.md | 6 You can use the [Dockerfile](../Dockerfile) (which has gcc-10 and clang-12 - 7 hence afl-clang-lto is available) or just pull directly from the Docker Hub 12 docker run -ti -v /location/of/your/target:/src aflplusplus/aflplusplus 22 sudo apt-get update 23 sudo apt-get install -y build-essential python3-dev automake cmake git flex bison libglib2.0-dev li… 24 # try to install llvm 12 and install the distro default if that fails 25 sudo apt-get install -y lld-12 llvm-12 llvm-12-dev clang-12 || sudo apt-get install -y lld llvm llv… 26 …t-get install -y gcc-$(gcc --version|head -n1|sed 's/\..*//'|sed 's/.* //')-plugin-dev libstdc++-$… 27 sudo apt-get install -y ninja-build # for QEMU mode 34 It is recommended to install the newest available gcc, clang and llvm-dev [all …] 
 | 
| /external/webrtc/third_party/crc32c/src/ | 
| D | .travis.yml | 2 # http://about.travis-ci.org/docs/user/build-configuration/ 3 # This file can be validated on: http://lint.travis-ci.org/ 10 - gcc 11 - clang 13 - linux 14 - osx 17 - GLOG=1 SHARED_LIB=0 BUILD_TYPE=Debug 18 - GLOG=1 SHARED_LIB=0 BUILD_TYPE=RelWithDebInfo 19 - GLOG=0 SHARED_LIB=0 BUILD_TYPE=Debug 20 - GLOG=0 SHARED_LIB=0 BUILD_TYPE=RelWithDebInfo [all …] 
 | 
| /external/cronet/base/allocator/partition_allocator/partition_alloc_base/mac/ | 
| D | mac_util.h | 2 // Use of this source code is governed by a BSD-style license that can be 17 // Returns the system's macOS major and minor version numbers combined into an 18 // integer value. For example, for macOS Sierra this returns 1012, and for macOS 25 // Run-time OS version checks. Prefer @available in Objective-C files. If that 74 // - When bumping the minimum version of the macOS required by Chromium, remove 75 //   lines from below corresponding to versions of the macOS no longer 77 //   PA_DEFINE_OLD_IS_OS_FUNCS_CR_MIN_REQUIRED macro. When macOS 11.0 is the 79 // - When bumping the minimum version of the macOS SDK required to build 83 // Versions of macOS supported at runtime but whose SDK is not supported for 90 // Versions of macOS supported at runtime and whose SDK is supported for [all …] 
 | 
| /external/cronet/base/mac/ | 
| D | mac_util.h | 2 // Use of this source code is governed by a BSD-style license that can be 36 // SystemPreferences->Accounts->LoginItems or marking Application in the Dock 37 // as "Options->Open on Login". 66 // Returns the system's macOS major and minor version numbers combined into an 67 // integer value. For example, for macOS Sierra this returns 1012, and for macOS 74 // Run-time OS version checks. Prefer @available in Objective-C files. If that 123 // - When bumping the minimum version of the macOS required by Chromium, remove 124 //   lines from below corresponding to versions of the macOS no longer 126 //   DEFINE_OLD_IS_OS_FUNCS_CR_MIN_REQUIRED macro. When macOS 11.0 is the 128 // - When bumping the minimum version of the macOS SDK required to build [all …] 
 | 
| /external/libusb/ | 
| D | ChangeLog | 4 2022-04-10: v1.0.26 10 * Fix macOS exit crash in some multi-context cases 12 * Fix Windows HID multi-interface product string retrieval 17 2022-01-31: v1.0.25 21 * Darwin (macOS): Add support for detaching kernel drivers with authorization. 22 * Darwin (macOS): Do not drop partial data on timeout. 23 * Darwin (macOS): Silence pipe error in set_interface_alt_setting(). 31 2020-12-09: v1.0.24 37 * Darwin (macOS): Fix race condition that results in segmentation fault (#701) 38 * Darwin (macOS): Fix stale descriptor information post reset (#733) [all …] 
 | 
| /external/libcups/cups/ | 
| D | raster.h | 4  * Copyright © 2007-2018 by Apple Inc. 5  * Copyright © 1997-2006 by Easy Software Products. 28  * Every non-PostScript printer driver that supports raster images 29  * should use the application/vnd.cups-raster image file format. 133 …CUPS_CSPACE_KCMYcm = 9,		/* Black, cyan, magenta, yellow, light-cyan, light-magenta @deprecated@ */ 136   CUPS_CSPACE_WHITE = 12,		/* White ink (as black) @deprecated@ */ 140   CUPS_CSPACE_CIEXYZ = 15,		/* CIE XYZ @since CUPS 1.1.19/macOS 10.3@ */ 141   CUPS_CSPACE_CIELab = 16,		/* CIE Lab @since CUPS 1.1.19/macOS 10.3@ */ 142 …_RGBW = 17,		/* Red, green, blue, white (DeviceRGB, sRGB by default) @since CUPS 1.2/macOS 10.5@ */ 147   CUPS_CSPACE_ICC1 = 32,		/* ICC-based, 1 color @since CUPS 1.1.19/macOS 10.3@ */ [all …] 
 | 
| /external/python/cpython3/Misc/NEWS.d/ | 
| D | 3.10.0rc2.rst | 2 .. date: 2021-08-29-12-39-44 4 .. release date: 2021-09-07 13 .. date: 2021-06-29-02-45-53 18 for the CVE-2013-0340 "Billion Laughs" vulnerability. This copy is most used 19 on Windows and macOS. 24 .. date: 2021-05-08-11-50-46 35 .. date: 2021-09-06-21-52-45 40 __aiter__). Rename PyAiter_Check to PyAIter_Check, PyObject_GetAiter -> 46 .. date: 2021-08-26-18-44-03 55 .. date: 2021-08-25-23-17-32 [all …] 
 | 
| D | 3.10.2.rst | 2 .. date: 2022-01-11-13-57-00 3 .. nonce: Gd8M-S 4 .. release date: 2022-01-13 12 .. date: 2022-01-07-23-32-03 22 .. date: 2022-01-07-19-33-05 26 Fix the line number of tokenizer errors inside f-strings. Patch by Pablo 32 .. date: 2022-01-05-17-13-47 45 .. date: 2021-12-30-00-23-41 54 .. date: 2021-12-18-02-37-07 64 .. date: 2021-12-12-05-30-21 [all …] 
 | 
| D | 3.10.0a3.rst | 2 .. date: 2020-05-28-06-06-47 4 .. release date: 2020-12-07 8 making constant-time-defeating optimizations less likely. 13 .. date: 2020-12-05-22-34-47 25 .. date: 2020-12-02-20-23-31 29 Several built-in and standard library types now ensure that their internal 33 - :meth:`collections.OrderedDict.items() <collections.OrderedDict>` 35 - :meth:`dict.items` 37 - :func:`enumerate` 39 - :func:`functools.reduce` [all …] 
 | 
| D | 3.10.0a4.rst | 2 .. date: 2021-01-03-04-41-25 4 .. release date: 2021-01-04 12 .. date: 2021-01-03-00-20-38 16 Fix the column offsets for f-strings :mod:`ast` nodes surrounded by 22 .. date: 2020-12-31-20-58-22 32 .. date: 2020-12-27-18-07-43 43 .. date: 2020-12-25-23-30-58 47 Make the type attribute lookup cache per-interpreter. Patch by Victor 53 .. date: 2020-12-22-20-30-11 62 .. date: 2020-12-16-14-44-21 [all …] 
 | 
| D | 3.10.0b1.rst | 2 .. date: 2021-05-02-17-50-23 4 .. release date: 2021-05-03 15 .. date: 2021-05-01-13-13-40 20 without forward secrecy and with SHA-1 MAC are disabled by default. Security 28 .. date: 2021-04-25-07-46-37 42 .. date: 2021-04-21-22-53-31 46 Ensures interpreter-level audit hooks receive the 53 .. date: 2021-04-18-00-56-44 63 .. date: 2021-04-07-12-57-41 74 .. date: 2021-04-06-18-07-48 [all …] 
 | 
| D | 3.7.0b3.rst | 2 .. date: 2018-03-25-12-05-43 4 .. release date: 2018-03-29 7 Harden ssl module against LibreSSL CVE-2018-8970. 14 .. date: 2018-03-05-10-09-51 23 .. date: 2018-03-02-10-24-52 29 refactored. This resolves CVE-2018-1060 and CVE-2018-1061. Patch by Jamie 35 .. date: 2018-03-25-19-49-06 39 When using the -m switch, sys.path[0] is now explicitly expanded as the 47 .. date: 2018-03-22-23-09-06 52 non-class and an abstract base class as the first and second arguments, [all …] 
 | 
| /external/rust/crates/clang-sys/ | 
| D | CHANGELOG.md | 1 ## [1.4.0] - 2022-09-22 4 - The value of an `EntityKind` enum variant 7 …e in `libclang`](https://github.com/llvm/llvm-project/commit/bb83f8e70bd1d56152f02307adacd718cd67e… 10 - Added support for `clang` 16.0.x 11 - Added support for `clang` 15.0.x 12 - Added support for `clang` 14.0.x 14 ## [1.3.3] - 2022-05-28 17 - Fixed `Clang::find` to check that `CLANG_PATH` is an executable file before 20 ## [1.3.2] - 2022-05-18 23 - Added support for illumos and derivatives [all …] 
 | 
| /external/libpcap/pcap/ | 
| D | funcattrs.h | 1 /* -*- Mode: c; tab-width: 8; indent-tabs-mode: 1; c-basic-offset: 8; -*- */ 38 #include <pcap/compiler-tests.h> 42  * compiler-specific extensions. 108   /* XXX - does this need special treatment? */ 119         || PCAP_IS_AT_LEAST_XL_C_VERSION(12,0) 155  * Yes, that's you, Apple. :-)  Please define PCAP_AVAILABLE_MACOS() 158  * to run on multiple macOS versions and use new APIs when available. 159  * (Yes, such third-party software exists - Wireshark provides binary 160  * packages for macOS, for example.  tcpdump doesn't count, as that's 164  * The non-macOS versioning is based on [all …] 
 | 
| /external/cpuinfo/src/arm/mach/ | 
| D | init.c | 14 #include <cpuinfo/internal-api.h> 49 		cpuinfo_log_info("sysctl does not support non-integer lookup for (\"%s\")", name);  in get_sys_info() 63 		cpuinfo_log_info("sysctl does not support non-integer lookup for (\"%s\")", type_specifier);  in get_sys_info_by_name() 82 			/* Hexa-core: 2x Vortex + 4x Tempest; Octa-core: 4x Cortex + 4x Tempest */  in decode_uarch() 85 			/* Hexa-core: 2x Lightning + 4x Thunder; Octa-core (presumed): 4x Lightning + 4x Thunder */  in decode_uarch() 88 			/* Hexa-core: 2x Firestorm + 4x Icestorm; Octa-core: 4x Firestorm + 4x Icestorm */  in decode_uarch() 91 			/* Hexa-core: 2x Avalanche + 4x Blizzard */  in decode_uarch() 127 		 *  - iPhone 4       [A4]:  iPhone3,1, iPhone3,2, iPhone3,3  in decode_package_name() 128 		 *  - iPhone 4S      [A5]:  iPhone4,1  in decode_package_name() 129 		 *  - iPhone 5       [A6]:  iPhone5,1, iPhone5,2  in decode_package_name() [all …] 
 | 
| /external/toybox/.github/workflows/ | 
| D | toybox.yml | 5     - cron:  '0 2 * * *' 10   MacOS-12: 11     runs-on: macos-12 14     - uses: actions/checkout@v2 15     - name: Setup 16       run: brew install gnu-sed 17     - name: Configure 19     - name: Build 21     - name: Test 24   Ubuntu-20_04: [all …] 
 | 
| /external/rust/crates/chrono/.github/workflows/ | 
| D | test-release.yml | 15         os: [ubuntu-16.04, ubuntu-latest, macos-latest, windows-latest] 18         # check all tzs on most-recent OS's 19         - os: ubuntu-latest 22         - os: windows-latest 25         - os: macos-latest 29         - os: ubuntu-latest 31         - os: ubuntu-latest 33         - os: ubuntu-16.04 35         - os: macos-latest 39     runs-on: ${{ matrix.os }} [all …] 
 | 
| D | test.yml | 9       - '**.rs' 10       - .github/** 11       - Cargo.toml 17         os: [ubuntu-16.04, ubuntu-latest, macos-latest, windows-latest] 22         # check all tzs on most-recent OS's 23         - os: ubuntu-latest 26         - os: windows-latest 29         - os: macos-latest 33         - os: ubuntu-latest 37         - os: ubuntu-latest [all …] 
 | 
| /external/python/cpython2/Lib/plat-mac/ | 
| D | applesingle.py | 10     import MacOS 13     class MacOS:  class 40 AS_ENTRY_LENGTH=12 45 AS_IGNORE=(3,4,5,6,8,9,10,11,12,13,14,15) 103                 fp = MacOS.openrf(path, '*wb') 115     without the MacOS module, it will create inpath and inpath+'.rsrc' 135     if len(sys.argv) < 3 or sys.argv[1] == '-r' and len(sys.argv) != 4: 136         print 'Usage: applesingle.py [-r] applesinglefile decodedfile' 138     if sys.argv[1] == '-r':
  | 
| /external/chromium-trace/catapult/third_party/polymer/components/shadycss/ | 
| D | .travis.yml | 9 - npm run lint 10 - npm run build 12 - xvfb-run wct 13 - if [ "${TRAVIS_PULL_REQUEST}" = "false" ]; then wct -s 'windows 10/microsoftedge@17' -s 'windows … 16 …- secure: E6mivJ+7GgNYdqqfMTnlHjx+J+SlLLoDlQgiRxXR++Z4sHa0q2NPDM0zrt9XwiVFs42NemNo4WM4lOF5biuMnlEY… 17 …- secure: pp0nViYpl4BbxCpGtyvx5RBOZZF0ZRuwkfpwOyPQBNKzEieWlKv3KOXpIkqgligpaFB1MvpkLon1I8ab7o1J2cvW…
  | 
| /external/libpcap/ | 
| D | .cirrus.yml | 6   name: freebsd-amd64 10       - image_family: freebsd-12-3 13       - image_family: freebsd-13-1 18     MAKEFLAGS: -j 4 21     - pkg install -qy autoconf gcc12 llvm14 22     - pkg install -qy cmake git-tiny # for build_matrix.sh and build.sh 23     - ./build_matrix.sh 26   name: linux-amd64 34     MAKEFLAGS: -j 3 36     - apt-get -qy update >/dev/null [all …] 
 | 
| /external/python/cpython2/Misc/NEWS.d/ | 
| D | 2.7.15rc1.rst | 2 .. date: 2018-03-05-10-14-42 4 .. release date: 2018-04-14 15 .. date: 2018-03-02-10-24-52 21 refactored. This resolves CVE-2018-1060 and CVE-2018-1061. Patch by Jamie 27 .. date: 2017-09-04-21-24-51 56 vulnerabilities including: CVE-2017-9233 (External entity infinite loop 57 DoS), CVE-2016-9063 (Integer overflow, re-fix), CVE-2016-0718 (Fix 58 regression bugs from 2.2.0's fix to CVE-2016-0718) and CVE-2012-0876 59 (Counter hash flooding with SipHash). Note: the CVE-2016-5300 (Use 60 os-specific entropy sources like getrandom) doesn't impact Python, since Python [all …] 
 | 
| /external/libcups/man/ | 
| D | client.conf.5 | 4 .\" Copyright © 2007-2019 by Apple Inc. 12 client.conf \- client configuration file for cups (deprecated on macos) 17 \fBNote:\fR Starting with macOS 10.7, this file is only used by command-line and X11 applications p… 18 The \fBServerName\fR directive is not supported on macOS at all. 19 Starting with macOS 10.12, all applications can access these settings in the \fI/Library/Preference… 59 \fBServerName \fIhostname-or-ip-address\fR[\fI:port\fR] 63 \fBNote: This directive is not supported on macOS 10.7 or later.\fR 65 \fBServerName \fIhostname-or-ip-address\fR[\fI:port\fR]\fB/version=1.1\fR 66 …address and optionally the port to use when connecting to a server running CUPS 1.3.12 and earlier. 76 The \fIAllowDH\fR option enables cipher suites using plain Diffie-Hellman key negotiation (not supp… [all …] 
 | 
| /external/iptables/utils/ | 
| D | pf.os | 1 # $FreeBSD: head/etc/pf.os 258865 2013-12-03 04:32:02Z eadler $ 4 # ------------------------- 8 # (C) Copyright 2000-2003 by Michal Zalewski <lcamtuf@coredump.cx> 35 # - Window size (WSS) - a highly OS dependent setting used for TCP/IP 54 # - Overall packet size - a function of all IP and TCP options and bugs. 58 # - Initial TTL - We check the actual TTL of a received packet. It can't 62 #   NEW SIGNATURE: *Never* copy TTL from a p0f-reported signature literally. 71 # - Don't fragment flag (DF) - some modern OSes set this to implement PMTU 76 # - Maximum segment size (MSS) - this setting is usually link-dependent. P0f 85 # - Window scaling (WSCALE) - this feature is used to scale WSS. [all …] 
 | 
| /external/python/cryptography/ | 
| D | CHANGELOG.rst | 4 .. _v3-3-2: 6 3.3.2 - 2021-02-07 11   integer overflow, leading to buffer overflows. *CVE-2020-36242* 13 .. _v3-3-1: 15 3.3.1 - 2020-12-09 18 * Re-added a legacy symbol causing problems for older ``pyOpenSSL`` users. 20 .. _v3-3: 22 3.3 - 2020-12-08 30   64-bit to 1024-bit (8 byte to 128 byte) initialization vectors. This change 38   Diffie-Hellman parameters of less than 512 bits in length. This change is to [all …] 
 |