/external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/ |
GLES30Test.java | 23 Gdx.app.log("GLES30Test", shaderProgram.getLog());
|
/external/slf4j/jcl-over-slf4j/src/test/java/org/apache/commons/logging/impl/ |
SerializationTest.java | 78 Log log = LogFactory.getLog("testing");
|
/external/slf4j/slf4j-jcl/src/main/java/org/slf4j/impl/ |
JCLLoggerFactory.java | 77 org.apache.commons.logging.Log jclLogger = LogFactory.getLog(name);
|
/frameworks/base/tools/layoutlib/bridge/src/android/view/ |
Choreographer_Delegate.java | 80 Bridge.getLog().error(LayoutLog.TAG_BROKEN,
|
MenuInflater_Delegate.java | 61 Bridge.getLog().warning(LayoutLog.TAG_BROKEN,
|
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/android/support/ |
DesignLibUtil.java | 47 * Any exceptions thrown during the process are logged in {@link Bridge#getLog()} 56 Bridge.getLog().warning(LayoutLog.TAG_INFO,
|
DrawerLayoutUtil.java | 59 Bridge.getLog().error(LayoutLog.TAG_BROKEN, "Unable to open navigation drawer",
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/ |
AddressListField.java | 48 private static Log log = LogFactory.getLog(Parser.class);
|
DateTimeField.java | 53 private static Log log = LogFactory.getLog(Parser.class);
|
MailboxField.java | 50 private static Log log = LogFactory.getLog(Parser.class);
|
MailboxListField.java | 50 private static Log log = LogFactory.getLog(Parser.class);
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/ |
MemoryBinaryBody.java | 44 private static Log log = LogFactory.getLog(MemoryBinaryBody.class);
|
TempFileBinaryBody.java | 43 private static Log log = LogFactory.getLog(TempFileBinaryBody.class);
|
/packages/services/Telephony/src/org/apache/james/mime4j/field/ |
AddressListField.java | 48 private static Log log = LogFactory.getLog(Parser.class);
|
DateTimeField.java | 53 private static Log log = LogFactory.getLog(Parser.class);
|
MailboxField.java | 50 private static Log log = LogFactory.getLog(Parser.class);
|
MailboxListField.java | 50 private static Log log = LogFactory.getLog(Parser.class);
|
/external/deqp/modules/gles2/stress/ |
es2sSpecialFloatTests.cpp | 159 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() << tcu::TestLog::Message << "No side-effects found." << tcu::TestLog::EndMessage [all...] |
/external/deqp/modules/gles3/functional/ |
es3fFloatStateQueryTests.cpp | 141 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; 175 testCtx.getLog() << TestLog::Message << "// ERROR: expected " 208 testCtx.getLog() << TestLog::Message << "// ERROR: expected " 233 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; 243 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; 268 testCtx.getLog() << TestLog::Message << "// ERROR: expected GL_TRUE" << TestLog::EndMessage; 275 testCtx.getLog() << TestLog::Message << "// ERROR: expected GL_TRUE or GL_FALSE" << TestLog::EndMessage; 315 testCtx.getLog() << TestLog::Message << "// ERROR: expected rounding to the nearest integer, valid range [" << expectedGLStateMin << "," << expectedGLStateMax << "]; got " << state << TestLog::EndMessage; 339 testCtx.getLog() << TestLog::Message << "// ERROR: expected in range [" << toHex(expectedGLStateMin) << "," << toHex(expectedGLStateMax) << "]; got " << toHex((GLint)state) << TestLog::EndMessage; 373 testCtx.getLog() << TestLog::Messag [all...] |
/external/deqp/modules/gles31/functional/ |
es31fShaderBuiltinConstantTests.cpp | 231 shaderExecutor->log(m_testCtx.getLog()); 238 logVarValue(m_testCtx.getLog(), m_varName, result); 242 m_testCtx.getLog() << TestLog::Message << "ERROR: Expected " << m_varName << " = " << reference << TestLog::EndMessage 244 shaderExecutor->log(m_testCtx.getLog()); 264 const tcu::ScopedLogSection section (m_testCtx.getLog(), shaderTypeName, shaderTypeName); 274 m_testCtx.getLog() << TestLog::Message << "Not checking " << shaderTypeName << ": " << e.what() << TestLog::EndMessage; 278 m_testCtx.getLog() << TestLog::Message << e.what() << TestLog::EndMessage;
|
es31fPrimitiveBoundingBoxTests.cpp | 147 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 151 m_testCtx.getLog() 162 m_testCtx.getLog() 170 m_testCtx.getLog() 233 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 254 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Iteration", "Iteration " + de::toString(caseNdx+1)); 282 m_testCtx.getLog() 293 m_testCtx.getLog() 316 m_testCtx.getLog() 328 tcu::MessageBuilder builder(&m_testCtx.getLog()); [all...] |
/frameworks/base/tools/layoutlib/bridge/src/com/android/layoutlib/bridge/impl/ |
ResourceHelper.java | 161 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_READ, 201 Bridge.getLog().error(LayoutLog.TAG_BROKEN, 207 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_READ, 218 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_FORMAT, 298 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_READ, 322 Bridge.getLog().error(null, "Failed to parse file " + stringValue, 326 Bridge.getLog().error(LayoutLog.TAG_BROKEN, 349 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_READ, 359 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_FORMAT, 545 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_RESOLVE [all...] |
/external/deqp/modules/gles2/functional/ |
es2fReadPixelsTests.cpp | 95 m_testCtx.getLog() << program; 182 m_testCtx.getLog() << tcu::TestLog::Message << "Format: " << glu::getTextureFormatStr(glFormat) << ", Type: " << glu::getTypeStr(glType) << tcu::TestLog::EndMessage; 196 m_testCtx.getLog() << tcu::TestLog::Message << "Clear color: (" << red << ", " << green << ", " << blue << ", " << alpha << ")" << tcu::TestLog::EndMessage; 233 if (tcu::bilinearCompare(m_testCtx.getLog(), "Result", "Result", referenceRGBA8.getLevel(0), resultRGBA8.getLevel(0), tcu::RGBA(redThreshold, greenThreshold, blueThreshold, alphaThreshold), tcu::COMPARE_LOG_RESULT)) 247 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/egl/ |
teglSyncTests.cpp | 276 TestLog& log = m_testCtx.getLog(); 299 TestLog& log = m_testCtx.getLog(); 325 TestLog& log = m_testCtx.getLog(); 358 TestLog& log = m_testCtx.getLog(); 391 TestLog& log = m_testCtx.getLog(); 429 TestLog& log = m_testCtx.getLog(); 465 TestLog& log = m_testCtx.getLog(); 498 TestLog& log = m_testCtx.getLog(); 540 TestLog& log = m_testCtx.getLog(); 585 TestLog& log = m_testCtx.getLog(); [all...] |
teglNegativePartialUpdateTests.cpp | 210 m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getErrorStr(expected) << ", Got: " << eglu::getErrorStr(err) << TestLog::EndMessage; 220 m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getBooleanStr(expected) << ", Got: " << eglu::getBooleanStr(got) << TestLog::EndMessage; 241 TestLog& log = m_testCtx.getLog(); 283 TestLog& log = m_testCtx.getLog(); 368 TestLog& log = m_testCtx.getLog(); 401 TestLog& log = m_testCtx.getLog(); 436 TestLog& log = m_testCtx.getLog(); 467 TestLog& log = m_testCtx.getLog(); 507 TestLog& log = m_testCtx.getLog();
|