Home
last modified time | relevance | path

Searched refs:_build (Results 1 – 25 of 154) sorted by relevance

1234567

/external/python/futures/docs/
DMakefile12 ALLSPHINXOPTS = -d _build/doctrees $(PAPEROPT_$(PAPER)) $(SPHINXOPTS) .
30 -rm -rf _build/*
33 $(SPHINXBUILD) -b html $(ALLSPHINXOPTS) _build/html
38 $(SPHINXBUILD) -b dirhtml $(ALLSPHINXOPTS) _build/dirhtml
43 $(SPHINXBUILD) -b pickle $(ALLSPHINXOPTS) _build/pickle
48 $(SPHINXBUILD) -b json $(ALLSPHINXOPTS) _build/json
53 $(SPHINXBUILD) -b htmlhelp $(ALLSPHINXOPTS) _build/htmlhelp
59 $(SPHINXBUILD) -b qthelp $(ALLSPHINXOPTS) _build/qthelp
68 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) _build/latex
75 $(SPHINXBUILD) -b changes $(ALLSPHINXOPTS) _build/changes
[all …]
Dmake.bat6 set ALLSPHINXOPTS=-d _build/doctrees %SPHINXOPTS% .
30 for /d %%i in (_build\*) do rmdir /q /s %%i
31 del /q /s _build\*
36 %SPHINXBUILD% -b html %ALLSPHINXOPTS% _build/html
38 echo.Build finished. The HTML pages are in _build/html.
43 %SPHINXBUILD% -b dirhtml %ALLSPHINXOPTS% _build/dirhtml
45 echo.Build finished. The HTML pages are in _build/dirhtml.
50 %SPHINXBUILD% -b pickle %ALLSPHINXOPTS% _build/pickle
57 %SPHINXBUILD% -b json %ALLSPHINXOPTS% _build/json
64 %SPHINXBUILD% -b htmlhelp %ALLSPHINXOPTS% _build/htmlhelp
[all …]
/external/mesa3d/.gitlab-ci/
Dmeson-build.bat3 del /Q /S _build
4 meson _build ^
11 meson configure _build
12 ninja -C _build
13 ninja -C _build test
Dbuild-apitrace.sh13 make -C _build install
15 cp _build/lib/libwaffle-1.so build/lib/libwaffle-1.so.0
16 cp _build/bin/wflinfo build/bin/wflinfo
30 ninja -C _build
32 cp _build/apitrace build
33 cp _build/eglretrace build
Dbuild-vulkantools.sh11 mkdir _build
12 ./scripts/update_deps.py --dir=_build --config=release --generator=Ninja
22 ninja -C _build VkLayer_screenshot VkLayer_screenshot-staging-json
25 install _build/layersvt/staging-json/VkLayer_screenshot.json build/etc/vulkan/explicit_layer.d
26 install _build/layersvt/libVkLayer_screenshot.so build/lib
Dbuild-renderdoc.sh11 ninja -C _build
13 ${STRIP_CMD:-strip} _build/lib/*.so
14 cp _build/lib/renderdoc.so build/lib
15 cp _build/lib/librenderdoc.so build/lib
Dbuild-gfxreconstruct.sh15 ninja -C _build gfxrecon-replay gfxrecon-info
17 install _build/tools/replay/gfxrecon-replay build/bin
18 install _build/tools/info/gfxrecon-info build/bin
Dbuild-spirv-tools.sh11 ninja -C _build
12 ninja -C _build install
/external/python/cryptography/
Dtox.ini45 sphinx-build -j4 -T -W -b html -d {envtmpdir}/doctrees docs docs/_build/html
46 sphinx-build -j4 -T -W -b latex -d {envtmpdir}/doctrees docs docs/_build/latex
47 sphinx-build -j4 -T -W -b doctest -d {envtmpdir}/doctrees docs docs/_build/html
48 sphinx-build -j4 -T -W -b spelling docs docs/_build/html
49 doc8 --allow-long-titles README.rst CHANGELOG.rst docs/ --ignore-path docs/_build/
58 sphinx-build -W -b linkcheck docs docs/_build/html
76 exclude = .tox,*.egg,.git,_build,.hypothesis
/external/fonttools/Tests/colorLib/
Dbuilder_test.py12 def _build(cls, source): function
235 c = _build(ot.ColorIndex, 1)
241 c = _build(ot.VarColorIndex, 1)
248 c = _build(ot.ColorIndex, (1, 0.5))
254 c = _build(ot.VarColorIndex, (3, builder.VariableFloat(0.5, varIdx=2)))
285 s = _build(ot.ColorStop, (0.1, 2))
292 s = _build(ot.VarColorStop, (0.1, 2))
299 s = _build(
303 assert s.Color == _build(ot.ColorIndex, (3, 0.4))
307 s = _build(
[all …]
/external/rust/crates/grpcio-sys/grpc/tools/profiling/bloat/
Dbloat_diff.py48 def _build(output_dir): function
59 _build('bloat_diff_new')
68 _build('bloat_diff_old')
/external/oss-fuzz/projects/proxygen/
Dbuild.sh31 find ./_build/proxygen/fuzzers -type f -executable -exec patchelf --set-rpath '$ORIGIN/lib' {} \;
34 find ./_build/proxygen/fuzzers -type f -executable -exec cp {} $OUT/ \;
/external/python/cryptography/.jenkins/
DJenkinsfile-Update-Homebrew-OpenSSL3 def _build(label) {
27 _build(label)
/external/autotest/server/cros/dynamic_suite/
Dcontrol_file_getter.py269 self._build = build
298 return self._dev_server.list_control_files(self._build,
315 return self._dev_server.get_control_file(self._build, test_path)
334 return self._dev_server.list_suite_controls(self._build,
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Dcommands.py29 from distutils.command import build as _build unknown
250 class Build(_build.build):
254 _build.build.initialize_options(self)
261 _build.build.finalize_options(self)
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
Dcommands.py30 from distutils.command import build as _build unknown
249 class Build(_build.build):
253 _build.build.initialize_options(self)
260 _build.build.finalize_options(self)
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
Dcommands.py30 from distutils.command import build as _build unknown
249 class Build(_build.build):
253 _build.build.initialize_options(self)
260 _build.build.finalize_options(self)
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Dcommands.py29 from distutils.command import build as _build unknown
250 class Build(_build.build):
254 _build.build.initialize_options(self)
261 _build.build.finalize_options(self)
/external/llvm-project/clang/
D.gitignore32 docs/_build
33 docs/analyzer/_build
/external/clang/
D.gitignore34 docs/_build
35 docs/analyzer/_build
/external/python/rsa/doc/
DMakefile8 BUILDDIR = _build
138 rsync _build/html/* stuvel@stuvel.eu:site-stuvel.eu/htdocs/python-rsa-doc/ -va --delete
/external/iperf3/docs/_esnet/
DREADME.rst38 exclude_patterns = ['_build', '_esnet']
97 ``open _build/html/index.html``
101 ``open -a /Application/Google\ Chrome.app _build/html/index.html``
/external/llvm-project/lldb/third_party/Python/module/ptyprocess-0.6.0/
D.gitignore7 docs/_build/
/external/pigweed/pw_build/
DREADME.md1 # pw\_build: Definitions for Pigweed's build system
/external/python/cffi/cffi/
Dffiplatform.py22 outputfilename = _build(tmpdir, ext, compiler_verbose, debug)
32 def _build(tmpdir, ext, compiler_verbose=0, debug=None): function

1234567