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

  /external/icu/icu4c/source/tools/toolutil/
pkg_imp.h 35 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);
579 int32_t infoLength, itemHeaderLength;
581 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...]
  /system/security/keystore/
blob.cpp 133 Blob::Blob(const uint8_t* value, size_t valueLength, const uint8_t* info, uint8_t infoLength,
140 if (infoLength + valueLength > kValueSize) {
141 infoLength = kValueSize - valueLength;
147 mBlob.info = infoLength;
148 memcpy(mBlob.value + valueLength, info, infoLength);
blob.h 88 Blob(const uint8_t* value, size_t valueLength, const uint8_t* info, uint8_t infoLength,
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 133 ABitReader *br, unsigned infoLength, CADescriptor *caDescriptor);
430 ABitReader *br, unsigned infoLength,
433 while (infoLength > 2) {
440 infoLength -= 2;
441 if (descriptor_length > infoLength) {
448 infoLength -= 4;
453 infoLength -= descriptor_length;
457 br->skipBits(infoLength * 8);
    [all...]
  /external/swiftshader/src/OpenGL/libGL/
Program.cpp     [all...]
  /external/swiftshader/src/OpenGL/libGLESv2/
Program.cpp     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 546 milliseconds