Searched defs:aVersion (Results 1 - 8 of 8) 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/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-server/
H A DHostUSBDeviceImpl.cpp215 HRESULT HostUSBDevice::getVersion(USHORT *aVersion) argument
219 *aVersion = mUsb->bcdUSB >> 8;
H A DHostImpl.cpp1153 HRESULT Host::getOSVersion(com::Utf8Str &aVersion) argument
1178 aVersion = szOSRelease;
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
/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;

Completed in 79 milliseconds