Home
last modified time | relevance | path

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

/external/catch2/include/internal/
Dcatch_list.cpp140 std::size_t maxNameLen = 0; in listReporters() local
142 maxNameLen = (std::max)( maxNameLen, factoryKvp.first.size() ); in listReporters()
148 .width( 5+maxNameLen ) in listReporters()
152 .width( CATCH_CONFIG_CONSOLE_WIDTH - maxNameLen-8 ) in listReporters()
/external/fonttools/Lib/fontTools/ttLib/tables/
D_h_d_m_x.py76 maxNameLen = max(map(len, glyphNames))
77 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.hpp11242 std::size_t maxNameLen = 0; in listReporters() local
11244 maxNameLen = (std::max)( maxNameLen, factoryKvp.first.size() ); in listReporters()
11250 .width( 5+maxNameLen ) in listReporters()
11254 .width( CATCH_CONFIG_CONSOLE_WIDTH - maxNameLen-8 ) in listReporters()
/external/libabigail/tests/lib/
Dcatch.hpp11304 std::size_t maxNameLen = 0; in listReporters() local
11306 maxNameLen = (std::max)( maxNameLen, factoryKvp.first.size() ); in listReporters()
11312 .width( 5+maxNameLen ) in listReporters()
11316 .width( CATCH_CONFIG_CONSOLE_WIDTH - maxNameLen-8 ) in listReporters()