| /external/sdv/vsomeip/third_party/boost/ratio/test/ |
| D | Jamfile.v2 | 1 # Boost Ratio Library test Jamfile 26 <toolset>msvc:<asynch-exceptions>on 35 <toolset>gcc:<cxxflags>-Wextra 36 <toolset>gcc:<cxxflags>-Wno-long-long 37 <toolset>gcc:<cxxflags>-pedantic 38 <toolset>darwin:<cxxflags>-Wextra 39 <toolset>darwin:<cxxflags>-Wno-long-long 40 <toolset>darwin:<cxxflags>-pedantic 41 #<toolset>pathscale:<cxxflags>-Wextra 42 <toolset>pathscale:<cxxflags>-Wno-long-long [all …]
|
| /external/cronet/third_party/protobuf/ |
| D | appveyor.yml | 2 - Debug 6 # Only test few combinations: "Visual Studio 2015 (14) + Win64/MinGW + Debug + DLL". We can 7 # test more combinations but AppVeyor just takes too long to finish (each 9 - platform: MinGW 13 - platform: Win64 19 - platform: Win64 25 - platform: Win64 31 test: off 34 - git submodule update --init --recursive 37 - if %platform%==MinGW set generator=MinGW Makefiles [all …]
|
| /external/protobuf/ |
| D | appveyor.yml | 2 - Debug 6 # Only test few combinations: "Visual Studio 2015 (14) + Win64/MinGW + Debug + DLL". We can 7 # test more combinations but AppVeyor just takes too long to finish (each 9 - platform: MinGW 13 - platform: Win64 19 - platform: Win64 25 - platform: Win64 31 test: off 34 - git submodule update --init --recursive 37 - if %platform%==MinGW set generator=MinGW Makefiles [all …]
|
| /external/cronet/third_party/libc++/src/test/std/language.support/cmp/cmp.alg/ |
| D | strong_order_long_double.verify.cpp | 1 //===----------------------------------------------------------------------===// 5 // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception 7 //===----------------------------------------------------------------------===// 11 // The following platforms have sizeof(long double) == sizeof(double), so this test doesn't apply t… 12 // This test does apply to aarch64 where Arm's AAPCS64 is followed. There they are different sizes. 13 // UNSUPPORTED: target={{arm64|arm64e|armv(7|8)(l|m)?|powerpc|powerpc64}}-{{.+}} 15 // MSVC configurations have long double equal to regular double on all 17 // UNSUPPORTED: target={{.+}}-pc-windows-msvc 19 // ARM/AArch64 MinGW also has got long double equal to regular double, just 20 // like MSVC (thus match both MinGW and MSVC here, for those architectures). [all …]
|
| /external/libffi/ |
| D | configure.host | 9 aarch64*-*-cygwin* | aarch64*-*-mingw* | aarch64*-*-win* ) 14 aarch64*-*-*) 19 alpha*-*-*) 21 # Support 128-bit long double, changeable via command-line switch. 26 arc*-*-*) 31 arm*-*-cygwin* | arm*-*-mingw* | arm*-*-win* ) 36 arm*-*-*) 41 avr32*-*-*) 51 cris-*-*) 56 frv-*-*) [all …]
|
| D | README.md | 4 [](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 | --------------- | ---------------- | ----------------------- | 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 …]
|
| 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/zstd/.github/workflows/ |
| D | dev-short-tests.yml | 1 name: dev-short-tests 6 group: fast-${{ github.ref }} 7 cancel-in-progress: true 13 permissions: read-all 16 linux-kernel: 17 runs-on: ubuntu-latest 19 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1 20 - name: linux kernel, library + build + test 21 …run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va… 24 runs-on: ubuntu-latest [all …]
|
| D | dev-long-tests.yml | 1 name: dev-long-tests 5 group: long-${{ github.ref }} 6 cancel-in-progress: true 12 permissions: read-all 15 make-all: 16 runs-on: ubuntu-latest 18 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1 19 - name: make all 23 make-test: 24 runs-on: ubuntu-latest [all …]
|
| /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
| D | cls_longdouble.c | 2 Purpose: Check long double arguments. 7 /* { dg-excess-errors "no long double format" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */ 8 /* This test is known to PASS on armv7l-unknown-linux-gnueabihf, so I have 9 remove the xfail for arm*-*-* below, until we know more. */ 10 /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */ 11 /* { dg-options -mlong-double-128 { target powerpc64*-*-linux* } } */ 12 /* { dg-output "" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */ 16 long double cls_ldouble_fn( in cls_ldouble_fn() 17 long double a1, in cls_ldouble_fn() 18 long double a2, in cls_ldouble_fn() [all …]
|
| D | cls_longdouble_va.c | 2 Purpose: Test long doubles passed in variable argument lists. 7 /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */ 8 /* { dg-output "" { xfail avr32*-*-* x86_64-*-mingw* } } */ 9 /* { dg-output "" { xfail mips-sgi-irix6* } } PR libffi/46660 */ 18 long double ldValue = *(long double*)args[1]; in cls_longdouble_va_fn() 32 long double ldArg = 7; in main() 48 /* { dg-output "7.0" } */ in main() 50 /* { dg-output "\nres: 4" } */ in main() 56 /* { dg-output "\n7.0" } */ in main() 58 /* { dg-output "\nres: 4" } */ in main()
|
| /external/libffi/testsuite/libffi.call/ |
| D | cls_longdouble.c | 2 Purpose: Check long double arguments. 7 /* { dg-excess-errors "no long double format" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */ 8 /* This test is known to PASS on armv7l-unknown-linux-gnueabihf, so I have 9 remove the xfail for arm*-*-* below, until we know more. */ 10 /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */ 11 /* { dg-options -mlong-double-128 { target powerpc64*-*-linux* } } */ 12 /* { dg-output "" { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */ 16 long double cls_ldouble_fn( in cls_ldouble_fn() 17 long double a1, in cls_ldouble_fn() 18 long double a2, in cls_ldouble_fn() [all …]
|
| D | cls_longdouble_va.c | 2 Purpose: Test long doubles passed in variable argument lists. 7 /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */ 8 /* { dg-output "" { xfail avr32*-*-* x86_64-*-mingw* } } */ 9 /* { dg-output "" { xfail mips-sgi-irix6* } } PR libffi/46660 */ 18 long double ldValue = *(long double*)args[1]; in cls_longdouble_va_fn() 32 long double ldArg = 7; in main() 48 /* { dg-output "7.0" } */ in main() 50 /* { dg-output "\nres: 4" } */ in main() 56 /* { dg-output "\n7.0" } */ in main() 58 /* { dg-output "\nres: 4" } */ in main()
|
| /external/rnnoise/ |
| D | configure.ac | 8 if test -e package_version; then 22 AM_INIT_AUTOMAKE([1.11 foreign no-define dist-zip subdir-objects]) 36 dnl - library source changed -> increment REVISION 37 dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0 38 dnl - interfaces added -> increment AGE 39 dnl - interfaces removed -> AGE = 0 50 [-pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long]) 52 # Platform-specific tweaks 54 *-mingw*) 55 # -std=c89 causes some warnings under mingw. [all …]
|
| /external/cronet/third_party/icu/source/ |
| D | acinclude.m4 | 3 # Copyright (c) 1999-2016, International Business Machines Corporation and 18 *-*-solaris*) 19 if test "$GCC" = yes; then 20 icu_cv_host_frag=mh-solaris-gcc 22 icu_cv_host_frag=mh-solaris 24 alpha*-*-linux-gnu) 25 if test "$GCC" = yes; then 26 icu_cv_host_frag=mh-alpha-linux-gcc 28 icu_cv_host_frag=mh-alpha-linux-cc 30 powerpc*-*-linux*) [all …]
|
| /external/icu/icu4c/source/ |
| D | acinclude.m4 | 3 # Copyright (c) 1999-2016, International Business Machines Corporation and 18 *-*-solaris*) 19 if test "$GCC" = yes; then 20 icu_cv_host_frag=mh-solaris-gcc 22 icu_cv_host_frag=mh-solaris 24 alpha*-*-linux-gnu) 25 if test "$GCC" = yes; then 26 icu_cv_host_frag=mh-alpha-linux-gcc 28 icu_cv_host_frag=mh-alpha-linux-cc 30 powerpc*-*-linux*) [all …]
|
| /external/python/cpython2/Modules/_ctypes/libffi/ |
| D | configure.ac | 3 # file from libffi - slightly patched for Python's ctypes 12 target_alias=${target_alias-$host_alias} 15 frv*-elf) 16 LDFLAGS=`echo $LDFLAGS | sed "s/\-B[^ ]*libgloss\/frv\///"`\ -B`pwd`/../libgloss/frv/ 24 # The same as in boehm-gc and libstdc++. Have to borrow it from there. 26 # the wrong, non-multilib-adjusted value will be used in multilibs. 47 # Test for 64-bit build. 54 if test "$ax_cv_c_compiler_vendor" != "sun"; then 58 if test "x$GCC" = "xyes"; then 59 CFLAGS="$CFLAGS -fexceptions" [all …]
|
| D | README | 4 libffi-3.1 was released on May 19, 2014. Check the libffi web page 21 told at run-time about the number and types of arguments used to call 51 |-----------------+------------------+-------------------------| 53 |-----------------+------------------+-------------------------| 64 | IA-64 | Linux | GCC | 77 | PowerPC 32-bit | AIX | IBM XL C | 78 | PowerPC 64-bit | AIX | IBM XL C | 83 | PowerPC 64-bit | FreeBSD | GCC | 84 | PowerPC 64-bit | Linux ELFv1 | GCC | 85 | PowerPC 64-bit | Linux ELFv2 | GCC | [all …]
|
| /external/wpa_supplicant_8/wpa_supplicant/ |
| D | README-Windows.txt | 4 Copyright (c) 2003-2009, Jouni Malinen <j@w1.fi> and contributors 23 - plaintext 24 - static WEP / open system authentication 25 - static WEP / shared key authentication 26 - IEEE 802.1X with dynamic WEP keys 27 - WPA-PSK, TKIP, CCMP, TKIP+CCMP 28 - WPA-EAP, TKIP, CCMP, TKIP+CCMP 29 - WPA2-PSK, TKIP, CCMP, TKIP+CCMP 30 - WPA2-EAP, TKIP, CCMP, TKIP+CCMP 33 Building wpa_supplicant with mingw [all …]
|
| /external/flac/m4/ |
| D | lib-ld.m4 | 1 # lib-ld.m4 serial 6 2 dnl Copyright (C) 1996-2003, 2009-2012 Free Software Foundation, Inc. 5 dnl with or without modifications, as long as this notice is preserved. 11 dnl From libtool-2.4. Sets the variable with_gnu_ld to yes or no. 14 [# I'd rather use --version here, but apparently some GNU lds only accept -v. 15 case `$LD -v 2>&1 </dev/null` in 26 dnl From libtool-2.4. Sets the variable LD. 31 AC_ARG_WITH([gnu-ld], 32 [AS_HELP_STRING([--with-gnu-ld], 34 [test "$withval" = no || with_gnu_ld=yes], [all …]
|
| /external/llvm/test/CodeGen/AMDGPU/ |
| D | elf.ll | 1 … RUN: llc < %s -march=amdgcn -mcpu=SI -verify-machineinstrs -filetype=obj | llvm-readobj -s -symbo… 2 ; RUN: llc < %s -march=amdgcn -mcpu=SI -verify-machineinstrs -o - | FileCheck --check-prefix=CONFIG… 3 …RUN: llc < %s -march=amdgcn -mcpu=tonga -verify-machineinstrs -filetype=obj | llvm-readobj -s -sym… 4 ; RUN: llc < %s -march=amdgcn -mcpu=tonga -verify-machineinstrs -o - | FileCheck --check-prefix=CON… 5 …UN: llc < %s -march=amdgcn -mcpu=carrizo -verify-machineinstrs -filetype=obj | llvm-readobj -s -sy… 6 ; RUN: llc < %s -march=amdgcn -mcpu=carrizo -verify-machineinstrs -o - | FileCheck --check-prefix=C… 8 ; Test that we don't try to produce a COFF file on windows 9 … llc < %s -mtriple=amdgcn-pc-mingw -mcpu=SI -verify-machineinstrs -filetype=obj | llvm-readobj -s … 18 ; ELF: Name: test 22 ; CONFIG-NEXT: .long 45096 [all …]
|
| /external/expat/expat/ |
| D | Changes | 14 !! - <blink>fixing a complex non-public security issue</blink>, !! 15 !! - teaming up on researching and fixing future security reports and !! 16 !! ClusterFuzz findings with few-days-max response times in communication !! 19 !! - implementing and auto-testing XML 1.0r5 support !! 21 !! - smart ideas on fixing the Autotools CMake files generation issue !! 23 !! - the Windows binaries topic (needs requirements engineering first), !! 24 !! - pushing migration from `int` to `size_t` further !! 25 !! including edge-cases test coverage (needs discussion before anything). !! 27 !! For details, please reach out via e-mail to sebastian@pipping.org so we !! 30 !! THANK YOU! Sebastian Pipping -- Berlin, 2024-03-09 !! [all …]
|
| /external/libxml2/ |
| D | configure.ac | 23 if test -d .git ; then 26 if test "$extra" != "" 28 LIBXML_VERSION_EXTRA="-GIT$extra" 42 AM_INIT_AUTOMAKE([1.16.3 foreign no-dist-gzip dist-xz]) 57 LT_INIT([disable-static]) 67 [ --with-c14n Canonical XML 1.0 support (on)]) 69 [ --with-catalog XML Catalogs support (on)]) 71 [ --with-debug debugging module and shell (on)]) 73 [ --with-history history support for shell (off)]) 75 [ --with-readline[[=DIR]] use readline in DIR (for shell history)]) [all …]
|
| /external/libffi/testsuite/libffi.closures/ |
| D | cls_longdouble_va.c | 2 Purpose: Test long doubles passed in variable argument lists. 7 /* { dg-do run { xfail strongarm*-*-* xscale*-*-* } } */ 8 /* { dg-output "" { xfail avr32*-*-* x86_64-*-mingw* } } */ 9 /* { dg-output "" { xfail mips-sgi-irix6* } } PR libffi/46660 */ 18 long double ldValue = *(long double*)args[1]; in cls_longdouble_va_fn() 32 long double ldArg = 7; in main() 48 /* { dg-output "7.0" } */ in main() 50 /* { dg-output "\nres: 4" } */ in main() 56 /* { dg-output "\n7.0" } */ in main() 58 /* { dg-output "\nres: 4" } */ in main()
|
| /external/cronet/third_party/apache-portable-runtime/src/ |
| D | configure.in | 29 dnl Hard-coded top of apr_private.h: 35 dnl Hard-coded inclusion at the tail end of apr_private.h: 49 * NOTE: This is an ugly work-around for Darwin's 105 dnl Save user-defined environment settings for later restoration 132 if test "$apr_builddir" != "$apr_srcdir"; then 141 # Libtool might need this symbol -- it must point to the location of 156 dnl Initialize mkdir -p functionality. 160 get_version="$apr_builders/get-version.sh" 170 dnl Enable the layout handling code, then reparse the prefix-style 232 AC_ARG_ENABLE(experimental-libtool,[ --enable-experimental-libtool Use experimental custom libtool… [all …]
|