Searched +full:- +full:- +full:disable +full:- +full:fdt (Results 1 – 4 of 4) sorted by relevance
| /third_party/rust/crates/rustix/.github/workflows/ |
| D | test-users.yml | 10 runs-on: ${{ matrix.os }} 15 …build: [ubuntu, i686-linux, aarch64-linux, powerpc64le-linux, riscv64-linux, mipsel-linux, mips64e… 17 - build: ubuntu 18 os: ubuntu-latest 20 - build: i686-linux 21 os: ubuntu-latest 23 target: i686-unknown-linux-gnu 24 gcc_package: gcc-i686-linux-gnu 25 gcc: i686-linux-gnu-gcc 26 libc_package: libc-dev-i386-cross [all …]
|
| D | main.yml | 6 - main 13 runs-on: ubuntu-latest 15 - uses: actions/checkout@v3 18 - uses: ./.github/actions/install-rust 21 - run: cargo fmt --all -- --check 25 runs-on: ${{ matrix.os }} 30 - build: stable 31 os: ubuntu-latest 33 - build: nightly 34 os: ubuntu-latest [all …]
|
| /third_party/node/deps/cares/src/lib/ |
| D | ares_platform.c | 4 * Copyright (C) 2004 - 2011 by Daniel Stenberg et al 41 #pragma warning(disable:4996) /* warning C4996: 'GetVersionExW': was declared deprecated */ in ares__getplatform() 77 /* IANA Well Known Ports are in range 0-1023 */ 80 /* IANA Registered Ports are in range 1024-49151 */ 91 * Ref: http://www.iana.org/assignments/port-numbers 120 {"ftp-data", {NULL}, 20, "tcp"}, 121 {"ftp-data", {NULL}, 20, "udp"}, 122 {"ftp-data", {NULL}, 20, "sctp"}, 133 {"nsw-fe", {NULL}, 27, "tcp"}, 134 {"nsw-fe", {NULL}, 27, "udp"}, [all …]
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 1 diff --git a/src/DEPS b/src/DEPS 3 --- a/src/DEPS 5 @@ -253,7 +253,7 @@ vars = { 6 # Three lines of non-changing comments so that 9 - 'angle_revision': '29b222a3c07c541cafa459ae6886134da3493a4b', 11 # Three lines of non-changing comments so that 14 @@ -292,7 +292,7 @@ vars = { 15 # Three lines of non-changing comments so that 18 - 'freetype_revision': '034e5dbf92ea3a7ea7c9322e47a3a50ff23f7b55', 20 # Three lines of non-changing comments so that [all …]
|