/frameworks/opt/telephony/src/java/com/android/internal/telephony/cat/ |
BerTlv.java | 136 int itemLength = item.getLength(); 137 if (itemLength >= 0x80 && itemLength <= 0xFF) { 138 totalLength += itemLength + 3; //3: 'tag'(1 byte) and 'length'(2 bytes). 139 } else if (itemLength >= 0 && itemLength < 0x80) { 140 totalLength += itemLength + 2; //2: 'tag'(1 byte) and 'length'(1 byte).
|
/external/chromium_org/third_party/WebKit/Source/platform/fonts/win/ |
UniscribeHelper.cpp | 278 int itemLength = shaping.charLength(); 280 if (offset >= item.iCharPos && offset <= item.iCharPos + itemLength) { 285 hr = ScriptCPtoX(charLength, FALSE, itemLength, 317 int itemLength = shaping.charLength(); 318 if (x <= itemAdvance && itemLength > 0) { 328 hr = ScriptXtoCP(x, itemLength, shaping.glyphLength(), 729 int itemLength, 757 shaping.m_logs.resize(itemLength); 760 charProps.resize(itemLength); [all...] |
UniscribeHelper.h | 375 bool shape(const UChar* input, int itemLength, int numGlyphs, SCRIPT_ITEM& run, OPENTYPE_TAG, Shaping&);
|
/system/security/keystore/ |
IKeystoreService.cpp | 74 virtual int32_t get(const String16& name, uint8_t** item, size_t* itemLength) 92 *itemLength = ulen; 95 *itemLength = 0; 98 *itemLength = 0; 107 virtual int32_t insert(const String16& name, const uint8_t* item, size_t itemLength, int uid, 113 data.writeInt32(itemLength); 114 void* buf = data.writeInplace(itemLength); 115 memcpy(buf, item, itemLength);
|
keystore.cpp | [all...] |
/system/security/keystore/include/keystore/ |
IKeystoreService.h | 74 virtual int32_t get(const String16& name, uint8_t** item, size_t* itemLength) = 0; 76 virtual int32_t insert(const String16& name, const uint8_t* item, size_t itemLength, int uid,
|
/external/chromium_org/third_party/icu/source/tools/icuswap/ |
icuswap.cpp | 346 int32_t itemLength; 421 itemLength=udata_swap(ds, inBytes+offset, -1, NULL, pErrorCode); 424 return headerSize+offset+(uint32_t)itemLength; 466 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset); 467 udata_swapInvStringBlock(ds, inBytes+offset, itemLength, outBytes+offset, pErrorCode); 472 /* keep offset and itemLength in case we allocate and copy the strings below */ 529 uprv_memcpy(outBytes+offset, inBytes+offset, itemLength);
|
/external/icu4c/tools/icuswap/ |
icuswap.cpp | 346 int32_t itemLength; 421 itemLength=udata_swap(ds, inBytes+offset, -1, NULL, pErrorCode); 424 return headerSize+offset+(uint32_t)itemLength; 466 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset)-offset); 467 udata_swapInvStringBlock(ds, inBytes+offset, itemLength, outBytes+offset, pErrorCode); 472 /* keep offset and itemLength in case we allocate and copy the strings below */ 529 uprv_memcpy(outBytes+offset, inBytes+offset, itemLength);
|
/external/chromium_org/third_party/icu/source/tools/toolutil/ |
package.cpp | 443 int32_t itemLength, typeEnum; 537 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset; 540 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) { 541 --itemLength; 544 if((inStringTop+itemLength)>STRING_STORE_SIZE) { 550 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode); 555 inStringTop+=itemLength; [all...] |
/external/chromium_org/third_party/WebKit/Source/platform/fonts/mac/ |
ComplexTextController.cpp | 368 int itemLength = index - indexOfFontTransition; 369 collectComplexTextRunsForCharacters((isSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart, itemLength, itemStart, !isMissingGlyph ? fontData : 0); 374 int itemLength = m_end - indexOfFontTransition; 375 if (itemLength) { 377 collectComplexTextRunsForCharacters((nextIsSmallCaps ? m_smallCapsBuffer.data() : cp) + itemStart, itemLength, itemStart, !nextIsMissingGlyph ? nextFontData : 0);
|
/external/chromium_org/third_party/WebKit/Source/devtools/front_end/ |
TimelineModel.js | 517 var itemLength = item.length + separator.length; 518 if (length + itemLength > WebInspector.TimelineModel.TransferChunkLengthBytes) 520 length += itemLength;
|
/external/icu4c/tools/toolutil/ |
package.cpp | 455 int32_t itemLength, typeEnum; 553 itemLength=(int32_t)(ds->readUInt32(inEntries[0].dataOffset))-stringsOffset; 556 while(itemLength>0 && inBytes[stringsOffset+itemLength-1]!=0) { 557 --itemLength; 560 if((inStringTop+itemLength)>STRING_STORE_SIZE) { 566 ds->swapInvChars(ds, inBytes+stringsOffset, itemLength, inItemStrings, &errorCode); 571 inStringTop+=itemLength; [all...] |
/external/icu4c/i18n/ |
alphaindex.cpp | 312 int32_t itemLength = item->length(); 313 if (!item->hasMoreChar32Than(0, itemLength, 1)) { 315 } else if(item->charAt(itemLength - 1) == 0x2a && // '*' 316 item->charAt(itemLength - 2) != 0x2a) { 319 ownedItem.adoptInstead(new UnicodeString(*item, 0, itemLength - 1)); [all...] |
tzfmt.cpp | [all...] |
/build/tools/droiddoc/templates-ds/assets/js/ |
docs.js | [all...] |
/build/tools/droiddoc/templates-sac/assets/js/ |
docs.js | [all...] |
/build/tools/droiddoc/templates-sdk/assets/js/ |
docs.js | [all...] |