Home
last modified time | relevance | path

Searched refs:msi (Results 1 – 25 of 68) sorted by relevance

123

/external/u-boot/arch/arm/dts/
Darmada-ap806.dtsi95 msi-controller;
97 arm,msi-base-spi = <160>;
98 arm,msi-num-spis = <32>;
102 msi-controller;
104 arm,msi-base-spi = <192>;
105 arm,msi-num-spis = <32>;
109 msi-controller;
111 arm,msi-base-spi = <224>;
112 arm,msi-num-spis = <32>;
116 msi-controller;
[all …]
Darmada-cp110-slave.dtsi191 msi-parent = <&gic_v2m0>;
200 msi-parent = <&gic_v2m0>;
272 msi-parent = <&gic_v2m0>;
298 msi-parent = <&gic_v2m0>;
325 msi-parent = <&gic_v2m0>;
Dkeystone-k2e.dtsi110 pcie_msi_intc1: msi-interrupt-controller {
Dsun7i-a20-primo73.dts54 compatible = "msi,primo73", "allwinner,sun7i-a20";
Darmada-380.dtsi82 msi-parent = <&mpic>;
/external/python/cpython2/Doc/library/
Dmsilib.rst11 .. 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,
157 …`MSIDatabaseOpenView <https://msdn.microsoft.com/library?url=/library/en-us/msi/setup/msidatabaseo…
158 …`MSIDatabaseCommit <https://msdn.microsoft.com/library?url=/library/en-us/msi/setup/msidatabasecom…
159 …`MSIGetSummaryInformation <https://msdn.microsoft.com/library?url=/library/en-us/msi/setup/msigets…
205 …`MsiViewExecute <https://msdn.microsoft.com/library?url=/library/en-us/msi/setup/msiviewexecute.as…
206 …`MSIViewGetColumnInfo <https://msdn.microsoft.com/library?url=/library/en-us/msi/setup/msiviewgetc…
207 … `MsiViewFetch <https://msdn.microsoft.com/library?url=/library/en-us/msi/setup/msiviewfetch.asp>`_
[all …]
/external/python/cpython2/Tools/buildbot/
Dbuildmsi.bat17 cd ..\Tools\msi
18 del *.msi
20 %HOST_PYTHON% msi.py
/external/python/cpython2/Tools/msi/
DREADME.txt8 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
Dmsisupport.mak3 …NCREMENTAL:NO /NOLOGO /DLL /SUBSYSTEM:WINDOWS /OPT:REF /OPT:ICF msisupport.obj msi.lib kernel32.lib
Dmsi.py1389 def merge(msi, feature, rootdir, modules): argument
1394 m.OpenDatabase(msi)
1417 db = i.OpenDatabase(msi, constants.msiOpenDatabaseModeTransact)
/external/python/cpython3/Tools/msi/
Dbuildrelease.bat27 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
173 ) else if not exist "%Py_OutDir%win32\en-us\launcher.msi" (
221 echo --skip-msi Do not build executable/MSI packages
239 echo {msi} MSI filename core.msi
DREADME.txt4 For testing, the installer should be built with the Tools/msi/build.bat
10 Tools/msi/buildrelease.bat script and environment variables:
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:
236 Packages appear as subdirectories of Tools/msi (other than the bundle/
259 example, and msi.targets and csv_to_wxs.py for the implementation. This
263 All packages are built with the Tools/msi/common.wxs file, and so any
287 project to perform {{substitutions}} as defined in msi.targets. They
295 will represent the Python installer. It is built from Tools/msi/bundle
[all …]
/external/python/cpython2/PC/VC6/
D_msi.dsp56 …hell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib fci.lib msi.lib rpcrt4.lib /nol…
57 …hell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib fci.lib msi.lib rpcrt4.lib /nol…
84 …hell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib fci.lib msi.lib rpcrt4.lib /nol…
85 …hell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib fci.lib msi.lib rpcrt4.lib /nol…
/external/python/cpython3/Tools/buildbot/
Dbuildmsi.bat7 call "%~dp0..\msi\build.bat" -x86 -x64
/external/lzma/DOC/
Dinstaller.txt89 ExecuteFile="7zip.msi"
98 ExecuteParameters="/i 7zip.msi REINSTALL=ALL REINSTALLMODE=vomus"
138 bat, cmd, exe, inf, msi, cab (under Windows CE), html, htm
/external/pdfium/xfa/fxfa/
Dcxfa_ffbarcode.h42 msi, enumerator
Dcxfa_ffbarcode.cpp31 {0xb359fe9, L"msi", BarcodeType::msi, BC_UNKNOWN},
/external/python/cpython3/.github/
DCODEOWNERS48 /Tools/msi/ @python/windows-team
/external/clang/test/Parser/
Drecovery.cpp95 MissingSemiT<int> msi;
/external/python/cpython3/Tools/
DREADME22 msi Support for packaging Python as an MSI package on Windows.
/external/python/cpython3/
D.gitignore111 Tools/msi/obj
/external/python/cpython3/PC/
Dstore_info.txt30 Tools/msi/make_appx.ps1 <layout directory> python.msix -sign
46 Tools/msi/make_appx.ps1 <layout directory> python.msix
/external/python/cpython3/Tools/nuget/
Dbuild.bat24 call "%D%..\msi\get_externals.bat"
/external/python/cpython3/Doc/library/
Dmsilib.rst13 .. 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,
/external/icu/icu4c/source/data/locales/
Dln.txt166 "msi",

123