| /third_party/lame/mac/ |
| D | Precompile_Common.h | 4 Precompiled header source for building LAME on Macintosh using CodeWarrior. 64 // LAME_LIBRARY_BUILD 1 for building the DLL 65 // LIBSNDFILE 1 for building with LibSndFile, applies 67 // NOANALYSIS 1 for building without hooks for the 69 // HAVE_MPGLIB 1 for building with MP3 decoding library. 74 // USE_LAYER_1 1 for building layer-1 decoding into MPGLIB 75 // USE_LAYER_2 1 for building layer-2 decoding into MPGLIB 76 // HAVE_VORBIS 1 for building vorbis support 77 // NDEBUG 1 for building with debug info
|
| /third_party/vk-gl-cts/external/vulkan-docs/src/ |
| D | BUILD.adoc | 23 [[building]] anchor 24 == Building the Spec 83 <<building-extensions, below>>, simplifies this process for common 93 Building the `validusage` target will fail otherwise. 110 <<building-diff,Diff spec>>:: 132 [[building-versions]] 133 === Building Specifications for Different API Versions 135 The `Makefile` defaults to building a Vulkan 1.3 specification. 147 [[building-vulkansc]] 148 === Building the Vulkan SC Specification [all …]
|
| /third_party/rust/rust/src/tools/clippy/tests/ui/ |
| D | unnecessary_struct_initialization.stderr | 1 error: unnecessary struct building 9 error: unnecessary struct building 15 error: unnecessary struct building 21 error: unnecessary struct building 27 error: unnecessary struct building 36 error: unnecessary struct building
|
| /third_party/skia/third_party/externals/freetype/docs/ |
| D | INSTALL.CROSS | 2 library on Unix systems, for example, building binaries for Linux/MIPS 4 file `INSTALL.UNIX' for required tools and the basic self-building 11 For self-building the FreeType library on a Unix system, GNU Make 18 example, if your building system is FreeBSD/i386 and the target 30 2.1. Building and target system 66 cross-building system, the prefix is expected to be different 67 from the self-building system. For example, a configuration 121 3. Building command 148 should not be installed in the cross-building system. In such 161 Cross building between Cygwin (or MSys) and Unix must be tested.
|
| /third_party/vulkan-loader/ |
| D | BUILD.md | 3 Instructions for building this repository on Linux, Windows, and MacOS. 21 …- [Building Dependent Repositories with Known-Good Revisions](#building-dependent-repositories-wit… 27 - [Building On Windows](#building-on-windows) 35 - [Building On Linux](#building-on-linux) 46 - [Building on MacOS](#building-on-macos) 50 - [Building with the Unix Makefiles Generator](#building-with-the-unix-makefiles-generator) 51 - [Building with the Xcode Generator](#building-with-the-xcode-generator) 52 - [Building on Fuchsia](#building-on-fuchsia) 54 - [Building on QNX](#building-on-qnx) 147 ### Building Dependent Repositories with Known-Good Revisions [all …]
|
| /third_party/astc-encoder/Docs/ |
| D | Building.md | 1 # Building ASTC Encoder 3 This page provides instructions for building `astcenc` from the sources in 38 architecture, for example building x64 for both SSE2 and AVX2. Each binary name 46 ### Building subsection 93 architecture, for example building x64 for both SSE2 and AVX2. Each binary name 105 ### Building subsection 137 ### Building subsection 169 We support building the core library as a shared object by setting the CMake 208 We support building unit tests. These use the `googletest` framework, which is 230 We support building with ASAN on Linux and macOS when using a compiler that [all …]
|
| /third_party/grpc/summerofcode/2018/ |
| D | naresh.md | 5 Enable Building of gRPC Python with Bazel 12 system, Blaze, which is an ideal replacement for building such projects in a 33 though. There's still challenges when it comes to building for Python 2 vs 3. 44 Cross contribution surprisingly came up because of building protobuf sources 56 ### Building Cython code 58 Building Cython code is still not supported by Bazel, but the team at 61 dependency and using custom Bazel rules for building our Cython code using the 69 by the contributors and developers for building and testing the gRPC code. But 72 ### Building gRPC Python with Bazel on Kokoro (internal CI) 95 operating system the code is building on. To make this easier, the folks at [all …]
|
| /third_party/pcre2/pcre2/doc/html/ |
| D | NON-AUTOTOOLS-BUILD.txt | 1 Building PCRE2 without using autotools 12 Building PCRE2 on Windows with CMake 13 Building PCRE2 on Windows with Visual Studio 15 Building PCRE2 on native z/OS and z/VM 16 Building PCRE2 under VMS 32 section entitled "Building PCRE2 on Windows with CMake" below. 44 following are generic instructions for building a PCRE2 C library "by hand". If 93 are building on a system that uses EBCDIC code. 233 COMMENTS ABOUT WIN32 BUILDS (see also "BUILDING PCRE2 ON WINDOWS WITH CMAKE") 235 There are two ways of building PCRE2 using the "configure, make, make install" [all …]
|
| /third_party/pcre2/pcre2/ |
| D | NON-AUTOTOOLS-BUILD | 1 Building PCRE2 without using autotools 12 Building PCRE2 on Windows with CMake 13 Building PCRE2 on Windows with Visual Studio 15 Building PCRE2 on native z/OS and z/VM 16 Building PCRE2 under VMS 32 section entitled "Building PCRE2 on Windows with CMake" below. 44 following are generic instructions for building a PCRE2 C library "by hand". If 93 are building on a system that uses EBCDIC code. 233 COMMENTS ABOUT WIN32 BUILDS (see also "BUILDING PCRE2 ON WINDOWS WITH CMAKE") 235 There are two ways of building PCRE2 using the "configure, make, make install" [all …]
|
| /third_party/mindspore/mindspore-src/source/scripts/conda/mindspore-ascend/1.3.0/ |
| D | build.sh | 8 echo "building conda package for python3.7" 11 echo "building conda package for python3.9" 19 echo "building conda package for python3.7" 22 echo "building conda package for python3.9" 28 …echo "ERROR: unknown linux architecture, try building MindSpore conda package on a supported archi…
|
| /third_party/mindspore/mindspore-src/source/scripts/conda/mindspore-cpu/1.3.0/ |
| D | build.sh | 8 echo "building conda package for python3.7" 11 echo "building conda package for python3.9" 19 echo "building conda package for python3.7" 22 echo "building conda package for python3.9" 28 …echo "ERROR: unknown linux architecture, try building MindSpore conda package on a supported archi…
|
| /third_party/grpc/ |
| D | BUILDING.md | 1 gRPC C++ - Building from source 46 *Tip*: when building, 66 Before building, you need to clone the gRPC github repository and download submodules containing so… 86 …rent model for dependencies. You only need to worry about downloading submodules if you're building 93 we recommend building using `bazel` or `cmake`. 95 ## Building with bazel (recommended) 102 We support building with `bazel` on Linux, MacOS and Windows. 121 ## Building with CMake 168 ### Windows: A note on building shared libs (DLLs) 172 That said, we don't actively prohibit building DLLs on windows (it can be enabled in cmake with `-D… [all …]
|
| /third_party/mindspore/mindspore-src/source/tests/ut/cpp/dataset/ |
| D | build_vocab_test.cc | 33 /// Description: Test building Vocab using BuildFromUnorderedMap 59 /// Description: Test building Vocab from empty map 80 /// Description: Test building Vocab with negative index of word 96 /// Description: Test building Vocab from vector of words where special tokens are prepended to voc… 117 /// Description: Test building Vocab from vector of words where special tokens are appended to vocab 137 /// Description: Test building Vocab from vector of words with no special tokens 158 /// Description: Test building Vocab from empty vector 179 /// Description: Test building Vocab with duplicate words 194 /// Description: Test building Vocab with duplicate special token 209 /// Description: Test building Vocab with special tokens that already exist in word_list [all …]
|
| /third_party/libunwind/ |
| D | README | 64 $ autoreconf -i # Needed only for building from git. Depends on libtool. 75 ### Building with Intel compiler 87 ### Building on HP-UX 97 ### Building for PowerPC64 / Linux 99 For building for power64 you should use: 119 ### Building on FreeBSD 121 General building instructions apply. To build and execute several tests 128 After building the library, you can run a set of regression tests with: 195 building the library, you can run these tests with the following
|
| /third_party/re2/python/ |
| D | setup.py | 30 Known issues with regard to building the C++ extension: 32 * Building requires RE2 to be installed on your system. 34 * Building requires pybind11 to be installed on your system OR venv. 37 * Building on macOS is known to work, but has been known to fail. 39 to set when building bindings for software installed by Homebrew; 41 * Building on Windows has not been tested yet and will probably fail. 111 # If we are building from the sdist, we are already in package form. 156 # If we are building from the sdist, we are already in package form.
|
| /third_party/mesa3d/docs/relnotes/ |
| D | 17.1.2.rst | 71 - configure: error out when building GLX w/o the X11 platform 74 - configure: error out when building X11 Vulkan without DRI3 75 - auxiliary/vl: use vl_*_screen_create stubs when building w/o platform 78 - st/omx: fix building against X11-less setups 80 - configure: error out if building VA w/o supported platform 81 - configure: error out if building OMX w/o supported platform 82 - configure: error out if building VDPAU w/o supported platform 83 - configure: error out if building XVMC w/o supported platform
|
| /third_party/benchmark/docs/ |
| D | platform_specific_build_instructions.md | 3 ## Building with GCC 18 ## Building with Visual Studio 2015 or 2017 41 ## Building with Intel 2015 Update 1 or Intel System Studio Update 4 43 See instructions for building with Visual Studio. Once built, right click on the solution and chang… 45 ## Building on Solaris
|
| /third_party/mesa3d/.gitlab-ci/windows/ |
| D | mesa_deps_libva.ps1 | 21 Write-Host "Building libva at:" 42 Write-Host "Building libva finished at:" 56 Write-Host "Building libva-utils at:" 64 Write-Host "Building libva-utils" 78 Write-Host "Building libva-utils finished at:"
|
| /third_party/libwebsockets/READMEs/ |
| D | README.build-android.md | 1 # Building for Android NDK 6 However if you want a tls lib, you have to take care of building and pointing 30 The reason is that building mbedtls need the cross toolchain file from 38 ## Building mbedtls 59 ## Building lws
|
| /third_party/mesa3d/docs/ |
| D | install.rst | 10 1. Prerequisites for building 19 - `Meson <https://mesonbuild.com>`__ is required when building on \*nix 21 - Android Build system when building as native Android component. Meson 22 is used when building ARC. 33 Windows SDK of at least 20348 is required, for building on Windows. 43 - Lex / Yacc - for building the Mesa IR and GLSL compiler. 79 1. Building with meson 200 recently built 64-bit and are now building 32-bit, throw away the install 203 1. Building with AOSP (Android) 239 1. Building OpenGL programs with pkg-config
|
| /third_party/grpc/src/cpp/ |
| D | README.md | 73 `cmake` is your best option if you cannot use bazel. It supports building on Linux, 78 To build gRPC C++ from source, follow the [BUILDING guide](../../BUILDING.md). 127 [install the prerequisites](../../BUILDING.md#pre-requisites) 128 before building gRPC. 171 The default choice for building on UNIX based systems used to be `make`, but we are no longer recom… 174 To install gRPC for C++ on your system using `make`, follow the [Building gRPC C++](../../BUILDING.… 229 …tructions on how to build gRPC C++ from source, follow the [Building gRPC C++](../../BUILDING.md) …
|
| /third_party/mindspore/mindspore-src/source/scripts/conda/mindspore-ascend/1.5.0rc1/ |
| D | build.sh | 8 echo "building conda package for python3.7" 11 echo "building conda package for python3.9" 20 echo "building conda package for python3.7" 23 echo "building conda package for python3.9" 30 …echo "ERROR: unknown linux architecture, try building MindSpore conda package on a supported archi…
|
| /third_party/mindspore/mindspore-src/source/scripts/conda/mindspore-cpu/1.5.0/ |
| D | build.sh | 17 echo "building conda package for python3.7" 20 echo "building conda package for python3.9" 29 echo "building conda package for python3.7" 32 echo "building conda package for python3.9" 39 …echo "ERROR: unknown linux architecture, try building MindSpore conda package on a supported archi…
|
| /third_party/mindspore/mindspore-src/source/scripts/conda/mindspore-cpu/1.5.0rc1/ |
| D | build.sh | 17 echo "building conda package for python3.7" 20 echo "building conda package for python3.9" 29 echo "building conda package for python3.7" 32 echo "building conda package for python3.9" 39 …echo "ERROR: unknown linux architecture, try building MindSpore conda package on a supported archi…
|
| /third_party/mindspore/mindspore-src/source/scripts/conda/mindspore-ascend/1.5.0/ |
| D | build.sh | 8 echo "building conda package for python3.7" 11 echo "building conda package for python3.9" 20 echo "building conda package for python3.7" 23 echo "building conda package for python3.9" 30 …echo "ERROR: unknown linux architecture, try building MindSpore conda package on a supported archi…
|