Searched full:ninja (Results 1 – 25 of 845) sorted by relevance
12345678910>>...34
/external/llvm-project/llvm/utils/release/ |
D | build_llvm_package.bat | 11 REM Visual Studio 2019, CMake, Ninja, GNUWin32, SWIG, Python 3, 72 ninja all || ninja all || ninja all || exit /b 73 ninja check || ninja check || ninja check || exit /b 74 ninja check-clang || ninja check-clang || ninja check-clang || exit /b 75 ninja check-lld || ninja check-lld || ninja check-lld || exit /b 76 ninja check-sanitizer || ninja check-sanitizer || ninja check-sanitizer || exit /b 77 ninja check-clang-tools || ninja check-clang-tools || ninja check-clang-tools || exit /b 78 ninja check-clangd || ninja check-clangd || ninja check-clangd || exit /b 86 ninja all || ninja all || ninja all || exit /b 87 ninja check || ninja check || ninja check || exit /b [all …]
|
/external/libyuv/files/docs/ |
D | deprecated_builds.md | 78 ninja -j7 -C out\Release 79 ninja -j7 -C out\Debug 83 ninja -C out\Debug_x64 84 ninja -C out\Release_x64 90 ninja -C out\Debug 91 ninja -C out\Release 98 ninja -j7 -C out/Debug 99 ninja -j7 -C out/Release 102 ninja -j7 -C out/Debug 103 ninja -j7 -C out/Release [all …]
|
D | getting_started.md | 64 ninja -v -C out\Release 65 ninja -v -C out\Debug 69 ninja -v -C out\Release 70 ninja -v -C out\Debug 76 ninja -v -C out/Release 77 ninja -v -C out/Debug 82 ninja -C out/Official 93 ninja -v -C out/Debug libyuv_unittest 94 ninja -v -C out/Release libyuv_unittest 100 ninja -v -C out/Debug libyuv_unittest [all …]
|
/external/igt-gpu-tools/ |
D | meson.sh | 8 build/build.ninja: 12 all: build/build.ninja 13 ninja -C build 15 clean: build/build.ninja 16 ninja -C build clean 18 test: build/build.ninja 19 ninja -C build test 21 reconfigure: build/build.ninja 22 ninja -C build reconfigure 27 install: build/build.ninja [all …]
|
D | .gitlab-ci.yml | 26 - ninja -C build 27 - ninja -C build igt-gpu-tools-doc 37 - ninja -C build 46 - ninja -C build 47 - ninja -C build igt-gpu-tools-doc 55 - ninja -C build 65 - ninja -C build 76 - ninja -C build 87 - ninja -C build 98 - ninja -C build [all …]
|
/external/libchrome/build/ |
D | clobber.py | 16 """Extracts from a build.ninja the commands to run GN. 18 The commands to run GN are the gn rule and build.ninja build step at the 19 top of the build.ninja file. We want to keep these when deleting GN builds 27 # is the section for "build build.ninja", separated by blank lines. 51 # GN writes a build.ninja.d file. Note that not all GN builds have args.gn. 52 build_ninja_d_file = os.path.join(build_dir, 'build.ninja.d') 59 # write a dummy build.ninja file that will automatically rerun GN the next 60 # time Ninja is run. 61 build_ninja_file = os.path.join(build_dir, 'build.ninja') 74 # and we still want to restore args.gn/build.ninja/build.ninja.d, so catch [all …]
|
/external/llvm/utils/release/ |
D | build_llvm_package.bat | 11 REM Visual Studio 2013, CMake, Ninja, SVN, GNUWin32, 57 ninja all || exit /b 58 ninja check || exit /b 59 ninja check-clang || exit /b 67 ninja all || exit /b 68 ninja check || exit /b 69 ninja check-clang || exit /b 71 ninja package || exit /b 81 ninja all || exit /b 82 ninja check || exit /b [all …]
|
/external/llvm-project/llvm/utils/ |
D | check_ninja_deps.py | 3 # ======- check-ninja-deps - build debugging script ----*- python -*--========# 11 """Script to find missing formal dependencies in a build.ninja file. 16 dependency graph in build.ninja should have the Tablegen build step as an 18 bug, because depending on the order that ninja chooses to schedule its build 27 This script tries to do that. It's specific to the 'ninja' build tool, because 28 ninja has useful auxiliary output modes that produce the necessary data: 30 - 'ninja -t graph' emits the full DAG of formal dependencies derived from 31 build.ninja (in Graphviz format) 33 - 'ninja -t deps' dumps the database of dependencies discovered at build time 43 - set up a build directory using ninja as the build tool (cmake -G Ninja) [all …]
|
/external/angle/infra/specs/ |
D | angle.json | 40 "test_id_prefix": "ninja://src/tests:angle_deqp_egl_tests/", 77 "test_id_prefix": "ninja://src/tests:angle_deqp_gles2_tests/", 114 "test_id_prefix": "ninja://src/tests:angle_deqp_gles31_tests/", 151 "test_id_prefix": "ninja://src/tests:angle_deqp_gles3_tests/", 187 "test_id_prefix": "ninja://src/tests:angle_deqp_khr_gles2_tests/", 224 "test_id_prefix": "ninja://src/tests:angle_deqp_khr_gles31_tests/", 260 "test_id_prefix": "ninja://src/tests:angle_deqp_khr_gles32_tests/", 297 "test_id_prefix": "ninja://src/tests:angle_deqp_khr_gles3_tests/", 334 "test_id_prefix": "ninja://src/tests:angle_end2end_tests/", 368 "test_id_prefix": "ninja://src/tests:angle_unittests/", [all …]
|
/external/libepoxy/ |
D | .appveyor.yml | 19 # Download Meson and Ninja, create install directory 30 - curl -LsSO https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-win.zip 31 - 7z x ninja-win.zip 32 - del ninja-win.zip 39 - C:\Python36\python.exe meson-0.47.1\meson.py .. . --backend=ninja --prefix=%APPVEYOR_BUILD_FOLDER… 40 - ninja 41 - ninja install
|
D | .travis.yml | 32 # Use a Ninja with QuLogic's patch: https://github.com/ninja-build/ninja/issues/1219 33 … curl -L http://nirbheek.in/files/binaries/ninja/macos/ninja -o $HOME/tools/ninja; chmod +x $HOME/…
|
/external/llvm-project/compiler-rt/lib/tsan/ |
D | check_cmake.sh | 11 …CC=clang CXX=clang++ cmake -G Ninja -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENAB… 13 ninja 14 ninja check-sanitizer 15 ninja check-tsan 16 ninja check-asan 17 ninja check-msan 18 ninja check-lsan
|
/external/compiler-rt/lib/tsan/ |
D | check_cmake.sh | 11 …CC=clang CXX=clang++ cmake -G Ninja -DLLVM_ENABLE_WERROR=ON -DCMAKE_BUILD_TYPE=Release -DLLVM_ENAB… 13 ninja 14 ninja check-sanitizer 15 ninja check-tsan 16 ninja check-asan 17 ninja check-msan 18 ninja check-lsan
|
/external/llvm-project/clang/docs/ |
D | HowToSetupToolingForLLVM.rst | 143 Using Ninja Build System 146 Optionally you can use the `Ninja <https://github.com/martine/ninja>`_ 148 Currently this step will require building Ninja from sources. 150 To take advantage of using Clang Tools along with Ninja build you need 153 Clone the Ninja git repository and build Ninja from sources: 157 $ git clone git://github.com/martine/ninja.git 158 $ cd ninja/ 161 This will result in a single binary ``ninja`` in the current directory. 167 $ sudo cp ninja /usr/local/bin/ 168 $ sudo chmod a+rx /usr/local/bin/ninja [all …]
|
/external/clang/docs/ |
D | HowToSetupToolingForLLVM.rst | 142 (Experimental) Using Ninja Build System 145 Optionally you can use the `Ninja <https://github.com/martine/ninja>`_ 147 Currently this step will require building Ninja from sources. 149 To take advantage of using Clang Tools along with Ninja build you need 152 Clone the Ninja git repository and build Ninja from sources: 156 $ git clone git://github.com/martine/ninja.git 157 $ cd ninja/ 160 This will result in a single binary ``ninja`` in the current directory. 166 $ sudo cp ninja /usr/local/bin/ 167 $ sudo chmod a+rx /usr/local/bin/ninja [all …]
|
/external/llvm-project/clang/tools/clang-fuzzer/ |
D | Dockerfile | 12 binutils liblzma-dev libz-dev python-all cmake ninja-build subversion \ 25 RUN mkdir build0 && cd build0 && cmake -GNinja -DCMAKE_BUILD_TYPE=Release ../llvm && ninja 34 RUN cd build1 && ninja clang-fuzzer 35 RUN cd build1 && ninja clang-objc-fuzzer 36 RUN cd build1 && ninja clang-proto-fuzzer 37 RUN cd build1 && ninja clang-proto-to-cxx 38 RUN cd build1 && ninja clang-loop-proto-to-cxx 39 RUN cd build1 && ninja clang-loop-proto-to-llvm 40 RUN cd build1 && ninja clang-loop-proto-fuzzer 41 RUN cd build1 && ninja clang-llvm-proto-fuzzer
|
/external/oss-fuzz/projects/qemu/ |
D | Dockerfile | 21 # Ninja in the apt repos is too old. Get it directly from github 22 RUN wget https://github.com/ninja-build/ninja/releases/latest/download/ninja-linux.zip \ 23 && unzip ninja-linux.zip \ 24 && rm ninja-linux.zip \ 25 && mv ninja /usr/bin/ninja
|
/external/angle/third_party/vulkan-deps/spirv-tools/src/ |
D | .appveyor.yml | 41 # Install ninja 42 - set NINJA_URL="https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-win.zip" 43 - appveyor DownloadFile %NINJA_URL% -FileName ninja.zip 44 - 7z x ninja.zip -oC:\ninja > nul 45 - set PATH=C:\ninja;C:\Python36;%PATH% 64 - ninja install
|
/external/deqp-deps/SPIRV-Tools/ |
D | .appveyor.yml | 41 # Install ninja 42 - set NINJA_URL="https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-win.zip" 43 - appveyor DownloadFile %NINJA_URL% -FileName ninja.zip 44 - 7z x ninja.zip -oC:\ninja > nul 45 - set PATH=C:\ninja;C:\Python36;%PATH% 64 - ninja install
|
/external/swiftshader/third_party/SPIRV-Tools/ |
D | .appveyor.yml | 41 # Install ninja 42 - set NINJA_URL="https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-win.zip" 43 - appveyor DownloadFile %NINJA_URL% -FileName ninja.zip 44 - 7z x ninja.zip -oC:\ninja > nul 45 - set PATH=C:\ninja;C:\Python36;%PATH% 64 - ninja install
|
/external/libcxx/ |
D | appveyor-reqs-install.cmd | 38 :: Install Ninja 40 if NOT EXIST ninja ( 41 …ppveyor DownloadFile https://github.com/ninja-build/ninja/releases/download/v1.6.0/ninja-win.zip -… 42 7z x ninja.zip -oC:\projects\deps\ninja > nul 43 rm ninja.zip 45 @set PATH=C:\projects\deps\ninja;%PATH% 46 ninja --version
|
/external/llvm-project/libcxx/ |
D | appveyor-reqs-install.cmd | 38 :: Install Ninja 40 if NOT EXIST ninja ( 41 …ppveyor DownloadFile https://github.com/ninja-build/ninja/releases/download/v1.6.0/ninja-win.zip -… 42 7z x ninja.zip -oC:\projects\deps\ninja > nul 43 rm ninja.zip 45 @set PATH=C:\projects\deps\ninja;%PATH% 46 ninja --version
|
/external/webrtc/docs/native-code/ios/ |
D | index.md | 27 [Ninja][ninja] project files in different directories for each build config. 46 [GN][gn] is used to generate [Ninja][ninja] project files. In order to configure 85 ## Compiling with ninja 87 To compile, just run ninja on the appropriate target. For example: 90 $ ninja -C out/ios_64 AppRTCMobile 118 script that runs ninja from Xcode. This is done with a custom _run script_ 120 call ninja as you would when building from the command line. 123 are used to in Xcode, without sacrificing the build speed of Ninja. 159 `WebRTC.framework`. This can be done with ninja as follows, replacing `ios` 163 ninja -C out/ios framework_objc [all …]
|
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/macos/ |
D | build.sh | 27 # Get NINJA. 28 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip 29 unzip -q ninja-mac.zip 30 chmod +x ninja 58 ninja 66 ninja install
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/macos/ |
D | build.sh | 27 # Get NINJA. 28 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip 29 unzip -q ninja-mac.zip 30 chmod +x ninja 58 ninja 66 ninja install
|
12345678910>>...34