/external/deqp/modules/internal/ |
ditSeedBuilderTests.cpp | 53 TestLog& log = m_testCtx.getLog(); 85 TestLog& log = m_testCtx.getLog();
|
ditTextureFormatTests.cpp | [all...] |
/external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/ |
ShadowDefaultRequestDirector.java | 114 LogFactory.getLog(DefaultRequestDirector.class), 155 public Log getLog() {
|
/frameworks/base/tools/layoutlib/bridge/src/android/animation/ |
PropertyValuesHolder_Delegate.java | 110 Bridge.getLog().error(null, "Unable to update property during animation", e, null); 112 Bridge.getLog().error(null, "Unable to update property during animation", e, null);
|
/frameworks/base/tools/layoutlib/bridge/src/android/content/res/ |
Resources_Delegate.java | 176 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_FORMAT, message, e, null); 311 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_FORMAT, 325 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_FORMAT, 356 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_RESOLVE, 364 Bridge.getLog().warning(LayoutLog.TAG_UNSUPPORTED, 390 Bridge.getLog().error(LayoutLog.TAG_RESOURCES_RESOLVE, 427 Bridge.getLog().error(LayoutLog.TAG_BROKEN, 462 Bridge.getLog().error(LayoutLog.TAG_BROKEN, [all...] |
/frameworks/base/tools/layoutlib/bridge/src/android/graphics/ |
BitmapShader_Delegate.java | 118 Bridge.getLog().fidelityWarning(LayoutLog.TAG_MATRIX_INVERSE, 127 Bridge.getLog().fidelityWarning(LayoutLog.TAG_MATRIX_INVERSE,
|
LinearGradient_Delegate.java | 134 Bridge.getLog().fidelityWarning(LayoutLog.TAG_MATRIX_INVERSE, 143 Bridge.getLog().fidelityWarning(LayoutLog.TAG_MATRIX_INVERSE,
|
RadialGradient_Delegate.java | 122 Bridge.getLog().fidelityWarning(LayoutLog.TAG_MATRIX_INVERSE, 131 Bridge.getLog().fidelityWarning(LayoutLog.TAG_MATRIX_INVERSE,
|
SweepGradient_Delegate.java | 112 Bridge.getLog().fidelityWarning(LayoutLog.TAG_MATRIX_INVERSE, 121 Bridge.getLog().fidelityWarning(LayoutLog.TAG_MATRIX_INVERSE,
|
Canvas_Delegate.java | 379 Bridge.getLog().fidelityWarning(LayoutLog.TAG_MATRIX_AFFINE, 443 Bridge.getLog().fidelityWarning(LayoutLog.TAG_DRAWFILTER, 534 Bridge.getLog().fidelityWarning(LayoutLog.TAG_UNSUPPORTED, 542 Bridge.getLog().fidelityWarning(LayoutLog.TAG_UNSUPPORTED, 550 Bridge.getLog().fidelityWarning(LayoutLog.TAG_UNSUPPORTED, 762 Bridge.getLog().fidelityWarning(LayoutLog.TAG_UNSUPPORTED, [all...] |
/external/deqp/modules/gles3/performance/ |
es3pBufferDataUploadTests.cpp | [all...] |
/external/deqp/modules/glshared/ |
glsStateChangePerfTestCases.cpp | 322 m_testCtx.getLog() << *program; 541 TestLog& log = m_testCtx.getLog(); 568 TestLog& log = m_testCtx.getLog(); 671 TestLog& log = m_testCtx.getLog(); 689 TestLog& log = m_testCtx.getLog();
|
/external/deqp/modules/gles31/functional/ |
es31fOpaqueTypeIndexingTests.cpp | 535 m_testCtx.getLog() << *executor; 608 m_testCtx.getLog() << TestLog::Message << "ERROR: at invocation " << invocationNdx << ", lookup " << lookupNdx << ": expected " 640 m_testCtx.getLog() << TestLog::Message << "ERROR: at lookup " << lookupNdx << ": expected " 655 m_testCtx.getLog() << TestLog::Message << "ERROR: at lookup " << lookupNdx << ": expected " 679 m_testCtx.getLog() << TestLog::Message << "ERROR: invocation " << invocationNdx << " result " 871 m_testCtx.getLog() << *shaderExecutor; 920 m_testCtx.getLog() << TestLog::Message << "ERROR: at invocation " << invocationNdx [all...] |
es31fStencilTexturingTests.cpp | 557 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), stencilOnlyLevel, readLevel); 621 tcu::ScopedLogSection section(m_testCtx.getLog(), "Level" + de::toString(levelNdx), "Level " + de::toString(levelNdx)); 632 levelOk = compareStencilToRed(m_testCtx.getLog(), reference, readLevel); 635 levelOk = compareRedChannel(m_testCtx.getLog(), readLevel, levelNdx); 789 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), reference, result); 863 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), reference, result); 899 m_testCtx.getLog() << TestLog::Message << "NOTE: Texture compare mode has no effect when reading stencil values." << TestLog::EndMessage; 922 const bool compareOk = compareStencilToRed(m_testCtx.getLog(), stencilOnlyLevel, readLevel); 961 m_testCtx.getLog() << TestLog::Message << "GL_TEXTURE_BASE_LEVEL = " << levelNdx << TestLog::EndMessage; [all...] |
es31fLayoutBindingTests.cpp | 307 m_testCtx.getLog() << tcu::TestLog::Message << "Maximum units for uniform type in the vertex shader: " << maxVertexUnits << tcu::TestLog::EndMessage; 308 m_testCtx.getLog() << tcu::TestLog::Message << "Maximum units for uniform type in the fragment shader: " << maxFragmentUnits << tcu::TestLog::EndMessage; 309 m_testCtx.getLog() << tcu::TestLog::Message << "Maximum combined units for uniform type: " << maxCombinedUnits << tcu::TestLog::EndMessage; 310 m_testCtx.getLog() << tcu::TestLog::Message << "Maximum binding point for uniform type: " << numBindingPoints-1 << tcu::TestLog::EndMessage; 374 m_testCtx.getLog() << tcu::TestLog::Message << "Creating test shaders" << tcu::TestLog::EndMessage; 376 m_testCtx.getLog() << *m_program; 550 m_testCtx.getLog() << TestLog::Message << "Reading pixels" << TestLog::EndMessage; 555 m_testCtx.getLog() << tcu::TestLog::Message << "Verifying output image, fragment output color is " << expectedColor << tcu::TestLog::EndMessage; 557 return tcu::pixelThresholdCompare(m_testCtx.getLog(), "Render result", "Result verification", reference, result, compareThreshold, tcu::COMPARE_LOG_RESULT); 668 m_testCtx.getLog() << tcu::TestLog::Message << "Maximum units for uniform type in the vertex shader: " << maxVertex (…) [all...] |
/external/deqp/modules/gles3/functional/ |
es3fBufferWriteTests.cpp | 192 BufferVerifier verifier (m_renderCtx, m_testCtx.getLog(), m_verify); 234 BufferVerifier verifier (m_renderCtx, m_testCtx.getLog(), m_verify); 288 BufferVerifier verifier (m_renderCtx, m_testCtx.getLog(), m_verify); 340 BufferVerifier verifier (m_renderCtx, m_testCtx.getLog(), m_verify); 411 m_verifier = new BufferVerifier(m_renderCtx, m_testCtx.getLog(), VERIFY_AS_VERTEX_ARRAY); 466 m_testCtx.getLog() << TestLog::Section(string("Iteration") + de::toString(m_iterNdx+1), string("Iteration ") + de::toString(m_iterNdx+1) + " / " + de::toString(numIterations)); 529 m_testCtx.getLog() << TestLog::EndSection;
|
/external/deqp/modules/gles2/functional/ |
es2fTextureFilteringTests.cpp | 129 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES, glu::PRECISION_MEDIUMP) 147 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES, glu::PRECISION_MEDIUMP) 268 const tcu::ScopedLogSection section (m_testCtx.getLog(), string("Test") + de::toString(m_caseNdx), string("Test ") + de::toString(m_caseNdx)); 284 m_testCtx.getLog() << TestLog::Message << "Texture coordinates: " << curCase.minCoord << " -> " << curCase.maxCoord << TestLog::EndMessage; 392 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES, glu::PRECISION_MEDIUMP) 410 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES, glu::PRECISION_MEDIUMP) 536 const tcu::ScopedLogSection iterSection (m_testCtx.getLog(), string("Test") + de::toString(m_caseNdx), string("Test ") + de::toString(m_caseNdx)); 563 m_testCtx.getLog() << TestLog::Message << "Coordinates: " << curCase.bottomLeft << " -> " << curCase.topRight << TestLog::EndMessage; 573 m_testCtx.getLog() << TestLog::Message << "Face " << getFaceDesc(face) << TestLog::EndMessage;
|
es2fTextureWrapTests.cpp | 102 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES, glu::PRECISION_MEDIUMP) 120 , m_renderer (renderCtx, testCtx.getLog(), glu::GLSL_VERSION_100_ES, glu::PRECISION_MEDIUMP) 162 TestLog& log = m_testCtx.getLog();
|
/cts/common/util/tests/src/com/android/compatibility/common/util/ |
ResultHandlerTest.java | 289 assertNull("Unexpected log", moduleATest1.getLog()); 311 assertEquals("Incorrect log", LOGCAT, moduleBTest3.getLog()); 320 assertNull("Unexpected log", moduleBTest4.getLog());
|
/external/deqp/modules/egl/ |
teglCreateSurfaceTests.cpp | 119 TestLog& log = m_testCtx.getLog(); 177 TestLog& log = m_testCtx.getLog(); 233 TestLog& log = m_testCtx.getLog();
|
/external/apache-http/src/org/apache/http/client/protocol/ |
RequestAddCookies.java | 77 private final Log log = LogFactory.getLog(getClass());
|
ResponseProcessCookies.java | 69 private final Log log = LogFactory.getLog(getClass());
|
/external/apache-http/src/org/apache/http/impl/client/ |
AbstractAuthenticationHandler.java | 65 private final Log log = LogFactory.getLog(getClass());
|
DefaultRedirectHandler.java | 72 private final Log log = LogFactory.getLog(getClass());
|
/external/apache-http/src/org/apache/http/impl/conn/tsccm/ |
AbstractConnPool.java | 65 private final Log log = LogFactory.getLog(getClass());
|