HomeSort by relevance Sort by last modified time
    Searched refs:versionInfo (Results 1 - 25 of 33) sorted by null

1 2

  /external/chromium_org/third_party/WebKit/Source/core/platform/win/
SystemInfo.cpp 42 OSVERSIONINFOEX versionInfo;
43 ZeroMemory(&versionInfo, sizeof(versionInfo));
44 versionInfo.dwOSVersionInfoSize = sizeof(versionInfo);
45 GetVersionEx(reinterpret_cast<OSVERSIONINFO*>(&versionInfo));
46 majorVersion = versionInfo.dwMajorVersion;
47 minorVersion = versionInfo.dwMinorVersion;
49 if (versionInfo.dwPlatformId == VER_PLATFORM_WIN32s)
51 else if (versionInfo.dwPlatformId == VER_PLATFORM_WIN32_WINDOWS)
    [all...]
  /external/xmp_toolkit/XMPCore/src/com/adobe/xmp/
XMPMetaFactory.java 33 private static XMPVersionInfo versionInfo = null;
259 if (versionInfo == null)
273 versionInfo = new XMPVersionInfo()
318 return versionInfo;
  /external/chromium_org/third_party/mozilla/
NSWorkspace+Utils.m 155 NSDictionary* versionInfo = [NSDictionary dictionaryWithContentsOfFile:@"/System/Library/CoreServices/SystemVersion.plist"];
156 return [versionInfo objectForKey:@"ProductVersion"];
  /external/chromium_org/third_party/icu/source/common/unicode/
resbund.h 427 * @param versionInfo A UVersionInfo array that is filled with the version number
432 getVersion(UVersionInfo versionInfo) const;
ures.h 279 * @param versionInfo A UVersionInfo array that is filled with the version number
285 UVersionInfo versionInfo);
    [all...]
  /external/icu4c/common/unicode/
resbund.h 429 * @param versionInfo A UVersionInfo array that is filled with the version number
434 getVersion(UVersionInfo versionInfo) const;
ures.h 283 * @param versionInfo A UVersionInfo array that is filled with the version number
289 UVersionInfo versionInfo);
    [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/
MobiCoreDevice.cpp 599 pRspGetMobiCoreVersionPayload->versionInfo = *mcVersionInfo;
627 pRspGetMobiCoreVersionPayload->versionInfo = mcpMessage->rspGetMobiCoreVersion.versionInfo;
631 *mcVersionInfo = pRspGetMobiCoreVersionPayload->versionInfo;
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/public/
MobiCoreDriverCmd.h 193 mcVersionInfo_t versionInfo;
  /external/chromium_org/third_party/icu/source/common/
resbund.cpp 366 void ResourceBundle::getVersion(UVersionInfo versionInfo) const {
367 ures_getVersion(fResource, versionInfo);
uresbund.c     [all...]
  /external/icu4c/common/
resbund.cpp 366 void ResourceBundle::getVersion(UVersionInfo versionInfo) const {
367 ures_getVersion(fResource, versionInfo);
uresbund.cpp     [all...]
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/
MobiCoreDriverDaemon.cpp 966 LOG_I("Product ID is %s", versionPayload.versionInfo.productId);
970 if (!checkVersionOkMCI(versionPayload.versionInfo.versionMci, &msg)) {
975 if (!checkVersionOkSO(versionPayload.versionInfo.versionSo, &msg)) {
980 if (!checkVersionOkMCLF(versionPayload.versionInfo.versionMclf, &msg)) {
985 if (!checkVersionOkCONTAINER(versionPayload.versionInfo.versionContainer, &msg)) {
  /external/chromium_org/third_party/icu/source/i18n/
tblcoll.cpp 327 void RuleBasedCollator::getVersion(UVersionInfo versionInfo) const
329 if (versionInfo!=NULL){
330 ucol_getVersion(ucollator, versionInfo);
ucol_imp.h     [all...]
ucol.cpp     [all...]
  /external/icu4c/i18n/
tblcoll.cpp 314 void RuleBasedCollator::getVersion(UVersionInfo versionInfo) const
316 if (versionInfo!=NULL){
317 ucol_getVersion(ucollator, versionInfo);
ucol_imp.h     [all...]
ucol.cpp     [all...]
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/Mci/
mcimcp.h 177 mcVersionInfo_t versionInfo; /** MobiCore version info. */
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/public/
MobiCoreDriverApi.h 455 * @param [out] versionInfo MobiCore version info.
464 mcVersionInfo_t *versionInfo
  /hardware/samsung_slsi/exynos5/mobicore/daemon/ClientLib/
ClientLib.cpp 911 mcVersionInfo_t *versionInfo
923 CHECK_NOT_NULL(versionInfo);
944 *versionInfo = versionInfo_socket;
  /frameworks/base/media/jni/mediaeditor/
VideoEditorMain.cpp     [all...]
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/TlCm/
cmp.h 127 mcVersionInfo_t versionInfo;
    [all...]

Completed in 1458 milliseconds

1 2