HomeSort by relevance Sort by last modified time
    Searched refs:getLog (Results 76 - 100 of 793) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/deqp/modules/gles3/functional/
es3fShaderFragDataTests.cpp 178 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))
es3fImplementationLimitTests.cpp 248 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::getCompressedTextureFormatStr(*fmt) << TestLog::EndMessage;
314 m_testCtx.getLog() << TestLog::Message << "ERROR: " << glu::getCompressedTextureFormatStr(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() << TestLog::Message << *ext << TestLog::EndMessage
    [all...]
es3fShaderApiTests.cpp 638 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...]
  /external/deqp/modules/gles2/functional/
es2fRasterizationTests.cpp 138 m_testCtx.getLog() << tcu::TestLog::Message << "ALIASED_LINE_WIDTH_RANGE = [" << range[0] << ", " << range[1] << "]" << tcu::TestLog::EndMessage;
149 m_testCtx.getLog() << tcu::TestLog::Message << "ALIASED_POINT_SIZE_RANGE = [" << range[0] << ", " << range[1] << "]" << tcu::TestLog::EndMessage;
157 m_testCtx.getLog() << tcu::TestLog::Message << "Sample count = " << m_numSamples << tcu::TestLog::EndMessage;
158 m_testCtx.getLog() << tcu::TestLog::Message << "SUBPIXEL_BITS = " << m_subpixelBits << tcu::TestLog::EndMessage;
249 const tcu::ScopedLogSection section (m_testCtx.getLog(), iterationDescription, iterationDescription);
273 compareOk = verifyTriangleGroupRasterization(resultImage, scene, args, m_testCtx.getLog());
335 const tcu::ScopedLogSection section (m_testCtx.getLog(), iterationDescription, iterationDescription);
371 compareOk = verifyLineGroupRasterization(resultImage, scene, args, m_testCtx.getLog());
437 const tcu::ScopedLogSection section (m_testCtx.getLog(), iterationDescription, iterationDescription);
472 compareOk = verifyPointGroupRasterization(resultImage, scene, args, m_testCtx.getLog());
    [all...]
es2fBooleanStateQueryTests.cpp 101 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...]
es2fFloatStateQueryTests.cpp 139 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;
173 testCtx.getLog() << TestLog::Message << "// ERROR: expected "
206 testCtx.getLog() << TestLog::Message << "// ERROR: expected "
231 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;
241 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;
282 testCtx.getLog() << TestLog::Message << "// ERROR: expected rounding to the nearest integer, valid range [" << expectedGLStateMin << "," << expectedGLStateMax << "]; got " << state << TestLog::EndMessage;
306 testCtx.getLog() << TestLog::Message << "// ERROR: expected in range [" << toHex(expectedGLStateMin) << "," << toHex(expectedGLStateMax) << "]; got " << toHex((GLint)state) << TestLog::EndMessage;
340 testCtx.getLog() << TestLog::Message
384 testCtx.getLog() << TestLog::Message
421 testCtx.getLog() << TestLog::Messag
    [all...]
es2fBufferObjectQueryTests.cpp 54 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());
  /external/antlr/antlr-3.4/gunit-maven-plugin/src/main/java/org/antlr/mojo/antlr3/
GUnitExecuteMojo.java 129 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/deqp/modules/gles2/
tes2TestPackage.cpp 101 testCtx.getLog() << e;
108 testCtx.getLog() << e;
  /external/deqp/modules/gles3/
tes3TestPackage.cpp 100 testCtx.getLog() << e;
107 testCtx.getLog() << e;
  /external/deqp/modules/gles31/functional/
es31fBooleanStateQueryTests.cpp 63 , glu::CallLogWrapper (context.getRenderContext().getFunctions(), context.getTestContext().getLog())
75 tcu::ResultCollector result(m_testCtx.getLog(), " // ERROR: ");
es31fShaderStateQueryTests.cpp 98 tcu::ResultCollector result (m_testCtx.getLog());
108 const tcu::ScopedLogSection section (m_testCtx.getLog(),
123 m_testCtx.getLog() << tcu::TestLog::Message << "Building program with uniform sampler of type " << glu::getShaderVarTypeStr(samplerTypes[typeNdx].glType) << tcu::TestLog::EndMessage;
127 m_testCtx.getLog() << program;
144 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying uniform type." << tcu::TestLog::EndMessage;
412 tcu::ResultCollector result (m_testCtx.getLog());
413 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
421 m_testCtx.getLog() << tcu::TestLog::Message << "Trying to compile broken shader source." << tcu::TestLog::EndMessage;
es31fShaderAtomicOpTests.cpp 174 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...]
es31fFramebufferDefaultStateQueryTests.cpp 76 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog());
77 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ");
85 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial");
90 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Set", "Set");
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant-commons-logging.jar 
  /external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/
AbstractAgentMojo.java 152 getLog().info(name + " set to " + newValue);
160 getLog().info(name + " set to empty");
  /frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/
PorterDuffUtility.java 52 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
102 Bridge.getLog().fidelityWarning(LayoutLog.TAG_BROKEN,
  /external/apache-http/android/src/com/android/internal/http/multipart/
StringPart.java 53 private static final Log LOG = LogFactory.getLog(StringPart.class);
  /external/apache-http/src/org/apache/http/client/protocol/
RequestProxyAuthentication.java 62 private final Log log = LogFactory.getLog(getClass());
RequestTargetAuthentication.java 62 private final Log log = LogFactory.getLog(getClass());
  /external/apache-http/src/org/apache/http/impl/conn/tsccm/
RefQueueWorker.java 57 private final Log log = LogFactory.getLog(getClass());
  /external/deqp/external/vulkancts/modules/vulkan/
vktInfoTests.cpp 110 context.getTestContext().getLog()
125 TestLog& log = context.getTestContext().getLog();
150 context.getTestContext().getLog()
218 TestLog& log = context.getTestContext().getLog();
  /external/deqp/framework/common/
tcuTestContext.hpp 55 TestLog& getLog (void) { return m_log; }
  /external/deqp/modules/internal/
ditImageCompareTests.cpp 86 m_testCtx.getLog() << TestLog::Image("RefImage", "Reference Image", refImg)
90 m_testCtx.getLog() << TestLog::Float("Result", "Result metric", "", QP_KEY_TAG_NONE, result)
135 result = tcu::bilinearCompare(m_testCtx.getLog(), "CompareResult", "Image comparison result", refImg, cmpImg, m_threshold, tcu::COMPARE_LOG_EVERYTHING);
139 m_testCtx.getLog() << TestLog::Integer("CompareTime", "Comparison time", "us", QP_KEY_TAG_TIME, compareTime);
ditTestLogTests.cpp 49 TestLog& log = m_testCtx.getLog();

Completed in 1232 milliseconds

1 2 34 5 6 7 8 91011>>