Home
last modified time | relevance | path

Searched full:installer (Results 1 – 25 of 484) sorted by relevance

12345678910>>...20

/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
20 See the Building the Installer section for more information.
25 Python is distributed on Windows as an installer that will configure the
29 The main tasks of the installer are:
39 Structure of the Installer
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
62 Building the Installer
[all …]
Dwix.props7 …llPath)' == '' and Exists('$(ExternalsDir)\windows-installer\wix')">$(ExternalsDir)\windows-instal…
8 …lPath)' == ''">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Microsoft\Windows Installer XML\3.10@Install…
9 …'">$(Registry:HKEY_LOCAL_MACHINE\SOFTWARE\Wow6432Node\Microsoft\Windows Installer XML\3.10@Install…
/external/clang/unittests/Sema/
DExternalSemaSourceTest.cpp224 std::unique_ptr<ExternalSemaSourceInstaller> Installer( in TEST() local
227 Installer->PushWatcher(&Watcher); in TEST()
230 Installer.release(), "namespace AAA { } using namespace AAB;", Args)); in TEST()
237 std::unique_ptr<ExternalSemaSourceInstaller> Installer( in TEST() local
241 Installer->PushSource(&Provider); in TEST()
242 Installer->PushWatcher(&Watcher); in TEST()
245 Installer.release(), "namespace AAA { } using namespace AAB;", Args)); in TEST()
253 std::unique_ptr<ExternalSemaSourceInstaller> Installer( in TEST() local
259 Installer->PushSource(&First); in TEST()
260 Installer->PushSource(&Second); in TEST()
[all …]
/external/perfetto/src/profiling/common/
Dproducer_support_unittest.cc61 const char* installer) { in PackageListLine() argument
65 uid, debuggable, profileable_from_shell, profileable, installer); in PackageListLine()
73 /*profileable=*/false, /*installer=*/"@system"); in TEST()
94 /*profileable=*/false, /*installer=*/"@system"); in TEST()
98 // Debuggable apps can always be profiled (without installer constraint) in TEST()
109 /*profileable=*/false, /*installer=*/"@system"); in TEST()
124 /*profileable=*/true, /*installer=*/"@system"); in TEST()
139 /*profileable=*/true, /*installer=*/"@system"); in TEST()
154 /*profileable=*/true, /*installer=*/"@system"); in TEST()
170 // As ProfileableFromShellApp, but with installer constraints
[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/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
16 an Installer package from the installation plus other files in ``resources``
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 \
[all …]
/external/python/cpython3/Mac/BuildScript/
DREADME.rst8 an Installer package from the installation plus other files in ``resources``
10 The installer package built on the dmg is a macOS bundle format installer
14 must be assembled in a macOS flat installer package, using current
19 that installer packages are submitted to and pass Apple's automated
45 PSF practice was to provide a "macOS 64-bit Intel installer" variant
51 later systems, we provide a "macOS 64-bit universal2 installer"
56 The legacy "macOS 64-bit Intel installer" variant is expected to
59 build-installer.py requires Apple Developer tools, either from the
64 in the 10.6 support cycle.) build-installer.py also must be run
68 build-installer.py rather than have it attempt to automatically
[all …]
/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/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/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/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/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.
39 Installer Config file format
41 Config file contains commands for Installer. File begins from string
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/tensorflow/tensorflow/tools/dockerfiles/partials/ubuntu/
Dbazel.partial.Dockerfile28 …wget -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION…
30 chmod +x /bazel/installer.sh && \
31 /bazel/installer.sh && \
32 rm -f /bazel/installer.sh
/external/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/centos/
Dbazel.partial.Dockerfile4 …l -fSsL -o /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERS…
6 bash /bazel/installer.sh && \
7 rm -f /bazel/installer.sh
/external/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/ubuntu/
Dbazel.partial.Dockerfile7 …l -fSsL -o /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERS…
9 bash /bazel/installer.sh && \
10 rm -f /bazel/installer.sh
/external/python/cpython3/.github/workflows/
Dbuild_msi.yml25 name: 'Windows (x86) Installer'
29 - name: Build CPython installer
33 name: 'Windows (x64) Installer'
37 - name: Build CPython installer
/external/rust/crates/grpcio-sys/grpc/tools/internal_ci/helper_scripts/
Dinstall_python_interpreters.ps126 # Downloads installer in Install-Python()
27 Write-Host "Downloading the Python installer: $PythonInstallerUrl => $PythonInstallerPath" in Install-Python()
33 throw "Invalid Python installer: failed checksum!" in Install-Python()
35 Write-Host "Python installer $PythonInstallerPath validated." in Install-Python()
49 # Wait for the installer process in Install-Python()
/external/autotest/test_suites/
Dcontrol.bvt-installer6 NAME = "bvt-installer"
7 PURPOSE = "Build verification of ChromeOS pieces related to Installer."
16 the Internals>Installer component (e.g Powerwash). It is run on
31 args_dict['name'] = 'bvt-installer'
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowLocaleManager.java72 * installer of the app.
74 * <p>In order to mark apps as installed by the caller(installer), use {@link
82 * Sets the caller as the installer of the given package.
84 * <p>We are explicitly not storing the package name of the installer. It's implied that the test
85 * app is the installer if using this method.
/external/tensorflow/tensorflow/tools/dockerfiles/dockerfiles/
Ddevel-cpu.Dockerfile98 …wget -O /bazel/installer.sh "https://github.com/bazelbuild/bazel/releases/download/${BAZEL_VERSION…
100 chmod +x /bazel/installer.sh && \
101 /bazel/installer.sh && \
102 rm -f /bazel/installer.sh
/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/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/tensorflow/tensorflow/tools/ci_build/install/
Dinstall_bazel.sh32 if [[ ! -f "bazel-$BAZEL_VERSION-installer-linux-x86_64.sh" ]]; then
33 …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/python/google-api-python-client/docs/dyn/
Dprod_tt_sasportal_v1alpha1.installer.html75 …S Portal API (Testing)</a> . <a href="prod_tt_sasportal_v1alpha1.installer.html">installer</a></h1>
85 <p class="firstline">Validates the identity of a Certified Professional Installer (CPI).</p>
118 <pre>Validates the identity of a Certified Professional Installer (CPI).
126 …&quot;installerId&quot;: &quot;A String&quot;, # Required. Unique installer id (CPI ID) from the C…
/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)
105 # Create the recovery and factory installer keypairs
127 # Create the installer keyblock for use in Developer + Recovery mode

12345678910>>...20