Searched refs:Builds (Results 1 – 25 of 39) sorted by relevance
12
/external/googletest/ |
D | CMakeLists.txt | 7 option(BUILD_GTEST "Builds the googletest subproject" OFF) 10 option(BUILD_GMOCK "Builds the googlemock subproject" ON)
|
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/Build/OSX/OGLES2HelloAPI.xcodeproj/ |
D | project.pbxproj | 44 … "compiled.mach-o.dylib"; name = libEGL.dylib; path = "../../../../../../Builds/OSX/x86/Lib/libEGL… 45 …ompiled.mach-o.dylib"; name = libGLESv2.dylib; path = "../../../../../../Builds/OSX/x86/Lib/libGLE… 47 …stKnownFileType = image.icns; name = IMG.icns; path = "../../../../../../Builds/OSX/Resources/IMG.… 351 LIBRARY_SEARCH_PATHS = ("$(inherited)","../../../../../../Builds/OSX/x86/Lib"); 354 USER_HEADER_SEARCH_PATHS = "../../../../../../Builds/Include"; 368 LIBRARY_SEARCH_PATHS = ("$(inherited)","../../../../../../Builds/OSX/x86/Lib"); 371 USER_HEADER_SEARCH_PATHS = "../../../../../../Builds/Include";
|
/external/llvm/docs/ |
D | Packaging.rst | 30 Builds LLVM with ``NDEBUG`` defined. Changes the LLVM ABI. Also available 36 Builds LLVM with ``-g``. Also available by setting ``DEBUG_SYMBOLS=0|1`` in 41 (For svn checkouts) Builds LLVM with ``-O2`` and, by default, turns off
|
D | AdvancedBuilds.rst | 22 Bootstrap Builds 49 Apple Clang Builds (A More Complex Bootstrap) 126 Builds a stage1 x86 compiler, runtime, and required tools (llvm-config,
|
/external/skia/site/user/special/ |
D | index.md | 1 Specialized Builds
|
/external/autotest/site_utils/suite_scheduler/ |
D | constants.py | 47 class Builds: class
|
D | task.py | 17 from constants import Builds 510 not self.test_source in [Builds.FIRMWARE_RW, Builds.FIRMWARE_RO, 511 Builds.CROS]): 1019 if self.test_source == Builds.FIRMWARE_RW: 1021 elif self.test_source == Builds.CROS:
|
/external/sl4a/ |
D | README.md | 27 ### Adding SL4A Builds to Android Builds by Default
|
/external/vulkan-validation-layers/loader/ |
D | README.md | 5 Builds for Linux and Windows are supported via CMake. See top level BUILD.md file.
|
/external/protobuf/csharp/ |
D | build_packages.bat | 1 @rem Builds Google.Protobuf NuGet packages
|
/external/conscrypt/constants/ |
D | build.gradle | 32 // Builds exe/ which generates the content of NativeConstants.java
|
/external/jdiff/ |
D | build.gradle | 67 description 'Builds distribution artifacts.'
|
/external/doclava/ |
D | build.gradle | 100 description 'Builds distribution artifacts.'
|
/external/clang/cmake/caches/ |
D | README.txt | 39 Builds a stage1 x86 compiler, runtime, and required tools (llvm-config,
|
/external/toolchain-utils/cros_utils/ |
D | buildbot_json.py | 819 class Builds(AddressableNodeList): class 828 super(Builds, self).__init__(parent, 'builds') 885 super(Builds, self).discard() 908 self.builds = Builds(self)
|
/external/curl/docs/ |
D | INSTALL.cmake | 26 - Builds libcurl without large file support
|
/external/vixl/ |
D | README.md | 87 Debug Builds
|
/external/conscrypt/openjdk/ |
D | build.gradle | 252 // Builds the JNI library.
|
/external/ltp/testcases/kernel/fs/dmapi/ |
D | README | 83 Makefile : Builds the test harness and scenario; the platform must be
|
/external/compiler-rt/cmake/Modules/ |
D | AddCompilerRT.cmake | 341 # Builds custom version of libc++ and installs it in <prefix>.
|
/external/libyuv/files/docs/ |
D | deprecated_builds.md | 1 # Deprecated Builds
|
/external/fmtlib/doc/bootstrap/ |
D | navbar.less | 229 // Builds on top of the `.nav` components with its own modifier class to make
|
/external/python/cpython2/Modules/_ctypes/libffi/ |
D | README | 357 of the code. Builds cleanly with SGI tools.
|
/external/libjpeg-turbo/ |
D | BUILDING.md | 50 Out-of-Tree Builds 497 Out-of-Tree Builds
|
/external/python/cpython2/Doc/c-api/ |
D | intro.rst | 584 Debugging Builds 592 :file:`Misc/SpecialBuilds.txt` in the Python source distribution. Builds are
|
12