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

  /external/chromium_org/third_party/icu/source/tools/toolutil/
pkg_imp.h 32 int32_t &infoLength, int32_t &headerLength,
pkgitems.cpp 82 int32_t infoLength, itemHeaderLength;
84 pInfo=::getDataInfo(pItem->data, pItem->length, infoLength, itemHeaderLength, &errorCode);
109 pInfo=::getDataInfo(swapped, pItem->length, infoLength, itemHeaderLength, &errorCode);
577 int32_t infoLength, itemHeaderLength;
579 const UDataInfo *pInfo=getDataInfo(pItem->data, pItem->length, infoLength, itemHeaderLength, &errorCode);
package.cpp 113 int32_t &infoLength, int32_t &headerLength,
141 infoLength=pInfo->size;
144 infoLength=readSwapUInt16(pInfo->size);
148 infoLength<(int32_t)sizeof(UDataInfo) ||
149 headerLength<(int32_t)(sizeof(pHeader->dataHeader)+infoLength) ||
163 int32_t infoLength, headerLength;
166 pInfo=getDataInfo(data, length, infoLength, headerLength, pErrorCode);
    [all...]
  /external/icu/icu4c/source/tools/toolutil/
pkg_imp.h 32 int32_t &infoLength, int32_t &headerLength,
pkgitems.cpp 82 int32_t infoLength, itemHeaderLength;
84 pInfo=::getDataInfo(pItem->data, pItem->length, infoLength, itemHeaderLength, &errorCode);
109 pInfo=::getDataInfo(swapped, pItem->length, infoLength, itemHeaderLength, &errorCode);
577 int32_t infoLength, itemHeaderLength;
579 const UDataInfo *pInfo=getDataInfo(pItem->data, pItem->length, infoLength, itemHeaderLength, &errorCode);
package.cpp 113 int32_t &infoLength, int32_t &headerLength,
141 infoLength=pInfo->size;
144 infoLength=readSwapUInt16(pInfo->size);
148 infoLength<(int32_t)sizeof(UDataInfo) ||
149 headerLength<(int32_t)(sizeof(pHeader->dataHeader)+infoLength) ||
163 int32_t infoLength, headerLength;
166 pInfo=getDataInfo(data, length, infoLength, headerLength, pErrorCode);
    [all...]
  /external/chromium_org/third_party/angle/src/libGLESv2/
Program.cpp 100 size_t infoLength = vsnprintf(NULL, 0, format, vararg);
107 mInfoLog = new char[infoLength + 2];
113 char *newLog = new char[currentlogLength + infoLength + 2];
123 vsnprintf(logPointer, infoLength, format, vararg);
126 logPointer[infoLength] = 0;
127 strcpy(logPointer + infoLength, "\n");
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/profiler/heap_snapshot_worker/
AllocationProfile.js 66 var infoLength = rawInfos.length;
67 var functionInfos = this._functionInfos = new Array(infoLength / functionInfoFieldCount);
69 for (var i = 0; i < infoLength; i += functionInfoFieldCount) {
  /system/security/keystore/
keystore.cpp 488 Blob(const uint8_t* value, int32_t valueLength, const uint8_t* info, uint8_t infoLength,
493 mBlob.info = infoLength;
494 memcpy(mBlob.value + valueLength, info, infoLength);
    [all...]

Completed in 371 milliseconds