Searched full:ninja (Results 1 – 25 of 379) sorted by relevance
12345678910>>...16
/external/swiftshader/third_party/llvm-7.0/llvm/utils/release/ |
D | build_llvm_package.bat | 11 REM Visual Studio 2017, CMake, Ninja, SVN, GNUWin32, 59 ninja all || ninja all || ninja all || exit /b 60 ninja check || ninja check || ninja check || exit /b 61 ninja check-clang || ninja check-clang || ninja check-clang || exit /b 69 ninja all || ninja all || ninja all || exit /b 70 ninja check || ninja check || ninja check || exit /b 71 ninja check-clang || ninja check-clang || ninja check-clang || exit /b 72 ninja package || exit /b 81 ninja clang_format_vsix || exit /b 94 ninja all || ninja all || ninja all || 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 | 67 ninja -v -C out/Release 68 ninja -v -C out/Debug 72 ninja -v -C out/Release 73 ninja -v -C out/Debug 82 ninja -v -C out/Release 83 ninja -v -C out/Debug 87 ninja -v -C out/Release 88 ninja -v -C out/Debug 94 ninja -v -C out/Release 95 ninja -v -C out/Debug [all …]
|
/external/Microsoft-GSL/ |
D | appveyor.yml | 18 NINJA_PATH: C:\Tools\ninja\ninja-%NINJA_TAG% 30 USE_GENERATOR: Ninja 33 USE_GENERATOR: Ninja 45 - C:\Tools\ninja 49 if (![IO.File]::Exists("$env:NINJA_PATH\ninja.exe")) { 51 "https://github.com/ninja-build/ninja/releases/download/$env:NINJA_TAG/ninja-win.zip" 52 $hash = (Get-FileHash ninja-win.zip -Algorithm SHA512).Hash 54 7z e -y -bso0 ninja-win.zip -o"$env:NINJA_PATH" 55 } else { Write-Warning "Ninja download hash changed!"; Write-Output "$hash" } 57 if ([IO.File]::Exists("$env:NINJA_PATH\ninja.exe")) { [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/v8/gypfiles/ |
D | landmines.py | 47 elif build_tool in ['make', 'ninja', 'ninja-ios']: # TODO: Remove ninja-ios. 63 """Extracts from a build.ninja the commands to run GN. 65 The commands to run GN are the gn rule and build.ninja build step at the 66 top of the build.ninja file. We want to keep these when deleting GN builds 73 # is the "rule gn" and the second is the section for "build build.ninja", 86 # GN writes a build.ninja.d file. Note that not all GN builds have args.gn. 87 build_ninja_d_file = os.path.join(build_dir, 'build.ninja.d') 94 # write a dummy build.ninja file that will automatically rerun GN the next 95 # time Ninja is run. 96 build_ninja_file = os.path.join(build_dir, 'build.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/conscrypt/ |
D | appveyor.yml | 7 NINJA_URL: "https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-win.zip" 33 # Get Ninja 34 - appveyor DownloadFile %NINJA_URL% -FileName ninja.zip 35 - 7z x ninja.zip -oC:\ninja > nul 36 - set PATH=C:\ninja;%PATH% 37 - ninja --version 61 - ninja 69 - ninja
|
/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/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/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;%PATH% 63 - 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;%PATH% 63 - ninja install
|
/external/deqp-deps/SPIRV-Tools/kokoro/shaderc-smoketest/ |
D | build.sh | 27 # Get NINJA. 28 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip 29 unzip -q ninja-linux.zip 56 ninja glslangValidator 59 ninja 63 ninja check-copyright
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/shaderc-smoketest/ |
D | build.sh | 27 # Get NINJA. 28 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip 29 unzip -q ninja-linux.zip 56 ninja glslangValidator 59 ninja 63 ninja check-copyright
|
/external/perfetto/ui/ |
D | bs-config.js | 17 * ninja on file change. 31 const ninjaPath = path.join(perfettoRoot, 'tools', 'ninja'); 50 console.log("Already have a ninja build running. Doing nothing."); 56 console.log(`Executing: ninja -C ${ninjaOutDir} ui`); 57 const ninja = spawn(ninjaPath, ['-C', ninjaOutDir, 'ui']); 58 ninja.stdout.on('data', data => print(data.toString())); 59 ninja.stderr.on('data', data => printErr(data.toString())); 64 ninja.on('exit', () => {
|
/external/v8/tools/vim/ |
D | ninja-build.vim | 5 " Adds a "Compile this file" function, using ninja. On Mac, binds Cmd-k to 9 " Adds a "Build this target" function, using ninja. This is not bound 14 " Requires that gyp has already generated build.ninja files, and that ninja is 16 " Bumps the number of parallel jobs in ninja automatically if goma is 20 " so /path/to/src/tools/vim/ninja-build.vim 50 sys.path.append(os.path.join(v8_root, 'tools', 'ninja')) 60 build_cmd = ' '.join(['ninja'] + flags + ['-C', build_dir, targets]) 68 # ninja needs filepaths for the ^ syntax to be relative to the
|
/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 47 ninja
|
/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 47 ninja
|
/external/skia/infra/bots/assets/win_ninja/ |
D | create.py | 16 URL = "https://github.com/ninja-build/ninja/releases/download/%s/ninja-win.zip" 20 subprocess.check_call(["curl", "-L", URL % VERSION, "-o", "ninja-win.zip"]) 21 subprocess.check_call(["unzip", "ninja-win.zip", "-d", target_dir]) 22 subprocess.check_call(["rm", "ninja-win.zip"])
|
/external/skqp/infra/bots/assets/win_ninja/ |
D | create.py | 16 URL = "https://github.com/ninja-build/ninja/releases/download/%s/ninja-win.zip" 20 subprocess.check_call(["curl", "-L", URL % VERSION, "-o", "ninja-win.zip"]) 21 subprocess.check_call(["unzip", "ninja-win.zip", "-d", target_dir]) 22 subprocess.check_call(["rm", "ninja-win.zip"])
|
/external/mesa3d/docs/ |
D | meson.html | 29 either a ninja build file or Visual Studio® build files. The latter must 30 be enabled via the --backend switch, as ninja is the default backend on all 66 your configured backend to build the project. With ninja, the -C option can be 71 ninja -C build/ 77 different configuration, you should run <code>ninja clean</code> before 95 and passing them to ninja will only do something if ninja decides to 98 ninja clean is recomended when changing CFLAGS or CXXFLAGS. meson will never 104 ninja -C build-clang 105 ninja -C build-clang clean 107 CFLAGS=-Wno-typedef-redefinition ninja -C build-clang
|
/external/webrtc/talk/app/webrtc/objc/ |
D | README | 16 export GYP_GENERATORS="ninja" 49 - Finally, run "webrtc/build/gyp_webrtc" to generate ninja files. 55 ninja -C out_mac/Debug libjingle_peerconnection_objc_test && \ 59 wrmac && ./webrtc/build/gyp_webrtc && ninja -C out_mac/Debug AppRTCDemo && \ 63 wrsim && ./webrtc/build/gyp_webrtc && ninja -C out_sim/Debug iossim AppRTCDemo && \ 67 wrios32 && ./webrtc/build/gyp_webrtc && ninja -C out_ios/Debug-iphoneos AppRTCDemo 70 wrios64 && ./webrtc/build/gyp_webrtc && ninja -C out_ios/Debug-iphoneos AppRTCDemo
|
/external/swiftshader/third_party/SPIRV-Tools/kokoro/scripts/linux/ |
D | build.sh | 65 # Get NINJA. 66 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip 67 unzip -q ninja-linux.zip 84 ninja 90 ninja report-coverage
|
/external/deqp-deps/SPIRV-Tools/kokoro/scripts/linux/ |
D | build.sh | 65 # Get NINJA. 66 wget -q https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip 67 unzip -q ninja-linux.zip 84 ninja 90 ninja report-coverage
|
/external/v8/tools/node/ |
D | build_gn.py | 79 ninja = os.path.join(depot_tools, "ninja") 81 # Required because there is an extension-less file called "ninja". 82 ninja += ".exe" 83 args = [ninja, "-C", options.build_path, BUILD_TARGET] 110 parser.add_argument("--build", help="Run ninja as opposed to gn gen.", 112 parser.add_argument("--max-jobs", help="ninja's -j parameter") 113 parser.add_argument("--max-load", help="ninja's -l parameter")
|
12345678910>>...16