HomeSort by relevance Sort by last modified time
    Searched refs:full_version (Results 1 - 7 of 7) sorted by null

  /external/chromium_org/build/mac/
tweak_info_plist.py 74 full_version = match.group(0)
84 full_version = stdout.rstrip()
96 plist['CFBundleShortVersionString'] = full_version
  /external/libnfc-nxp/src/
phHciNfc_IDMgmt.c 91 uint8_t full_version[NXP_FULL_VERSION_LEN]; member in struct:phHciNfc_IDMgmt_Info
856 p_identity_info->full_version[i] = reg_value[i];
857 pHwRef->device_info.full_version[i]= reg_value[i];
phLibNfc.c 880 (void)memcpy(phLibNfc_StackCapabilities->psDevCapabilities.full_version,
881 gpphLibContext->psHwReference->device_info.full_version,NXP_FULL_VERSION_LEN);
888 phLibNfc_StackCapabilities->psDevCapabilities.firmware_update_info = memcmp(phLibNfc_StackCapabilities->psDevCapabilities.full_version, nxp_nfc_full_version,
    [all...]
  /external/libnfc-nxp/inc/
phNfcTypes.h 338 uint8_t full_version[NXP_FULL_VERSION_LEN]; member in struct:phNfc_sDeviceCapabilities_t
    [all...]
  /packages/apps/Nfc/nxp/jni/
com_android_nfc_NativeNfcManager.cpp 230 caps.psDevCapabilities.full_version[NXP_FULL_VERSION_LEN-1],
231 caps.psDevCapabilities.full_version[NXP_FULL_VERSION_LEN-2],
400 caps.psDevCapabilities.full_version[NXP_FULL_VERSION_LEN-1],
401 caps.psDevCapabilities.full_version[NXP_FULL_VERSION_LEN-2],
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py 486 print 'bsddb.db.full_version(): %s' %repr(db.full_version())
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_all.py 486 print 'bsddb.db.full_version(): %s' %repr(db.full_version())

Completed in 297 milliseconds