Searched refs:actualSize (Results 1 – 8 of 8) sorted by relevance
36 const size_t actualSize = std::max(mBlockSize, size); in nextBlockImpl() local41 block.buffer = std::unique_ptr<uint8_t[]>(new uint8_t[actualSize]()); in nextBlockImpl()45 block.mBlockSize = actualSize; in nextBlockImpl()
150 size_t actualSize = typeface->getTableData(tag, 0, tableSize, buffer); in harfbuzzSkiaReferenceTable() local151 if (tableSize != actualSize) { in harfbuzzSkiaReferenceTable()
543 long actualSize = getBlockDeviceSize() - HEADER_SIZE - 1;544 return actualSize <= MAX_DATA_BLOCK_SIZE ? actualSize : MAX_DATA_BLOCK_SIZE;
1201 size_t actualSize; in test_read_header_and_entity() local1222 err = reader.ReadEntityHeader(&string, &actualSize); in test_read_header_and_entity()1232 if (actualSize != bufSize) { in test_read_header_and_entity()1234 bufSize, actualSize); in test_read_header_and_entity()
2131 size_t actualSize = (*me->mCallback)( in CallbackWrapper() local2144 ALOGV_IF(actualSize == 0 && buffer->size > 0, "callbackwrapper: empty buffer returned"); in CallbackWrapper()2146 buffer->size = actualSize; in CallbackWrapper()2260 size_t actualSize = in threadLoop() local2264 if (actualSize > 0) { in threadLoop()2265 sink->write(mBuffer, actualSize); in threadLoop()
126 bool isValid(size_t actualSize) const;
1249 int actualSize = Math.min( in calculateOverflowHeight() local1255 if (actualSize < mOverflowPanel.getCount()) { in calculateOverflowHeight()1260 return actualSize * getLineHeight(mContext) in calculateOverflowHeight()
73 bool InputMessage::isValid(size_t actualSize) const { in isValid()74 if (size() == actualSize) { in isValid()