Searched refs:GetVersion (Results 1 - 25 of 51) sorted by relevance

123

/vbox/src/VBox/Devices/EFI/Firmware/MdePkg/Include/Protocol/
H A DDriverFamilyOverride.h35 the drivers with higher values returned by GetVersion() are higher priority than drivers that
36 return lower values from GetVersion().
61 EFI_DRIVER_FAMILY_OVERRIDE_GET_VERSION GetVersion; member in struct:_EFI_DRIVER_FAMILY_OVERRIDE_PROTOCOL
H A DEbc.h145 EFI_EBC_GET_VERSION GetVersion; member in struct:_EFI_EBC_PROTOCOL
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Core/
H A DDependencyRules.py88 Exist = self.CheckPackageExists(Dep.GetGuid(), Dep.GetVersion())
98 if Dep.GetVersion() == None or \
99 len(Dep.GetVersion()) == 0:
102 if Dep.GetVersion() == GuidVerPair[1]:
114 Dep.GetVersion()))
H A DIpiDb.py173 DpObj.Header.GetVersion(), PkgInstallPath)
187 DepexVersion = Dep.GetVersion()
192 DpObj.Header.GetVersion(), FilePath, \
202 DpObj.Header.GetVersion(), \
207 DepexVersion = Dep.GetVersion()
212 DpObj.Header.GetVersion(), \
220 DpObj.Header.GetVersion(), Path, Md5Sum)
222 self._AddDp(DpObj.Header.GetGuid(), DpObj.Header.GetVersion(), \
H A DDistributionPackageClass.py151 ModuleObj.GetVersion(), \
163 [(PackageObj.GetGuid(), PackageObj.GetVersion(), \
177 ModuleObj.GetVersion(),
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUIUpdateManager.cpp177 url.addQueryItem("version", QString("%1_%2_%3").arg(vboxGlobal().virtualBox().GetVersion())
184 url.addQueryItem("version", QString("%1_%2").arg(vboxGlobal().virtualBox().GetVersion())
189 QString strUserAgent(QString("VirtualBox %1 <%2>").arg(vboxGlobal().virtualBox().GetVersion()).arg(platformInfo()));
351 QString strExtPackVersion(extPack.GetVersion());
/vbox/src/VBox/Frontends/VirtualBox/src/settings/global/
H A DUIGlobalSettingsExtension.cpp152 QString strPackVersion = QString("%1r%2%3").arg(extPackFile.GetVersion()).arg(extPackFile.GetRevision()).arg(extPackFile.GetEdition());
163 QString strPackVersionCur = QString("%1r%2%3").arg(extPackCur.GetVersion()).arg(extPackCur.GetRevision()).arg(extPackCur.GetEdition());
443 item.m_strVersion = package.GetVersion();
/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/
H A Dgdiplusmetaheader.h102 UINT GetVersion() const { return Version; } function in class:MetafileHeader
H A Dwinsxs.idl187 HRESULT GetVersion(
H A Dfusion.idl307 HRESULT GetVersion(
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/
H A Dgdiplusmetaheader.h102 UINT GetVersion() const { return Version; } function in class:MetafileHeader
H A Dfusion.idl305 HRESULT GetVersion(
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/GenMetaFile/
H A DGenMetaFileMisc.py83 Version = PackageDependency.GetVersion()
H A DGenDecFile.py247 Statement = '%s = %s' % (TAB_DEC_DEFINES_PACKAGE_VERSION, Package.GetVersion())
H A DGenInfFile.py143 Statement = '%s = %s' % (DT.TAB_INF_DEFINES_VERSION_STRING, ModuleObject.GetVersion())
294 Version = PackageDependency.GetVersion()
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/wined3d/
H A Dclipper.c123 if (GetVersion() & 0x80000000)
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Xml/
H A DXmlParser.py83 CheckDict['Version'] = DpHeader.GetVersion()
174 Package.GetVersion(), \
183 ModuleKey = (Module.GetGuid(), Module.GetVersion(), Module.GetName(), Module.GetModulePath())
461 CheckDict['Version'] = Module.GetVersion()
757 CheckDict['Version'] = Package.GetVersion()
H A DCommonXml.py180 Element2 = CreateXmlElement('GUID', Header.GetGuid(), [], [['Version', Header.GetVersion()]])
258 DistributionPackageHeader.GetVersion()]])
320 [['Version', PackageObject2.GetVersion()]])
H A DPackageSurfaceAreaXml.py276 ModuleDictKey = (Module.GetGuid(), Module.GetVersion(), Module.GetName(), Module.GetModulePath())
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/Parser/
H A DInfLibraryClassesObject.py104 def GetVersion(self): member in class:InfLibraryClassItem
/vbox/src/VBox/Frontends/VirtualBox/src/
H A Dmain.cpp486 const QString vboxVersion(vboxGlobal().virtualBox().GetVersion());
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Object/POM/
H A DModuleObject.py90 def GetVersion(self): member in class:SpecObject
/vbox/src/libs/zlib-1.2.6/contrib/untgz/
H A Duntgz.c233 isWinNT = (GetVersion() < 0x80000000) ? 1 : 0;
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/
H A DInstallPkg.py168 DistPkg.Header.GetVersion()):
406 NewFileName = FileName + '_' + DistPkg.Header.GetGuid() + '_' + DistPkg.Header.GetVersion() + Ext
/vbox/src/VBox/Devices/EFI/Firmware/MdeModulePkg/Core/Dxe/Hand/
H A DDriverSupport.c454 DriverFamilyOverrideVersion = DriverFamilyOverride->GetVersion (DriverFamilyOverride);

Completed in 2680 milliseconds

123