/external/deqp/modules/egl/ |
teglClientExtensionTests.cpp | 165 m_testCtx.getLog() << TestLog::Message << "eglQueryString(EGL_NO_DISPLAY, EGL_EXTENSIONS) didn't fail, but extension string doesn't contain EGL_EXT_client_extensions" <<TestLog::EndMessage; 219 m_testCtx.getLog() << TestLog::Message << "'" << clientExtensions[extNdx] << "' is not client extension" << TestLog::EndMessage; 228 m_testCtx.getLog() << TestLog::Message << "'" << displayExtensions[extNdx] << "' is not display extension" << TestLog::EndMessage; 279 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Client extensions", "Client extensions"); 282 m_testCtx.getLog() << TestLog::Message << clientExtensions[extNdx] << TestLog::EndMessage; 287 const tcu::ScopedLogSection section(m_testCtx.getLog(), "Display extensions", "Display extensions"); 290 m_testCtx.getLog() << TestLog::Message << displayExtensions[extNdx] << TestLog::EndMessage; 306 m_testCtx.getLog() << TestLog::Message << "Extension '" << *iter << "' exists in client and display extension sets." << TestLog::EndMessage; 312 m_testCtx.getLog() << TestLog::Message << "Extension sets are not disjoint" << TestLog::EndMessage;
|
/external/deqp/modules/gles3/functional/ |
es3fFlushFinishTests.cpp | 214 m_testCtx.getLog() << *m_program; 291 tcu::ScopedLogSection section (m_testCtx.getLog(), "CalibrationInfo", "Calibration info"); 301 m_testCtx.getLog() << TestLog::Message << "Calibrating shader iteration count, target duration = " << targetDurationUs << " us" << TestLog::EndMessage; 316 m_testCtx.getLog() << TestLog::Message << "Duration with " << curIterCount << " iterations = " << curDuration << " us" << TestLog::EndMessage; 345 m_testCtx.getLog() << TestLog::Integer("ShaderIterCount", "Shader iteration count", "", QP_KEY_TAG_NONE, params.numItersInShader); 354 m_testCtx.getLog() << TestLog::Message << "Calibrating maximum draw call count, target duration = " << int(MAX_SAMPLE_DURATION_US) << " us" << TestLog::EndMessage; 370 m_testCtx.getLog() << TestLog::Message << "Duration with " << curDrawCount << " draw calls = " << curDuration << " us" << TestLog::EndMessage; 399 m_testCtx.getLog() << TestLog::Integer("MaxDrawCalls", "Maximum number of draw calls", "", QP_KEY_TAG_NONE, params.maxDrawCalls); 476 tcu::ScopedLogSection section (m_testCtx.getLog(), "Samples", "Samples"); 482 m_testCtx.getLog() << *iter [all...] |
es3fInternalFormatQueryTests.cpp | 65 m_testCtx.getLog() << TestLog::Message << "// sample counts is " << sampleCounts << TestLog::EndMessage; 84 m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected sample count to be at least one; got " << sampleCount << TestLog::EndMessage; 92 m_testCtx.getLog() << TestLog::Message 112 m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected maximum value in SAMPLES (" << maximumFormatSampleCount << ") to be at least the value of MAX_SAMPLES (" << maxSamples << ")" << TestLog::EndMessage; 152 m_testCtx.getLog() << TestLog::Message << "// ERROR: Expected output variable not to be written to." << TestLog::EndMessage;
|
es3fShaderPackingFunctionTests.cpp | 106 m_testCtx.getLog() << m_executor; 191 m_testCtx.getLog() << TestLog::Message << "Executing shader for " << inputs.size() << " input values" << tcu::TestLog::EndMessage; 222 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx 229 m_testCtx.getLog() << TestLog::Message << "..." << TestLog::EndMessage; 235 m_testCtx.getLog() << TestLog::Message << (numValues - numFailed) << " / " << numValues << " values passed" << TestLog::EndMessage; 279 m_testCtx.getLog() << TestLog::Message << "Executing shader for " << inputs.size() << " input values" << tcu::TestLog::EndMessage; 311 m_testCtx.getLog() << TestLog::Message << "ERROR: Mismatch in value " << valNdx << ",\n" 319 m_testCtx.getLog() << TestLog::Message << "..." << TestLog::EndMessage; 325 m_testCtx.getLog() << TestLog::Message << (numValues - numFailed) << " / " << numValues << " values passed" << TestLog::EndMessage; 382 m_testCtx.getLog() << TestLog::Message << "Executing shader for " << inputs.size() << " input values" << tcu::TestL (…) [all...] |
es3fStringQueryTests.cpp | 101 m_testCtx.getLog() << TestLog::Message << "// ERROR: MINOR_VERSION is " << stateVersionMinor << TestLog::EndMessage; 170 m_testCtx.getLog() << TestLog::Message << "// ERROR: NUM_EXTENSIONS is " << numExtensions << "; got " << extensions.size() << " extensions" << TestLog::EndMessage; 183 m_testCtx.getLog() << TestLog::Message << "// ERROR: extension " << extension << " found with GetStringi was not found in glGetString(GL_EXTENSIONS)" << TestLog::EndMessage; 203 m_testCtx.getLog() << TestLog::Message << "// ERROR: extension \"" << extensions[ndx] << "\" found with GetString was not found with GetStringi(GL_EXTENSIONS, ind)" << TestLog::EndMessage;
|
es3fApiCase.cpp | 44 , CallLogWrapper(context.getRenderContext().getFunctions(), context.getTestContext().getLog()) 45 , m_log (getLog())
|
/external/deqp/modules/gles31/functional/ |
es31fDebugTests.cpp | 529 TestLog& log = m_testCtx.getLog(); 553 TestLog& log = m_testCtx.getLog(); 572 TestLog& log = m_testCtx.getLog(); 594 TestLog& log = m_testCtx.getLog(); 657 tcu::TestLog& log = m_testCtx.getLog(); 726 tcu::TestLog& log = m_testCtx.getLog(); 750 TestLog& log = m_testCtx.getLog(); 831 tcu::TestLog& log = m_testCtx.getLog(); 851 TestLog& log = m_testCtx.getLog(); [all...] |
es31fSampleVariableTests.cpp | 334 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), NoRedVerifier()); 373 m_testCtx.getLog() << tcu::TestLog::Message << "GL_MAX_SAMPLES = " << maxSamples << tcu::TestLog::EndMessage; 385 m_testCtx.getLog() << tcu::TestLog::Message << "Set u_maxSamples = " << maxSamples << tcu::TestLog::EndMessage; 415 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), NoRedVerifier()); 458 m_testCtx.getLog() 465 m_testCtx.getLog() 551 return verifyImageWithVerifier(resultImage, m_testCtx.getLog(), FullBlueSomeGreenVerifier()); 567 m_testCtx.getLog() << tcu::TestLog::ImageSet("SampleBuffers", "Image sample buffers"); 569 m_testCtx.getLog() << tcu::TestLog::Image("Buffer" + de::toString(sampleNdx), "Sample " + de::toString(sampleNdx), resultBuffers[sampleNdx].getAccess()); 570 m_testCtx.getLog() << tcu::TestLog::EndImageSet [all...] |
es31fShaderTextureSizeTests.cpp | 175 m_testCtx.getLog() << *m_shader; 187 m_testCtx.getLog() 248 m_testCtx.getLog() << tcu::TestLog::Message << "\nIteration " << (m_iteration+1) << " / " << (int)m_iterations.size() << tcu::TestLog::EndMessage; 262 m_testCtx.getLog() << tcu::TestLog::Message << "Got GL_OUT_OF_MEMORY, skipping this size" << tcu::TestLog::EndMessage; 288 m_testCtx.getLog() << tcu::TestLog::Message << "One or more test sizes failed." << tcu::TestLog::EndMessage; 293 m_testCtx.getLog() << tcu::TestLog::Message << "Could not test any texture size, texture creation failed." << tcu::TestLog::EndMessage; 298 m_testCtx.getLog() << tcu::TestLog::Message << "All texture sizes passed." << tcu::TestLog::EndMessage; 383 m_testCtx.getLog() << tcu::TestLog::Message << "Creating texture with size " << size.x() << "x" << size.y() << tcu::TestLog::EndMessage; 385 m_testCtx.getLog() << tcu::TestLog::Message << "Creating texture with size " << size.x() << "x" << size.y() << "x" << size.z() << tcu::TestLog::EndMessage; 418 m_testCtx.getLog() << tcu::TestLog::Message << "Running the verification shader." << tcu::TestLog::EndMessage [all...] |
es31fTextureBufferTests.cpp | 156 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 157 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); 191 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 192 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); 222 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 223 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); 229 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial value"); 236 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After bind"); 251 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After delete"); 281 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); [all...] |
es31fVertexAttributeBindingStateQueryTests.cpp | 67 tcu::ResultCollector result(m_testCtx.getLog(), " // ERROR: "); 89 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 101 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); 109 const tcu::ScopedLogSection section (m_testCtx.getLog(), "vao", "VAO state"); 132 const tcu::ScopedLogSection section (m_testCtx.getLog(), "random", "Random values"); 164 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 176 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial values"); 184 const tcu::ScopedLogSection section (m_testCtx.getLog(), "vao", "VAO state"); 207 const tcu::ScopedLogSection section (m_testCtx.getLog(), "random", "Random values"); 244 tcu::ResultCollector result(m_testCtx.getLog(), " // ERROR: ") [all...] |
es31fTessellationGeometryInteractionTests.cpp | 188 m_testCtx.getLog() 253 m_testCtx.getLog() << tcu::TestLog::Message << "Tessellation level: inner " << innerTessellationLevel << ", outer " << outerTessellationLevel << tcu::TestLog::EndMessage; 258 const tcu::ScopedLogSection section (m_testCtx.getLog(), renderTargets[renderNdx].name, renderTargets[renderNdx].description); 276 m_testCtx.getLog() << program; 312 if (tcu::intThresholdPositionDeviationCompare(m_testCtx.getLog(), 494 m_testCtx.getLog() 559 const tcu::ScopedLogSection section (m_testCtx.getLog(), renderTargets[renderNdx].name, renderTargets[renderNdx].description); 575 m_testCtx.getLog() << program; 617 imageOk = tcu::fuzzyCompare(m_testCtx.getLog(), 625 imageOk = tcu::intThresholdPositionDeviationCompare(m_testCtx.getLog(), [all...] |
es31fIntegerStateQueryTests.cpp | 89 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 90 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); 135 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 136 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); 142 const tcu::ScopedLogSection section(m_testCtx.getLog(), "initial", "Initial value"); 149 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After bind"); 164 const tcu::ScopedLogSection section(m_testCtx.getLog(), "bind", "After delete"); 209 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 210 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); 263 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); [all...] |
es31fShaderMultisampleInterpolationStateQueryTests.cpp | 89 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 90 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: "); 137 glu::CallLogWrapper gl (m_context.getRenderContext().getFunctions(), m_testCtx.getLog()); 138 tcu::ResultCollector result (m_testCtx.getLog(), " // ERROR: ");
|
/external/antlr/antlr-3.4/antlr3-maven-plugin/src/main/java/org/antlr/mojo/antlr3/ |
Antlr3Mojo.java | 247 Log log = getLog(); 372 getLog().error(e); 431 if (getLog().isInfoEnabled()) { 432 getLog().info("No grammars to process"); 445 if (getLog().isDebugEnabled()) { 446 getLog().debug("Grammar file '" + grammar.getPath() + "' detected."); 452 if (getLog().isDebugEnabled()) { 453 getLog().debug(" ... relative path is: " + relPath);
|
/external/slf4j/jcl-over-slf4j/src/test/java/org/apache/commons/logging/ |
InvokeJCLTest.java | 34 Log log = LogFactory.getLog(InvokeJCLTest.class); 44 Log log = LogFactory.getLog(InvokeJCLTest.class);
|
/external/deqp/modules/gles31/stress/ |
es31sTessellationGeometryInteractionTests.cpp | 130 m_testCtx.getLog() 160 m_testCtx.getLog() 181 m_testCtx.getLog() << tcu::TestLog::Message << "Using implementation maximum geometry shader output limits." << tcu::TestLog::EndMessage; 192 m_testCtx.getLog() << tcu::TestLog::Message << "Using geometry shader extension minimum maximum output limits." << tcu::TestLog::EndMessage; 225 tcu::MessageBuilder msg(&m_testCtx.getLog()); 261 m_testCtx.getLog() 273 m_testCtx.getLog() 283 m_testCtx.getLog() << *m_program; 303 m_testCtx.getLog() << tcu::TestLog::Message << "Rendering single point at the origin. Expecting yellow and green colored grid-like image. (High-frequency grid may appear unicolored)." << tcu::TestLog::EndMessage; 312 m_testCtx.getLog() [all...] |
/external/deqp/modules/gles2/ |
tes2InfoTests.cpp | 61 m_testCtx.getLog() << tcu::TestLog::Message << result << tcu::TestLog::EndMessage; 84 m_testCtx.getLog() << tcu::TestLog::Message << *i << tcu::TestLog::EndMessage; 105 m_testCtx.getLog()
|
/external/deqp/modules/gles3/ |
tes3InfoTests.cpp | 61 m_testCtx.getLog() << tcu::TestLog::Message << result << tcu::TestLog::EndMessage; 84 m_testCtx.getLog() << tcu::TestLog::Message << *i << tcu::TestLog::EndMessage; 105 m_testCtx.getLog()
|
/external/deqp/modules/gles31/ |
tes31InfoTests.cpp | 61 m_testCtx.getLog() << tcu::TestLog::Message << result << tcu::TestLog::EndMessage; 84 m_testCtx.getLog() << tcu::TestLog::Message << *i << tcu::TestLog::EndMessage; 105 m_testCtx.getLog()
|
/cts/common/util/src/com/android/compatibility/common/util/ |
ITestResult.java | 89 String getLog();
|
/external/jacoco/jacoco-maven-plugin/src/org/jacoco/maven/ |
AbstractJacocoMojo.java | 62 getLog().info(
|
/external/testng/src/test/java/test/dependent/ |
DepBugSampleTest.java | 23 public static List<String> getLog() {
|
/frameworks/base/tools/layoutlib/bridge/src/android/text/ |
AndroidBidi_Delegate.java | 53 Bridge.getLog().error(LayoutLog.TAG_BROKEN, "Invalid direction flag", null);
|
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/util/ |
TempStorage.java | 32 private static Log log = LogFactory.getLog(TempStorage.class);
|