Home
last modified time | relevance | path

Searched refs:installer (Results 1 – 25 of 269) sorted by relevance

1234567891011

/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py3/
Ddata.py62 def finalizer(installer): argument
65 for item in installer.data_files:
69 data_files.extend(item.flatten(installer))
70 installer.data_files = data_files
106 def flatten(self, installer): argument
137 def flatten(self, installer): argument
139 if installer.without_docs:
141 return Data.flatten(self, installer)
161 def flatten(self, installer): argument
165 return Documentation.flatten(self, installer)
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py3/
Ddata.py62 def finalizer(installer): argument
65 for item in installer.data_files:
69 data_files.extend(item.flatten(installer))
70 installer.data_files = data_files
106 def flatten(self, installer): argument
137 def flatten(self, installer): argument
139 if installer.without_docs:
141 return Data.flatten(self, installer)
161 def flatten(self, installer): argument
165 return Documentation.flatten(self, installer)
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rcssmin/_setup/py2/
Ddata.py62 def finalizer(installer): argument
65 for item in installer.data_files:
69 data_files.extend(item.flatten(installer))
70 installer.data_files = data_files
106 def flatten(self, installer): argument
137 def flatten(self, installer): argument
139 if installer.without_docs:
141 return Data.flatten(self, installer)
161 def flatten(self, installer): argument
165 return Documentation.flatten(self, installer)
Dext.py39 def _install_finalizer(installer): argument
40 if installer.without_c_extensions:
41 installer.distribution.ext_modules = []
/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/_setup/py2/
Ddata.py62 def finalizer(installer): argument
65 for item in installer.data_files:
69 data_files.extend(item.flatten(installer))
70 installer.data_files = data_files
106 def flatten(self, installer): argument
137 def flatten(self, installer): argument
139 if installer.without_docs:
141 return Data.flatten(self, installer)
161 def flatten(self, installer): argument
165 return Documentation.flatten(self, installer)
/external/tensorflow/tensorflow/tools/dockerfiles/partials/ubuntu/
Dbazel.partial.Dockerfile27 …wget -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION…
29 chmod +x /bazel/installer.sh && \
30 /bazel/installer.sh && \
31 rm -f /bazel/installer.sh
/external/python/cpython2/Mac/BuildScript/
DREADME.txt8 In particular, they do not explain how to create a modern flat installer
9 package from the now obsolete bundle-format installer package produced
10 by ``build-installer.py``.
12 The ``build-installer.py`` script creates Python distributions, including
23 Beginning with Python 2.7.9, PSF practice is to build two installer variants
27 Apple developer ID signed apps and installer packages). The process for
29 yet integrated into ``build-installer.py``.
34 /usr/bin/python build-installer.py \
70 /usr/bin/python build-installer.py \
120 because it is included in the installer. For 2.7.x up to and including
[all …]
/external/python/cpython2/Mac/BuildScript/resources/
DReadMe.rtf12 \b \cf0 \ul \ulc0 Which installer variant should I use? [CHANGED in 2.7.15]
17 \b0 With Python 2.7.15, the python.org website now provides two installer variants for download: o…
27installer and a 10.5 or later 32-bit-only variant. If you are running on macOS 10.9 or later and i…
53 \f0 included with the Python 2.7 installer has its own default certificate store for verifying dow…
59 The 10.9+ installer variant comes with its own private version of Tcl/Tk 8.6. It does not use syste…
68 Binary installer support for Mac OS X 10.5 and earlier discontinued [CHANGED for Python 2.7.15]
71 … python.org no longer support Mac OS X 10.5 (Leopard) systems. Binary installer support for Mac …
91installer packages from python.org are now compatible with the Gatekeeper security feature introdu…
93 \i0 installer window. Refer to Apple\'92s support pages for {\field{\*\fldinst{HYPERLINK "http://…
99 With the change to the newer flat format installer package, the download file now has a
[all …]
/external/python/cpython3/Mac/BuildScript/
DREADME.txt11 For Python 3.4.0, PSF practice is to build two installer variants
17 /path/to/bootstrap/python2.7 build-installer.py \
52 /path/to/bootstrap/python2.7 build-installer.py \
93 * For Python 2.7.x and 3.2.x, the 32-bit-only installer was configured to
98 32-bit installer no longer supports them. For reference in building such
99 an installer yourself, the details are::
101 /usr/bin/python build-installer.py \
142 because it is included in the installer. For 2.7.x and 3.x.x up to and
147 build a 3.4.1 or later installer on OS X 10.5 using the Apple-supplied
162 Here are the steps you need to follow to build a Python installer:
[all …]
/external/grpc-grpc/tools/internal_ci/linux/
Dgrpc_build_submodule_at_head.sh33 …curl -fSsL -O https://github.com/bazelbuild/bazel/releases/download/0.13.1/bazel-0.13.1-installer-…
34 chmod +x ./bazel-0.13.1-installer-linux-x86_64.sh
35 ./bazel-0.13.1-installer-linux-x86_64.sh --user
36 rm -f ./bazel-0.13.1-installer-linux-x86_64.sh
/external/python/cpython3/Tools/msi/
DREADME.txt4 For testing, the installer should be built with the Tools/msi/build.bat
9 For an official release, the installer should be built with the
25 Python is distributed on Windows as an installer that will configure the
29 The main tasks of the installer are:
42 The installer is structured as a 'layout', which consists of a number of
45 The EXE is the main entry point into the installer. It contains the UI
58 associated MSI is not downloaded. This allows the installer to offer
65 Before building the installer, download extra build dependencies using
77 For testing, the installer should be built with the Tools/msi/build.bat
83 generate an installer layout in PCbuild/(win32|amd64)/en-us.
[all …]
/external/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_bazel.sh33 …om/bazelbuild/bazel/releases/download/$BAZEL_VERSION/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh
36 /bazel/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh
37 rm -f /bazel/bazel-$BAZEL_VERSION-installer-linux-x86_64.sh
/external/lzma/DOC/
Dinstaller.txt29 Installer_Config is optional file. You can use the following command to create installer
37 -y switch for installer module (at runtime) specifies quiet mode for extracting.
70 1. The directory from which the application (installer) loaded.
115 - No installer Configuration file
118 So user that calls SFX installer must have free RAM of size of largest
126 When you run installer sfx module (sfx.exe)
132 You can send parameters to installer, and installer will transfer them to extracted .exe file.
/external/grpc-grpc/test/core/iomgr/ios/CFStreamTests/
DPodfile15 pre_install do |installer|
17 grpc_core_spec = installer.pod_targets.find{|t| t.name == 'gRPC-Core'}.root_spec
33 post_install do |installer|
34 installer.pods_project.targets.each do |target|
/external/grpc-grpc/templates/tools/dockerfile/
Djava_deps.include3 RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-…
11 oracle-java8-installer ${'\\'}
13 apt-get clean && rm -r /var/cache/oracle-jdk8-installer/
/external/grpc-grpc/templates/tools/dockerfile/interoptest/grpc_interop_java_oracle8/
Djava_deps.include3 RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-…
11 oracle-java8-installer ${'\\'}
13 apt-get clean && rm -r /var/cache/oracle-jdk8-installer/
/external/grpc-grpc/templates/tools/dockerfile/interoptest/grpc_interop_java/
Djava_deps.include3 RUN echo oracle-java8-installer shared/accepted-oracle-license-v1-1 select true | /usr/bin/debconf-…
11 oracle-java8-installer ${'\\'}
13 apt-get clean && rm -r /var/cache/oracle-jdk8-installer/
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/
Ddevel-cpu.Dockerfile99 …wget -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION…
101 chmod +x /bazel/installer.sh && \
102 /bazel/installer.sh && \
103 rm -f /bazel/installer.sh
Ddevel-cpu-jupyter.Dockerfile99 …wget -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION…
101 chmod +x /bazel/installer.sh && \
102 /bazel/installer.sh && \
103 rm -f /bazel/installer.sh
Ddevel-gpu.Dockerfile132 …wget -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION…
134 chmod +x /bazel/installer.sh && \
135 /bazel/installer.sh && \
136 rm -f /bazel/installer.sh
/external/autotest/server/site_tests/platform_Powerwash/
Dcontrol5 AUTHOR = "deymo, chromeos-installer@google.com"
11 ATTRIBUTES = "suite:bvt-installer"
13 'cc': ['chromeos-installer-alerts@google.com'],
/external/libjpeg-turbo/cmakescripts/
DBuildPackages.cmake67 # Windows installer (NullSoft Installer)
102 configure_file(release/installer.nsi.in installer.nsi @ONLY)
107 add_custom_target(installer target
108 makensis -nocd ${INST_DEFS} installer.nsi
111 SOURCES installer.nsi)
/external/vboot_reference/scripts/keygeneration/
Dcreate_new_keys.sh22 --4k-installer-kernel Use 4k key size for the installer kernel data
65 --4k-installer-kernel)
/external/python/cpython3/Mac/BuildScript/resources/
DReadMe.rtf12 \b \cf0 \ul \ulc0 Which installer variant should I use?
15 For Python.3.7, python.org currently provides two installer variants for download: one that install…
25 …ewer than those in macOS itself. The list of these libraries varies by installer variant and is i…
47 \f0 included with this installer has its own default certificate store for verifying download conn…
53 Both installer variants now come with their own private version of Tcl/Tk 8.6. They no longer use s…
/external/grpc-grpc/test/cpp/cocoapods/
DPodfile34 pre_install do |installer|
36 grpc_core_spec = installer.pod_targets.find{|t| t.name == 'gRPC-Core'}.root_spec
52 post_install do |installer|
53 installer.pods_project.targets.each do |target|

1234567891011