Home
last modified time | relevance | path

Searched full:ninja (Results 1 – 25 of 1041) sorted by relevance

12345678910>>...42

/external/libyuv/files/docs/
Ddeprecated_builds.md78 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 …]
Dgetting_started.md64 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/webrtc/infra/specs/
Dclient.webrtc.json27 "test_id_prefix": "ninja://examples:AppRTCMobile_test_apk/"
50 "test_id_prefix": "ninja://sdk/android:android_instrumentation_test_apk/"
73 "test_id_prefix": "ninja://modules/audio_coding:audio_decoder_unittests/"
96 "test_id_prefix": "ninja://common_audio:common_audio_unittests/"
119 "test_id_prefix": "ninja://common_video:common_video_unittests/"
142 "test_id_prefix": "ninja://net/dcsctp:dcsctp_unittests/"
166 "test_id_prefix": "ninja://modules:modules_tests/"
190 "test_id_prefix": "ninja://modules:modules_unittests/"
214 "test_id_prefix": "ninja://pc:peerconnection_unittests/"
237 "test_id_prefix": "ninja://media:rtc_media_unittests/"
[all …]
Dtryserver.webrtc.json27 "test_id_prefix": "ninja://examples:AppRTCMobile_test_apk/"
50 "test_id_prefix": "ninja://sdk/android:android_instrumentation_test_apk/"
73 "test_id_prefix": "ninja://modules/audio_coding:audio_decoder_unittests/"
96 "test_id_prefix": "ninja://common_audio:common_audio_unittests/"
119 "test_id_prefix": "ninja://common_video:common_video_unittests/"
142 "test_id_prefix": "ninja://net/dcsctp:dcsctp_unittests/"
166 "test_id_prefix": "ninja://modules:modules_tests/"
190 "test_id_prefix": "ninja://modules:modules_unittests/"
214 "test_id_prefix": "ninja://pc:peerconnection_unittests/"
237 "test_id_prefix": "ninja://media:rtc_media_unittests/"
[all …]
/external/angle/build/
Dclobber_unittest.py33 description = Regenerating ninja files
35 build build.ninja.stamp: gn
37 depfile = build.ninja.d
39 build build.ninja: phony build.ninja.stamp
48 subninja toolchain.ninja
49 subninja clang_newlib_x64/toolchain.ninja
50 subninja glibc_x64/toolchain.ninja
51 subninja irt_x64/toolchain.ninja
52 subninja nacl_bootstrap_x64/toolchain.ninja
53 subninja newlib_pnacl/toolchain.ninja
[all …]
Dclobber.py16 """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
25 # Reads until the first empty line after the "build build.ninja:" target.
31 if line.startswith('build build.ninja:'):
58 # GN writes a build.ninja.d file. Note that not all GN builds have args.gn.
59 build_ninja_d_file = os.path.join(build_dir, 'build.ninja.d')
66 # write a dummy build.ninja file that will automatically rerun GN the next
67 # time Ninja is run.
68 build_ninja_file = os.path.join(build_dir, 'build.ninja')
[all …]
/external/cronet/build/
Dclobber_unittest.py33 description = Regenerating ninja files
35 build build.ninja.stamp: gn
37 depfile = build.ninja.d
39 build build.ninja: phony build.ninja.stamp
48 subninja toolchain.ninja
49 subninja clang_newlib_x64/toolchain.ninja
50 subninja glibc_x64/toolchain.ninja
51 subninja irt_x64/toolchain.ninja
52 subninja nacl_bootstrap_x64/toolchain.ninja
53 subninja newlib_pnacl/toolchain.ninja
[all …]
Dclobber.py16 """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
25 # Reads until the first empty line after the "build build.ninja:" target.
31 if line.startswith('build build.ninja:'):
58 # GN writes a build.ninja.d file. Note that not all GN builds have args.gn.
59 build_ninja_d_file = os.path.join(build_dir, 'build.ninja.d')
66 # write a dummy build.ninja file that will automatically rerun GN the next
67 # time Ninja is run.
68 build_ninja_file = os.path.join(build_dir, 'build.ninja')
[all …]
/external/igt-gpu-tools/
Dmeson.sh8 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.yml26 - 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/
Dclobber.py16 """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/pigweed/pw_build/py/pw_build/
Dwrap_ninja.py15 """Wrapper for Ninja that adds a real-time status interface."""
33 # The status formatting string for Ninja to use. Includes a sentinel prefix.
156 """A Ninja action: a task that needs to run and complete.
158 In Ninja, this is referred to as an "edge".
161 name: The name of the Ninja action.
162 jobs: The number of running jobs for the action. Some Ninja actions
164 start_time: The time that the Ninja action started. This is based on
165 time.time, not Ninja's own stopwatch.
166 end_time: The time that the Ninja action finished, or None if it is
177 """The kind of Ninja event."""
[all …]
/external/skia/bin/
Dfetch-ninja36 ninja = 'ninja' variable
38 ninja = 'ninja.exe' variable
40 # Find the version of 'ninja' requested by DEPS.
50 # depot_tools scripts expect ninja to be in third_party
51 os.makedirs(os.path.join('third_party', 'ninja'), exist_ok=True)
52 ninja_path = os.path.join('third_party', 'ninja', ninja)
54 ninja_version_path = os.path.join('bin', 'ninja.version')
56 # When we download 'ninja', we write the version information to a file so we can
79 print('Fetching %s at %s for platform %s' % (ninja, desired_version, platform))
81 # Download ninja.
[all …]
/external/angle/infra/specs/
Dangle.json32 "test_id_prefix": "ninja://src/tests:angle_deqp_egl_tests/",
61 "test_id_prefix": "ninja://src/tests:angle_deqp_gles2_tests/",
90 "test_id_prefix": "ninja://src/tests:angle_deqp_gles31_tests/",
119 "test_id_prefix": "ninja://src/tests:angle_deqp_gles3_tests/",
147 "test_id_prefix": "ninja://src/tests:angle_deqp_khr_gles2_tests/",
175 "test_id_prefix": "ninja://src/tests:angle_deqp_khr_gles31_tests/",
203 "test_id_prefix": "ninja://src/tests:angle_deqp_khr_gles32_tests/",
231 "test_id_prefix": "ninja://src/tests:angle_deqp_khr_gles3_tests/",
262 "test_id_prefix": "ninja://src/tests:angle_deqp_khr_noctx_gles2_tests/",
293 "test_id_prefix": "ninja://src/tests:angle_deqp_khr_noctx_gles32_tests/",
[all …]
/external/llvm/utils/release/
Dbuild_llvm_package.bat11 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/pdfium/third_party/ninja/
DREADME.pdfium1 Name: ninja
2 Short Name: ninja
3 URL: https://github.com/ninja-build/ninja
6 License File: https://github.com/ninja-build/ninja/blob/master/COPYING
10 Ninja is a small build system with a focus on speed, and is used to build
14 https://chromium.googlesource.com/infra/infra/+/refs/heads/main/3pp/ninja/
/external/XNNPACK/.github/workflows/
Dbuild.yml14 - name: Install ninja
15 run: sudo apt install ninja-build
26 - name: Install ninja
27 run: sudo apt install ninja-build
45 - name: Install ninja
46 run: sudo apt install ninja-build
64 - name: Install ninja
65 run: sudo apt install ninja-build
81 - name: Install ninja
82 run: choco install ninja
[all …]
/external/webrtc/docs/native-code/development/
Dindex.md70 [Ninja][ninja] is the default build system for all platforms.
75 ## Generating Ninja project files
77 [Ninja][ninja] project files are generated using [GN][gn]. They're put in a
88 To generate ninja project files for a Release build instead:
113 When you have Ninja project files generated (see previous section), compile
116 For [Ninja][ninja] project files generated in `out/Default`:
128 …ninja` is a wrapper that automatically provides optimal values for the arguments passed to `ninja`.
130 See [Ninja build rules][ninja-build-rules] to read more about difference between `ninja` and `ninja
137 [Ninja][ninja] for building, but Visual Studio/Xcode for editing and driving
277 [ninja]: https://ninja-build.org/
[all …]
/external/clang/docs/
DHowToSetupToolingForLLVM.rst142 (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/skia/infra/bots/assets/clang_linux/
DDockerfile25 # Install a newer ninja release. It seems the older version in the debian repos
27 RUN wget "https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-linux.zip" && \
28 echo "d2fea9ff33b3ef353161ed906f260d565ca55b8ca0568fa07b1d2cab90a84a07 ninja-linux.zip" \
30 unzip ninja-linux.zip -d /usr/local/bin && \
31 rm ninja-linux.zip
55 cmake -G Ninja -S llvm -B out \
67 RUN ninja -C out install
79 cmake -G Ninja -S runtimes -B tsan_out \
84 RUN ninja -C tsan_out cxx cxxabi
96 RUN ninja -C msan_out cxx cxxabi
/external/webrtc/docs/native-code/ios/
Dindex.md26 [Ninja][ninja] project files in different directories for each build config.
45 [GN][gn] is used to generate [Ninja][ninja] project files. In order to configure
84 ## Compiling with ninja
86 To compile, just run ninja on the appropriate target. For example:
89 $ ninja -C out/ios_64 AppRTCMobile
117 script that runs ninja from Xcode. This is done with a custom _run script_
119 call ninja as you would when building from the command line.
122 are used to in Xcode, without sacrificing the build speed of Ninja.
158 `WebRTC.framework`. This can be done with ninja as follows, replacing `ios`
162 ninja -C out/ios framework_objc
[all …]
/external/compiler-rt/lib/tsan/
Dcheck_cmake.sh11 …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/cronet/build/docs/
Dwriting_gn_templates.md2 GN and Ninja are documented here:
4 * Ninja: https://ninja-build.org/manual.html
20 understand ninja's "restat" directive, which is used for all GN `action()`s.
22 From https://ninja-build.org/manual.html:
24 > if present, causes Ninja to re-stat the command’s outputs after execution of
31 when rebuilt, then ninja will not bother to rebuild your target.
41 * Stale paths in depfiles can cause ninja to complain of circular
136 and corrupt contents. Ninja looks only at timestamps.
138 * Rationale: `restat=1` is a ninja feature enabled for all actions that
343 ## Useful Ninja Flags
[all …]
/external/angle/build/docs/
Dwriting_gn_templates.md2 GN and Ninja are documented here:
4 * Ninja: https://ninja-build.org/manual.html
20 understand ninja's "restat" directive, which is used for all GN `action()`s.
22 From https://ninja-build.org/manual.html:
24 > if present, causes Ninja to re-stat the command’s outputs after execution of
31 when rebuilt, then ninja will not bother to rebuild your target.
41 * Stale paths in depfiles can cause ninja to complain of circular
136 and corrupt contents. Ninja looks only at timestamps.
138 * Rationale: `restat=1` is a ninja feature enabled for all actions that
343 ## Useful Ninja Flags
[all …]
/external/libcxx/
Dappveyor-reqs-install.cmd38 :: 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

12345678910>>...42