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

1 2

  /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/icu/icu4c/source/common/unicode/
resbund.h 429 * @param versionInfo A UVersionInfo array that is filled with the version number
434 getVersion(UVersionInfo versionInfo) const;
ures.h 284 * @param versionInfo A UVersionInfo array that is filled with the version number
290 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/icu/icu4c/source/common/
resbund.cpp 373 void ResourceBundle::getVersion(UVersionInfo versionInfo) const {
374 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...]
  /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;
  /external/icu/icu4c/source/i18n/
ucol.cpp 403 UVersionInfo versionInfo)
405 Collator::fromUCollator(coll)->getVersion(versionInfo);
  /hardware/samsung_slsi/exynos5/mobicore/common/MobiCore/inc/TlCm/
cmp.h 127 mcVersionInfo_t versionInfo;
    [all...]
  /external/chromium_org/third_party/icu/source/test/cintltst/
creststn.c     [all...]
  /external/icu/icu4c/source/test/cintltst/
creststn.c     [all...]
  /external/chromium_org/third_party/lcov/bin/
genhtml     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
pdebuild.jar 

Completed in 624 milliseconds

1 2