Searched refs:maxNameLength (Results 1 - 3 of 3) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
H A DBarGraph.java96 int maxNameLength= 0;
99 maxNameLength= Math.max(maxNameLength, es.x);
101 w= width - maxNameLength - TGAP - 2 * MARGIN;
/external/icu/icu4c/source/common/
H A Dunames.cpp1214 calcAlgNameSetsLengths(int32_t maxNameLength) { argument
1230 if(length>maxNameLength) {
1231 maxNameLength=length;
1258 if(length>maxNameLength) {
1259 maxNameLength=length;
1271 return maxNameLength;
1275 calcExtNameSetsLengths(int32_t maxNameLength) { argument
1287 if(length>maxNameLength) {
1288 maxNameLength=length;
1291 return maxNameLength;
1340 calcGroupNameSetsLengths(int32_t maxNameLength) argument
1414 int32_t i, maxNameLength; local
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fProgramInterfaceQueryTests.cpp991 glw::GLint maxNameLength = 0; local
997 gl.getProgramInterfaceiv(program, programInterface, GL_MAX_NAME_LENGTH, &maxNameLength);
1002 << "\tGL_MAX_NAME_LENGTH = " << maxNameLength
1007 buffer.resize(maxNameLength+1, '\0');
1013 gl.getProgramResourceName(program, programInterface, resourceNdx, maxNameLength, &written, &buffer[0]);
1133 glw::GLint maxNameLength = 0; local
1136 gl.getProgramInterfaceiv(program, programInterface, GL_MAX_NAME_LENGTH, &maxNameLength);
1144 if (expectedMaxNameLength != maxNameLength)
1146 m_testCtx.getLog() << tcu::TestLog::Message << "Error, got " << maxNameLength << tcu::TestLog::EndMessage;

Completed in 142 milliseconds