| /third_party/libsnd/Scripts/ |
| D | static-deps-build.mk | 7 # Build libsndfile as a dynamic/shared library, but statically link to 31 tarball_dir = Build/Tarballs 32 stamp_dir = Build/Stamp 34 build_dir = $(shell pwd)/Build 41 @echo "This script will build libsndfile as a dynamic/shared library but statically linked" 45 @echo "It requires all the normal build tools require to build libsndfile plus wget." 48 config : Build/Stamp/configure 50 build : Build/Stamp/build 53 rm -rf Build/flac-* Build/libogg-* Build/libvorbis-* Build/opus-* 54 rm -rf Build/bin Build/include Build/lib Build/share [all …]
|
| /third_party/skia/infra/bots/recipe_modules/build/examples/ |
| D | full.py | 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', 36 'Build-Debian10-Clang-arm-Release-Android_ASAN', [all …]
|
| /third_party/python/Tools/unicode/ |
| D | Makefile | 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.* 35 $(RM) build/sgml.* 36 $(RM) -f build/readme.* 38 custom-mappings: build/ [all …]
|
| /third_party/ninja/misc/ |
| D | long-slow-build.ninja | 1 # An input file for running a "slow" build. 2 # Use like: ninja -f misc/long-slow-build.ninja all 8 build 0: sleep README 9 build 1: sleep README 10 build 2: sleep README 11 build 3: sleep README 12 build 4: sleep README 13 build 5: sleep README 14 build 6: sleep README 15 build 7: sleep README [all …]
|
| /third_party/mesa3d/src/compiler/nir/ |
| D | nir_builder.h | 51 void nir_builder_init(nir_builder *build, nir_function_impl *impl); 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() 109 return build->cursor.instr; in nir_builder_last_instr() 114 nir_build_alu(nir_builder *build, nir_op op, nir_ssa_def *src0, 119 nir_build_alu1(nir_builder *build, nir_op op, nir_ssa_def *src0); 121 nir_build_alu2(nir_builder *build, nir_op op, nir_ssa_def *src0, 124 nir_build_alu3(nir_builder *build, nir_op op, nir_ssa_def *src0, 127 nir_build_alu4(nir_builder *build, nir_op op, nir_ssa_def *src0, [all …]
|
| D | nir_builder.c | 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() 66 nir_builder_alu_instr_finish_and_insert(nir_builder *build, nir_alu_instr *instr) in nir_builder_alu_instr_finish_and_insert() argument 70 instr->exact = build->exact; in nir_builder_alu_instr_finish_and_insert() 122 nir_builder_instr_insert(build, &instr->instr); in nir_builder_alu_instr_finish_and_insert() 128 nir_build_alu(nir_builder *build, nir_op op, nir_ssa_def *src0, in nir_build_alu() argument 131 nir_alu_instr *instr = nir_alu_instr_create(build->shader, op); in nir_build_alu() [all …]
|
| /third_party/python/Doc/ |
| D | Makefile | 9 SPHINXBUILD = PATH=$(VENVDIR)/bin:$$PATH sphinx-build 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 \ 29 @echo " clean to remove build files" 48 build: target 49 -mkdir -p build 55 cp ../Misc/NEWS build/NEWS; \ 59 $(BLURB) merge -f build/NEWS; \ 61 echo "Neither Misc/NEWS.d nor Misc/NEWS found; cannot build docs"; \ [all …]
|
| /third_party/skia/modules/canvaskit/ |
| D | Makefile | 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/ 19 mkdir build 20 cp ../../out/canvaskit_wasm/canvaskit.js ./build/ [all …]
|
| /third_party/skia/third_party/externals/freetype/ |
| D | .gitlab-ci.yml | 2 - build 9 .build windows common: 13 stage: 'build' 20 .build linux common: 24 stage: 'build' 26 .build macos common: 27 stage: 'build' 31 .build windows meson: 32 extends: '.build windows common' 56 meson setup build $env:MESON_ARGS_WINDOWS && [all …]
|
| /third_party/vulkan-headers/ |
| D | BUILD.md | 1 # Build Instructions 10 1. [Windows Build](#building-on-windows) 11 1. [Linux Build](#building-on-linux) 12 1. [MacOS Build](#building-on-macos) 26 However, this repository contains CMake build configuration files to "install" 32 you need to build the install target of this repository and provide the 60 ### Build and Install Directories 62 A common convention is to place the build directory in the top directory of 63 the repository with a name of `build` and place the install directory as a 64 child of the build directory with the name `install`. The remainder of these [all …]
|
| /third_party/optimized-routines/string/ |
| D | Dir.mk | 7 B := build/string 19 string-includes := $(patsubst $(S)/%,build/%,$(wildcard $(S)/include/*.h)) 22 build/lib/libstringlib.so \ 23 build/lib/libstringlib.a \ 26 build/bin/test/memcpy \ 27 build/bin/test/memmove \ 28 build/bin/test/memset \ 29 build/bin/test/memchr \ 30 build/bin/test/memrchr \ 31 build/bin/test/memcmp \ [all …]
|
| /third_party/flatbuffers/.github/workflows/ |
| D | build.yml | 12 build-linux: 13 name: Build Linux 22 - name: build 26 - name: upload build artifacts 32 build-windows: 33 name: Build Windows 41 - name: build 45 - name: upload build artifacts 51 build-windows-2017: 52 name: Build Windows 2017 [all …]
|
| /third_party/vulkan-loader/ |
| D | BUILD.md | 1 # Build Instructions 14 - [Build and Install Directories](#build-and-install-directories) 17 - [Build Options](#build-options) 20 - [Windows Build - Microsoft Visual Studio](#windows-build---microsoft-visual-studio) 26 - [Linux Build](#linux-build) 30 - [MacOS build](#macos-build) 45 This repository contains the source code necessary to build the desktop Vulkan 90 You must clone the headers repository and build its `install` target before 92 contains the Vulkan API definition files (registry) that are required to build 101 To build the tests, pass the `-DUPDATE_DEPS=ON` and `-DBUILD_TESTS=ON` options when generating the … [all …]
|
| /third_party/python/PCbuild/ |
| D | pcbuild.sln | 129 {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}.Debug|ARM.Build.0 = Debug|ARM 131 {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}.Debug|ARM64.Build.0 = Debug|ARM64 133 {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}.Debug|Win32.Build.0 = Debug|Win32 135 {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}.Debug|x64.Build.0 = Debug|x64 137 {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}.PGInstrument|ARM.Build.0 = PGInstrument|ARM 139 {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}.PGInstrument|ARM64.Build.0 = PGInstrument|ARM64 141 {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}.PGInstrument|Win32.Build.0 = PGInstrument|Win32 143 {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}.PGInstrument|x64.Build.0 = PGInstrument|x64 145 {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}.PGUpdate|ARM.Build.0 = PGUpdate|ARM 147 {B11D750F-CD1F-4A96-85CE-E69A5C5259F9}.PGUpdate|ARM64.Build.0 = PGUpdate|ARM64 [all …]
|
| /third_party/json/.github/workflows/ |
| D | windows.yml | 25 run: cmake -S . -B build -G "MinGW Makefiles" -DCMAKE_BUILD_TYPE=Debug -DJSON_BuildTests=On 26 - name: build 27 run: cmake --build build --parallel 10 29 run: cd build ; ctest -j 10 -C Debug --output-on-failure 41 …run: cmake -S . -B build -G "Visual Studio 15 2017" -A ${{ matrix.architecture }} -DJSON_BuildTest… 44 …run: cmake -S . -B build -G "Visual Studio 15 2017" -A ${{ matrix.architecture }} -DJSON_BuildTest… 47 …run: cmake -S . -B build -G "Visual Studio 15 2017" -A ${{ matrix.architecture }} -DJSON_BuildTest… 49 - name: build 50 run: cmake --build build --config ${{ matrix.build_type }} --parallel 10 52 run: cd build ; ctest -j 10 -C ${{ matrix.build_type }} --output-on-failure [all …]
|
| D | ubuntu.yml | 19 sudo apt install ninja-build 29 run: cmake -S . -B build -DJSON_CI=On 30 - name: build 31 run: cmake --build build --target ci_test_clang 39 run: cmake -S . -B build -DJSON_CI=On 40 - name: build 41 run: cmake --build build --target ci_test_gcc 52 run: cmake -S . -B build -DJSON_CI=On 53 - name: build 54 run: cmake --build build --target ${{ matrix.target }} [all …]
|
| /third_party/protobuf/java/lite/src/test/java/com/google/protobuf/ |
| D | LiteTest.java | 103 .build(); in testLite() 141 NestedMessage.newBuilder().setBb(7).build()) in testLiteExtensions() 142 .build(); in testLiteExtensions() 147 TestAllExtensionsLite message2 = message.toBuilder().build(); in testLiteExtensions() 210 TestAllTypesLite message = builder.build(); in testSanityCopyOnWrite() 215 messageAfterBuild = builder.build(); in testSanityCopyOnWrite() 222 message = builder.build(); in testSanityCopyOnWrite() 226 messageAfterBuild = builder.build(); in testSanityCopyOnWrite() 233 message = builder.build(); in testSanityCopyOnWrite() 237 messageAfterBuild = builder.build(); in testSanityCopyOnWrite() [all …]
|
| /third_party/skia/third_party/externals/tint/ |
| D | CMakeLists.txt | 25 message(STATUS "No build type selected, default to Debug") 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) 78 option_if_not_defined(TINT_BUILD_SPV_WRITER "Build the SPIR-V output writer" ON) 79 option_if_not_defined(TINT_BUILD_WGSL_WRITER "Build the WGSL output writer" ON) [all …]
|
| /third_party/libwebsockets/ |
| D | .sai.json | 9 …"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/u… 12 …"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/u… 15 …"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/u… 18 …"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/u… 21 …"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/u… 24 …"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/u… 28 …"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/u… 31 …"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/u… 34 …"build": "rm -rf build destdir ; mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LI… 37 …"build": "mkdir build destdir;cd build;export CCACHE_DISABLE=1;export LD_LIBRARY_PATH=../destdir/u… [all …]
|
| /third_party/openssl/Configurations/ |
| D | README-design.md | 7 The unified scheme takes all its data from the `build.info` files seen 9 needed to build end product files from diverse sources. See the 10 section on `build.info` files below. 12 From the information in `build.info` files, `Configure` builds up an 14 stored in configdata.pm, found at the top of the build tree (which may 20 build-file templates. See the section on build-file templates further 23 build.info files 26 As mentioned earlier, `build.info` files are meant to hold the minimum 27 information needed to build output files, and therefore only (with a 31 as object files are rarely directly referred to in `build.info` files (and [all …]
|
| /third_party/ninja/doc/ |
| D | manual.asciidoc | 1 The Ninja build system 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 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 29 want the build system to do the minimum work necessary to figure out 40 incremental builds stay fast. Going beyond autotools, even build-time 42 build a debug or release-mode binary?" belong in the `.ninja` file 54 higher-level build systems have different opinions about how code [all …]
|
| /third_party/opencl-headers/.github/workflows/ |
| D | cmake.yml | 1 name: Build 20 - name: Create Build Environment 21 run: cmake -E make_directory $GITHUB_WORKSPACE/build; 25 …if [[ "${{matrix.GEN}}" == "Ninja" && ! `which ninja` ]]; then sudo apt install -y ninja-build; fi; 41 -B $GITHUB_WORKSPACE/build 43 - name: Build 46 --build $GITHUB_WORKSPACE/build 51 working-directory: ${{runner.workspace}}/OpenCL-Headers/build 58 --build $GITHUB_WORKSPACE/build 77 - name: Consume (Build PkgConfig - bare) [all …]
|
| /third_party/flutter/skia/third_party/externals/sdl/build-scripts/ |
| D | iosbuild.sh | 3 # Build a fat binary for iOS 109 auxdir=$srcdir/build-scripts 113 # Figure out which phase to build: 186 # Create the build directories 188 for dir in build build/armv6 build/armv7 build/i386; do 197 # Build the armv6 binary 201 (cd build/armv6 && \ 204 cp include/* build/armv6/include 205 cp include/SDL_config_iphoneos.h build/armv6/include/SDL_config.h || exit 2 206 sed -i "" -e "s|^EXTRA_CFLAGS.*|EXTRA_CFLAGS=-I./include|g" build/armv6/Makefile || exit 2 [all …]
|
| /third_party/cef/patch/patches/ |
| D | linux_atk_1123214.patch | 1 diff --git build/config/linux/atk/BUILD.gn build/config/linux/atk/BUILD.gn 3 --- build/config/linux/atk/BUILD.gn 4 +++ build/config/linux/atk/BUILD.gn 5 @@ -11,7 +11,7 @@ import("//build/config/ui.gni") 14 diff --git build/config/linux/atspi2/BUILD.gn build/config/linux/atspi2/BUILD.gn 16 --- build/config/linux/atspi2/BUILD.gn 17 +++ build/config/linux/atspi2/BUILD.gn 18 @@ -6,7 +6,7 @@ import("//build/config/linux/pkg_config.gni") 19 import("//build/config/ui.gni")
|
| /third_party/python/Lib/distutils/command/ |
| D | clean.py | 14 description = "clean up temporary files from 'build' command" 16 ('build-base=', 'b', 17 "base build directory (default: 'build.build-base')"), 18 ('build-lib=', None, 19 "build directory for all modules (default: 'build.build-lib')"), 20 ('build-temp=', 't', 21 "temporary build directory (default: 'build.build-temp')"), 22 ('build-scripts=', None, 23 "build directory for scripts (default: 'build.build-scripts')"), 27 "remove all build output, not just temporary by-products") [all …]
|