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

  /external/libunwind_llvm/src/
EHHeaderParser.hpp 41 uint32_t sectionLength,
102 uint32_t sectionLength,
105 pint_t ehHdrEnd = ehHdrStart + sectionLength;
DwarfParser.hpp 103 uint32_t sectionLength, pint_t fdeHint, FDE_Info *fdeInfo,
179 uint32_t sectionLength, pint_t fdeHint,
183 const pint_t ehSectionEnd = p + sectionLength;
  /external/icu/icu4c/source/i18n/
uspoof_impl.cpp 939 int32_t sectionLength;
952 sectionLength = ds->readUInt32(spoofDH->fCFUKeysSize) * 4;
953 ds->swapArray32(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
957 sectionLength = ds->readUInt32(spoofDH->fCFUStringIndexSize) * 2;
958 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
962 sectionLength = ds->readUInt32(spoofDH->fCFUStringTableLen) * 2;
963 ds->swapArray16(ds, inBytes+sectionStart, sectionLength, outBytes+sectionStart, status);
  /frameworks/av/camera/
CameraMetadata.cpp 790 size_t sectionLength = 0;
805 if (section == NULL || sectionLength < strLength) {
808 sectionLength = strLength;
825 const char *nameTagName = name + sectionLength + 1; // x.y.z -> z
826 if (sectionLength + 1 >= nameLength) {
  /frameworks/av/media/libstagefright/mpeg2ts/
ATSParser.cpp     [all...]
  /developers/build/prebuilts/androidtv/sample-inputs/app/libs/
exoplayer_dev-hls_20150123.jar 

Completed in 746 milliseconds