Searched +full:cygwin +full:- +full:tests (Results 1 – 25 of 396) sorted by relevance
12345678910>>...16
| /external/python/cpython3/PCbuild/ |
| D | prepare_libffi.bat | 8 echo of python-source-deps clone of libffi branch 10 echo cygwin must be installed (see below) 13 echo Tested with cygwin-x86 from https://www.cygwin.com/install.html 15 echo Include the following cygwin packages in cygwin configuration: 18 echo NOTE: dejagnu is only required for running tests. 19 echo set LIBFFI_TEST=1 to run tests (optional) 25 echo. -x64 enable x64 build 26 echo. -x86 enable x86 build 27 echo. -arm32 enable arm32 build 28 echo. -arm64 enable arm64 build [all …]
|
| /external/curl/.github/workflows/ |
| D | windows.yml | 3 # SPDX-License-Identifier: curl 10 - master 11 - '*/ci' 12 paths-ignore: 13 - '**/*.md' 14 - '.azure-pipelines.yml' 15 - '.circleci/**' 16 - '.cirrus.yml' 17 - 'appveyor.*' 18 - 'packages/**' [all …]
|
| /external/pcre/doc/html/ |
| D | NON-AUTOTOOLS-BUILD.txt | 2 -------------------------------------- 26 configure/make (autotools) build system, as found in many Unix-like 31 environments, though it can also be run in Unix-like environments. See the 46 ahead to the CMake section. Note that the settings concerned with 8-bit, 47 16-bit, and 32-bit code units relate to the type of data string that PCRE2 49 You do not have to do anything special to compile in a 64-bit environment, for 61 -DHAVE_CONFIG_H to your compiler so that src/config.h is included in the 64 An alternative approach is not to edit src/config.h, but to use -D on the 66 configuration options. In this case -DHAVE_CONFIG_H must not be set. 72 before re-using what you had previously. [all …]
|
| /external/pcre/ |
| D | NON-AUTOTOOLS-BUILD | 2 -------------------------------------- 26 configure/make (autotools) build system, as found in many Unix-like 31 environments, though it can also be run in Unix-like environments. See the 46 ahead to the CMake section. Note that the settings concerned with 8-bit, 47 16-bit, and 32-bit code units relate to the type of data string that PCRE2 49 You do not have to do anything special to compile in a 64-bit environment, for 61 -DHAVE_CONFIG_H to your compiler so that src/config.h is included in the 64 An alternative approach is not to edit src/config.h, but to use -D on the 66 configuration options. In this case -DHAVE_CONFIG_H must not be set. 72 before re-using what you had previously. [all …]
|
| /external/capstone/ |
| D | COMPILE.TXT | 2 Linux, *BSD & Solaris. We also show steps to cross-compile for Microsoft Windows. 12 *-*-*-*-*-* 30 - CAPSTONE_ARCHS: specify list of architectures to compiled in. 31 - CAPSTONE_USE_SYS_DYN_MEM: change this if you have your own dynamic memory management. 32 - CAPSTONE_DIET: use this to make the output binaries more compact. 33 - CAPSTONE_X86_REDUCE: another option to make X86 binary smaller. 34 - CAPSTONE_X86_ATT_DISABLE: disables AT&T syntax on x86. 35 - CAPSTONE_STATIC: build static library. 36 - CAPSTONE_SHARED: build dynamic (shared) library. 56 - To compile for current platform, run: [all …]
|
| D | Makefile | 2 # By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2014 38 CFLAGS ?= -Os 39 CFLAGS += -DCAPSTONE_DIET 41 CFLAGS ?= -O3 45 CFLAGS += -DCAPSTONE_X86_ATT_DISABLE 48 CFLAGS += -fPIC -Wall -Wwrite-strings -Wmissing-prototypes -Iinclude 51 CFLAGS += -DCAPSTONE_USE_SYS_DYN_MEM 55 CFLAGS += -DCAPSTONE_HAS_OSXKERNEL 56 SDKROOT ?= $(shell xcodebuild -version -sdk macosx Path) 57 CFLAGS += -mmacosx-version-min=10.5 \ [all …]
|
| /external/chromium-trace/catapult/common/py_trace_event/py_trace_event/ |
| D | trace_time_unittest.py | 2 # Use of this source code is governed by a BSD-style license that can be 34 # Platform detection tests. 41 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])): 59 # Windows Tests 62 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])): 73 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])): 84 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])): 94 or sys.platform.startswith(trace_time._PLATFORMS['cygwin'])): 99 # Linux tests.
|
| /external/cronet/third_party/protobuf/python/ |
| D | README.md | 1 Protocol Buffers - Google's data interchange format 11 https://developers.google.com/protocol-buffers/ 15 or some other Python-specific source, you may have received only the 31 $ python -V 36 … [this page](https://packaging.python.org/en/latest/installing.html#setup-for-installing-packages). 42 $ protoc --version 44 4) Build and run the tests: 56 If you are running a Homebrew-provided Python, you must make sure another 83 $ python setup.py build --cpp_implementation 85 Then run the tests like so: [all …]
|
| /external/protobuf/python/ |
| D | README.md | 1 Protocol Buffers - Google's data interchange format 11 https://developers.google.com/protocol-buffers/ 15 or some other Python-specific source, you may have received only the 31 $ python -V 36 … [this page](https://packaging.python.org/en/latest/installing.html#setup-for-installing-packages). 42 $ protoc --version 44 4) Build and run the tests: 56 If you are running a Homebrew-provided Python, you must make sure another 83 $ python setup.py build --cpp_implementation 85 Then run the tests like so: [all …]
|
| /external/curl/ |
| D | Makefile.am | 21 # SPDX-License-Identifier: curl 27 ACLOCAL_AMFLAGS = -I m4 32 CMake/curl-config.cmake.in \ 57 projects/build-openssl.bat \ 58 projects/build-wolfssl.bat \ 77 EXTRA_DIST = CHANGES COPYING maketgz Makefile.dist curl-config.in \ 78 RELEASE-NOTES buildconf libcurl.pc.in $(CMAKE_DIST) $(VC_DIST) \ 87 bin_SCRIPTS = curl-config 90 DIST_SUBDIRS = $(SUBDIRS) tests packages scripts include docs 99 dist-hook: [all …]
|
| /external/libjpeg-turbo/ |
| D | BUILDING.md | 1 Building libjpeg-turbo 6 ------------------ 11 - [CMake](http://www.cmake.org) v2.8.12 or later 13 - [NASM](http://www.nasm.us) or [Yasm](http://yasm.tortall.net) 14 (if building x86 or x86-64 SIMD extensions) 19 - NOTE: Currently, if it is desirable to hide the SIMD function symbols in 21 libjpeg-turbo, then NASM 2.14 or later or Yasm must be used when 22 building libjpeg-turbo. 32 ### Un*x Platforms (including Linux, Mac, FreeBSD, Solaris, and Cygwin) 34 - GCC v4.1 (or later) or Clang recommended for best performance [all …]
|
| /external/capstone/suite/ |
| D | compile_all.sh | 2 # By Daniel Godas-Lopez. 6 for x in default nix32 cross-win32 cross-win64 cygwin-mingw32 cygwin-mingw64 bsd clang gcc; do 7 echo -n "Compiling: $x ... " 11 echo "-> PASS" 13 echo -e "-> FAILED\n" 18 ./tests/$t &> /dev/null 20 if [ $? -eq 0 ]; then 21 echo " Run $t -> PASS" 23 echo " Run $t -> FAIL"
|
| /external/libvpx/ |
| D | README | 13 * All Windows builds require that Cygwin[3] or MSYS2[4] be installed. 15 have this package, the install-docs option will be disabled. 16 * Downloading the data for the unit tests requires curl[6] and sha1sum. 18 many *nix platforms, as well as MinGW and Cygwin. If coreutils is not 21 tests. 26 yasm-<version>-<arch>.exe to yasm.exe and place it in: 28 [3]: http://www.cygwin.com 34 2. Out-of-tree builds 45 The 'configure' script supports a number of options. The --help option can be 47 $ ../libvpx/configure --help [all …]
|
| /external/cronet/testing/scripts/skia_gold_infra/ |
| D | finch_skia_gold_utils.py | 2 # Use of this source code is governed by a BSD-style license that can be 12 # We are not using the same corpus as the rest of the skia gold chromium tests. 13 # This corpus is a dedicated one for finch smoke tests. 14 CORPUS = 'finch-smoke-tests' 65 if sys.platform == 'win32' or sys.platform == 'cygwin': 74 'Windows (win32 or cygwin) are supported' % sys.platform)
|
| /external/zstd/.github/workflows/ |
| D | dev-short-tests.yml | 1 name: dev-short-tests 2 # Faster tests: mostly build tests, along with some other 3 # misc 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 [all …]
|
| /external/ComputeLibrary/docs/user_guide/ |
| D | how_to_build_and_run_examples.dox | 2 /// Copyright (c) 2017-2023 Arm Limited. 4 /// SPDX-License-Identifier: MIT 33 To see the build options available simply run ```scons -h``` 41 - gcc-linaro-6.3.1-2017.05-x86_64_arm-linux-gnueabihf 42 - gcc-linaro-6.3.1-2017.05-x86_64_aarch64-linux-gnu 44 To cross-compile the library in debug mode, with Arm® Neon™ only support, for Linux 32bit: 46 scons Werror=1 -j8 debug=1 neon=1 opencl=0 os=linux arch=armv7a 48 To cross-compile the library in asserts mode, with OpenCL only support, for Linux 64bit: 50 scons Werror=1 -j8 debug=0 asserts=1 neon=0 opencl=1 embed_kernels=1 os=linux arch=armv8a 54 scons Werror=1 -j8 debug=0 neon=1 opencl=0 os=linux arch=armv8a build=native [all …]
|
| /external/python/cpython2/Modules/_ctypes/libffi/testsuite/libffi.call/ |
| D | float2.c | 7 /* { dg-excess-errors "fails" { target x86_64-*-mingw* x86_64-*-cygwin* } } */ 8 /* { dg-do run { xfail x86_64-*-mingw* x86_64-*-cygwin* } } */ 37 is pretty much non-existent. You'll get the odd bus error in library in main() 46 is pretty much non-existent. You'll get the odd bus error in library in main() 48 printf ("%Lf, %Lf, %Lf, %Lf\n", ld, ldblit(f), ld - ldblit(f), LDBL_EPSILON); in main() 52 if (ld - ldblit(f) < LDBL_EPSILON) in main() 53 puts("long double return value tests ok!"); in main()
|
| /external/libsrtp2/crypto/ |
| D | Makefile.in | 12 INCDIR = -Iinclude -I$(srcdir)/include -I$(top_srcdir)/include 17 LDFLAGS = @LDFLAGS@ -L. -L.. 19 CRYPTOLIB = -lsrtp2 24 # Specify how tests should find shared libraries on macOS and Linux 29 # tests on Windows. 32 UNAME_S = $(shell uname -s) 42 # EXE defines the suffix on executables - it's .exe for cygwin, and 44 # `make clean` will work on the cygwin platform 50 DEFS += -D$(ARCH)=1 54 DEFS += -D$(sysname)=1 [all …]
|
| /external/libcxx/utils/google-benchmark/ |
| D | CMakeLists.txt | 22 …set(BENCHMARK_BUILD_32_BITS OFF CACHE BOOL "Build a 32 bit version of the library - unsupported wh… 28 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet depende… 30 # This option can be used to disable building and running unit tests which depend on gtest 32 option(BENCHMARK_ENABLE_GTEST_TESTS "Enable building the unit tests which depend on gtest" ON) 39 # FIXME: The --coverage flag needs to be removed when building assembly 40 # tests for this to work. 67 # This option disables the building and running of the assembly verification tests 68 option(BENCHMARK_ENABLE_ASSEMBLY_TESTS "Enable building and running the assembly tests" 81 string(REGEX MATCH "[0-9]+\\.[0-9]+\\.[0-9]+" VERSION ${GIT_VERSION}) 94 add_required_cxx_compiler_flag(-m32) [all …]
|
| /external/capstone/tests/ |
| D | Makefile | 2 # By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2014 16 TESTDIR = $(BUILDDIR)/tests 17 OBJDIR = $(BUILDDIR)/obj/tests 30 CFLAGS += -Wall -I$(INCDIR) 31 LDFLAGS += -L$(LIBDIR) 33 CFLAGS += $(foreach arch,$(LIBARCHS),-arch $(arch)) 34 LDFLAGS += $(foreach arch,$(LIBARCHS),-arch $(arch)) 41 # Cygwin? 42 IS_CYGWIN := $(shell $(CC) -dumpmachine | grep -i cygwin | wc -l) 44 CFLAGS := $(CFLAGS:-fPIC=) [all …]
|
| /external/cronet/third_party/icu/source/test/perf/ |
| D | README | 4 Copyright (C) 2008-2013, International Business Machines 10 The performance tests in ICU4C compares various aspects of ICU against previous versions of ICU, 11 Posix, and/or Windows. Some tests only run on Windows and are labeled accordingly.All of the 12 performance tests are driven by a perl-based script which calls the underlying C program and 18 The most up to date tests are in ICU 4.0 and later. In addition, most tests depend on data which ar… 22 http://source.icu-project.org/repos/icu/data/trunk/test/perf 33 3) Build the ICU performance tests either through Visual Studios or with the Makefile. 48 6) In the perf directory, there are several other directories for the various tests that can be run. 49 … (e.g. convperf (Conversion tests)). Go to each directory and execute the perl script for each test 55 Note: When running on Windows, cygwin is preferred. [all …]
|
| /external/icu/icu4c/source/test/perf/ |
| D | README | 4 Copyright (C) 2008-2013, International Business Machines 10 The performance tests in ICU4C compares various aspects of ICU against previous versions of ICU, 11 Posix, and/or Windows. Some tests only run on Windows and are labeled accordingly.All of the 12 performance tests are driven by a perl-based script which calls the underlying C program and 18 The most up to date tests are in ICU 4.0 and later. In addition, most tests depend on data which ar… 22 http://source.icu-project.org/repos/icu/data/trunk/test/perf 33 3) Build the ICU performance tests either through Visual Studios or with the Makefile. 48 6) In the perf directory, there are several other directories for the various tests that can be run. 49 … (e.g. convperf (Conversion tests)). Go to each directory and execute the perl script for each test 55 Note: When running on Windows, cygwin is preferred. [all …]
|
| /external/clang/test/ |
| D | lit.cfg | 1 # -*- Python -*- 40 # testFormat: The test format to use to interpret tests. 50 # subdirectories contain auxiliary inputs for various tests in their parent 54 # test_source_root: The root path where tests are located. 57 # test_exec_root: The root path where tests should be run. 68 # This first set of vars are read by Clang, but shouldn't affect tests 70 # simply to run the tests at all. 124 # out-of-tree build situation). 132 # Try to detect the situation where we are using an out-of-tree build by 133 # looking for 'llvm-config'. [all …]
|
| /external/cronet/third_party/google_benchmark/src/ |
| D | CMakeLists.txt | 10 option(BENCHMARK_ENABLE_WERROR "Build Release candidates with -Werror." ON) 11 option(BENCHMARK_FORCE_WERROR "Build Release candidates with -Werror regardless of compiler issues.… 27 …set(BENCHMARK_BUILD_32_BITS OFF CACHE BOOL "Build a 32 bit version of the library - unsupported wh… 35 option(BENCHMARK_DOWNLOAD_DEPENDENCIES "Allow the downloading and in-tree building of unmet depende… 37 # This option can be used to disable building and running unit tests which depend on gtest 39 option(BENCHMARK_ENABLE_GTEST_TESTS "Enable building the unit tests which depend on gtest" ON) 50 # cross-compilation (e.g. Host=x86_64, target=aarch64) requires using the 52 # See https://gitlab.kitware.com/cmake/cmake/-/issues/15170 64 # FIXME: The --coverage flag needs to be removed when building assembly 65 # tests for this to work. [all …]
|
| /external/flatbuffers/CMake/ |
| D | CMakeLists_legacy.cmake.in | 32 option(FLATBUFFERS_BUILD_TESTS "Enable the build of tests and samples." ON) 38 option(FLATBUFFERS_STATIC_FLATC "Build flatbuffers compiler with -static flag" 51 "Add '-fsanitize' flags to 'flattests' and 'flatc' targets." 64 "Run C++ code generator with '--cpp-std c++0x' switch." 72 "Skip generating monster_extra.fbs that contains non-supported numerical\" 80 "Cannot build tests without building the compiler. Tests will be disabled.") 86 add_definitions(-DFLATBUFFERS_MAX_PARSING_DEPTH=${FLATBUFFERS_MAX_PARSING_DEPTH}) 90 # Auto-detect locale-narrow 'strtod_l' and 'strtoull_l' functions. 106 add_definitions(-DFLATBUFFERS_LOCALE_INDEPENDENT=$<BOOL:${FLATBUFFERS_LOCALE_INDEPENDENT}>) 188 tests/test.cpp [all …]
|
12345678910>>...16