| /third_party/skia/infra/bots/recipe_modules/build/examples/ |
| D | full.py | 2 # Use of this source code is governed by a BSD-style license that can be 8 'build', 23 api.build(checkout_root=checkout_root, out_dir=out_dir) 25 api.build.copy_build_products(out_dir=out_dir, dst=dst) 30 'Build-Debian9-Clang-arm-Release-Flutter_Android_Docker', 31 'Build-Debian10-GCC-x86-Debug-Docker', 32 'Build-Debian10-GCC-x86_64-Debug-Docker', 33 'Build-Debian10-GCC-x86_64-Release-NoGPU_Docker', 34 'Build-Debian10-GCC-x86_64-Release-Shared_Docker', 35 'Build-Debian10-Clang-arm-Release-Android_API26', [all …]
|
| /third_party/libsnd/Scripts/ |
| D | static-deps-build.mk | 1 #!/usr/bin/make -f 7 # Build libsndfile as a dynamic/shared library, but statically link to 10 ogg_version = libogg-1.3.4 13 vorbis_version = libvorbis-1.3.7 16 flac_version = flac-1.3.3 19 opus_version = opus-1.3.1 22 #------------------------------------------------------------------------------- 31 tarball_dir = Build/Tarballs 32 stamp_dir = Build/Stamp 34 build_dir = $(shell pwd)/Build [all …]
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_builder.h | 2 * Copyright © 2014-2015 Broadcom 51 void nir_builder_init(nir_builder *build, nir_function_impl *impl); 79 if (!function->impl) in nir_shader_instructions_pass() 84 nir_builder_init(&b, function->impl); in nir_shader_instructions_pass() 86 nir_foreach_block_safe(block, function->impl) { in nir_shader_instructions_pass() 93 nir_metadata_preserve(function->impl, preserved); in nir_shader_instructions_pass() 96 nir_metadata_preserve(function->impl, nir_metadata_all); in nir_shader_instructions_pass() 103 void nir_builder_instr_insert(nir_builder *build, nir_instr *instr); 106 nir_builder_last_instr(nir_builder *build) in nir_builder_last_instr() argument 108 assert(build->cursor.option == nir_cursor_after_instr); in nir_builder_last_instr() [all …]
|
| D | nir_builder.c | 2 * Copyright © 2014-2015 Broadcom 28 nir_builder_init(nir_builder *build, nir_function_impl *impl) in nir_builder_init() argument 30 memset(build, 0, sizeof(*build)); in nir_builder_init() 31 build->exact = false; in nir_builder_init() 32 build->impl = impl; in nir_builder_init() 33 build->shader = impl->function->shader; in nir_builder_init() 49 b.shader->info.name = ralloc_vasprintf(b.shader, name, args); in nir_builder_init_simple_shader() 54 func->is_entrypoint = true; in nir_builder_init_simple_shader() 57 b.cursor = nir_after_cf_list(&b.impl->body); in nir_builder_init_simple_shader() 60 b.shader->info.internal = true; in nir_builder_init_simple_shader() [all …]
|
| /third_party/python/Doc/ |
| D | Makefile | 9 SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-build 14 SPHINXERRORHANDLING = -W 17 PAPEROPT_a4 = -D latex_elements.papersize=a4paper 18 PAPEROPT_letter = -D latex_elements.papersize=letterpaper 20 ALLSPHINXOPTS = -b $(BUILDER) -d build/doctrees $(PAPEROPT_$(PAPER)) \ 21 $(SPHINXOPTS) $(SPHINXERRORHANDLING) . build/$(BUILDER) $(SOURCES) 23 .PHONY: help build html htmlhelp latex text texinfo changes linkcheck \ 24 suspicious coverage doctest pydoc-topics htmlview clean dist check serve \ 25 autobuild-dev autobuild-stable venv 29 @echo " clean to remove build files" [all …]
|
| /third_party/skia/modules/canvaskit/ |
| D | Makefile | 2 - rm -rf ../../out/canvaskit_wasm 3 - rm -rf ./npm_build/bin 4 - rm -rf ./build/ 8 # Does an incremental build where possible. 10 - rm -rf build/ 11 mkdir build 12 cp ../../out/canvaskit_wasm/canvaskit.js ./build/ 13 cp ../../out/canvaskit_wasm/canvaskit.wasm ./build/ 16 # Does an incremental build where possible. 18 - rm -rf build/ [all …]
|
| /third_party/skia/third_party/externals/freetype/ |
| D | .gitlab-ci.yml | 2 - build 4 # FIXME: Use --werror once warnings are fixed. 6 MESON_ARGS: --fatal-meson-warnings 7 MESON_ARGS_WINDOWS: ${MESON_ARGS} --force-fallback-for=zlib 9 .build windows common: 11 # https://gitlab.freedesktop.org/gstreamer/gst-ci/container_registry/213 12 image: 'registry.freedesktop.org/gstreamer/gst-ci/amd64/windows:v14-master' 13 stage: 'build' 15 - 'docker' 16 - 'windows' [all …]
|
| /third_party/python/PCbuild/ |
| D | pcbuild.sln | 5 Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{553EC33E-… 11 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "python", "python.vcxproj", "{B11D750F-CD1F-4A9… 13 {0E9791DB-593A-465F-98BC-681011311618} = {0E9791DB-593A-465F-98BC-681011311618} 16 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pythoncore", "pythoncore.vcxproj", "{CF7AC3D1-… 18 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "pythonw", "pythonw.vcxproj", "{F4229CC3-873C-4… 20 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "winsound", "winsound.vcxproj", "{28B5D777-DDF2… 22 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_decimal", "_decimal.vcxproj", "{0E9791DB-593A… 24 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_ctypes", "_ctypes.vcxproj", "{0E9791DB-593A-4… 26 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_ctypes_test", "_ctypes_test.vcxproj", "{9EC71… 28 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "_elementtree", "_elementtree.vcxproj", "{17E1E… [all …]
|
| /third_party/vulkan-loader/ |
| D | BUILD.md | 1 # Build Instructions 7 - [Contributing to the Repository](#contributing-to-the-repository) 8 - [Repository Content](#repository-content) 9 - [Installed Files](#installed-files) 10 - [Repository Set-Up](#repository-set-up) 11 - [Display Drivers](#display-drivers) 12 - [Download the Repository](#download-the-repository) 13 - [Repository Dependencies](#repository-dependencies) 14 - [Build and Install Directories](#build-and-install-directories) 15 …- [Building Dependent Repositories with Known-Good Revisions](#building-dependent-repositories-wit… [all …]
|
| /third_party/flatbuffers/.github/workflows/ |
| D | build.yml | 6 - master 9 - master 12 build-linux: 13 name: Build Linux 14 runs-on: ubuntu-latest 17 cxx: [g++-9, clang++-9] 19 - uses: actions/checkout@v1 20 - name: cmake 21 run: CXX=${{ matrix.cxx }} cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Release . 22 - name: build [all …]
|
| /third_party/json/.github/workflows/ |
| D | windows.yml | 6 - develop 7 - master 8 - release/* 13 runs-on: windows-latest 19 - uses: actions/checkout@v2 20 - name: Set up MinGW 21 uses: egor-tensin/setup-mingw@v2 24 - name: cmake 25 run: cmake -S . -B build -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On 26 - name: build [all …]
|
| D | ubuntu.yml | 6 - develop 7 - master 8 - release/* 13 runs-on: ubuntu-latest 15 - uses: actions/checkout@v2 16 - name: install_ninja 19 sudo apt install ninja-build 21 - name: install_clang 26 sudo apt-get install clang-tools-11 28 - name: cmake [all …]
|
| /third_party/optimized-routines/string/ |
| D | Dir.mk | 1 # Makefile fragment - requires GNU make 3 # Copyright (c) 2019-2021, Arm Limited. 4 # SPDX-License-Identifier: MIT 7 B := build/string 10 all-string bench-string check-string install-string clean-string: 15 string-lib-srcs := $(wildcard $(S)/$(ARCH)/*.[cS]) 16 string-test-srcs := $(wildcard $(S)/test/*.c) 17 string-bench-srcs := $(wildcard $(S)/bench/*.c) 19 string-includes := $(patsubst $(S)/%,build/%,$(wildcard $(S)/include/*.h)) 21 string-libs := \ [all …]
|
| /third_party/vulkan-headers/ |
| D | BUILD.md | 1 # Build Instructions 7 1. [Contributing](#contributing-to-the-repository) 8 1. [Repository Content](#repository-content) 9 1. [Repository Set-up](#repository-set-up) 10 1. [Windows Build](#building-on-windows) 11 1. [Linux Build](#building-on-linux) 12 1. [MacOS Build](#building-on-macos) 17 API specification [repository](https://github.com/KhronosGroup/Vulkan-Docs). 26 However, this repository contains CMake build configuration files to "install" 30 If you are building other Vulkan-related repositories such as [all …]
|
| /third_party/libwebsockets/ |
| D | .sai.json | 2 "schema": "sai-1", 8 "linux-debian-11/x86_64-amd/gcc": { 9 …build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us… 11 "linux-debian-buster/x86-amd/gcc": { 12 …build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us… 14 "linux-debian-sid/x86_64-amd/gcc": { 15 …build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us… 17 "linux-ubuntu-xenial/x86_64-amd/gcc": { 18 …build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/us… 20 "linux-debian-sid/x86-amd/gcc": { [all …]
|
| /third_party/opencl-headers/.github/workflows/ |
| D | cmake.yml | 1 name: Build 6 linux-gcc: 7 runs-on: ubuntu-latest 18 - uses: actions/checkout@v2 20 - name: Create Build Environment 21 run: cmake -E make_directory $GITHUB_WORKSPACE/build; 22 cmake -E make_directory $GITHUB_WORKSPACE/install; 23 cmake -E make_directory $GITHUB_WORKSPACE/downstream/pkgconfig/bare; 24 cmake -E make_directory $GITHUB_WORKSPACE/downstream/pkgconfig/sdk; 25 …if [[ "${{matrix.GEN}}" == "Ninja" && ! `which ninja` ]]; then sudo apt install -y ninja-build; fi; [all …]
|
| /third_party/ninja/doc/ |
| D | manual.asciidoc | 1 The Ninja build system 7 ------------ 9 Ninja is yet another build system. It takes as input the 13 Ninja joins a sea of other build systems. Its distinguishing goal is 17 files and whose other build systems (including one built from custom 18 non-recursive Makefiles) would take ten seconds to start building 24 Where other build systems are high-level languages, Ninja aims to be 27 Build systems get slow when they need to make decisions. When you are 28 in a edit-compile cycle you want it to be as fast as possible -- you 29 want the build system to do the minimum work necessary to figure out [all …]
|
| /third_party/skia/third_party/externals/tint/ |
| D | CMakeLists.txt | 7 # http://www.apache.org/licenses/LICENSE-2.0 25 message(STATUS "No build type selected, default to Debug") 68 …_PARTY_DIR "${tint_SOURCE_DIR}/third_party" "Directory in which to find third-party dependencies.") 70 option_if_not_defined(TINT_BUILD_SAMPLES "Build samples" ON) 71 option_if_not_defined(TINT_BUILD_DOCS "Build documentation" ${TINT_BUILD_DOCS_DEFAULT}) 73 option_if_not_defined(TINT_BUILD_SPV_READER "Build the SPIR-V input reader" ON) 74 option_if_not_defined(TINT_BUILD_WGSL_READER "Build the WGSL input reader" ON) 75 option_if_not_defined(TINT_BUILD_GLSL_WRITER "Build the GLSL output writer" ON) 76 option_if_not_defined(TINT_BUILD_HLSL_WRITER "Build the HLSL output writer" ON) 77 option_if_not_defined(TINT_BUILD_MSL_WRITER "Build the MSL output writer" ON) [all …]
|
| /third_party/icu/icu4c/source/allinone/ |
| D | allinone.sln | 5 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cal", "..\samples\cal\cal.vcxproj", "{F7659D77… 7 {0178B127-6269-407D-B112-93877BB62776} = {0178B127-6269-407D-B112-93877BB62776} 8 {73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D} = {73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D} 11 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cintltst", "..\test\cintltst\cintltst.vcxproj"… 13 {0178B127-6269-407D-B112-93877BB62776} = {0178B127-6269-407D-B112-93877BB62776} 14 {6B231032-3CB5-4EED-9210-810D666A23A0} = {6B231032-3CB5-4EED-9210-810D666A23A0} 15 {ECA6B435-B4FA-4F9F-BF95-F451D078FC47} = {ECA6B435-B4FA-4F9F-BF95-F451D078FC47} 16 {73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D} = {73C0A65B-D1F2-4DE1-B3A6-15DAD2C23F3D} 19 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "common", "..\common\common.vcxproj", "{73C0A65… 21 {203EC78A-0531-43F0-A636-285439BDE025} = {203EC78A-0531-43F0-A636-285439BDE025} [all …]
|
| /third_party/skia/third_party/externals/swiftshader/tests/kokoro/gcp_ubuntu/ |
| D | continuous.sh | 5 set -e # Fail on any error. 6 set -x # Display commands being run. 9 sudo aptitude purge -yq cmake 10 wget -O - https://apt.kitware.com/keys/kitware-archive-latest.asc 2>/dev/null | sudo apt-key add - 11 sudo apt-add-repository 'deb https://apt.kitware.com/ubuntu/ xenial main' 12 sudo aptitude update -yq 13 sudo aptitude install -yq cmake 14 cmake --version 16 # Specify we want to build with GCC 9 17 sudo add-apt-repository ppa:ubuntu-toolchain-r/test [all …]
|
| /third_party/icu/icu4c/source/samples/all/ |
| D | all.sln | 5 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "break", "..\break\break.vcxproj", "{DEEADF02-9… 7 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "cal", "..\cal\cal.vcxproj", "{F7659D77-09CF-4F… 9 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "case", "..\case\case.vcxproj", "{2316BE8C-189D… 11 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "date", "..\date\date.vcxproj", "{38B5751A-C6F9… 13 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "datefmt", "..\datefmt\datefmt.vcxproj", "{6D59… 15 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "msgfmt", "..\msgfmt\msgfmt.vcxproj", "{5FF1D1A… 17 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "numfmt", "..\numfmt\numfmt.vcxproj", "{721FBD4… 19 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "props", "..\props\props.vcxproj", "{ABE4CD17-8… 21 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "reader", "..\udata\reader.vcxproj", "{BFEFC070… 23 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "resources", "..\uresb\resources.vcxproj", "{69… [all …]
|
| /third_party/flutter/skia/third_party/externals/sdl/build-scripts/ |
| D | iosbuild.sh | 3 # Build a fat binary for iOS 6 # Number of CPUs (for make -j) 7 NCPU=`sysctl -n hw.ncpu` 13 XCODE_PATH=`xcode-select --print-path` 14 if [ -z "$XCODE_PATH" ]; then 15 echo "Could not find XCode location (use xcode-select -switch to set the correct path)" 23 export SDK_VERSION=`xcodebuild -showsdks | grep iphoneos | sed "s|.*iphoneos||"` 24 if [ -z "$XCODE_PATH" ]; then 49 if [ ! -d "$SDK_PATH" ]; then 59 CFLAGS="-g -O2 -pipe -no-cpp-precomp -isysroot $SDK_PATH \ [all …]
|
| /third_party/mbedtls/visualc/VS2010/ |
| D | mbedTLS.sln | 4 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "mbedTLS", "mbedTLS.vcxproj", "{46CF2D25-6A36-4… 6 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "crypt_and_hash", "crypt_and_hash.vcxproj", "{5… 8 {46CF2D25-6A36-4189-B59C-E4815388E554} = {46CF2D25-6A36-4189-B59C-E4815388E554} 11 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "generic_sum", "generic_sum.vcxproj", "{D071CCF… 13 {46CF2D25-6A36-4189-B59C-E4815388E554} = {46CF2D25-6A36-4189-B59C-E4815388E554} 16 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "hello", "hello.vcxproj", "{B02D4AE1-0218-1CD4-… 18 {46CF2D25-6A36-4189-B59C-E4815388E554} = {46CF2D25-6A36-4189-B59C-E4815388E554} 21 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dh_client", "dh_client.vcxproj", "{4D29BE4A-97… 23 {46CF2D25-6A36-4189-B59C-E4815388E554} = {46CF2D25-6A36-4189-B59C-E4815388E554} 26 Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "dh_genprime", "dh_genprime.vcxproj", "{718960D… [all …]
|
| /third_party/python/Tools/unicode/ |
| D | Makefile | 5 #(c) Copyright Marc-Andre Lemburg, 2005. 18 codecs: misc windows iso apple ebcdic custom-mappings cjk 23 ncftpget -R ftp.unicode.org . Public/MAPPINGS 27 build/: 28 mkdir build 30 misc: build/ 31 $(PYTHON) gencodec.py MAPPINGS/VENDORS/MISC/ build/ 32 $(RM) build/atarist.* 33 $(RM) build/us_ascii_quotes.* 34 $(RM) build/ibmgraph.* [all …]
|
| /third_party/rust/crates/log/.github/workflows/ |
| D | main.yml | 7 runs-on: ${{ matrix.os }} 10 build: [stable, beta, nightly, macos, win32, win64, mingw] 12 - build: stable 13 os: ubuntu-latest 15 - build: beta 16 os: ubuntu-latest 18 - build: nightly 19 os: ubuntu-latest 21 - build: macos 22 os: macos-latest [all …]
|