Searched +full:windows +full:- +full:test +full:- +full:rules (Results 1 – 25 of 712) sorted by relevance
12345678910>>...29
| /third_party/mesa3d/ |
| D | .gitlab-ci.yml | 3 MESA_TEMPLATES_COMMIT: &ci-templates-commit 290b79e0e78eab67a83766f4e9691be554fc4afd 4 CI_PRE_CLONE_SCRIPT: |- 5 set -o xtrace 6 …/usr/bin/wget -q -O- ${CI_PROJECT_URL}/-/raw/${CI_COMMIT_SHA}/.gitlab-ci/download-git-cache.sh | b… 8 MINIO_HOST: minio-packet.freedesktop.org 9 # per-pipeline artifact storage on MinIO 11 # per-job artifact storage on MinIO 14 PIGLIT_REPLAY_REFERENCE_IMAGES_BASE: "${MINIO_HOST}/mesa-tracie-results/$FDO_UPSTREAM_REPO" 20 - project: 'freedesktop/ci-templates' 23 - '/templates/ci-fairy.yml' [all …]
|
| /third_party/gettext/gettext-runtime/ |
| D | configure.ac | 1 dnl Configuration for the gettext-runtime directory of GNU gettext 2 dnl Copyright (C) 1995-2010, 2012-2015, 2018-2020 Free Software Foundation, Inc. 20 AC_INIT([gettext-runtime], 21 m4_esyscmd([../build-aux/git-version-gen ../.tarball-version]), 22 [bug-gettext@gnu.org]) 24 AC_CONFIG_AUX_DIR([../build-aux]) 25 AM_INIT_AUTOMAKE([1.11.1 silent-rules parallel-tests]) 29 test "$docdir" != '${datarootdir}/doc/${PACKAGE_TARNAME}' || docdir='${datarootdir}/doc/gettext' 39 if test -n "$HAVE_JAVACOMP" && test -n "$JAR" && test "$JAVA_CHOICE" != no; then 47 if test -n "$HAVE_CSHARPCOMP" && test "$CSHARP_CHOICE" != no; then [all …]
|
| /third_party/gettext/libtextstyle/ |
| D | configure.ac | 2 dnl Copyright (C) 2009-2019 Free Software Foundation, Inc. 22 AC_CONFIG_AUX_DIR([build-aux]) 25 AM_INIT_AUTOMAKE([1.13 silent-rules]) 29 am__tar='${AMTAR} chof - --owner=root --group=root "$$tardir"' 55 LT_INIT([win32-dll]) 57 dnl Prepares the libtool configuration for handling of Windows resources, and 58 dnl sets the RC variable to a program that compiles Windows resource files. 59 LT_LANG([Windows Resource]) 61 dnl On mingw and Cygwin, we can activate special Makefile rules which add 67 AM_CONDITIONAL([WOE32], [test $is_woe32 = yes]) [all …]
|
| /third_party/node/ |
| D | .gitignore | 1 # Please take extra care not to add rules that will make tracked files ignored. 2 # To test that, run `git ls-files -i --exclude-standard`. 3 # To check why a specific file is ignored, run `git check-ignore -v <filepath>`. 10 !test/fixtures/**/.* 11 !.clang-format 25 # === Rules for root dir === 35 /gon-config.json 40 # === Rules for artifacts of `./configure` === 46 # === Rules for MSVS artifacts === 64 # === Rules for GYP artifacts === [all …]
|
| /third_party/boost/libs/winapi/test/ |
| D | Jamfile.v2 | 2 # Copyright Andrey Semashev 2015 - 2018. 20 project.push-current [ project.current ] ; 21 project.load [ path.join [ path.make $(here:D) ] config/has-bcrypt ] ; 22 project.pop-current ; 32 <toolset>intel-win:<define>_SCL_SECURE_NO_WARNINGS 33 <toolset>intel-win:<define>_SCL_SECURE_NO_DEPRECATE 34 <toolset>intel-win:<define>_CRT_SECURE_NO_WARNINGS 35 <toolset>intel-win:<define>_CRT_SECURE_NO_DEPRECATE 37 : default-build 43 # This rule makes sure the tests are run only on Windows [all …]
|
| /third_party/boost/tools/build/src/tools/ |
| D | xsltproc.jam | 6 # This module defines rules to apply an XSLT stylesheet to an XML file using the 19 import virtual-target ; 33 modify-config ; 35 check-xsltproc ; 40 rule freeze-config ( ) 42 if ! $(.config-frozen) 44 .config-frozen = true ; 47 check-xsltproc ; 48 .is-cygwin = [ .is-cygwin $(.xsltproc) ] ; 53 rule modify-config ( ) [all …]
|
| /third_party/boost/libs/interprocess/example/ |
| D | Jamfile.v2 | 3 # (C) Copyright Ion Gaztanaga 2006-2012. 16 # the run rules, which we can pass on to the test_suite rule: 26 <toolset>acc:<linkflags>-lrt 27 <toolset>acc-pa_risc:<linkflags>-lrt 28 <toolset>gcc,<target-os>windows:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32" 29 <target-os>hpux,<toolset>gcc:<linkflags>"-Wl,+as,mpas" 30 <target-os>windows,<toolset>clang:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32" 31 <target-os>linux:<linkflags>"-lrt" 32 : # test-files 41 : # test-files [all …]
|
| /third_party/gettext/ |
| D | Makefile.am | 2 ## Copyright (C) 1995-2020 Free Software Foundation, Inc. 19 AUTOMAKE_OPTIONS = 1.5 gnu no-dependencies 20 ACLOCAL_AMFLAGS = -I m4 22 SUBDIRS = gnulib-local gettext-runtime libtextstyle gettext-tools 25 gettext-runtime/ChangeLog.0 \ 26 gettext-runtime/doc/ChangeLog.0 \ 27 gettext-runtime/intl-csharp/ChangeLog.0 \ 28 gettext-runtime/intl-java/ChangeLog.0 \ 29 gettext-runtime/libasprintf/ChangeLog.0 \ 30 gettext-runtime/m4/ChangeLog.0 \ [all …]
|
| /third_party/boost/libs/interprocess/test/ |
| D | Jamfile.v2 | 1 # Boost Interprocess Library Test Jamfile 16 # the run rules, which we can pass on to the test_suite rule: 26 : # test-files 28 <toolset>acc:<linkflags>-lrt 29 <toolset>acc-pa_risc:<linkflags>-lrt 30 <toolset>gcc,<target-os>windows:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32" 31 <target-os>hpux,<toolset>gcc:<linkflags>"-Wl,+as,mpas" 32 <target-os>windows,<toolset>clang:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32" 33 <target-os>linux:<linkflags>"-lrt" 40 test-suite interprocess_test : [ test_all r ] : <threading>multi ;
|
| /third_party/boost/tools/build/notes/ |
| D | changes.txt | 1 Copyright 2004-2007 Vladimir Prus 11 - gcc support did not work on HP-UX systems 17 - The Pathscale, PGI and mipspro compilers are now supported. 18 - Support for autoconfiguration of toolset based on command-line 21 - Support for precompiled headers for gcc toolset, 23 - Mechanism for removing inherited requirements. 24 - The 'make' rule support specifying usage-requirements. 25 - New 'project.extension' rule for declaring standalone 27 - New 'conditional' convenience rule. 28 - New 'glob-tree' rule. [all …]
|
| /third_party/gettext/gettext-runtime/libasprintf/ |
| D | configure.ac | 2 dnl Copyright (C) 2002-2012, 2016, 2018-2019 Free Software Foundation, Inc. 22 AC_CONFIG_AUX_DIR([../../build-aux]) 23 AM_INIT_AUTOMAKE([silent-rules]) 38 dnl For a 64-bit build on AIX, AC_PROG_RANLIB is not sufficient. 48 LT_INIT([win32-dll]) 50 dnl Prepares the libtool configuration for handling of Windows resources, and 51 dnl sets the RC variable to a program that compiles Windows resource files. 52 LT_LANG([Windows Resource]) 54 dnl On mingw and Cygwin, we can activate special Makefile rules which add 60 AM_CONDITIONAL([WOE32], [test $is_woe32 = yes]) [all …]
|
| /third_party/boost/libs/intrusive/example/ |
| D | Jamfile.v2 | 3 # (C) Copyright Ion Gaztanaga 2006-2013. 16 # the run rules, which we can pass on to the test_suite rule: 26 : # test-files 28 <toolset>acc:<linkflags>-lrt 29 <toolset>acc-pa_risc:<linkflags>-lrt 30 <toolset>gcc,<target-os>windows:<linkflags>"-lole32 -loleaut32" 31 <host-os>hpux,<toolset>gcc:<linkflags>"-Wl,+as,mpas" 32 <host-os>windows,<toolset>clang:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32" 39 test-suite intrusive_example : [ test_all r ] : <threading>multi ;
|
| /third_party/grpc/ |
| D | WORKSPACE | 18 "//third_party/toolchains/bazel_0.26.0_rbe_windows:cc-toolchain-x64_windows", 21 load("@bazel_toolchains//rules/exec_properties:exec_properties.bzl", "create_exec_properties_dict",… 26 "LARGE_MACHINE": create_exec_properties_dict(gce_machine_type = "n1-standard-8"), 30 load("@bazel_toolchains//rules:rbe_repo.bzl", "rbe_autoconfig") 38 # n1-highmem-2 is the default (small machine) machine type. Targets 41 gce_machine_type = "n1-highmem-2", 45 # linux jobs on windows pool and vice versa (which would lead to a test breakage) 52 load("@bazel_toolchains//rules:environments.bzl", "clang_env") 61 "BAZEL_LINKOPTS": "-lc++:-lc++abi:-lm",
|
| /third_party/boost/libs/uuid/test/ |
| D | Jamfile.v2 | 2 # Copyright 2017 - 2018 James E. King III 9 project libs/uuid/test 13 # near-impossible with the platform selection logic in the random_provider 14 <target-os>windows:<define>BOOST_UUID_FORCE_AUTO_LINK 15 <target-os>windows,<toolset>gcc:<library>bcrypt 17 # boost::lexical_cast needs this for a warning-free build (CHAR_MAX) 18 <toolset>clang:<cxxflags>-Wno-c99-extensions 36 # on any other headers to be included first - adapted from 37 # logic in the winapi test bjam script 43 for file in [ path.glob-tree $(headers_path) : *.hpp : uuid ] [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/src/tests/egl_tests/ |
| D | EGLContextCompatibilityTest.cpp | 3 // Use of this source code is governed by a BSD-style license that can be 8 // This test will try to use all combinations of context configs and 12 // Only run the EGLContextCompatibilityTest on release builds. The execution time of this test 75 // The only configs with 16-bits for each of red, green, blue, and alpha is GL_RGBA16F 145 osWindow->initialize("EGLContextCompatibilityTest", 500, 500); in testWindowCompatibility() 146 osWindow->setVisible(true); in testWindowCompatibility() 153 eglCreateWindowSurface(mDisplay, windowConfig, osWindow->getNativeWindow(), nullptr); in testWindowCompatibility() 245 // The test is split in several subtest so that simple cases 249 // Basic test checking contexts and windows created with the 265 // Disabling multisampled configurations due to test instability with various graphics in TEST_P() [all …]
|
| /third_party/flutter/skia/third_party/externals/angle2/include/platform/ |
| D | FeaturesVk.h | 3 // Use of this source code is governed by a BSD-style license that can be 22 // Line segment rasterization must follow OpenGL rules. This means using an algorithm similar 24 // shader patching to implement OpenGL basic line rasterization rules. This feature will 29 "rasterization rules", 32 // Flips the viewport to render upside-down. This has the effect to render the same way as 36 // becomes (0, height, width, -height). Unfortunately, when we start doing this, we also need 37 // to adjust a lot of places since the rendering now happens upside-down. Affected places so 39 // -readPixels 40 // -copyTexImage 41 // -framebuffer blit [all …]
|
| /third_party/gettext/gettext-tools/ |
| D | configure.ac | 1 dnl Configuration for the gettext-tools directory of GNU gettext 2 dnl Copyright (C) 1995-2020 Free Software Foundation, Inc. 20 AC_INIT([gettext-tools], 21 m4_esyscmd([../build-aux/git-version-gen ../.tarball-version]), 22 [bug-gettext@gnu.org]) 24 AC_CONFIG_AUX_DIR([../build-aux]) 25 AM_INIT_AUTOMAKE([1.11.1 silent-rules parallel-tests]) 29 test "$docdir" != '${datarootdir}/doc/${PACKAGE_TARNAME}' || docdir='${datarootdir}/doc/gettext' 40 if test -n "$HAVE_JAVACOMP" && test -n "$JAR" && test "$JAVA_CHOICE" != no; then 46 if test -n "$HAVE_JAVAEXEC" && test $BUILDJAVA = yes; then [all …]
|
| D | ChangeLog.0 | 1 2015-09-11 Daiki Ueno <ueno@gnu.org> 5 2015-07-28 Daiki Ueno <ueno@gnu.org> 9 2015-07-10 Daiki Ueno <ueno@gnu.org> 13 2015-06-25 Daiki Ueno <ueno@gnu.org> 15 * woe32dll/gettextsrc-exports.c: Export syntax_check_name. 18 2015-06-24 Daiki Ueno <ueno@gnu.org> 20 * woe32dll/gettextsrc-exports.c: Export formatstring_kde_kuit. 23 2015-06-23 Daiki Ueno <ueno@gnu.org> 25 * ABOUT-NLS: Regenerate for 0.19.5. 27 2014-12-24 Daiki Ueno <ueno@gnu.org> [all …]
|
| /third_party/boost/tools/build/doc/src/ |
| D | tasks.adoc | 5 out-of-the-box. Unless otherwise noted, all mentioned main target rules 13 link:#bbv2.main-target-rule-syntax[common syntax]. For example: 16 ---- 21 ---- 23 This will create an executable file from the sources--in this case, 29 TIP: On Windows, if an application uses shared libraries, and both the 41 link:#bbv2.main-target-rule-syntax[common syntax]. For example: 44 ---- 46 ---- 58 `-l` option) or their paths can be known in advance by the build system. [all …]
|
| /third_party/typescript/tests/baselines/reference/ |
| D | fixSignatureCaching.js | 13 "BlackBerry": "BlackBerry|\\bBB10\\b|rim[0-9]+", 14 …Desire.*(A8181|HD)|ADR6200|ADR6400L|ADR6425|001HT|Inspire 4G|Android.*\\bEVO\\b|T-Mobile G1|Z520m", 17 …"Motorola": "Motorola|DROIDX|DROID BIONIC|\\bDroid\\b.*Build|Android.*Xoom|HRI39|MOT-|A1260|A1680|… 18 …-G9250|GT-19300|SGH-I337|BGT-S5230|GT-B2100|GT-B2700|GT-B2710|GT-B3210|GT-B3310|GT-B3410|GT-B3730|… 19 …"LG": "\\bLG\\b;|LG[- ]?(C800|C900|E400|E610|E900|E-900|F160|F180K|F180L|F180S|730|855|L160|LS740|… 22 "NokiaLumia": "Lumia [0-9]{3,4}", 26 …-A850S|IM-A840S|IM-A830L|IM-A830K|IM-A830S|IM-A820L|IM-A810K|IM-A810S|IM-A800S|IM-T100K|IM-A725L|I… 29 "iMobile": "i-mobile (IQ|i-STYLE|idea|ZAA|Hitz)", 30 …"SimValley": "\\b(SP-80|XT-930|SX-340|XT-930|SX-310|SP-360|SP60|SPT-800|SP-120|SPT-800|SP-140|SPX-… 31 "Wolfgang": "AT-B24D|AT-AS50HD|AT-AS40W|AT-AS55HD|AT-AS45q2|AT-B26D|AT-AS50Q", [all …]
|
| D | fixSignatureCaching.types | 5 …-9]+", "HTC": "HTC|HTC.*(Sensation|Evo|Vision|Explorer|6800|8100|8900|A7272|S510e|C110e|Leg… 6 …-9]+", "HTC": "HTC|HTC.*(Sensation|Evo|Vision|Explorer|6800|8100|8900|A7272|S510e|C110e|Leg… 7 …-9]+", "HTC": "HTC|HTC.*(Sensation|Evo|Vision|Explorer|6800|8100|8900|A7272|S510e|C110e|Leg… 12 …-9]+", "HTC": "HTC|HTC.*(Sensation|Evo|Vision|Explorer|6800|8100|8900|A7272|S510e|C110e|Leg… 14 …-9]+", "HTC": "HTC|HTC.*(Sensation|Evo|Vision|Explorer|6800|8100|8900|A7272|S510e|C110e|Leg… 24 …-9]+", "HTC": "HTC|HTC.*(Sensation|Evo|Vision|Explorer|6800|8100|8900|A7272|S510e|C110e|Leg… 28 …-9]+", "HTC": "HTC|HTC.*(Sensation|Evo|Vision|Explorer|6800|8100|8900|A7272|S510e|C110e|Leg… 32 …-9]+", "HTC": "HTC|HTC.*(Sensation|Evo|Vision|Explorer|6800|8100|8900|A7272|S510e|C110e|Leg… 38 "BlackBerry": "BlackBerry|\\bBB10\\b|rim[0-9]+", 40 >"BlackBerry|\\bBB10\\b|rim[0-9]+" : "BlackBerry|\\bBB10\\b|rim[0-9]+" [all …]
|
| /third_party/boost/libs/intrusive/test/ |
| D | Jamfile.v2 | 1 # Boost Intrusive Library Test Jamfile 15 # the run rules, which we can pass on to the test_suite rule: 25 : # test-files 27 <host-os>windows,<toolset>clang:<linkflags>"-lole32 -loleaut32 -lpsapi -ladvapi32" 34 test-suite intrusive_test : [ test_all r ] : ;
|
| /third_party/typescript/tests/cases/conformance/ |
| D | fixSignatureCaching.ts | 12 "BlackBerry": "BlackBerry|\\bBB10\\b|rim[0-9]+", 13 …Desire.*(A8181|HD)|ADR6200|ADR6400L|ADR6425|001HT|Inspire 4G|Android.*\\bEVO\\b|T-Mobile G1|Z520m", 16 …"Motorola": "Motorola|DROIDX|DROID BIONIC|\\bDroid\\b.*Build|Android.*Xoom|HRI39|MOT-|A1260|A1680|… 17 …-G9250|GT-19300|SGH-I337|BGT-S5230|GT-B2100|GT-B2700|GT-B2710|GT-B3210|GT-B3310|GT-B3410|GT-B3730|… 18 …"LG": "\\bLG\\b;|LG[- ]?(C800|C900|E400|E610|E900|E-900|F160|F180K|F180L|F180S|730|855|L160|LS740|… 21 "NokiaLumia": "Lumia [0-9]{3,4}", 25 …-A850S|IM-A840S|IM-A830L|IM-A830K|IM-A830S|IM-A820L|IM-A810K|IM-A810S|IM-A800S|IM-T100K|IM-A725L|I… 28 "iMobile": "i-mobile (IQ|i-STYLE|idea|ZAA|Hitz)", 29 …"SimValley": "\\b(SP-80|XT-930|SX-340|XT-930|SX-310|SP-360|SP60|SPT-800|SP-120|SPT-800|SP-140|SPX-… 30 "Wolfgang": "AT-B24D|AT-AS50HD|AT-AS40W|AT-AS55HD|AT-AS45q2|AT-B26D|AT-AS50Q", [all …]
|
| /third_party/googletest/ |
| D | BUILD.bazel | 31 # Bazel Build for Google C++ Testing Framework(Google Test) 42 name = "windows", 43 constraint_values = ["@platforms//os:windows"], 49 "@bazel_tools//tools/cpp:compiler": "msvc-cl", 66 # Google Test including Google Mock 78 "googletest/src/gtest-all.cc", 80 "googlemock/src/gmock-all.cc", 89 ":windows": [], 90 "//conditions:default": ["-pthread"], 97 ":windows": ["windows_export_all_symbols"], [all …]
|
| /third_party/flutter/skia/third_party/externals/icu/source/config/ |
| D | mh-mingw64 | 1 ## -*-makefile-*- 5 ## Copyright (c) 2012-2014, International Business Machines Corporation and 10 # This file is similar to mh-mingw 11 # Any changes made here may also need to be made in mh-mingw 15 # icu-config working on Windows. 19 GEN_DEPS.c= $(CC) -E -MM $(DEFS) $(CPPFLAGS) 20 GEN_DEPS.cc= $(CXX) -E -MM $(DEFS) $(CPPFLAGS) 25 CPPFLAGS += -DU_STATIC_IMPLEMENTATION 28 STATICCPPFLAGS = -DU_STATIC_IMPLEMENTATION 31 ## ICU requires a minimum target of Windows 7, and MinGW does not set this by default. [all …]
|
12345678910>>...29