| /external/python/cpython3/Tools/msi/ |
| D | README.txt | 4 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 …]
|
| D | wix.props | 7 …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/ |
| D | ExternalSemaSourceTest.cpp | 224 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/ |
| D | producer_support_unittest.cc | 61 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/ |
| D | ReadMe.rtf | 12 \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… 27 …installer 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 … 91 …installer 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/ |
| D | README.txt | 8 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/ |
| D | README.rst | 8 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/rcssmin/_setup/py2/ |
| D | data.py | 62 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/ |
| D | data.py | 62 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/ |
| D | data.py | 62 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/py3/ |
| D | data.py | 62 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/autotest/test_suites/ |
| D | control.satlab-qual-bvt-installer | 6 NAME = "bvt-installer" 7 PURPOSE = "Build verification of ChromeOS pieces related to Installer for Satlab" 15 This is a fork of control.bvt-installer for Satlab qualification. 17 The original is control.bvt-installer in the same directory as this file. 19 …/chromium.googlesource.com/chromiumos/third_party/autotest/+/main/test_suites/control.bvt-installer 27 args_dict['name'] = 'bvt-installer'
|
| D | control.bvt-installer | 6 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/lzma/DOC/ |
| D | installer.txt | 29 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/bazelbuild-rules_android/kokoro/presubmit/ |
| D | download_bazel.sh | 52 …ver=$(gsutil ls -l gs://bazel/**/*-installer-"${platform}"-"${arch}".sh | grep "gs://" | grep -v r… 54 …ver=$(gsutil ls -l gs://bazel/**/*-installer-"${platform}"-"${arch}".sh | grep "gs://" | grep -v r… 56 ver=$(echo "$ver" | sed -n "s/.*bazel\-\(.*\)\-installer.*/\1/p") 60 …gcs_uri="gs://bazel/${revision_identifier}/rolling/${ver}/bazel-${ver}-installer-${platform}-${arc… 62 gcs_uri="gs://bazel/${ver}/release/bazel-${ver}-installer-${platform}-${arch}.sh" 65 # Download the installer from GCS 68 # Run the installer
|
| /external/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/centos/ |
| D | bazel.partial.Dockerfile | 4 …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/redhat/ |
| D | bazel.partial.Dockerfile | 4 …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/python/cpython3/.github/workflows/ |
| D | build_msi.yml | 25 name: 'Windows (x86) Installer' 29 - name: Build CPython installer 33 name: 'Windows (x64) Installer' 37 - name: Build CPython installer
|
| /external/tensorflow/tensorflow/tools/dockerfiles/partials/onednn/ubuntu/ |
| D | bazel.partial.Dockerfile | 7 …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/rust/crates/grpcio-sys/grpc/tools/internal_ci/helper_scripts/ |
| D | install_python_interpreters.ps1 | 26 # 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/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/ |
| D | ShadowLocaleManager.java | 72 * 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/cronet/third_party/protobuf/kokoro/release/python/windows/ |
| D | install_python_interpreters.ps1 | 27 # Downloads installer in Install-Python() 28 Write-Host "Downloading the Python installer: $PythonInstallerUrl => $PythonInstallerPath" in Install-Python() 34 throw "Invalid Python installer: failed checksum!" in Install-Python() 36 Write-Host "Python installer $PythonInstallerPath validated." in Install-Python() 50 # Wait for the installer process in Install-Python()
|
| /external/protobuf/kokoro/release/python/windows/ |
| D | install_python_interpreters.ps1 | 27 # Downloads installer in Install-Python() 28 Write-Host "Downloading the Python installer: $PythonInstallerUrl => $PythonInstallerPath" in Install-Python() 34 throw "Invalid Python installer: failed checksum!" in Install-Python() 36 Write-Host "Python installer $PythonInstallerPath validated." in Install-Python() 50 # Wait for the installer process in Install-Python()
|
| /external/grpc-grpc/tools/internal_ci/linux/ |
| D | grpc_build_submodule_at_head.sh | 33 …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/ |
| D | Podfile | 15 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|
|