Searched +full:- +full:- +full:disable +full:- +full:fdt (Results 1 – 3 of 3) 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 | 25 * SPDX-License-Identifier: MIT 49 # pragma warning(disable : 4996) /* warning C4996: 'GetVersionExW': was \ in ares__getplatform() 85 /* IANA Well Known Ports are in range 0-1023 */ 88 /* IANA Registered Ports are in range 1024-49151 */ 99 * Ref: http://www.iana.org/assignments/port-numbers 128 { "ftp-data", { NULL }, 20, "tcp" }, 129 { "ftp-data", { NULL }, 20, "udp" }, 130 { "ftp-data", { NULL }, 20, "sctp"}, 141 { "nsw-fe", { NULL }, 27, "tcp" }, 142 { "nsw-fe", { NULL }, 27, "udp" }, [all …]
|