/external/rust/crates/libz-sys/src/zlib-ng/.github/workflows/ |
D | cmake.yml | 4 ci-cmake: 6 runs-on: ${{ matrix.os }} 8 fail-fast: false 12 Ubuntu GCC OSB -O1, 42 Windows MSVC Win32, 43 Windows MSVC Win64, 44 Windows MSVC ARM No Test, 45 Windows MSVC ARM64 No Test, 46 Windows GCC, 47 Windows GCC Compat No Opt, [all …]
|
/external/rust/crates/libz-sys/.github/workflows/ |
D | ci.yml | 10 install-cross: 11 runs-on: ubuntu-latest 13 - uses: XAMPPRocky/get-github-release@v1 16 owner: rust-embedded 20 - uses: actions/upload-artifact@v2 22 name: cross-${{ matrix.platform }} 26 platform: [linux-musl] 28 windows: 29 runs-on: windows-latest 30 # Windows technically doesn't need this, but if we don't block windows on it [all …]
|
/external/rust/crates/rusqlite/.github/workflows/ |
D | main.yml | 6 - master 9 - master 11 - cron: '00 01 * * *' 15 test: 16 name: Test ${{ matrix.target }} 19 fail-fast: false 23 - { target: x86_64-pc-windows-msvc, os: windows-latest } 24 - { target: x86_64-unknown-linux-gnu, os: ubuntu-latest } 25 - { target: x86_64-apple-darwin, os: macos-latest } 26 - { target: x86_64-pc-windows-gnu, os: windows-latest, host: -x86_64-pc-windows-gnu } [all …]
|
/external/clang/test/Driver/ |
D | mingw-libgcc.c | 1 // Test if mingw toolchain driver emits static linking (-lgcc -lgcc_eh) or dynamic linking (-lgcc_s… 2 // Verified with gcc version 5.1.0 (i686-posix-dwarf-rev0, Built by MinGW-W64 project). 5 // RUN: %clang -v -target i686-pc-windows-gnu -### %s 2>&1 | FileCheck -check-prefix=CHECK_STATIC %s 6 // RUN: %clang -static -v -target i686-pc-windows-gnu -### %s 2>&1 | FileCheck -check-prefix=CHECK_… 7 // RUN: %clang -static-libgcc -v -target i686-pc-windows-gnu -### %s 2>&1 | FileCheck -check-prefix… 8 // RUN: %clang -static -shared -v -target i686-pc-windows-gnu -### %s 2>&1 | FileCheck -check-prefi… 9 // RUN: %clang -static-libgcc -shared -v -target i686-pc-windows-gnu -### %s 2>&1 | FileCheck -chec… 12 // RUN: %clang -shared -v -target i686-pc-windows-gnu -### %s 2>&1 | FileCheck -check-prefix=CHECK_… 15 // RUN: %clang -static --driver-mode=g++ -v -target i686-pc-windows-gnu -### %s 2>&1 | FileCheck -c… 16 // RUN: %clang -static-libgcc --driver-mode=g++ -v -target i686-pc-windows-gnu -### %s 2>&1 | FileC… [all …]
|
/external/llvm-project/clang/test/Driver/ |
D | mingw-libgcc.c | 1 // Test if mingw toolchain driver emits static linking (-lgcc -lgcc_eh) or dynamic linking (-lgcc_s… 2 // Verified with gcc version 5.1.0 (i686-posix-dwarf-rev0, Built by MinGW-W64 project). 5 // RUN: %clang -v -target i686-pc-windows-gnu -rtlib=platform -### %s 2>&1 | FileCheck -check-prefi… 6 // RUN: %clang -static -v -target i686-pc-windows-gnu -rtlib=platform -### %s 2>&1 | FileCheck -che… 7 // RUN: %clang -static-libgcc -v -target i686-pc-windows-gnu -rtlib=platform -### %s 2>&1 | FileChe… 8 // RUN: %clang -static -shared -v -target i686-pc-windows-gnu -rtlib=platform -### %s 2>&1 | FileCh… 9 // RUN: %clang -static-libgcc -shared -v -target i686-pc-windows-gnu -rtlib=platform -### %s 2>&1 |… 12 // RUN: %clang -shared -v -target i686-pc-windows-gnu -rtlib=platform -### %s 2>&1 | FileCheck -che… 15 // RUN: %clang -static --driver-mode=g++ -v -target i686-pc-windows-gnu -rtlib=platform -### %s 2>&… 16 // RUN: %clang -static-libgcc --driver-mode=g++ -v -target i686-pc-windows-gnu -rtlib=platform -###… [all …]
|
D | as-options.s | 1 // PR21000: Test that -I is passed to both external and integrated assemblers. 3 // RUN: %clang -target x86_64-linux-gnu -c -no-integrated-as %s \ 4 // RUN: -Ifoo_dir -### 2>&1 \ 7 // RUN: %clang -target x86_64-linux-gnu -c -no-integrated-as %s \ 8 // RUN: -I foo_dir -### 2>&1 \ 11 // RUN: %clang -target x86_64-linux-gnu -c -integrated-as %s \ 12 // RUN: -Ifoo_dir -### 2>&1 \ 15 // RUN: %clang -target x86_64-linux-gnu -c -integrated-as %s \ 16 // RUN: -I foo_dir -### 2>&1 \ 19 // Other GNU targets [all …]
|
/external/rust/crates/clap/ |
D | .azure-pipelines.yml | 4 - v2-master 7 - v2-master 9 - stage: Testing 11 - job: 16 Windows 32-bit (MSVC): 17 image: vs2017-win2016 18 target: i686-pc-windows-msvc 19 Windows 64-bit (MSVC): 20 image: vs2017-win2016 21 target: x86_64-pc-windows-msvc [all …]
|
/external/rust/crates/shared_child/ |
D | appveyor.yml | 3 - TARGET: x86_64-pc-windows-msvc 5 - TARGET: i686-pc-windows-msvc 7 - TARGET: i686-pc-windows-gnu 9 - TARGET: x86_64-pc-windows-msvc 11 - TARGET: i686-pc-windows-msvc 13 - TARGET: i686-pc-windows-gnu 15 - TARGET: x86_64-pc-windows-msvc 17 - TARGET: i686-pc-windows-msvc 19 - TARGET: i686-pc-windows-gnu 22 - ps: Start-FileDownload "https://static.rust-lang.org/dist/rust-${env:VERSION}-${env:TARGET}.exe" [all …]
|
/external/llvm-project/clang/test/CodeGenCXX/ |
D | mingw-w64-seh-exceptions.cpp | 1 // RUN: %clang_cc1 %s -fexceptions -fseh-exceptions -emit-llvm -triple x86_64-w64-windows-gnu -o - … 2 // RUN: %clang_cc1 %s -fexceptions -fdwarf-exceptions -emit-llvm -triple i686-w64-windows-gnu -o - … 3 // RUN: %clang_cc1 %s -fexceptions -emit-llvm -triple i686-w64-windows-gnu -o - | FileCheck %s --ch… 14 extern "C" void test() { in test() function 19 // X64: define dso_local void @test() 20 // X64-SAME: personality i8* bitcast (i32 (...)* @__gxx_personality_seh0 to i8*) 24 // X86: define dso_local void @test() 25 // X86-SAME: personality i8* bitcast (i32 (...)* @__gxx_personality_v0 to i8*)
|
/external/rust/cxx/.github/workflows/ |
D | ci.yml | 9 test: 11 runs-on: ${{matrix.os || 'ubuntu'}}-latest 13 fail-fast: false 16 - rust: nightly 17 - rust: beta 18 - rust: stable 19 - rust: 1.48.0 20 - name: macOS 23 - name: Windows (gnu) 24 rust: nightly-x86_64-pc-windows-gnu [all …]
|
/external/rust/crates/walkdir/.github/workflows/ |
D | ci.yml | 6 - master 8 - cron: '00 01 * * *' 10 test: 11 name: test 12 runs-on: ${{ matrix.os }} 16 - pinned 17 - pinned-win 18 - stable 19 - beta 20 - nightly [all …]
|
/external/rust/crates/termcolor/.github/workflows/ |
D | ci.yml | 6 - master 8 - cron: '00 01 * * *' 10 test: 11 name: test 12 runs-on: ${{ matrix.os }} 16 - pinned 17 - pinned-win 18 - stable 19 - beta 20 - nightly [all …]
|
/external/ltp/testcases/kernel/io/disktest/ |
D | threading.c | 7 * it under the terms of the GNU General Public License as published by 14 * GNU General Public License for more details. 16 * You should have received a copy of the GNU General Public License 18 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. 20 * Please send e-mail to yardleyb@us.ibm.com if you have 28 * Clean Trailing Tab: Signed-off-by: Michal Simek <monstr@monstr.eu>. 31 * Clear Trailing Whitespace. Signed-off-by: Michal Simek <monstr@monstr.eu>. 43 * Fixed issue with code added for -F option. Cased disktest 47 * Added -F functions. 54 * Cleanup time for large number of threads was very long (windows) [all …]
|
/external/llvm/unittests/ADT/ |
D | TripleTest.cpp | 1 //===----------- Triple.cpp - Triple unit tests ---------------------------===// 8 //===----------------------------------------------------------------------===// 17 TEST(TripleTest, BasicParsing) { in TEST() function 26 T = Triple("-"); in TEST() 32 T = Triple("--"); in TEST() 38 T = Triple("---"); in TEST() 44 T = Triple("----"); in TEST() 48 EXPECT_EQ("-", T.getEnvironmentName().str()); in TEST() 56 T = Triple("a-b"); in TEST() 62 T = Triple("a-b-c"); in TEST() [all …]
|
/external/libffi/ |
D | README.md | 4 [![Build Status](https://travis-ci.org/libffi/libffi.svg?branch=master)](https://travis-ci.org/libf… 7 libffi-3.3 was released on November 23, 2019. Check the libffi web 24 told at run-time about the number and types of arguments used to call 51 | --------------- | ---------------- | ----------------------- | 54 | AArch64 | Windows | MSVC | 60 | ARM | Windows | MSVC | 64 | IA-64 | Linux | GCC | 78 | PowerPC 32-bit | AIX | IBM XL C | 79 | PowerPC 64-bit | AIX | IBM XL C | 84 | PowerPC 64-bit | FreeBSD | GCC | [all …]
|
D | README | 4 libffi-3.2.1 was released on November 12, 2014. Check the libffi web 21 told at run-time about the number and types of arguments used to call 51 |-----------------+------------------+-------------------------| 53 |-----------------+------------------+-------------------------| 64 | IA-64 | Linux | GCC | 78 | PowerPC 32-bit | AIX | IBM XL C | 79 | PowerPC 64-bit | AIX | IBM XL C | 84 | PowerPC 64-bit | FreeBSD | GCC | 85 | PowerPC 64-bit | Linux ELFv1 | GCC | 86 | PowerPC 64-bit | Linux ELFv2 | GCC | [all …]
|
/external/rust/crates/libloading/.github/workflows/ |
D | libloading.yml | 1 name: Test libloading 5 paths-ignore: 6 - '*.mkd' 7 - 'LICENSE' 12 native-test: 13 runs-on: ${{ matrix.os }} 15 fail-fast: false 18 os: [ubuntu-latest, windows-latest, macOS-latest] 19 timeout-minutes: 20 21 - uses: actions/checkout@v2 [all …]
|
/external/rust/crates/libz-sys/ci/ |
D | test.bash | 3 set -e 6 if [ -z "$1" ]; then 20 if [ "${TARGET_TRIPLE%-windows-gnu}" != "$TARGET_TRIPLE" ]; then 21 # On windows-gnu targets, we need to set the PATH to include MinGW 22 if [ "${TARGET_TRIPLE#x86_64-}" != "$TARGET_TRIPLE" ]; then 24 elif [ "${TARGET_TRIPLE#i?86-}" != "$TARGET_TRIPLE" ]; then 27 echo Unknown windows-gnu target 32 $CROSS test --target $TARGET_TRIPLE 33 $CROSS run --target $TARGET_TRIPLE --manifest-path systest/Cargo.toml 34 echo === zlib-ng build === [all …]
|
/external/llvm-project/llvm/test/ExecutionEngine/MCJIT/remote/ |
D | stubs-remote.ll | 1 ; RUN: %lli -remote-mcjit -disable-lazy-compilation=false -mcjit-remote-process=lli-child-target%ex… 2 ; XFAIL: windows-gnu,windows-msvc 3 ; UNSUPPORTED: powerpc64-unknown-linux-gnu 4 ; Remove UNSUPPORTED for powerpc64-unknown-linux-gnu if problem caused by r266663 is fixed 12 ; Test PR3043: @test should have the same address before and after 13 ; it's JIT-compiled. 19 store i1 ()* @test, i1 ()** @funcPtr 20 %pass = tail call i1 @test() ; <i32> [#uses=1] 30 define i1 @test() nounwind { 33 %eq = icmp eq i1 ()* %tmp, @test
|
/external/llvm-project/clang/test/CodeGen/ |
D | 2007-06-18-SextAttrAggregate.c | 1 // RUN: %clang_cc1 %s -o - -emit-llvm | FileCheck %s 2 // XFAIL: aarch64, arm64, x86_64-pc-windows-msvc, x86_64-w64-windows-gnu, x86_64-pc-windows-gnu 11 // Technically this test wasn't written to test that feature, but it's a
|
/external/llvm-project/lld/test/COFF/ |
D | export-all.s | 3 # RUN: llvm-mc -triple=i686-windows-gnu %s -filetype=obj -o %t.obj 5 # RUN: lld-link -lldmingw -dll -out:%t.dll -entry:DllMainCRTStartup@12 %t.obj -implib:%t.lib 6 # RUN: llvm-readobj --coff-exports %t.dll | grep Name: | FileCheck %s 7 # RUN: llvm-readobj %t.lib | FileCheck -check-prefix=IMPLIB %s 10 # CHECK-NEXT: Name: dataSym 11 # CHECK-NEXT: Name: foobar 12 # CHECK-EMPTY: 15 # IMPLIB-NOT: Symbol: _dataSym 40 # Test specifying -export-all-symbols, on an object file that contains 43 # RUN: yaml2obj %p/Inputs/export.yaml -o %t.obj [all …]
|
/external/llvm-project/llvm/unittests/ADT/ |
D | TripleTest.cpp | 1 //===----------- Triple.cpp - Triple unit tests ---------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 17 TEST(TripleTest, BasicParsing) { in TEST() function 26 T = Triple("-"); in TEST() 32 T = Triple("--"); in TEST() 38 T = Triple("---"); in TEST() 44 T = Triple("----"); in TEST() 48 EXPECT_EQ("-", T.getEnvironmentName().str()); in TEST() 56 T = Triple("a-b"); in TEST() [all …]
|
/external/bc/ |
D | README.md | 9 [GNU `bc`][1] extensions, as well as the period (`.`) extension for the BSD 15 via a symbolic link, which implements all FreeBSD and GNU extensions. (If a 27 2-clause License. Full license text may be found in the [`LICENSE.md`][4] file. 33 1. Windows 10 or later, or 34 2. A C99-compatible compiler and a (mostly) POSIX 2008-compatible system with 38 POSIX and XSI-compatible system will have everything needed. 40 POSIX-compatible systems that are known to work: 49 * HP-UX* (except for history) 51 In addition, there is compatibility code to make this `bc` work on Windows. 58 ### Windows subsection [all …]
|
/external/rust/crates/num_cpus/ |
D | .appveyor.yml | 3 - TARGET: x86_64-pc-windows-msvc 4 - TARGET: i686-pc-windows-msvc 5 - TARGET: x86_64-pc-windows-gnu 6 - TARGET: i686-pc-windows-gnu 8 - curl -sSf -o rustup-init.exe https://win.rustup.rs/ 9 - rustup-init.exe -y --default-host %TARGET% 10 - set PATH=%PATH%;C:\Users\appveyor\.cargo\bin 11 - rustc -vV 12 - cargo -vV 15 - cargo build --verbose [all …]
|
/external/llvm-project/clang/test/Preprocessor/ |
D | has_attribute.cpp | 1 …ang_cc1 -triple i386-unknown-unknown -fms-compatibility -std=c++11 -E -P %s -o - | FileCheck %s --… 2 … %clang_cc1 -triple i386-windows -fms-compatibility -std=c++11 -E -P %s -o - | FileCheck %s --chec… 17 // for gnu or clang. 40 // Test that C++11, target-specific attributes behave properly. 42 // CHECK: gnu::mips16: 0 43 CXX11(gnu::mips16) 45 // Test for standard attributes as listed in C++2a [cpp.cond] paragraph 6. 68 // WINDOWS: no_unique_address: 0 73 // Test for Microsoft __declspec attributes
|