Home
last modified time | relevance | path

Searched refs:kIndentStringMaxLength (Results 1 – 2 of 2) sorted by relevance

/hardware/ti/omap4-aah/libtiutils/
DDebugUtils.cpp33 template class android::CompileTimeAssert<sizeof(sIndentStringBuffer) - 1 == kIndentStringMaxLength
DDebugUtils.h225 static const int kIndentStringMaxLength = 128; variable
230 const int offset = kIndentStringMaxLength - length*Size; in calculateOffset()