Home
last modified time | relevance | path

Searched refs:maxNameLen (Results 1 – 5 of 5) sorted by relevance

/external/catch2/include/internal/
Dcatch_list.cpp131 std::size_t maxNameLen = 0; in listReporters() local
133 maxNameLen = (std::max)( maxNameLen, factoryKvp.first.size() ); in listReporters()
139 .width( 5+maxNameLen ) in listReporters()
143 .width( CATCH_CONFIG_CONSOLE_WIDTH - maxNameLen-8 ) in listReporters()
/external/fonttools/Lib/fontTools/ttLib/tables/
D_h_d_m_x.py81 maxNameLen = max(map(len, glyphNames))
82 format = "%" + repr(maxNameLen) + 's:' + format + ' ;'
/external/deqp/modules/gles3/functional/
Des3fTransformFeedbackTests.cpp820 int maxNameLen = 0; in logTransformFeedbackVaryings() local
823 gl.getProgramiv(program, GL_TRANSFORM_FEEDBACK_VARYING_MAX_LENGTH, &maxNameLen); in logTransformFeedbackVaryings()
828 vector<char> nameBuf(maxNameLen+1); in logTransformFeedbackVaryings()
/external/bcc/tests/cc/
Dcatch.hpp5412 std::size_t maxNameLen = 0; in listReporters() local
5414 maxNameLen = (std::max)( maxNameLen, it->first.size() ); in listReporters()
5419 .setIndent( 7+maxNameLen ) in listReporters()
5420 … .setWidth( CATCH_CONFIG_CONSOLE_WIDTH - maxNameLen-8 ) ); in listReporters()
5424 << std::string( maxNameLen - it->first.size() + 2, ' ' ) in listReporters()
/external/catch2/single_include/catch2/
Dcatch.hpp9200 std::size_t maxNameLen = 0; in listReporters() local
9202 maxNameLen = (std::max)( maxNameLen, factoryKvp.first.size() ); in listReporters()
9208 .width( 5+maxNameLen ) in listReporters()
9212 .width( CATCH_CONFIG_CONSOLE_WIDTH - maxNameLen-8 ) in listReporters()