HomeSort by relevance Sort by last modified time
    Searched refs:Ninja (Results 1 - 8 of 8) sorted by null

  /external/skia/cmake/
cmake_build 31 $here/../third_party/externals/cmake/bin/cmake -DCMAKE_BUILD_TYPE=$BUILDTYPE $here -G Ninja
32 ninja
  /external/skia/tools/
xsan_build 31 $cmake -DCMAKE_BUILD_TYPE=Release -G Ninja ..
32 ninja
45 $cmake -DLLVM_USE_SANITIZER=MemoryWithOrigins -DCMAKE_BUILD_TYPE=Release -G Ninja ..
46 ninja cxx cxxabi # No need to build all of LLVM+Clang with MSAN, just libc++.
  /external/compiler-rt/lib/tsan/
check_cmake.sh 11 CC=clang CXX=clang++ cmake -G Ninja -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENABLE_ASSERTIONS=ON $ROOT/../../../..
13 ninja
14 ninja check-sanitizer
15 ninja check-tsan
16 ninja check-asan
17 ninja check-msan
18 ninja check-lsan
  /external/llvm/bindings/go/
build.sh 15 if test -n "`which ninja`" ; then
16 # If Ninja is available, we can speed up the build by building only the
18 (cd $llvm_builddir && cmake -G Ninja $cmake_flags)
19 ninja -C $llvm_builddir llvm-config llvm-go
22 ninja -C $llvm_builddir $llvm_buildtargets FileCheck
  /build/core/
ninja.mk 0 NINJA ?= prebuilts/ninja/$(HOST_PREBUILT_TAG)/ninja
14 KATI_OUTPUT_PATTERNS := $(OUT_DIR)/build%.ninja $(OUT_DIR)/ninja%.sh
16 # Modifier goals we don't need to pass to Ninja.
75 # Goals we need to pass to Ninja.
103 KATI_BUILD_NINJA := $(OUT_DIR)/build$(KATI_NINJA_SUFFIX).ninja
123 # Ninja runs remote jobs (i.e., commands which contain gomacc) with
129 NINJA_MAKEPARALLEL := $(MAKEPARALLEL) --ninja
    [all...]
config.mk 646 # Force gcc to always output color diagnostics. Ninja will strip the ANSI
684 # doesn't change every time, which would cause ninja to rebuild
    [all...]
  /external/llvm/utils/release/
build_llvm_package.bat 11 REM Visual Studio 2013, CMake, Ninja, SVN, GNUWin32,
55 ninja all || exit /b
56 ninja check || exit /b
57 ninja check-clang || exit /b
65 ninja all || exit /b
66 ninja check || exit /b
67 ninja check-clang || exit /b
69 ninja package || exit /b
79 ninja all || exit /b
80 ninja check || exit /b
    [all...]
  /external/v8/tools/gyp/test/lib/
TestGyp.py 313 # Default xcode_ninja_target_pattern to ^.*$ to fix xcode-ninja tests
439 Subclass for testing the GYP CMake generator, using cmake's ninja backend.
457 arguments.append('Ninja')
470 self.build_tool_list = ['ninja']
490 # Two tools must be run to build, cmake and the ninja.
532 if 'ninja: no work to do' not in stdout:
781 Subclass for testing the GYP Ninja generator.
783 format = 'ninja'
784 build_tool_list = ['ninja']
836 if 'ninja: no work to do' not in stdout
    [all...]

Completed in 1060 milliseconds