Home
last modified time | relevance | path

Searched defs:bytesPerLine (Results 1 – 4 of 4) sorted by relevance

/system/libhwbinder/include/hwbinder/
DTextOutput.h182 inline HexDump& HexDump::setBytesPerLine(size_t bytesPerLine) { in setBytesPerLine()
197 inline size_t HexDump::bytesPerLine() const { return mBytesPerLine; } in bytesPerLine() function
/system/libhwbinder/
DTextOutput.cpp52 HexDump::HexDump(const void *buf, size_t size, size_t bytesPerLine) in HexDump()
DDebug.cpp160 size_t bytesPerLine, int32_t singleLineBytesCutoff, in printHexData()
/system/extras/tests/lib/testUtil/
DtestUtil.c319 const unsigned int bytesPerLine = 16; in testXDump() local