Searched refs:aVersion (Results 1 - 14 of 14) sorted by relevance

/vbox/src/libs/xpcom18a4/java/src/org/mozilla/xpcom/
H A DGREVersionRange.java56 public boolean check(String aVersion) { argument
58 int c = comparator.compare(aVersion, lower);
67 c = comparator.compare(aVersion, upper);
H A DVersionComparator.java116 private static String parseVersionPart(String aVersion, VersionPart result) { argument
117 if (aVersion == null || aVersion.length() == 0) {
118 return aVersion;
121 StringTokenizer tok = new StringTokenizer(aVersion.trim(), ".");
164 return aVersion.substring(part.length() + 1);
/vbox/src/VBox/Main/include/
H A DUSBDeviceImpl.h57 HRESULT getVersion(USHORT *aVersion);
H A DRemoteUSBDeviceImpl.h65 STDMETHOD(COMGETTER(Version)) (USHORT *aVersion);
H A DHostUSBDeviceImpl.h257 HRESULT getVersion(USHORT *aVersion);
H A DExtPackManagerImpl.h57 HRESULT getVersion(com::Utf8Str &aVersion);
147 HRESULT getVersion(com::Utf8Str &aVersion);
H A DVirtualBoxImpl.h252 HRESULT getVersion(com::Utf8Str &aVersion);
333 const com::Utf8Str &aVersion,
/vbox/src/VBox/Main/src-client/
H A DRemoteUSBDeviceImpl.cpp284 STDMETHODIMP RemoteUSBDevice::COMGETTER(Version) (USHORT *aVersion) argument
286 CheckComArgOutPointerValid(aVersion);
292 *aVersion = mData.version;
H A DUSBDeviceImpl.cpp276 HRESULT OUSBDevice::getVersion(USHORT *aVersion) argument
279 *aVersion = mData.version;
/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp382 HRESULT ExtPackFile::getVersion(com::Utf8Str &aVersion) argument
384 aVersion = m->Desc.strVersion;
1647 HRESULT ExtPack::getVersion(com::Utf8Str &aVersion) argument
1649 aVersion = m->Desc.strVersion;
/vbox/src/VBox/Main/src-server/
H A DHostUSBDeviceImpl.cpp215 HRESULT HostUSBDevice::getVersion(USHORT *aVersion) argument
219 *aVersion = mUsb->bcdUSB >> 8;
H A DVirtualBoxImpl.cpp848 HRESULT VirtualBox::getVersion(com::Utf8Str &aVersion) argument
850 aVersion = sVersion;
1190 const com::Utf8Str &aVersion,
1195 NOREF(aVersion);
1189 checkFirmwarePresent(FirmwareType_T aFirmwareType, const com::Utf8Str &aVersion, com::Utf8Str &aUrl, com::Utf8Str &aFile, BOOL *aResult) argument
H A DHostImpl.cpp1153 HRESULT Host::getOSVersion(com::Utf8Str &aVersion) argument
1178 aVersion = szOSRelease;
/vbox/src/VBox/Main/cbinding/
H A DVBoxCAPI_v4_3.h4219 #define IVirtualBox_get_Version(p, aVersion) ((p)->lpVtbl->GetVersion(p, aVersion))
4220 #define IVirtualBox_GetVersion(p, aVersion) ((p)->lpVtbl->GetVersion(p, aVersion))
4290 #define IVirtualBox_CheckFirmwarePresent(p, aFirmwareType, aVersion, aUrl, aFile, aResult) ((p)->lpVtbl->CheckFirmwarePresent(p, aFirmwareType, aVersion, aUrl, aFile, aResult))
13800 #define IUSBDevice_get_Version(p, aVersion) ((p)->lpVtbl->GetVersion(p, aVersion))
13801 #define IUSBDevice_GetVersion(p, aVersion) ((p)->lpVtbl->GetVersion(p, aVersion))
[all...]

Completed in 203 milliseconds