Searched full:msi (Results 1 – 25 of 312) sorted by relevance
12345678910>>...13
| /external/python/cpython3/Tools/msi/ |
| D | purge.py | 31 "core.msi", 32 "core_d.msi", 33 "core_pdb.msi", 34 "dev.msi", 35 "dev_d.msi", 36 "doc.msi", 37 "exe.msi", 38 "exe_d.msi", 39 "exe_pdb.msi", 40 "launcher.msi", [all …]
|
| D | README.txt | 4 For testing, the installer should be built with the Tools/msi/build.bat 10 Tools/msi/buildrelease.bat script and environment variables: 43 CAB and MSI files and a single EXE. 49 Each MSI contains the logic required to install a component or feature 54 embedded into their associated MSI and are never seen by users. 58 associated MSI is not downloaded. This allows the installer to offer 66 Tools\msi\get_externals.bat. (Note that this is in addition to the 77 For testing, the installer should be built with the Tools/msi/build.bat 105 Tools/msi/buildrelease.bat script: 234 Packages appear as subdirectories of Tools/msi (other than the bundle/ [all …]
|
| D | buildrelease.bat | 27 rem {msi} MSI filename core.msi 28 set DOWNLOAD_URL=https://www.python.org/ftp/python/{version}/{arch}{releasename}/{msi} 65 if "%1" EQU "--skip-msi" (set BUILDMSI=) && shift && goto CheckOpts 174 ) else if not exist "%Py_OutDir%win32\en-us\launcher.msi" ( 222 echo --skip-msi Do not build executable/MSI packages 240 echo {msi} MSI filename core.msi
|
| /external/python/cpython2/Doc/library/ |
| D | msilib.rst | 11 .. index:: single: msi 15 The :mod:`msilib` supports the creation of Microsoft Installer (``.msi``) files. 18 currently not implemented; read support for the ``.msi`` database is possible. 20 This package aims to provide complete access to all tables in an ``.msi`` file, 27 routines, low-level MSI routines, higher-level MSI routines, and standard table 40 Callbacks to Python for the various steps of MSI creation are currently not 53 name of the MSI file; *persist* can be one of the constants 85 The *table* argument must be one of the predefined tables in the MSI schema, 120 Return a new UUID, in the format that MSI typically requires (i.e. in curly 157 …`MSIDatabaseOpenView <https://msdn.microsoft.com/library?url=/library/en-us/msi/setup/msidatabaseo… [all …]
|
| /external/python/cpython3/.azure-pipelines/windows-release/ |
| D | stage-publish-pythonorg.yml | 29 displayName: 'Download artifact: msi' 32 artifactName: msi 33 targetPath: $(Build.BinariesDirectory)\msi 55 displayName: 'Download artifact from $(BuildToPublish): msi' 58 artifactName: msi 59 targetPath: $(Build.BinariesDirectory)\msi 87 Files: 'doc\htmlhelp\*.chm, msi\*\*, embed\*.zip' 90 $(Build.SourcesDirectory)\Tools\msi\uploadrelease.ps1 91 -build msi 105 "$(Build.SourcesDirectory)\Tools\msi\purge.py" [all …]
|
| D | msi-steps.yml | 66 call Tools\msi\get_externals.bat 79 %MSBUILD% Tools\msi\launcher\launcher.wixproj 86 %MSBUILD% Tools\msi\bundle\releaselocal.wixproj /t:Rebuild /p:RebuildAll=true 87 %MSBUILD% Tools\msi\bundle\releaseweb.wixproj /t:Rebuild /p:RebuildAll=false 99 %MSBUILD% Tools\msi\bundle\releaselocal.wixproj /t:Rebuild /p:RebuildAll=true 100 %MSBUILD% Tools\msi\bundle\releaseweb.wixproj /t:Rebuild /p:RebuildAll=false 112 displayName: 'Assemble artifact: msi (1/2)' 115 targetFolder: $(Build.ArtifactStagingDirectory)\msi\win32 117 *.msi 122 displayName: 'Assemble artifact: msi (2/2)' [all …]
|
| D | stage-msi.yml | 3 displayName: Make MSI 11 DownloadUrl: https://www.python.org/ftp/python/{version}/{arch}{releasename}/{msi} 18 - template: msi-steps.yml 21 displayName: Make signed MSI 29 DownloadUrl: https://www.python.org/ftp/python/{version}/{arch}{releasename}/{msi} 36 - template: msi-steps.yml
|
| D | stage-test-msi.yml | 3 displayName: Test MSI 34 displayName: 'Download artifact: msi' 36 artifactName: msi 37 targetPath: $(Build.BinariesDirectory)\msi 44 workingDirectory: $(Build.BinariesDirectory)\msi
|
| /external/crosvm/devices/src/pci/ |
| D | msix.rs | 42 /// Wrapper over MSI-X Capability Structure and MSI-X Tables 110 /// Get the number of MSI-X vectors in this configuration. 135 /// Check whether the MSI-X Enable bit in Message Control word in set or not. 136 /// if 1, the function is permitted to use MSI-X to request service. 141 /// Read the MSI-X Capability Structure. 157 /// Write to the MSI-X Capability Structure. 170 error!("failed to enable MSI-X: {}", e); in write_msix_capability() 177 // pending MSI-X message to inject, given that the vector is not in write_msix_capability() 191 "invalid write to MSI-X Capability Structure offset {:x}", in write_msix_capability() 227 // Enable MSI-X [all …]
|
| /external/arm-trusted-firmware/fdts/ |
| D | n1sdp.dtsi | 104 msi-controller; 105 #msi-cells = <1>; 111 msi-controller; 112 #msi-cells = <1>; 118 msi-controller; 119 #msi-cells = <1>; 125 msi-controller; 126 #msi-cells = <1>; 138 msi-parent = <&its1 0>; 150 msi-parent = <&its2 0>; [all …]
|
| D | n1sdp-multi-chip.dts | 64 msi-parent = <&its2_slave 0>; 87 msi-map = <0 &its_slave_pcie 0 0x10000>; 102 msi-controller; 103 #msi-cells = <1>; 109 msi-controller; 110 #msi-cells = <1>;
|
| /external/python/cpython3/Doc/library/ |
| D | msilib.rst | 13 .. index:: single: msi 17 The :mod:`msilib` supports the creation of Microsoft Installer (``.msi``) files. 20 currently not implemented; read support for the ``.msi`` database is possible. 22 This package aims to provide complete access to all tables in an ``.msi`` file, 29 routines, low-level MSI routines, higher-level MSI routines, and standard table 42 Callbacks to Python for the various steps of MSI creation are currently not 55 name of the MSI file; *persist* can be one of the constants 87 The *table* argument must be one of the predefined tables in the MSI schema, 121 Return a new UUID, in the format that MSI typically requires (i.e. in curly 321 All wrappers around MSI functions raise :exc:`MSIError`; the string inside the [all …]
|
| /external/ms-tpm-20-ref/Samples/Nucleo-TPM/L4A6RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
| D | stm32l4xx_hal_rcc.c | 22 all peripherals mapped on these busses are running at MSI speed. 141 (HSE, HSI, LSE, MSI, LSI, PLL, CSS and MCO) and the System busses clocks (SYSCLK, AHB, APB1 148 (+) MSI (Mutiple Speed Internal): Its frequency is software trimmable from 100KHZ to 48MHZ. 150 … The number of flash wait states is automatically adjusted when MSI range is updated with 151 HAL_RCC_OscConfig() and the MSI is used as System clock source. 161 (+) PLL (clocked by HSI, HSE or MSI) providing up to three independent output clocks: 168 (+) PLLSAI1 (clocked by HSI, HSE or MSI) providing up to three independent output clocks: 175 (+) PLLSAI2 (clocked by HSI , HSE or MSI) providing up to two independent output clocks: 186 (+) MCO (microcontroller clock output): used to output MSI, LSI, HSI, LSE, HSE or 190 (+) Several clock sources can be used to drive the System clock (SYSCLK): MSI, HSI, [all …]
|
| /external/ms-tpm-20-ref/Samples/Nucleo-TPM/L476RG/Drivers/STM32L4xx_HAL_Driver/Src/ |
| D | stm32l4xx_hal_rcc.c | 22 all peripherals mapped on these busses are running at MSI speed. 141 (HSE, HSI, LSE, MSI, LSI, PLL, CSS and MCO) and the System busses clocks (SYSCLK, AHB, APB1 148 (+) MSI (Mutiple Speed Internal): Its frequency is software trimmable from 100KHZ to 48MHZ. 150 … The number of flash wait states is automatically adjusted when MSI range is updated with 151 HAL_RCC_OscConfig() and the MSI is used as System clock source. 161 (+) PLL (clocked by HSI, HSE or MSI) providing up to three independent output clocks: 168 (+) PLLSAI1 (clocked by HSI, HSE or MSI) providing up to three independent output clocks: 175 (+) PLLSAI2 (clocked by HSI , HSE or MSI) providing up to two independent output clocks: 186 (+) MCO (microcontroller clock output): used to output MSI, LSI, HSI, LSE, HSE or 190 (+) Several clock sources can be used to drive the System clock (SYSCLK): MSI, HSI, [all …]
|
| /external/python/cpython3/Tools/msi/bundle/packagegroups/ |
| D | lib.wxs | 6 SourceFile="lib.msi" 15 SourceFile="lib_pdb.msi" 24 SourceFile="lib_d.msi" 34 SourceFile="lib.msi" 43 SourceFile="lib_pdb.msi" 52 SourceFile="lib_d.msi"
|
| D | test.wxs | 6 SourceFile="test.msi" 15 SourceFile="test_pdb.msi" 24 SourceFile="test_d.msi" 34 SourceFile="test.msi" 43 SourceFile="test_pdb.msi" 52 SourceFile="test_d.msi"
|
| D | tcltk.wxs | 6 SourceFile="tcltk.msi" 16 SourceFile="tcltk_pdb.msi" 26 SourceFile="tcltk_d.msi" 37 SourceFile="tcltk.msi" 47 SourceFile="tcltk_pdb.msi" 57 SourceFile="tcltk_d.msi"
|
| D | exe.wxs | 6 SourceFile="exe.msi" 16 SourceFile="exe_pdb.msi" 25 SourceFile="exe_d.msi" 35 SourceFile="exe.msi" 45 SourceFile="exe_pdb.msi" 54 SourceFile="exe_d.msi"
|
| D | core.wxs | 6 SourceFile="core.msi" 15 SourceFile="core_pdb.msi" 24 SourceFile="core_d.msi" 34 SourceFile="core.msi" 43 SourceFile="core_pdb.msi" 52 SourceFile="core_d.msi"
|
| D | dev.wxs | 6 SourceFile="dev.msi" 15 SourceFile="dev_d.msi" 25 SourceFile="dev.msi" 34 SourceFile="dev_d.msi"
|
| /external/python/cpython2/Tools/msi/ |
| D | README.txt | 1 Packaging Python as a Microsoft Installer Package (MSI) 5 MSI file. To generate an installer package, you need 8 by adding a file config.py; see the beginning of msi.py 21 <path-to-python.exe> msi.py 23 If everything succeeds, pythonX.Y.Z.msi is generated
|
| /external/python/cpython2/PC/VS9.0/ |
| D | _msi.vcproj | 57 AdditionalDependencies="fci.lib msi.lib rpcrt4.lib" 118 AdditionalDependencies="fci.lib msi.lib rpcrt4.lib" 179 AdditionalDependencies="fci.lib msi.lib rpcrt4.lib" 241 AdditionalDependencies="fci.lib msi.lib rpcrt4.lib" 302 AdditionalDependencies="fci.lib msi.lib rpcrt4.lib" 364 AdditionalDependencies="fci.lib msi.lib rpcrt4.lib" 426 AdditionalDependencies="fci.lib msi.lib rpcrt4.lib" 488 AdditionalDependencies="fci.lib msi.lib rpcrt4.lib"
|
| /external/python/cpython2/PC/VS8.0/ |
| D | _msi.vcproj | 57 AdditionalDependencies="fci.lib msi.lib rpcrt4.lib" 118 AdditionalDependencies="fci.lib msi.lib rpcrt4.lib" 179 AdditionalDependencies="fci.lib msi.lib rpcrt4.lib" 241 AdditionalDependencies="fci.lib msi.lib rpcrt4.lib" 302 AdditionalDependencies="fci.lib msi.lib rpcrt4.lib" 364 AdditionalDependencies="fci.lib msi.lib rpcrt4.lib" 426 AdditionalDependencies="fci.lib msi.lib rpcrt4.lib" 488 AdditionalDependencies="fci.lib msi.lib rpcrt4.lib"
|
| /external/python/cpython2/Tools/buildbot/ |
| D | buildmsi.bat | 14 @rem build the MSI file 17 cd ..\Tools\msi 18 del *.msi 20 %HOST_PYTHON% msi.py
|
| /external/python/cpython3/.github/workflows/ |
| D | build_msi.yml | 12 - 'Tools/msi/**' 21 - 'Tools/msi/**' 30 run: .\Tools\msi\build.bat -x86 38 run: .\Tools\msi\build.bat -x64
|
12345678910>>...13