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 31 Blob::Blob(const uint8_t* value, size_t valueLength, const uint8_t* info, uint8_t infoLength,
38 if (infoLength + valueLength > VALUE_SIZE) {
39 infoLength = VALUE_SIZE - valueLength;
45 mBlob.info = infoLength;
46 memcpy(mBlob.value + valueLength, info, infoLength);
blob.h 80 Blob(const uint8_t* value, size_t valueLength, const uint8_t* info, uint8_t infoLength,
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp 129 ABitReader *br, unsigned infoLength, CADescriptor *caDescriptor);
425 ABitReader *br, unsigned infoLength,
428 while (infoLength > 2) {
435 infoLength -= 2;
436 if (descriptor_length > infoLength) {
443 infoLength -= 4;
448 infoLength -= descriptor_length;
452 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 269 milliseconds