/external/dbus/ |
D | README.cmake | 1 This file describes how to compile dbus using the cmake build system 4 ------------ 5 - cmake version >= 2.4.4 see http://www.cmake.org 6 - installed libexpat see http://sourceforge.net/projects/expat/ 8 from http://sourceforge.net/projects/kde-windows/files/expat/ 11 -------- 13 Win32 MinGW-w64|32 14 1. install mingw-w64 from http://sourceforge.net/projects/mingw-w64/ 17 4. unpack dbus sources into a sub directory (referred as <dbus-src-root> later) 18 5. mkdir dbus-build [all …]
|
/external/autotest/site_utils/admin/ |
D | clean_staged_images.py | 3 # Use of this source code is governed by a BSD-style license that can be 11 1. Check if the build target is in the list of targets that need to keep the 12 latest build. Skip processing the directory if that's True. 34 def get_all_timestamp_dirs(root): argument 37 @param root: The top folder to look for timestamp file. 40 for dir_path, dir_names, file_names in os.walk(root): 50 """Test to see if the build at |build_path| is older than |max_age_hours|. 52 @param build_path: The path to the build (ie. 'build_dir/R21-2035.0.0') 53 @param max_age_hours: The maximum allowed age of a build in hours. 54 @return: True if the build is older than |max_age_hours|, False otherwise. [all …]
|
/external/testng/bin/ |
D | run-tests.sh | 1 ROOT=~/java/testng 3 JAR14=$ROOT/testng-$VERSION-jdk14.jar 4 JAR15=$ROOT/testng-$VERSION-jdk15.jar 6 java -ea -classpath test/build:$ROOT/3rdparty/junit.jar:$JAVA_HOME/lib/tools.jar:$JAR15:$CLASSPATH … 8 java -ea -classpath test/v4/build:$ROOT/3rdparty/junit.jar:$JAVA_HOME/lib/tools.jar:$JAR15:$CLASSPA… 10 java -ea -classpath test-14/build:$ROOT/3rdparty/junit.jar:$JAVA_HOME/lib/tools.jar:$JAR14:$CLASSPA… 12 …a -ea -classpath test-14/v4/build:$ROOT/3rdparty/junit.jar:$JAVA_HOME/lib/tools.jar:$JAR14:$CLASSP…
|
D | junitconverter.bat | 1 set ROOT=c:\java\TestNG variable 2 set JAR=%ROOT%\testng-4.5-jdk15.jar;%ROOT%\test\build 3 rem set JAR=%ROOT%\testng-4.5-jdk14.jar;%ROOT%\test-14\build 5 …ava -ea -classpath %ROOT%\3rdparty\junit.jar;%JAVA_HOME%\lib\tools.jar;%JAR%;%CLASSPATH% org.testn…
|
/external/compiler-rt/lib/tsan/ |
D | check_cmake.sh | 2 set -u 3 set -e 5 ROOT="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" 6 if [ -d "$ROOT/llvm-build" ]; then 7 cd $ROOT/llvm-build 9 mkdir -p $ROOT/llvm-build 10 cd $ROOT/llvm-build 11 …CC=clang CXX=clang++ cmake -G Ninja -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENAB… 14 ninja check-sanitizer 15 ninja check-tsan [all …]
|
/external/llvm/docs/ |
D | CMake.rst | 11 `CMake <http://www.cmake.org/>`_ is a cross-platform build-generator tool. CMake 12 does not build the project, it generates the files needed by your build tool 15 If you are really anxious about getting a functional LLVM build, go to the 18 `Options and variables`_ section is a reference for customizing your build. If 26 We use here the command-line, non-interactive CMake interface. 34 #. Create a build directory. Building LLVM in the source 37 .. code-block:: console 42 #. Execute this command in the shell replacing `path/to/llvm/source/root` with 43 the path to the root of your LLVM source tree: 45 .. code-block:: console [all …]
|
D | Projects.rst | 11 The LLVM build system is designed to facilitate the building of third party 16 to set to use the LLVM build system: 18 * ``PROJECT_NAME`` - The name by which your project is known. 19 * ``LLVM_SRC_ROOT`` - The root of the LLVM source tree. 20 * ``LLVM_OBJ_ROOT`` - The root of the LLVM object tree. 21 * ``PROJ_SRC_ROOT`` - The root of the project's source tree. 22 * ``PROJ_OBJ_ROOT`` - The root of the project's object tree. 23 * ``PROJ_INSTALL_ROOT`` - The root installation directory. 24 * ``LEVEL`` - The relative path from the current directory to the 25 project's root ``($PROJ_OBJ_ROOT)``. [all …]
|
/external/jsr305/ri/nbproject/ |
D | project.xml | 1 <?xml version="1.0" encoding="UTF-8"?> 5 <general-data xmlns="http://www.netbeans.org/ns/freeform-project/1"> 6 <name>JSR305-ri</name> 7 </general-data> 8 <general-data xmlns="http://www.netbeans.org/ns/freeform-project/2"> 9 <!-- Do not use Project Properties customizer when editing this file manually. --> 10 <name>JSR305-ri</name> 13 <source-folder> 17 <encoding>UTF-8</encoding> 18 </source-folder> [all …]
|
/external/webrtc/ |
D | .gn | 3 # Use of this source code is governed by a BSD-style license 4 # that can be found in the LICENSE file in the root of the source 7 # be found in the AUTHORS file in the root of the source tree. 9 # The location of the build configuration file. 10 buildconfig = "//build/config/BUILDCONFIG.gn" 12 # The secondary source root is a parallel directory tree where 13 # GN build files are placed when they can not be placed directly 15 secondary_source = "//build/secondary/" 20 # "gn check" or "gn gen --check". 27 "//build/config/android/BUILD.gn", [all …]
|
/external/protobuf/gtest/test/ |
D | run_tests_util.py | 29 """Provides facilities for running SCons-built Google Test/Mock tests.""" 42 # pylint: disable-msg=C6204 57 %(proj)s root) are run. 65 -h, --help 67 -c CONFIGURATIONS 68 Specify build directories via build configurations. 69 CONFIGURATIONS is either a comma-separated list of build 71 adding 'scons/build/<configuration>/%(proj)s/scons' to BUILD_DIRs. 72 Specifying -c=all is equivalent to providing all directories 73 listed in KNOWN BUILD DIRECTORIES section below. [all …]
|
/external/valgrind/auxprogs/ |
D | compare-build-logs | 3 # Lame script to compare two build logs. 10 # Both builds must be configured with the same --prefix. Otherwise, 11 # the value of -DVG_LIBDIR= will differ. They also need to use the same 18 my $prog_name = "compare-build-logs"; 25 [--gcc] intercept GCC invocations (this is default) 27 [--clang] intercept clang invocations 29 [-v] verbose mode 31 log-file1 33 log-file2 53 # Hashes: relative filename -> compiler invocation [all …]
|
/external/llvm/test/Unit/ |
D | lit.cfg | 1 # -*- Python -*- 10 config.name = 'LLVM-Unit' 15 # test_source_root: The root path where tests are located. 16 # test_exec_root: The root path where tests should be run. 45 # Check that the object root is known. 49 # configuration hasn't been created by the build system, or we are in an 50 # out-of-tree build situation). 58 # Try to detect the situation where we are using an out-of-tree build by 59 # looking for 'llvm-config'. 63 # build situation. This means knowing how to invoke the build system [all …]
|
/external/vulkan-validation-layers/ |
D | BUILD.md | 1 # Build Instructions 4 This repository does not contain a Vulkan-capable driver. 16 git clone https://github.com/KhronosGroup/Vulkan-LoaderAndValidationLayers 23 ## Linux Build 25 The build process uses CMake to generate makefiles for this project. 26 The build generates the loader, layers, and tests. 31 These packages are needed to build this repository: 33 sudo apt-get install git cmake build-essential bison libxcb1-dev 36 Example debug build: 38 cd Vulkan-LoaderAndValidationLayers # cd to the root of the cloned git repository [all …]
|
/external/llvm/docs/CommandGuide/ |
D | llvm-build.rst | 1 llvm-build - LLVM Project Build Utility 6 -------- 9 **llvm-build** [*options*] 13 ----------- 16 **llvm-build** is a tool for working with LLVM projects that use the LLVMBuild 19 At heart, **llvm-build** is responsible for loading, verifying, and manipulating 21 implementing build systems and tools which need access to the project structure 26 ------- 30 **-h**, **--help** 36 **--source-root**\ =\ *PATH* [all …]
|
/external/squashfs-tools/RELEASE-READMEs/ |
D | README-4.1 | 1 SQUASHFS 4.1 - A squashed read-only filesystem for Linux 3 Copyright 2002-2010 Phillip Lougher <phillip@lougher.demon.co.uk> 10 New features in Squashfs-tools 4.1 11 ---------------------------------- 18 ------------ 25 ---------------------------- 34 5. Inline and out-of-line xattr values supported for higher performance 36 de-duplication. 51 ------------------------ 58 ---------------------- [all …]
|
/external/clang/test/Unit/ |
D | lit.cfg | 1 # -*- Python -*- 12 config.name = 'Clang-Unit' 17 # test_source_root: The root path where tests are located. 18 # test_exec_root: The root path where tests should be run. 42 # Check that the object root is known. 46 # configuration hasn't been created by the build system, or we are in an 47 # out-of-tree build situation). 55 # Try to detect the situation where we are using an out-of-tree build by 56 # looking for 'llvm-config'. 60 # build situation. This means knowing how to invoke the build system [all …]
|
/external/zlib/src/contrib/dotzlib/ |
D | DotZLib.build | 1 <?xml version="1.0" encoding="utf-8" ?> 2 <project name="DotZLib" default="build" basedir="./DotZLib"> 6 <property name="build.root" value="bin" /> 11 <property name="build.folder" value="${build.root}/debug/" if="${debug}" /> 12 <property name="build.folder" value="${build.root}/release/" unless="${debug}" /> 15 <delete dir="${build.root}" failonerror="false" /> 18 <target name="build" description="compiles the source code"> 20 <mkdir dir="${build.folder}" /> 21 <csc target="library" output="${build.folder}DotZLib.dll" debug="${debug}">
|
/external/vboot_reference/scripts/image_signing/ |
D | tag_image.sh | 4 # Use of this source code is governed by a BSD-style license that can be 18 "(build-info) Tag as a developer mode build (1 to enable, 0 to disable)" 20 "(auto-update) Force updating firmware (1 to enable, 0 to disable)" 22 "(auto-update) For BIOS development use ONLY (1 to enable, 0 to disable)" 24 "(crash-reporter) Leave core dumps (1 to enable, 0 to disable)" 28 # Parameters for manipulating /etc/lsb-release. 30 "(build-info) Remove 'test' suffix in /etc/lsb-release" 32 "(build-info) Change 'dev' -> 'beta' in /etc/lsb-release" 40 eval set -- "${FLAGS_ARGV}" 43 set -e [all …]
|
/external/autotest/client/bin/ |
D | kernel.py | 10 logging.info("--- START %s ---", mark) 16 logging.info("--- END %s ---", mark) 28 by removing all root= options and give the last root= option value to 29 the bootloader as a root device. 35 root= option in "args" will override any from base_args 45 root_prefix = 'root=' 46 # stores the last root= value 47 root = None 48 # a list with all arguments that don't start with root= so we give them 54 # set the current root value with the one from the argument [all …]
|
/external/ceres-solver/scripts/ |
D | ceres-solver.spec | 1 Name: ceres-solver 5 # URL). Non-RC releases go back to incrementing integers starting at 1. 7 Summary: A non-linear least squares minimizer 11 URL: http://ceres-solver.org/ 12 Source0: http://%{name}.org/%{name}-%{version}.tar.gz 13 BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-root-%(%{__id_u} -n) 20 BuildRequires: eigen3-devel 21 # suitesparse <= 3.4.0-7 ships without *.hpp C++ headers 23 BuildRequires: suitesparse-devel > 3.4.0-7 26 BuildRequires: tbb-devel [all …]
|
/external/deqp/scripts/ |
D | mustpass.py | 1 # -*- coding: utf-8 -*- 3 #------------------------------------------------------------------------- 5 # -------------------------------------- 13 # http://www.apache.org/licenses/LICENSE-2.0 21 #------------------------------------------------------------------------- 23 from build.common import * 24 from build.config import ANY_GENERATOR 25 from build.build import build 96 'dEQP-EGL': GLESVersion(2,0), 97 'dEQP-GLES2': GLESVersion(2,0), [all …]
|
/external/curl/docs/ |
D | INSTALL | 14 binary package. This document describes how to compile, build and install 20 If you get your code off a git repository, see the GIT-INFO file in the 21 root directory for specific instructions on how to proceed. 34 You probably need to be root when doing the last command. 37 GIT-INFO on how to proceed. 41 ./configure --help 46 ./configure --prefix=/path/to/curl/tree 49 install' without being root. An example of this would be to make a local 52 ./configure --prefix=$HOME 61 ./configure --with-ssl [all …]
|
/external/conscrypt/src/test/java/org/conscrypt/ |
D | TrustManagerImplTest.java | 8 * http://www.apache.org/licenses/LICENSE-2.0 71 * Ensure that our non-standard behavior of learning to trust new 75 // chain3 should be server/intermediate/root in testLearnIntermediate() 78 X509Certificate root = chain3[2]; in testLearnIntermediate() local 85 assertValid(chain3, trustManager(root)); in testLearnIntermediate() 86 assertValid(chain2, trustManager(root)); in testLearnIntermediate() 87 assertInvalid(chain1, trustManager(root)); in testLearnIntermediate() 95 // non-standard behavior in testLearnIntermediate() 96 X509TrustManager tm = trustManager(root); in testLearnIntermediate() 97 // fail on short chain with only root trusted in testLearnIntermediate() [all …]
|
/external/libvpx/libvpx/build/make/ |
D | iosbuild.sh | 5 ## Use of this source code is governed by a BSD-style license 6 ## that can be found in the LICENSE file in the root of the source 9 ## be found in the AUTHORS file in the root of the source tree. 17 set -e 21 CONFIGURE_ARGS="--disable-docs 22 --disable-examples 23 --disable-libyuv 24 --disable-unit-tests" 30 LIPO=$(xcrun -sdk iphoneos${SDK} -find lipo) 32 TARGETS="arm64-darwin-gcc [all …]
|
/external/icu/icu4c/source/data/ |
D | icu4j-readme.txt | 2 * Copyright (C) 2008-2012, International Business Machines Corporation * 5 * 6/26/08 - Created by Brian Rower - heavy copying from ICU4J readme & others * 14 $icu4c_root is the ICU4C root directory 15 $icu4j_root is the ICU4J root directory 18 1. Download and build ICU4C. For more instructions on downloading and building 20 http://source.icu-project.org/repos/icu/icu/trunk/readme.html#HowToBuild 21 (Windows: build as x86, Release otherwise you will have to set 'CFG' differently below.) 24 1a. If you didn't download from Subversion, you will also need the "icu4c-*-data.zip" file. Unpac… 27 2. Step 2 depends on whether you are on a Windows or a Unix-type 35 …nmake -f makedata.mak ICUMAKE=$icu4c_root\source\data\ CFG=x86\Release JAR="$jdk_bin\jar" ICU4J_R… [all …]
|