Searched refs:_build (Results 1 - 25 of 44) sorted by relevance

12

/external/chromium-trace/catapult/third_party/Paste/
H A Dregen-docs3 mkdir -p docs/_static docs/_build
4 sphinx-build -E -b html docs/ docs/_build || exit 1
8 scp -r _build/* ianb@webwareforpython.org:/home/paste/htdocs/
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/scripts/
H A Dpush-docs20 ghp-import -n docs/_build/html -r "${REPO}" -p
H A Dbuild-docs26 rm -rf docs/_build/* docs/source/*
/external/autotest/server/
H A Dgit_kernel.py23 self._build = None
96 self._build = os.path.join(host.get_tmp_dir(), "build")
98 'in future jobs)', self._build)
100 self._build = builddir
104 host.send_file(self.source_material, self._build)
105 remote_source_material= os.path.join(self._build,
H A Dgit.py25 self._build = os.path.dirname(self.repodir)
40 self._build = builddir
44 self._build)
45 host.send_file(self.source_material, self._build)
/external/chromium-trace/catapult/third_party/gsutil/third_party/crcmod/docs/source/
H A DMakefile8 BUILDDIR = _build
78 $(SPHINXBUILD) -b devhelp $(ALLSPHINXOPTS) _build/devhelp
83 @echo "# ln -s _build/devhelp $$HOME/.local/share/devhelp/crcmod"
99 $(SPHINXBUILD) -b latex $(ALLSPHINXOPTS) _build/latex
101 make -C _build/latex all-pdf
102 @echo "pdflatex finished; the PDF files are in _build/latex."
H A Dmake.bat6 set BUILDDIR=_build
94 %SPHINXBUILD% -b devhelp %ALLSPHINXOPTS% _build/devhelp
/external/bison/
H A DGNUmakefile40 _build-aux ?= build-aux
48 $(shell test -f $(srcdir)/$(_build-aux)/git-version-gen && echo yes)
55 && $(_build-aux)/git-version-gen \
96 _build-aux ?= build-aux
/external/autotest/server/cros/dynamic_suite/
H A Dcontrol_file_getter.py206 self._build = build
224 Get a listing of all the control files for |self._build| on
235 return self._dev_server.list_control_files(self._build,
245 Get the contents of the control file at |test_path| for |self._build| on
252 return self._dev_server.get_control_file(self._build, test_path)
H A Dreporting.py336 self._build = build
353 t, self._suite, self._build)
380 'build': self._build,
/external/chromium-trace/catapult/third_party/gsutil/third_party/rsa/doc/
H A DMakefile8 BUILDDIR = _build
138 rsync _build/html/* sybren@stuvel.eu:stuvel.eu/manager/files/python-rsa-doc/ -va
/external/chromium-trace/catapult/telemetry/third_party/altgraph/doc/
H A DMakefile8 BUILDDIR = _build
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/doc/
H A DMakefile8 BUILDDIR = _build
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py2/
H A Dcommands.py29 from distutils.command import build as _build namespace
250 class Build(_build.build):
254 _build.build.initialize_options(self)
261 _build.build.finalize_options(self)
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rcssmin/_setup/py3/
H A Dcommands.py30 from distutils.command import build as _build namespace
249 class Build(_build.build):
253 _build.build.initialize_options(self)
260 _build.build.finalize_options(self)
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py2/
H A Dcommands.py29 from distutils.command import build as _build namespace
250 class Build(_build.build):
254 _build.build.initialize_options(self)
261 _build.build.finalize_options(self)
/external/chromium-trace/catapult/third_party/py_vulcanize/third_party/rjsmin/_setup/py3/
H A Dcommands.py30 from distutils.command import build as _build namespace
249 class Build(_build.build):
253 _build.build.initialize_options(self)
260 _build.build.finalize_options(self)
/external/chromium-trace/catapult/third_party/coverage/
H A DMakefile25 -rm -rf doc/_build doc/_spell
97 $(SPHINXBUILD) -b html $(SPHINXOPTS) doc/_build/html
99 @echo "Build finished. The HTML pages are in doc/_build/html."
/external/libcxx/test/libcxx/android/test/
H A Dformat.py55 def _build(self, exec_path, source_path, compile_only=False, member in class:TestFormat
58 cmd, report, rc = libcxx.test.format.LibcxxTestFormat._build(
/external/chromium-trace/catapult/third_party/gsutil/third_party/six/documentation/
H A DMakefile8 BUILDDIR = _build
/external/chromium-trace/catapult/third_party/six/documentation/
H A DMakefile8 BUILDDIR = _build
/external/chromium-trace/catapult/third_party/webapp2/docs/
H A DMakefile8 BUILDDIR = _build
/external/clang/docs/analyzer/
H A DMakefile8 BUILDDIR = _build
/external/autotest/client/virt/
H A Dkvm_installer.py419 def _build(self): member in class:SourceDirInstaller
449 self._build()
537 def _build(self): member in class:GitInstaller
564 self._build()
/external/chromium-trace/catapult/third_party/gsutil/third_party/oauth2client/docs/
H A DMakefile8 BUILDDIR = _build

Completed in 568 milliseconds

12