Searched refs:getLog (Results 51 - 75 of 326) sorted by relevance

1234567891011>>

/external/deqp/modules/internal/
H A DditBuildInfoTests.cpp102 m_testCtx.getLog() << TestLog::Message << m_valueName << " = " << m_value << TestLog::EndMessage;
131 m_testCtx.getLog() << TestLog::Message << m_varName << " = " << logValue << TestLog::EndMessage;
162 m_testCtx.getLog()
H A DditTestLogTests.cpp49 TestLog& log = m_testCtx.getLog();
/external/deqp/modules/gles3/functional/
H A Des3fShaderFragDataTests.cpp178 m_testCtx.getLog() << program;
207 isOk = compareSingleColor(m_testCtx.getLog(), result, tcu::RGBA::green, threshold);
278 m_testCtx.getLog() << program;
307 m_testCtx.getLog() << TestLog::Message << "Drawing to attachments 0 and 1, expecting only attachment 0 to change." << TestLog::EndMessage;
324 m_testCtx.getLog() << TestLog::Message << "Verifying attachment " << ndx << "..." << TestLog::EndMessage;
330 if (!compareSingleColor(m_testCtx.getLog(), result, ndx == 0 ? tcu::RGBA::green : tcu::RGBA::red, threshold))
H A Des3fImplementationLimitTests.cpp248 m_testCtx.getLog() << TestLog::Message << "Reported: " << value << TestLog::EndMessage;
249 m_testCtx.getLog() << TestLog::Message << "Minimum required: " << m_minRequiredValue << TestLog::EndMessage;
252 m_testCtx.getLog() << TestLog::Message << "FAIL: " << QueryClassTraits<(QueryClass)QueryTypeTraits<T>::CLASS>::s_errorDescription << TestLog::EndMessage;
299 m_testCtx.getLog() << TestLog::Message << "Reported:" << TestLog::EndMessage;
301 m_testCtx.getLog() << TestLog::Message << glu::getCompressedTexFormatStr(*fmt) << TestLog::EndMessage;
314 m_testCtx.getLog() << TestLog::Message << "ERROR: " << glu::getCompressedTexFormatStr(fmt) << " is missing!" << TestLog::EndMessage;
395 m_testCtx.getLog() << TestLog::Message << "Extensions as reported by glGetStringi(GL_EXTENSIONS):" << TestLog::EndMessage;
397 m_testCtx.getLog() << TestLog::Message << *ext << TestLog::EndMessage;
401 m_testCtx.getLog() << TestLog::Message << "Extensions as reported by glGetString(GL_EXTENSIONS):" << TestLog::EndMessage;
403 m_testCtx.getLog() << TestLo
[all...]
H A Des3fReadPixelsTests.cpp138 m_testCtx.getLog() << program;
283 m_testCtx.getLog() << tcu::TestLog::Message << "ClearColor: (" << red << ", " << green << ", " << blue << ")" << tcu::TestLog::EndMessage;
302 m_testCtx.getLog() << tcu::TestLog::Message << "ClearColor: (" << red << ", " << green << ", " << blue << ")" << tcu::TestLog::EndMessage;
319 m_testCtx.getLog() << tcu::TestLog::Message << "ClearColor: (" << red << ", " << green << ", " << blue << ")" << tcu::TestLog::EndMessage;
357 m_testCtx.getLog() << tcu::TestLog::Message << "Format: " << glu::getPixelFormatStr(m_format) << ", Type: " << glu::getTypeStr(m_type) << tcu::TestLog::EndMessage;
363 m_testCtx.getLog() << tcu::TestLog::Message << "GL_PACK_ALIGNMENT: " << m_alignment << tcu::TestLog::EndMessage;
366 m_testCtx.getLog() << tcu::TestLog::Message << "GL_PACK_ROW_LENGTH: " << m_rowLength << tcu::TestLog::EndMessage;
369 m_testCtx.getLog() << tcu::TestLog::Message << "GL_PACK_SKIP_ROWS: " << m_skipRows << tcu::TestLog::EndMessage;
372 m_testCtx.getLog() << tcu::TestLog::Message << "GL_PACK_SKIP_PIXELS: " << m_skipPixels << tcu::TestLog::EndMessage;
391 if (tcu::bilinearCompare(m_testCtx.getLog(), "Resul
[all...]
H A Des3fShaderApiTests.cpp638 TestLog& log = m_testCtx.getLog();
655 TestLog& log = m_testCtx.getLog();
761 TestLog& log = m_testCtx.getLog();
786 TestLog& log = m_testCtx.getLog();
845 TestLog& log = m_testCtx.getLog();
862 TestLog& log = m_testCtx.getLog();
886 TestLog& log = m_testCtx.getLog();
951 TestLog& log = m_testCtx.getLog();
973 TestLog& log = m_testCtx.getLog();
996 TestLog& log = m_testCtx.getLog();
[all...]
H A Des3fFloatStateQueryTests.cpp140 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << (expectedGLState==GL_TRUE ? "GL_TRUE" : "GL_FALSE") << "; got " << (state == GL_TRUE ? "GL_TRUE" : (state == GL_FALSE ? "GL_FALSE" : "non-boolean")) << TestLog::EndMessage;
174 testCtx.getLog() << TestLog::Message << "// ERROR: expected "
207 testCtx.getLog() << TestLog::Message << "// ERROR: expected "
232 testCtx.getLog() << TestLog::Message << "// ERROR: range [" << min << ", " << max << "] is not in range [" << (range[0] == GL_TRUE ? "GL_TRUE" : (range[0] == GL_FALSE ? "GL_FALSE" : "non-boolean")) << ", " << (range[1] == GL_TRUE ? "GL_TRUE" : (range[1] == GL_FALSE ? "GL_FALSE" : "non-boolean")) << "]" << TestLog::EndMessage;
242 testCtx.getLog() << TestLog::Message << "// ERROR: range [" << min << ", " << max << "] is not in range [" << (range[0] == GL_TRUE ? "GL_TRUE" : (range[0] == GL_FALSE ? "GL_FALSE" : "non-boolean")) << ", " << (range[1] == GL_TRUE ? "GL_TRUE" : (range[1] == GL_FALSE ? "GL_FALSE" : "non-boolean")) << "]" << TestLog::EndMessage;
267 testCtx.getLog() << TestLog::Message << "// ERROR: expected GL_TRUE" << TestLog::EndMessage;
274 testCtx.getLog() << TestLog::Message << "// ERROR: expected GL_TRUE or GL_FALSE" << TestLog::EndMessage;
314 testCtx.getLog() << TestLog::Message << "// ERROR: expected rounding to the nearest integer, valid range [" << expectedGLStateMin << "," << expectedGLStateMax << "]; got " << state << TestLog::EndMessage;
338 testCtx.getLog() << TestLog::Message << "// ERROR: expected in range [" << toHex(expectedGLStateMin) << "," << toHex(expectedGLStateMax) << "]; got " << toHex((GLint)state) << TestLog::EndMessage;
372 testCtx.getLog() << TestLo
[all...]
/external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
H A DGUnitExecuteMojo.java129 getLog().info( "Skipping gUnit processing" );
198 getLog().warn(
219 getLog().warn(
238 getLog().info( "Adding Antlr artifact : " + antlrArtifact.getId() );
243 getLog().info( "Adding project compile classpath element : " + path );
275 getLog().info( "gUnit report directory : " + reportDirectory.getAbsolutePath() );
279 getLog().warn( "mkdirs() reported problem creating report directory" );
390 getLog().warn( "Error writing gUnit report file", e );
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant-commons-logging.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/deqp/modules/gles2/functional/
H A Des2fRasterizationTests.cpp137 m_testCtx.getLog() << tcu::TestLog::Message << "ALIASED_LINE_WIDTH_RANGE = [" << range[0] << ", " << range[1] << "]" << tcu::TestLog::EndMessage;
148 m_testCtx.getLog() << tcu::TestLog::Message << "ALIASED_POINT_SIZE_RANGE = [" << range[0] << ", " << range[1] << "]" << tcu::TestLog::EndMessage;
156 m_testCtx.getLog() << tcu::TestLog::Message << "Sample count = " << m_numSamples << tcu::TestLog::EndMessage;
157 m_testCtx.getLog() << tcu::TestLog::Message << "SUBPIXEL_BITS = " << m_subpixelBits << tcu::TestLog::EndMessage;
248 const tcu::ScopedLogSection section (m_testCtx.getLog(), iterationDescription, iterationDescription);
272 compareOk = verifyTriangleGroupRasterization(resultImage, scene, args, m_testCtx.getLog());
332 const tcu::ScopedLogSection section (m_testCtx.getLog(), iterationDescription, iterationDescription);
368 compareOk = verifyLineGroupRasterization(resultImage, scene, args, m_testCtx.getLog());
425 const tcu::ScopedLogSection section (m_testCtx.getLog(), iterationDescription, iterationDescription);
460 compareOk = verifyPointGroupRasterization(resultImage, scene, args, m_testCtx.getLog());
[all...]
H A Des2fBooleanStateQueryTests.cpp101 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << (reference ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage;
154 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << (reference ? "GL_TRUE" : "GL_FALSE") << TestLog::EndMessage;
183 testCtx.getLog() << TestLog::Message << "// ERROR: expected "
235 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << expectedGLState << TestLog::EndMessage;
264 testCtx.getLog() << TestLog::Message << "// ERROR: expected "
315 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << expectedGLState << "; got " << state << TestLog::EndMessage;
344 testCtx.getLog() << TestLog::Message << "// ERROR: expected "
558 m_verifierIsEnabled = new IsEnabledVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
559 m_verifierBoolean = new GetBooleanVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
560 m_verifierInteger = new GetIntegerVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
[all...]
H A Des2fFloatStateQueryTests.cpp138 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << (expectedGLState==GL_TRUE ? "GL_TRUE" : "GL_FALSE") << "; got " << (state == GL_TRUE ? "GL_TRUE" : (state == GL_FALSE ? "GL_FALSE" : "non-boolean")) << TestLog::EndMessage;
172 testCtx.getLog() << TestLog::Message << "// ERROR: expected "
205 testCtx.getLog() << TestLog::Message << "// ERROR: expected "
230 testCtx.getLog() << TestLog::Message << "// ERROR: range [" << min << ", " << max << "] is not in range [" << (range[0] == GL_TRUE ? "GL_TRUE" : (range[0] == GL_FALSE ? "GL_FALSE" : "non-boolean")) << ", " << (range[1] == GL_TRUE ? "GL_TRUE" : (range[1] == GL_FALSE ? "GL_FALSE" : "non-boolean")) << "]" << TestLog::EndMessage;
240 testCtx.getLog() << TestLog::Message << "// ERROR: range [" << min << ", " << max << "] is not in range [" << (range[0] == GL_TRUE ? "GL_TRUE" : (range[0] == GL_FALSE ? "GL_FALSE" : "non-boolean")) << ", " << (range[1] == GL_TRUE ? "GL_TRUE" : (range[1] == GL_FALSE ? "GL_FALSE" : "non-boolean")) << "]" << TestLog::EndMessage;
281 testCtx.getLog() << TestLog::Message << "// ERROR: expected rounding to the nearest integer, valid range [" << expectedGLStateMin << "," << expectedGLStateMax << "]; got " << state << TestLog::EndMessage;
305 testCtx.getLog() << TestLog::Message << "// ERROR: expected in range [" << toHex(expectedGLStateMin) << "," << toHex(expectedGLStateMax) << "]; got " << toHex((GLint)state) << TestLog::EndMessage;
339 testCtx.getLog() << TestLog::Message
383 testCtx.getLog() << TestLog::Message
420 testCtx.getLog() << TestLo
[all...]
H A Des2fBufferObjectQueryTests.cpp54 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << TestLog::EndMessage;
66 testCtx.getLog() << TestLog::Message << "// ERROR: Expected " << expected << "; got " << got << TestLog::EndMessage;
126 testCtx.getLog() << TestLog::Message << "// ERROR: expected " << reference << "; got " << state << TestLog::EndMessage;
264 m_verifierInt = new GetBufferParameterIVerifier (m_context.getRenderContext().getFunctions(), m_context.getTestContext().getLog());
H A Des2fReadPixelsTests.cpp94 m_testCtx.getLog() << program;
208 m_testCtx.getLog() << tcu::TestLog::Message << "Format: " << glu::getPixelFormatStr(glFormat) << ", Type: " << glu::getTypeStr(glType) << tcu::TestLog::EndMessage;
222 m_testCtx.getLog() << tcu::TestLog::Message << "Clear color: (" << red << ", " << green << ", " << blue << ", " << alpha << ")" << tcu::TestLog::EndMessage;
252 if (tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Result", reference.getLevel(0), tcu::PixelBufferAccess(format, width, height, 1, rowPitch, 0, &(pixelData[0])), tcu::RGBA(redThreshold, greenThreshold, blueThreshold, alphaThreshold), tcu::COMPARE_LOG_RESULT))
266 if (tcu::floatThresholdCompare(m_testCtx.getLog(), "Result", "Result", reference.getLevel(0), tcu::PixelBufferAccess(format, width, height, 1, rowPitch, 0, &(pixelData[0])), tcu::Vec4(redThreshold, greenThreshold, blueThreshold, alphaThreshold), tcu::COMPARE_LOG_RESULT))
/external/deqp/modules/gles31/functional/
H A Des31fShaderAtomicOpTests.cpp174 m_testCtx.getLog() << *m_program;
298 m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ": expected sum " << valueSum << ", got " << groupOutput << TestLog::EndMessage;
309 m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ", invocation " << localNdx
318 m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ", invocation " << localNdx
331 m_testCtx.getLog() << TestLog::Message << "ERROR: could not find maximum expected value from group " << groupNdx << TestLog::EndMessage;
337 m_testCtx.getLog() << TestLog::Message << "ERROR: could not find initial value from group " << groupNdx << TestLog::EndMessage;
453 m_testCtx.getLog()
469 m_testCtx.getLog() << TestLog::Message << "ERROR: at group " << groupNdx << ", invocation " << localNdx
481 m_testCtx.getLog() << TestLog::Message << "ERROR: could not find initial value from group " << groupNdx << TestLog::EndMessage;
535 m_testCtx.getLog()
[all...]
H A Des31fProgramInterfaceQueryTests.cpp833 checkAndLogProgram(program, programDefinition.get(), m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
837 const tcu::ScopedLogSection section (m_testCtx.getLog(), "ResourceList", "Resource list");
870 m_testCtx.getLog() << tcu::TestLog::Message << "Querying " << glu::getProgramInterfaceName(programInterface) << " interface:" << tcu::TestLog::EndMessage;
876 m_testCtx.getLog() << tcu::TestLog::Message
881 m_testCtx.getLog() << tcu::TestLog::Message << "Querying all active resources" << tcu::TestLog::EndMessage;
902 m_testCtx.getLog() << tcu::TestLog::Message << "GL returned resources:" << tcu::TestLog::EndMessage;
905 m_testCtx.getLog() << tcu::TestLog::Message << "\t" << ndx << ": " << resourceList[ndx] << tcu::TestLog::EndMessage;
907 m_testCtx.getLog() << tcu::TestLog::Message << "Expected list of resources:" << tcu::TestLog::EndMessage;
910 m_testCtx.getLog() << tcu::TestLog::Message << "\t" << ndx << ": " << expectedResources[ndx] << tcu::TestLog::EndMessage;
912 m_testCtx.getLog() << tc
[all...]
H A Des31fShaderMultisampleInterpolationTests.cpp135 m_testCtx.getLog()
162 m_testCtx.getLog()
171 m_testCtx.getLog() << tcu::TestLog::Message << "Image verification failed." << tcu::TestLog::EndMessage;
208 m_testCtx.getLog()
217 m_testCtx.getLog()
396 m_testCtx.getLog()
405 m_testCtx.getLog()
435 m_testCtx.getLog()
660 m_testCtx.getLog()
738 return verifyGreenImage(resultImage, m_testCtx.getLog());
[all...]
H A Des31fShaderBuiltinConstantTests.cpp209 shaderExecutor->log(m_testCtx.getLog());
216 logVarValue(m_testCtx.getLog(), m_varName, result);
220 m_testCtx.getLog() << TestLog::Message << "ERROR: Expected " << m_varName << " = " << reference << TestLog::EndMessage
222 shaderExecutor->log(m_testCtx.getLog());
242 const tcu::ScopedLogSection section (m_testCtx.getLog(), shaderTypeName, shaderTypeName);
252 m_testCtx.getLog() << TestLog::Message << "Not checking " << shaderTypeName << ": " << e.what() << TestLog::EndMessage;
256 m_testCtx.getLog() << TestLog::Message << e.what() << TestLog::EndMessage;
/external/apache-http/src/org/apache/http/client/protocol/
H A DRequestProxyAuthentication.java62 private final Log log = LogFactory.getLog(getClass());
H A DRequestTargetAuthentication.java62 private final Log log = LogFactory.getLog(getClass());
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
H A DRefQueueWorker.java57 private final Log log = LogFactory.getLog(getClass());
/external/deqp/framework/common/
H A DtcuTestContext.hpp55 TestLog& getLog (void) { return m_log; } function in class:tcu::TestContext
/external/deqp/modules/egl/
H A DteglSyncTests.cpp286 TestLog& log = m_testCtx.getLog();
309 TestLog& log = m_testCtx.getLog();
328 TestLog& log = m_testCtx.getLog();
358 TestLog& log = m_testCtx.getLog();
388 TestLog& log = m_testCtx.getLog();
423 TestLog& log = m_testCtx.getLog();
456 TestLog& log = m_testCtx.getLog();
487 TestLog& log = m_testCtx.getLog();
527 TestLog& log = m_testCtx.getLog();
570 TestLog& log = m_testCtx.getLog();
[all...]
H A DteglQueryContextTests.cpp83 , CallLogWrapper (eglTestCtx.getTestContext().getLog())
94 tcu::TestLog& log = m_testCtx.getLog();
186 TestLog& log = m_testCtx.getLog();
245 TestLog& log = m_testCtx.getLog();
285 TestLog& log = m_testCtx.getLog();
325 TestLog& log = m_testCtx.getLog();
372 TestLog& log = m_testCtx.getLog();
448 , CallLogWrapper(eglTestCtx.getTestContext().getLog())
459 tcu::TestLog& log = m_testCtx.getLog();
/external/deqp/modules/gles2/stress/
H A Des2sSpecialFloatTests.cpp159 m_testCtx.getLog() << tcu::TestLog::Message << "Creating test shader." << tcu::TestLog::EndMessage;
162 m_testCtx.getLog() << *m_program;
182 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying output image." << tcu::TestLog::EndMessage;
200 m_testCtx.getLog() << tcu::TestLog::Message << "Result image has missing or invalid pixels" << tcu::TestLog::EndMessage;
201 m_testCtx.getLog()
209 m_testCtx.getLog()
252 m_testCtx.getLog() << tcu::TestLog::Message << "Drawing a test pattern to detect " << ((useTexture) ? ("texture sampling") : ("")) << " side-effects." << tcu::TestLog::EndMessage;
337 m_testCtx.getLog() << tcu::TestLog::Message << "Test pattern has missing/invalid pixels" << tcu::TestLog::EndMessage;
338 m_testCtx.getLog()
345 m_testCtx.getLog() << tc
[all...]

Completed in 535 milliseconds

1234567891011>>