Home
last modified time | relevance | path

Searched full:building (Results 1 – 25 of 2656) sorted by relevance

12345678910>>...107

/external/clang/test/Modules/
DRmodule-build.m13 @import A; // expected-remark{{building module 'A' as}} expected-remark {{finished building module …
14 @import B; // expected-remark{{building module 'B' as}} expected-remark {{finished building module …
35 // CHECK-NOT: building module 'A'
36 // CHECK: building module 'B'
37 // CHECK: building module 'C'
38 // CHECK: finished building module 'C'
39 // CHECK: finished building module 'B'
40 // NO-REMARKS-NOT: building module 'A'
41 // NO-REMARKS-NOT: building module 'B'
Dbuild-fail-notes.m6 // CHECK: While building module 'DependsOnModule' imported from
7 // CHECK: While building module 'Module' imported from
25 // CHECK-SDIAG: build-fail-notes.m:4:9: note: while building module 'DependsOnModule' imported from
26 // CHECK-SDIAG: DependsOnModule.h:1:10: note: while building module 'Module' imported from
30 // CHECK-SDIAG: build-fail-notes.m:4:9: note: while building module 'DependsOnModule' imported from
Dno-stale-modtime.m2 // building modules that depend on it.
28 // REBUILD-ALL: building module 'b'
29 // REBUILD-ALL: building module 'l'
30 // REBUILD-ALL: building module 't'
31 // REBUILD-ALL: building module 'r'
/external/icu/icu4c/source/test/testdata/
Dtestdata.mak34 @echo Building test data
107 @echo Building $@
112 @echo Building $@
117 @echo Building $@
122 @echo Building $@
127 @echo Building $@
133 @echo Building $@
137 @echo Building $@
141 @echo Building $@
145 @echo Building $@
[all …]
/external/mesa3d/docs/
Dinstall.html13 <li><a href="#prereq-general">Prerequisites for building</a>
18 <li><a href="#autoconf">Building with autoconf (Linux/Unix/X11)</a>
19 <li><a href="#scons">Building with SCons (Windows/Linux)</a>
20 <li><a href="#other">Building for other systems</a>
22 <li><a href="#pkg-config">Building OpenGL programs with pkg-config</a>
26 <h1 id="prereq-general">1. Prerequisites for building</h1>
30 <li>lex / yacc - for building the GLSL compiler.
38 <li>python - Python is needed for building the Gallium components.
74 <h1 id="autoconf">2. Building with autoconf (Linux/Unix/X11)</h1>
95 <h1 id="scons">3. Building with SCons (Windows/Linux)</h1>
[all …]
/external/pcre/dist2/doc/html/
DNON-AUTOTOOLS-BUILD.txt1 Building PCRE2 without using autotools
5 number of sections about building in various environments, as they applied only
16 Building PCRE2 on Windows with CMake
18 Building PCRE2 on native z/OS and z/VM
34 section entitled "Building PCRE2 on Windows with CMake" below.
44 The following are generic instructions for building the PCRE2 C library "by
81 the dftables command. You must use this method if you are building on a
187 are using CMake (see "BUILDING PCRE2 ON WINDOWS WITH CMAKE" below) and the gcc
216 COMMENTS ABOUT WIN32 BUILDS (see also "BUILDING PCRE2 ON WINDOWS WITH CMAKE")
218 There are two ways of building PCRE2 using the "configure, make, make install"
[all …]
/external/pcre/dist2/
DNON-AUTOTOOLS-BUILD1 Building PCRE2 without using autotools
5 number of sections about building in various environments, as they applied only
16 Building PCRE2 on Windows with CMake
18 Building PCRE2 on native z/OS and z/VM
34 section entitled "Building PCRE2 on Windows with CMake" below.
44 The following are generic instructions for building the PCRE2 C library "by
81 the dftables command. You must use this method if you are building on a
187 are using CMake (see "BUILDING PCRE2 ON WINDOWS WITH CMAKE" below) and the gcc
216 COMMENTS ABOUT WIN32 BUILDS (see also "BUILDING PCRE2 ON WINDOWS WITH CMAKE")
218 There are two ways of building PCRE2 using the "configure, make, make install"
[all …]
/external/llvm/docs/
DCMake.rst2 Building LLVM with CMake
13 (GNU make, Visual Studio, etc.) for building LLVM.
42 #. Create a build directory. Building LLVM in the source
58 generate the files required for building LLVM. CMake will use default values
83 #. After LLVM has finished building, install it from the build directory:
138 for building with NMake. By default, CMake chooses the most specific generator
211 Semicolon-separated list of targets to build, or *all* for building all
216 Build LLVM tools. Defaults to ON. Targets for building each tool are generated
226 Build LLVM examples. Defaults to OFF. Targets for building each example are
235 Build LLVM unit tests. Defaults to OFF. Targets for building each unit test
[all …]
DHowToBuildOnARM.rst8 This document contains information about building/testing LLVM and
15 Notes On Building LLVM/Clang on ARM
17 Here are some notes on building/testing LLVM/Clang on ARM. Note that
25 Building LLVM/Clang in ``Relese`` mode is preferred since it consumes
26 a lot less memory. Otherwise, the building process will very likely
52 #. If you are building LLVM/Clang on an ARM board with 1G of memory or less,
/external/libjpeg-turbo/
DBUILDING.md1 Building on Un*x Platforms (including Cygwin and OS X)
15 - NASM or YASM (if building x86 or x86-64 SIMD extensions)
21 code when building macho64 objects.) NASM or YASM can be obtained from
41 - If building the TurboJPEG Java wrapper, JDK or OpenJDK 1.5 or later is
64 Building libjpeg-turbo
77 NOTE: Running autoreconf in the source directory is not necessary if building
157 passed to the Java compiler when building the front-end classes, and
159 building the JNI wrapper. Run `configure --help` for more details.
295 ### Building libjpeg-turbo for iOS
335 Follow the procedure under "Building libjpeg-turbo" above, adding
[all …]
/external/v8/src/compiler/
Dschedule.h199 // BasicBlock building: create a new block. in NON_EXPORTED_BASE()
202 // BasicBlock building: records that a node will later be added to a block but in NON_EXPORTED_BASE()
206 // BasicBlock building: add a node to the end of the block. in NON_EXPORTED_BASE()
209 // BasicBlock building: add a goto to the end of {block}. in NON_EXPORTED_BASE()
212 // BasicBlock building: add a call at the end of {block}. in NON_EXPORTED_BASE()
216 // BasicBlock building: add a branch at the end of {block}. in NON_EXPORTED_BASE()
220 // BasicBlock building: add a switch at the end of {block}. in NON_EXPORTED_BASE()
224 // BasicBlock building: add a deoptimize at the end of {block}. in NON_EXPORTED_BASE()
227 // BasicBlock building: add a tailcall at the end of {block}. in NON_EXPORTED_BASE()
230 // BasicBlock building: add a return at the end of {block}. in NON_EXPORTED_BASE()
[all …]
/external/libunwind/
DREADME24 $ autoreconf -i # Needed only for building from git. Depends on libtool.
35 * Building with Intel compiler
47 * Building on HP-UX
70 * Building for PowerPC64 / Linux
72 For building for power64 you should use:
88 * Building on FreeBSD
90 General building instructions apply. To build and execute several tests,
99 After building the library, you can run a set of regression tests with:
194 building the library, you can run these tests with the following
/external/libvorbis/
DREADME54 ./debian Rules/spec files for building Debian .deb packages
67 ./vq Internal utilities for training/building new LSP/residue
79 BUILDING FROM TRUNK:
99 Documentation building requires xsltproc and pdfxmltex.
101 BUILDING FROM TARBALL DISTRIBUTIONS:
109 BUILDING RPMS:
116 BUILDING ON MACOS 9:
/external/vulkan-validation-layers/
Dupdate_external_sources.bat257 echo Building %GLSLANG_DIR%
277 echo Building 32-bit Glslang: MSBuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Debug
286 echo Building Glslang: MSBuild INSTALL.vcxproj /p:Platform=x86 /p:Configuration=Release
307 echo Building 64-bit Glslang: MSBuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Debug
316 echo Building Glslang: MSBuild INSTALL.vcxproj /p:Platform=x64 /p:Configuration=Release
329 echo Building %SPIRV_TOOLS_DIR%
350 … echo Building 32-bit spirv-tools: MSBuild ALL_BUILD.vcxproj /p:Platform=x86 /p:Configuration=Debug
360 …echo Building 32-bit spirv-tools: MSBuild ALL_BUILD.vcxproj /p:Platform=x86 /p:Configuration=Relea…
381 … echo Building 64-bit spirv-tools: MSBuild ALL_BUILD.vcxproj /p:Platform=x64 /p:Configuration=Debug
391 …echo Building 64-bit spirv-tools: MSBuild ALL_BUILD.vcxproj /p:Platform=x64 /p:Configuration=Relea…
Dupdate_external_sources.sh62 echo "Building ${BASEDIR}/glslang"
72 echo "Building ${BASEDIR}/spirv-tools"
86 echo "Building glslang, spirv-tools"
99 echo "Building glslang ($option)"
104 echo "Building spirv-tools ($option)"
/external/curl/packages/vms/
Dcurl_gnv_build_steps.txt17 Currently building Curl using GNV takes longer than building Curl via DCL.
21 Building CURL on OpenVMS using GNV requires GNV V2.1-2 or the updated
26 The HP C 7.x compiler was used for building the GNV version.
38 has the OpenVMS specific files that are used for building that are not yet in
142 allow using either DCL or GNV based building procedures.
201 Building a PCSI kit for an archictecture takes the following steps after
223 This file is currently only used in building the PCSI kit.
246 8. Prepare to backup the files for building the kit.
/external/libogg/
DREADME34 ./debian Rules/spec files for building Debian .deb packages
51 BUILDING FROM REPOSITORY SOURCE:
66 BUILDING FROM TARBALL DISTRIBUTIONS:
74 BUILDING RPMS:
81 BUILDING ON WIN32:
115 BUILDING ON MACOS 9:
/external/swiftshader/third_party/LLVM/docs/
DGCCFEBuildInstrs.html7 <title>Building the LLVM GCC Front-End</title>
12 Building the LLVM GCC Front-End
16 <li><a href="#instructions">Building llvm-gcc from Source</a></li>
17 <li><a href="#ada">Building the Ada front-end</a></li>
18 <li><a href="#fortran">Building the Fortran front-end</a></li>
27 <h2><a name="instructions">Building llvm-gcc from Source</a></h2>
34 Objective-C and Objective-C++. Note that the instructions for building these
35 front-ends are completely different (and much easier!) than those for building
63 up-to-date instructions on how to build llvm-gcc. See below for building
70 <h2><a name="ada">Building the Ada front-end</a></h2>
[all …]
/external/libyuv/files/docs/
Ddeprecated_builds.md72 ## Building the Library and Unittests
86 #### Building with clangcl
186 #### Building with GN
193 ### Building Offical with GN
198 #### Building mips with GN
231 After this command follow the building the library instructions above.
246 ## Building the Library with make
254 ## Building the Library with cmake
295 After this command follow the building the library instructions above.
366 …pecial memory tools. [Valgrind] [1] is an instrumentation framework for building dynamic analysis …
/external/chromium-webview/
DREADME1 Building the Chromium-based WebView in AOSP is no longer supported. WebView can
4 General instructions for building WebView from Chromium:
23 in your GN argument file before building.
33 For questions about building WebView, please see
/external/icu/icu4c/source/data/
Dmakedata.mak147 # Directory under which all of the ICU data building tools live.
168 # instead of building everything from scratch.
197 !MESSAGE Warning: cannot find "ucmcore.mk". Not building core MIME/Unix/Windows converter files.
204 !MESSAGE Warning: cannot find "ucmfiles.mk". Not building many converter files.
217 !MESSAGE Warning: cannot find "ucmebcdic.mk". Not building EBCDIC converter files.
228 !MESSAGE Information: cannot find "ucmlocal.mk". Not building user-additional converter files.
244 !MESSAGE Information: cannot find "brklocal.mk". Not building user-additional break iterator files.
277 !MESSAGE Information: cannot find "reslocal.mk". Not building user-additional resource bundle files.
296 !MESSAGE Information: cannot find "curr\reslocal.mk". Not building user-additional resource bundle …
317 !MESSAGE Information: cannot find "lang\reslocal.mk". Not building user-additional resource bundle …
[all …]
/external/llvm/cmake/modules/
DTableGen.cmake37 COMMENT "Building ${ofn}..."
78 COMMENT "Building libLLVMSupport for native TableGen...")
85 COMMENT "Building libLLVMTableGen for native TableGen...")
102 STRING "Native TableGen executable. Saves building one when cross-compiling.")
108 STRING "Native TableGen executable. Saves building one when cross-compiling."
130 COMMENT "Building native TableGen...")
/external/libnl/doc/
Dconfigure.ac43 AC_MSG_WARN([*** graphviz not found, disabling building of API reference])
53 AC_MSG_WARN([*** asciidoc not found, disabling building of guides])
62 AC_MSG_WARN([*** source-highlight not found, disabling building of guides])
73 AC_MSG_WARN([*** Disabling building of guides])
84 AC_MSG_WARN([*** Disabling building of guides])
/external/pcre/dist2/doc/
Dpcre2build.36 .SH "BUILDING PCRE2"
11 Autotools. Also in the distribution are files to support building using
17 contains general information about building with Autotools (some of which is
18 repeated below), and also has some comments about building on various operating
19 systems. There is a lot more information about building PCRE2 without using
20 Autotools (including information about using \fBCMake\fP and building "by
31 file if you are building in a non-Unix-like environment.
65 .SH "BUILDING 8-BIT, 16-BIT AND 32-BIT LIBRARIES"
90 .SH "BUILDING SHARED AND STATIC LIBRARIES"
93 The Autotools PCRE2 building process uses \fBlibtool\fP to build both shared
[all …]
/external/antlr/antlr-3.4/runtime/C/doxygen/
Dbuild.dox1 /// \page build Building From Source
7 /// and \b configure files for building and installation on UNIX or other systems that support this…
9 /// reasonable to build the code manually (see section "Building Manually".)
25 /// \section winbuild Building for Windows
27 /// If you are building for Cygwin, or a similar UNIX on Windows System, follow the "Building With …
69 /// \section configure Building with configure
87 /// <b>/usr/local/lib</b> and include files (for building your recognizers) in <b>/usr/local/includ…
177 /// \section buildman Building Manually

12345678910>>...107