/external/slf4j/slf4j-migrator/jcl/ |
jclcontent.java | 8 Log l = LogFactory.getLog(MyClass.class); 9 Log mylog=LogFactory.getLog(MyClass.class); 10 Log mylog1 = LogFactory.getLog(MyClass.class); 11 Log mylog2 = LogFactory.getLog(MyClass.class); 15 Log mylog5 = LogFactory.getLog(MyClass.class); 21 myLog9 = LogFactory.getLog(MyClass.class);
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/ |
LogFactory.java | 26 public static Log getLog(Class clazz) {
|
/packages/services/Telephony/src/org/apache/james/mime4j/ |
LogFactory.java | 26 public static Log getLog(Class clazz) {
|
/external/deqp/modules/gles31/functional/ |
es31fProgramPipelineStateQueryTests.cpp | 103 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 104 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); 107 const tcu::ScopedLogSection section(m_testCtx.getLog(), "VtxProg", "Vertex program"); 108 m_testCtx.getLog() << vtxProgram; 112 const tcu::ScopedLogSection section(m_testCtx.getLog(), "FrgProg", "Fragment program"); 113 m_testCtx.getLog() << frgProgram; 130 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Initial", "Initial"); 135 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Set", "Set"); 166 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 167 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ") [all...] |
es31fIndexedStateQueryTests.cpp | 108 m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_SAMPLE_MASK_WORDS = " << m_maxSampleMaskWords << tcu::TestLog::EndMessage; 113 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 114 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); 120 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); 128 const tcu::ScopedLogSection section(m_testCtx.getLog(), "fixed", "Fixed values"); 142 const tcu::ScopedLogSection section (m_testCtx.getLog(), "random", "Random values"); 184 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 185 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); 191 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Element", "Element " + de::toString(ndx)); 225 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); [all...] |
es31fDefaultVertexArrayObjectTests.cpp | 54 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 56 m_testCtx.getLog() << tcu::TestLog::Message
|
es31fInternalFormatQueryTests.cpp | 110 m_testCtx.getLog() << tcu::TestLog::Message << "Format must support sample count of " << glu::getGettableStateStr(samplesEnum) << tcu::TestLog::EndMessage; 115 m_testCtx.getLog() << tcu::TestLog::Message << glu::getGettableStateStr(samplesEnum) << " = " << maxSamples << tcu::TestLog::EndMessage; 119 m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: minimum value of " << glu::getGettableStateStr(samplesEnum) << " is 1" << tcu::TestLog::EndMessage; 129 m_testCtx.getLog() << tcu::TestLog::Message << "GL_NUM_SAMPLE_COUNTS = " << numSampleCounts << tcu::TestLog::EndMessage; 135 m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: Format MUST support some multisample configuration, got GL_NUM_SAMPLE_COUNTS = " << numSampleCounts << tcu::TestLog::EndMessage; 143 tcu::MessageBuilder samplesMsg (&m_testCtx.getLog()); 170 m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: Samples must be ordered descending." << tcu::TestLog::EndMessage; 181 m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: Only positive SAMPLES allowed." << tcu::TestLog::EndMessage; 192 m_testCtx.getLog() << tcu::TestLog::Message << "ERROR: MAX_*_SAMPLES must be supported." << tcu::TestLog::EndMessage; 231 m_testCtx.getLog() << tcu::TestLog::Message << "Querying GL_NUM_SAMPLE_COUNTS to larger-than-needed buffer." << tcu (…) [all...] |
es31fInfoLogQueryShared.cpp | 47 const tcu::ScopedLogSection section (gl.getLog(), "QueryAll", "Query all"); 61 const tcu::ScopedLogSection section (gl.getLog(), "QueryMore", "Query more"); 85 const tcu::ScopedLogSection section (gl.getLog(), "QueryLess", "Query less"); 102 const tcu::ScopedLogSection section (gl.getLog(), "QueryOne", "Query one character"); 118 const tcu::ScopedLogSection section (gl.getLog(), "QueryNone", "Query to zero-sized buffer");
|
es31fProgramStateQueryTests.cpp | 125 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 126 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); 131 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "triangles in, triangle strip out, 3 vertices"); 139 m_testCtx.getLog() << program; 148 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "points in, line strip out, 5 vertices"); 156 m_testCtx.getLog() << program; 164 const tcu::ScopedLogSection section (m_testCtx.getLog(), "Layout", "points in, points out, 50 vertices"); 172 m_testCtx.getLog() << program; 251 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 252 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ") [all...] |
es31fSampleShadingTests.cpp | 78 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 79 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); 84 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying initial value" << tcu::TestLog::EndMessage; 90 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying random values" << tcu::TestLog::EndMessage; 129 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 130 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); 136 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying initial value" << tcu::TestLog::EndMessage; 142 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying special values" << tcu::TestLog::EndMessage; 159 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying random values" << tcu::TestLog::EndMessage; 196 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); [all...] |
es31fAndroidExtensionPackES31ATests.cpp | 93 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 97 m_testCtx.getLog() 108 m_testCtx.getLog() 138 m_testCtx.getLog() 145 m_testCtx.getLog() 154 m_testCtx.getLog()
|
es31fNegativeTestShared.cpp | 69 getLog() << TestLog::EndSection; 88 getLog() << TestLog::Section("callstream", desc); 98 getLog() << TestLog::EndSection;
|
/external/deqp/framework/opengl/ |
gluCallLogWrapper.hpp | 49 tcu::TestLog& getLog (void) { return m_log; }
|
/external/slf4j/slf4j-jdk14/src/test/java/org/slf4j/issue/ |
LoggerSerializationTest.java | 53 return "log=" + getLog(); 56 public Logger getLog() { 79 Assert.assertNotNull(lh2.getLog()); 80 lh2.getLog().info("You must see this message as a log message");
|
/external/testng/src/test/java/test/ |
BaseLogTest.java | 25 public static List<String> getLog() {
|
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
MergeMojo.java | 80 getLog().info(MSG_SKIPPING); 95 final FileSetManager fileSetManager = new FileSetManager(getLog()); 105 getLog().info( 120 getLog().info(MSG_SKIPPING); 123 getLog().info(
|
CheckMojo.java | 137 getLog().info(MSG_SKIPPING + dataFile); 143 getLog().info( 182 this.getLog().warn(CHECK_FAILED); 185 this.getLog().info(CHECK_SUCCESS); 193 fileFilter, getLog()); 211 this.getLog().warn(message);
|
DumpMojo.java | 104 getLog().info( 111 getLog().info(exception.getMessage()); 121 getLog().info(
|
/external/deqp/modules/egl/ |
teglApiCase.cpp | 42 , CallLogWrapper(eglTestCtx.getLibrary(), eglTestCtx.getTestContext().getLog()) 90 m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getErrorStr(expected) << ", Got: " << eglu::getErrorStr(err) << TestLog::EndMessage; 101 m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getErrorStr(expectedA) << " or " << eglu::getErrorStr(expectedB) << ", Got: " << eglu::getErrorStr(err) << TestLog::EndMessage; 111 m_testCtx.getLog() << TestLog::Message << "// ERROR expected: " << eglu::getBooleanStr(expected) << ", Got: " << eglu::getBooleanStr(got) << TestLog::EndMessage; 121 m_testCtx.getLog() << TestLog::Message << "// ERROR expected: EGL_NO_CONTEXT" << TestLog::EndMessage; 132 m_testCtx.getLog() << TestLog::Message << "// ERROR expected: EGL_NO_SURFACE" << TestLog::EndMessage; 143 m_testCtx.getLog() << TestLog::Message << "// ERROR expected: EGL_NO_DISPLAY" << TestLog::EndMessage; 153 m_testCtx.getLog() << TestLog::Message << "// ERROR expected: NULL" << TestLog::EndMessage;
|
/external/deqp/modules/gles3/functional/ |
es3fDefaultVertexArrayObjectTests.cpp | 52 glu::CallLogWrapper gl(m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 54 m_testCtx.getLog() << tcu::TestLog::Message
|
/external/deqp/modules/gles2/functional/ |
es2fApiCase.cpp | 42 , CallLogWrapper(context.getRenderContext().getFunctions(), context.getTestContext().getLog()) 43 , m_log (context.getTestContext().getLog()) 70 m_testCtx.getLog() << tcu::TestLog::Message << "// ERROR: expected " << glu::getErrorStr(expected) << tcu::TestLog::EndMessage; 108 m_testCtx.getLog() << tcu::TestLog::Message << "// No supported extensions available." << tcu::TestLog::EndMessage;
|
es2fFlushFinishTests.cpp | 199 m_testCtx.getLog() << *m_program; 267 tcu::ScopedLogSection section (m_testCtx.getLog(), "CalibrationInfo", "Calibration info"); 276 m_testCtx.getLog() << TestLog::Message << "Calibrating maximum draw call count, target duration = " << int(MAX_SAMPLE_DURATION_US) << " us" << TestLog::EndMessage; 289 m_testCtx.getLog() << TestLog::Message << "Duration with " << curDrawCount << " draw calls = " << curDuration << " us" << TestLog::EndMessage; 318 m_testCtx.getLog() << TestLog::Integer("MaxDrawCalls", "Maximum number of draw calls", "", QP_KEY_TAG_NONE, params.maxDrawCalls); 367 tcu::ScopedLogSection section (m_testCtx.getLog(), "Samples", "Samples"); 373 m_testCtx.getLog() << *iter; 376 m_testCtx.getLog() << TestLog::Float("WaitCoefficient", "Wait coefficient", "", QP_KEY_TAG_NONE, waitLine.coefficient) 388 m_testCtx.getLog() << TestLog::Message << "Wait time is" << (waitCorrelated ? "" : " NOT") << " correlated to rendering workload size." << TestLog::EndMessage; 390 m_testCtx.getLog() << TestLog::Message << "Warning: Wait time correlation to rendering workload size is unclear." < (…) [all...] |
/external/deqp/modules/internal/ |
ditImageIOTests.cpp | 52 m_testCtx.getLog() << TestLog::Message << "Loading image from file '" << m_filename << "'" << TestLog::EndMessage; 57 m_testCtx.getLog() << TestLog::Message << "Loaded " << texture.getWidth() << "x" << texture.getHeight() << "x" << texture.getDepth() << " image with format " << texture.getFormat() << TestLog::EndMessage; 68 m_testCtx.getLog() << TestLog::Message << "ERROR: expected hash " << tcu::toHex(m_expectedHash) << ", got " << tcu::toHex(hash) << TestLog::EndMessage; 69 m_testCtx.getLog() << TestLog::Image("Image", "Loaded image", texture.getAccess());
|
/external/testng/src/test/java/test/dependent/ |
DepBugVerifyTest.java | 12 List<String> log = DepBugSampleTest.getLog();
|
/frameworks/base/tools/layoutlib/studio-custom-widgets/src/com/android/tools/idea/editors/theme/widgets/ |
ErrorCatcher.java | 63 Bridge.getLog().warning(LayoutLog.TAG_BROKEN, "Failed to do onMeasure for view " + 75 Bridge.getLog().warning(LayoutLog.TAG_BROKEN, "Failed to draw for view " + 90 Bridge.getLog().warning(LayoutLog.TAG_BROKEN, "Failed to do onLayout for view " +
|