/external/chromium/chrome/browser/chromeos/ |
version_loader.h | 52 // If |full_version| is true version string with extra info is extracted, 84 // If |full_version| is true then extra info is passed in version string.
|
/external/chromium_org/chrome/tools/build/mac/ |
dump_product_syms | 45 FULL_VERSION="${MAJOR}.${MINOR}.${BUILD}.${PATCH}" 64 local variant_sym_name="${variant_name}-${FULL_VERSION}-${arch}.breakpad" 121 BPAD_SYM_NAME="${SRC_NAME}-${FULL_VERSION}-${ARCH}.breakpad"
|
/external/chromium_org/chrome/browser/chromeos/ |
version_loader.h | 47 // If |full_version| is true version string with extra info is extracted,
|
/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...] |
/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())
|
/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...] |
/external/libnfc-nxp/inc/ |
phNfcTypes.h | 338 uint8_t full_version[NXP_FULL_VERSION_LEN]; member in struct:phNfc_sDeviceCapabilities_t [all...] |