| /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/mac/ |
| D | mac_util.h | 2 // Use of this source code is governed by a BSD-style license that can be 37 // SystemPreferences->Accounts->LoginItems or marking Application in the Dock 38 // as "Options->Open on Login". 65 // The following two functions return the version of the macOS currently 67 // one int (e.g. macOS 12.6.5 returns 12'06'05), and MacOSMajorVersion() returns 68 // only the major version number (e.g. macOS 12.6.5 returns 12). Use for runtime 69 // OS version checking. Prefer to use @available in Objective-C files. Note that 88 // "macOS Version 10.14.3 (Build 18D109)" 94 // Returns the serial number of the macOS device. 99 // System Settings app in the latest macOS release, macOS 13 Ventura. [all …]
|
| /external/google-fruit/.github/workflows/ |
| D | test-on-osx.yml | 5 - master 10 …e tests with tmate debugging enabled (https://github.com/marketplace/actions/debugging-with-tmate)' 15 - cron: '13 8 1 * *' 17 macOS-12: 18 runs-on: macos-12 24 - uses: actions/checkout@v3 25 - name: install 27 - name: test 29 - name: Setup tmate session 30 uses: mxschmitt/action-tmate@v3 [all …]
|
| /external/libusb/ |
| D | ChangeLog | 4 2024-01-31: v1.0.27 11 * Fix sync transfer completion race and use-after-free 14 * macOS: Fix missing device list cleanup locking 15 * macOS: Do not clear device data toggle for newer OS versions 16 * macOS: Fix running binaries on older OS than build host 18 * Windows: Ignore non-configured devices instead of waiting 21 2022-04-10: v1.0.26 27 * Fix macOS exit crash in some multi-context cases 29 * Fix Windows HID multi-interface product string retrieval 34 2022-01-31: v1.0.25 [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.11.4.rst | 1 .. date: 2023-06-01-03-24-58 2 .. gh-issue: 103142 4 .. release date: 2023-06-06 12 .. date: 2023-05-02-17-56-32 13 .. gh-issue: 99889 22 .. date: 2023-05-01-15-03-25 23 .. gh-issue: 104049 27 Do not expose the local on-disk location in directory indexes produced by 32 .. date: 2023-03-07-20-59-17 33 .. gh-issue: 102153 [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.11.3.rst | 1 .. date: 2023-02-08-22-03-04 2 .. gh-issue: 101727 4 .. release date: 2023-04-04 7 Updated the OpenSSL version used in Windows and macOS binary release builds 8 to 1.1.1t to address CVE-2023-0286, CVE-2022-4303, and CVE-2022-4303 per 9 `the OpenSSL 2023-02-07 security advisory 14 .. date: 2023-01-24-16-12-00 15 .. gh-issue: 101283 25 .. date: 2023-03-18-02-36-39 26 .. gh-issue: 101975 [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.11.1.rst | 1 .. date: 2022-12-05-01-39-10 2 .. gh-issue: 100001 4 .. release date: 2022-12-06 7 ``python -m http.server`` no longer allows terminal control characters sent 16 .. date: 2022-11-11-12-50-28 17 .. gh-issue: 87604 21 Avoid publishing list of active per-interpreter audit hooks via the 26 .. date: 2022-11-04-09-29-36 27 .. gh-issue: 98433 34 out-of-spec excessive length hostname involving bidirectional characters [all …]
|
| /external/AFLplusplus/.github/workflows/ |
| D | ci.yml | 6 - stable 7 - dev 10 - dev # No need for stable-pull-request, as that equals dev-push 14 runs-on: "${{ matrix.os }}" 17 os: [ubuntu-22.04, ubuntu-20.04] 22 - uses: actions/checkout@v3 23 - name: update 24 run: sudo apt-get update && sudo apt-get upgrade -y 25 - name: debug 26 …run: apt-cache search plugin-dev | grep gcc-; echo; apt-cache search clang-format- | grep clang-fo… [all …]
|
| /external/rust/crates/clang-sys/ |
| D | CHANGELOG.md | 1 ## [1.7.0] - 2023-12-31 4 - Added support for `clang` 17.0.x 6 ## [1.6.1] - 2023-03-29 9 - Improved error message when calling a `libclang` function that is not supported by the loaded `li… 11 ## [1.6.0] - 2023-02-18 14 - MinGW directories are not searched for `libclang` instances on Windows when 16 - Bumped minimum supported Rust version (MSRV) to 1.51.0 17 - Changed Windows search directory preferences (`libclang` instances from 21 ## ~~[1.5.1] - 2023-02-05~~ (YANKED) 24 - MinGW directories are not searched for `libclang` instances on Windows when [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/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/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/angle/third_party/spirv-tools/src/.github/workflows/ |
| D | ios.yml | 9 runs-on: ${{ matrix.os }} 12 os: [ macos-12, macos-13 ] 14 - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 15 - uses: lukka/get-cmake@85652a37b177d946c9f4fad0f696b2927ee7754d # v3.29.4 16 - name: Download dependencies 17 run: python3 utils/git-sync-deps 18 # NOTE: The MacOS SDK ships universal binaries. CI should reflect this. 19 - name: Configure Universal Binary for iOS 21 cmake -S . -B build \ 22 -D CMAKE_BUILD_TYPE=Debug \ [all …]
|
| /external/deqp-deps/SPIRV-Tools/.github/workflows/ |
| D | ios.yml | 9 runs-on: ${{ matrix.os }} 12 os: [ macos-12, macos-13 ] 14 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 15 - uses: lukka/get-cmake@139aae96315b496d9af1b5e9abe53b15ca7eece8 # v3.28.3 16 - name: Download dependencies 17 run: python3 utils/git-sync-deps 18 # NOTE: The MacOS SDK ships universal binaries. CI should reflect this. 19 - name: Configure Universal Binary for iOS 21 cmake -S . -B build \ 22 -D CMAKE_BUILD_TYPE=Debug \ [all …]
|
| /external/swiftshader/third_party/SPIRV-Tools/.github/workflows/ |
| D | ios.yml | 9 runs-on: ${{ matrix.os }} 12 os: [ macos-12, macos-13 ] 14 - uses: actions/checkout@1d96c772d19495a3b5c517cd2bc0cb401ea0529f # v4.1.3 15 - uses: lukka/get-cmake@4931ab1fc1604964c055eb330edb3f6b26ba0cfa # v3.29.2 16 - name: Download dependencies 17 run: python3 utils/git-sync-deps 18 # NOTE: The MacOS SDK ships universal binaries. CI should reflect this. 19 - name: Configure Universal Binary for iOS 21 cmake -S . -B build \ 22 -D CMAKE_BUILD_TYPE=Debug \ [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/jazzer-api/.github/workflows/ |
| D | run-all-tests.yml | 15 runs-on: ubuntu-20.04 17 - uses: actions/checkout@v3 18 - name: Set up JDK 19 uses: actions/setup-java@v3 22 java-version: 17 23 - name: Build and run tests 28 cd examples/junit-spring-web 29 ./build-and-run-tests.sh 33 runs-on: ${{ matrix.os }} 36 os: [ubuntu-20.04, macos-12, windows-2019] [all …]
|
| /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 …]
|