| /third_party/json/ |
| D | .travis.yml | 21 - os: linux 24 - COMPILER=g++-4.9 25 - CMAKE_OPTIONS=-DJSON_Valgrind=ON 28 sources: ['ubuntu-toolchain-r-test'] 29 packages: ['g++-4.9', 'valgrind', 'ninja-build'] 31 # clang sanitizer 32 - os: linux 33 compiler: clang 35 - COMPILER=clang++-7 36 - CMAKE_OPTIONS=-DJSON_Sanitizer=ON [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/ |
| D | strip_debug_info_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 // clang-format off in TEST_F() 47 "%6 = OpLabel", in TEST_F() 56 // clang-format on in TEST_F() 70 "OpSourceExtension \"save-the-world-extension\"", in TEST_F() 83 // clang-format off in TEST_F() 93 "%6 = OpLabel", in TEST_F() 96 // clang-format on in TEST_F() 99 // clang-format off in TEST_F() 107 "%6 = OpLabel", in TEST_F() [all …]
|
| D | ir_loader_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 26 #include "spirv-tools/libspirv.hpp" 43 context->module()->ToBinary(&binary, /* skip_nop = */ false); in DoRoundTripCheck() 55 // clang-format off in TEST() 94 // clang-format on in TEST() 121 "%6 = OpFunctionParameter %float\n" in TEST() 128 // clang-format off in TEST() 145 "%6 = OpLabel\n" in TEST() 150 // clang-format on in TEST() 155 // clang-format off in TEST() [all …]
|
| /third_party/spirv-tools/test/opt/ |
| D | strip_debug_info_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 // clang-format off in TEST_F() 47 "%6 = OpLabel", in TEST_F() 56 // clang-format on in TEST_F() 70 "OpSourceExtension \"save-the-world-extension\"", in TEST_F() 83 // clang-format off in TEST_F() 93 "%6 = OpLabel", in TEST_F() 96 // clang-format on in TEST_F() 99 // clang-format off in TEST_F() 107 "%6 = OpLabel", in TEST_F() [all …]
|
| D | ir_loader_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 26 #include "spirv-tools/libspirv.hpp" 43 context->module()->ToBinary(&binary, /* skip_nop = */ false); in DoRoundTripCheck() 55 // clang-format off in TEST() 94 // clang-format on in TEST() 112 // clang-format off in TEST() 129 "%6 = OpLabel\n" in TEST() 134 // clang-format on in TEST() 139 // clang-format off in TEST() 189 "OpLine %file 6 0\n" in TEST() [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/ |
| D | strip_debug_info_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 28 // clang-format off in TEST_F() 47 "%6 = OpLabel", in TEST_F() 56 // clang-format on in TEST_F() 70 "OpSourceExtension \"save-the-world-extension\"", in TEST_F() 83 // clang-format off in TEST_F() 93 "%6 = OpLabel", in TEST_F() 96 // clang-format on in TEST_F() 99 // clang-format off in TEST_F() 107 "%6 = OpLabel", in TEST_F() [all …]
|
| D | ir_loader_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 26 #include "spirv-tools/libspirv.hpp" 43 context->module()->ToBinary(&binary, /* skip_nop = */ false); in DoRoundTripCheck() 55 // clang-format off in TEST() 94 // clang-format on in TEST() 121 "%6 = OpFunctionParameter %float\n" in TEST() 128 // clang-format off in TEST() 145 "%6 = OpLabel\n" in TEST() 150 // clang-format on in TEST() 155 // clang-format off in TEST() [all …]
|
| /third_party/boost/libs/pfr/ |
| D | .travis.yml | 5 # Copyright Antony Polukhin 2014-2020. 17 # `--coverage` flags required to generate coverage info for Coveralls 20 …- env: B2_ARGS='cxxstd=14,1y toolset=gcc-6 cxxflags="--coverage -fsanitize=address,leak,undefined … 21 # name: "GCC-6, no RTTI" 24 # sources: ubuntu-toolchain-r-test 25 # packages: g++-6 27 …- env: B2_ARGS='cxxstd=14,17,2a toolset=gcc-10 cxxflags="--coverage -fsanitize=address,leak,undefi… 28 name: "GCC-10" 32 sources: ubuntu-toolchain-r-test 33 packages: g++-10 [all …]
|
| /third_party/boost/libs/predef/ |
| D | azure-pipelines.yml | 5 # Copyright Rene Rivera 2019-2020. 10 - develop 11 - master 12 - feature/* 16 - develop 29 - stage: Test 32 - job: 'Linux' 37 CXX: g++-9 38 PACKAGES: g++-9 39 B2_ARGS: 'cxxstd=03,11,14,17,2a cxxstd-dialect=gnu' [all …]
|
| /third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/test/opt/loop_optimizations/ |
| D | unroll_assumptions.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 44 for (Function& f : *context()->module()) { in Process() 49 LoopDescriptor& loop_descriptor = *context()->GetLoopDescriptor(&f); in Process() 74 // clang-format off in TEST_F() 88 %6 = OpTypeFunction %5 in TEST_F() 103 %2 = OpFunction %5 None %6 in TEST_F() 126 // clang-format on in TEST_F() 130 Module* module = context->module(); in TEST_F() 156 // clang-format off in TEST_F() 168 %6 = OpTypeInt 32 0 in TEST_F() [all …]
|
| D | loop_fission.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 65 // clang-format off in TEST_F() 77 %6 = OpTypeVoid in TEST_F() 78 %7 = OpTypeFunction %6 in TEST_F() 91 %2 = OpFunction %6 None %7 in TEST_F() 132 %6 = OpTypeVoid in TEST_F() 133 %7 = OpTypeFunction %6 in TEST_F() 146 %2 = OpFunction %6 None %7 in TEST_F() 190 // clang-format on in TEST_F() 194 Module* module = context->module(); in TEST_F() [all …]
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
| D | unroll_assumptions.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 44 for (Function& f : *context()->module()) { in Process() 49 LoopDescriptor& loop_descriptor = *context()->GetLoopDescriptor(&f); in Process() 74 // clang-format off in TEST_F() 88 %6 = OpTypeFunction %5 in TEST_F() 103 %2 = OpFunction %5 None %6 in TEST_F() 126 // clang-format on in TEST_F() 130 Module* module = context->module(); in TEST_F() 156 // clang-format off in TEST_F() 168 %6 = OpTypeInt 32 0 in TEST_F() [all …]
|
| D | loop_fission.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 65 // clang-format off in TEST_F() 77 %6 = OpTypeVoid in TEST_F() 78 %7 = OpTypeFunction %6 in TEST_F() 91 %2 = OpFunction %6 None %7 in TEST_F() 132 %6 = OpTypeVoid in TEST_F() 133 %7 = OpTypeFunction %6 in TEST_F() 146 %2 = OpFunction %6 None %7 in TEST_F() 190 // clang-format on in TEST_F() 194 Module* module = context->module(); in TEST_F() [all …]
|
| /third_party/spirv-tools/test/opt/loop_optimizations/ |
| D | unroll_assumptions.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 44 for (Function& f : *context()->module()) { in Process() 45 LoopDescriptor& loop_descriptor = *context()->GetLoopDescriptor(&f); in Process() 70 // clang-format off in TEST_F() 84 %6 = OpTypeFunction %5 in TEST_F() 99 %2 = OpFunction %5 None %6 in TEST_F() 122 // clang-format on in TEST_F() 126 Module* module = context->module(); in TEST_F() 152 // clang-format off in TEST_F() 164 %6 = OpTypeInt 32 0 in TEST_F() [all …]
|
| D | loop_fission.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 65 // clang-format off in TEST_F() 77 %6 = OpTypeVoid in TEST_F() 78 %7 = OpTypeFunction %6 in TEST_F() 91 %2 = OpFunction %6 None %7 in TEST_F() 132 %6 = OpTypeVoid in TEST_F() 133 %7 = OpTypeFunction %6 in TEST_F() 146 %2 = OpFunction %6 None %7 in TEST_F() 190 // clang-format on in TEST_F() 194 Module* module = context->module(); in TEST_F() [all …]
|
| /third_party/benchmark/ |
| D | .travis.yml | 7 - compiler: gcc 11 - lcov 13 - compiler: gcc 17 - g++-multilib 18 - libc6:i386 20 - COMPILER=g++ 21 - C_COMPILER=gcc 22 - BUILD_TYPE=Debug 23 - BUILD_32_BITS=ON 24 - EXTRA_FLAGS="-m32" [all …]
|
| /third_party/flutter/skia/third_party/externals/harfbuzz/.circleci/ |
| D | config.yml | 5 macos-10.12.6-aat-fonts: 9 - checkout 10 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free… 11 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo 12 - run: make -j4 13 - run: make check || .ci/fail.sh 15 macos-10.13.6-aat-fonts: 19 - checkout 20 …- run: HOMEBREW_NO_AUTO_UPDATE=1 brew install wget autoconf automake libtool pkg-config ragel free… 21 - run: ./autogen.sh --with-freetype --with-glib --with-gobject --with-cairo [all …]
|
| /third_party/flutter/skia/third_party/externals/spirv-tools/test/opt/ |
| D | ir_loader_test.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 20 #include "spirv-tools/libspirv.hpp" 33 module->ToBinary(&binary, /* skip_nop = */ false); in DoRoundTripCheck() 45 // clang-format off in TEST() 84 // clang-format on in TEST() 102 // clang-format off in TEST() 119 "%6 = OpLabel\n" in TEST() 124 // clang-format on in TEST() 140 // float lv1 = gv1 - gv2; in TEST() 143 // clang-format off in TEST() [all …]
|
| /third_party/boost/tools/build/example/time/ |
| D | readme.qbk | 31 ...updating 6 targets... 33 common.mkdir bin/clang-darwin-4.2.1 34 common.mkdir bin/clang-darwin-4.2.1/debug 35 clang-darwin.compile.c++ bin/clang-darwin-4.2.1/debug/hello.o 36 clang-darwin.link bin/clang-darwin-4.2.1/debug/hello 37 testing.time bin/clang-darwin-4.2.1/debug/hello.time 41 ...updated 6 targets... 44 [note The actual paths in the `bin` sub-directory will depend on your
|
| /third_party/boost/tools/build/src/tools/ |
| D | clang.jam | 5 # This is a generic 'clang' toolset. Depending on the current system, it 6 # forwards either to 'clang-linux' or 'clang-darwin' modules. 15 feature.extend toolset : clang ; 16 feature.subfeature toolset clang : platform : : propagated link-incompatible ; 22 toolset.using clang-win : 23 $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ; 27 toolset.using clang-darwin : 28 $(1) : $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ; 32 toolset.using clang-linux : 33 $(1) : $(2) : $(3) : $(4) : $(5) : $(6) : $(7) : $(8) : $(9) ; [all …]
|
| /third_party/benchmark/.github/workflows/ |
| D | build-and-test.yml | 1 name: build-and-test 8 # TODO: add 32-bit builds (g++ and clang++) for ubuntu 9 # (requires g++-multilib and libc6:i386) 11 # TODO: add clang + libc++ builds for ubuntu 14 runs-on: ${{ matrix.os }} 16 fail-fast: false 18 os: [ubuntu-latest, ubuntu-20.04, macos-latest] 20 compiler: [g++, clang++] 22 - displayTargetName: windows-latest-release 23 os: windows-latest [all …]
|
| /third_party/boost/tools/build/ |
| D | azure-pipelines.yml | 5 # Copyright Rene Rivera 2015-2019. 10 - develop 11 - master 12 - feature/* 15 - appveyor.yml 19 - develop 22 - appveyor.yml 26 - stage: Test 29 - job: 'Linux' 31 vmImage: 'ubuntu-16.04' [all …]
|
| /third_party/skia/third_party/externals/swiftshader/tests/VulkanUnitTests/ |
| D | ComputeTests.cpp | 7 // http://www.apache.org/licenses/LICENSE-2.0 21 #include "spirv-tools/libspirv.hpp" 29 return alignment * ((val + alignment - 1) / alignment); in alignUp() 87 printf("-- WARNING: Disassembly does not match assembly: ---\n\n"); in compileSpirv() 89 auto splitLines = [](const std::string &str) -> std::vector<std::string> { in compileSpirv() 109 printf("\n\n---\nExpected:\n\n%s", disassembled.c_str()); in compileSpirv() 152 ASSERT_TRUE(device->IsValid()); in test() 171 size_t magic0Offset = alignElements - 1; in test() 174 size_t magic2Offset = alignUp(magic1Offset + 1, alignElements) - 1; in test() 181 VK_ASSERT(device->AllocateMemory(buffersSize, in test() [all …]
|
| /third_party/lz4/ |
| D | .travis.yml | 7 - name: (macOS) General Test 9 compiler: clang 11 - make # test library build 12 - make clean 13 …- make test MOREFLAGS='-Werror -Wconversion -Wno-sign-conversion' | tee # test scenario where `std… 15 # Container-based 12.04 LTS Server Edition 64 bit (doesn't support 32-bit includes) 16 - name: (Precise) benchmark test 19 - make -C tests test-lz4 test-lz4c test-fullbench 21 - name: (Precise) frame and fuzzer test 24 - sudo sysctl -w vm.mmap_min_addr=4096 [all …]
|
| /third_party/skia/infra/bots/assets/mesa_intel_driver_linux/mesa-driver-builder/ |
| D | Dockerfile | 5 # Enabling backports gives us access to clang-6 and makes it more likely that 6 # 'apt-get build-dep' will install the correct dependencies. 13 # Hosts can install this by adding the stretch-backports debian source (see next RUN) 14 # and then performing `sudo apt-get update && sudo apt-get install libdrm2=2.4.95-1~bpo9+1` 15 RUN echo "deb-src http://deb.debian.org/debian buster main" >> /etc/apt/sources.list && \ 16 echo "deb-src http://deb.debian.org/debian buster-updates main" >> /etc/apt/sources.list && \ 17 apt-get update && apt-get upgrade -y && \ 18 apt-get install -y wget clang-6.0 && \ 19 apt-get build-dep -y mesa && \ 20 rm -rf /var/lib/apt/lists/* [all …]
|