/external/deqp/framework/platform/android/ |
D | tcuTestLogParserJNI.cpp | 242 std::ostringstream testLog; in parse() local 243 xe::xml::Writer xmlWriter(testLog); in parse() 245 testLog << "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n" in parse() 250 listener.testLogData(testLog.str().c_str()); in parse() 261 std::ostringstream testLog; in parse() local 262 xe::xml::Writer xmlWriter(testLog); in parse() 264 testLog << "<?xml version=\"1.0\" encoding=\"utf-8\"?>\n" in parse() 269 listener.testLogData(testLog.str().c_str()); in parse()
|
/external/deqp/external/openglcts/modules/glesext/draw_buffers_indexed/ |
D | esextcDrawBuffersIndexedBase.cpp | 61 : state(4), gl(context.getRenderContext().getFunctions()), testLog(log) in BlendMaskStateMachine() 66 : state(dbs), gl(context.getRenderContext().getFunctions()), testLog(log) in BlendMaskStateMachine() 87 testLog << tcu::TestLog::Message << "General state should be set to " << s in CheckEnumGeneral() 108 …testLog << tcu::TestLog::Message << "State for " << e << " in buffer #" << idx << " should be set … in CheckEnumForBuffer() 122 …testLog << tcu::TestLog::Message << "Blending for buffer #" << idx << " set to: " << !state[idx].e… in CheckBuffer() 150 …testLog << tcu::TestLog::Message << "GL_COLOR_WRITEMASK for buffer #" << idx << " should be set to… in CheckBuffer() 183 …testLog << tcu::TestLog::Message << "GL_COLOR_WRITEMASK for buffer #" << idx << " should be set to… in CheckBuffer()
|
D | esextcDrawBuffersIndexedBase.hpp | 118 tcu::TestLog& testLog; member in glcts::DrawBuffersIndexedBase::BlendMaskStateMachine
|
/external/cldr/tools/java/org/unicode/cldr/util/ |
D | CLDRConfig.java | 189 private TestLog testLog = null; field in CLDRConfig 193 testLog = log; in setTestLog() 199 testLog = log; in setTestLog() 204 if (testLog != null) { in logln() 205 testLog.logln(msg); in logln()
|
/external/slf4j/log4j-over-slf4j/compatibility/src/main/java/test/ |
D | Log4j12Calls.java | 28 public void testLog() { in testLog() method in Log4j12Calls
|
D | Log4j13Calls.java | 30 public void testLog() { in testLog() method in Log4j13Calls
|
/external/deqp/external/vulkancts/modules/vulkan/pipeline/ |
D | vktPipelineMultisampleTests.cpp | 1419 tcu::TestLog& testLog = m_context.getTestContext().getLog(); in iterate() local 1421 testLog << tcu::TestLog::ImageSet("Images", "Images") in iterate() 1426 …testLog << tcu::TestLog::Image("sampleShadedImage", "One sample of sample shaded image", sampleSha… in iterate() 1428 testLog << tcu::TestLog::EndImageSet; in iterate()
|
/external/deqp/external/vulkancts/modules/vulkan/shaderexecutor/ |
D | vktShaderBuiltinPrecisionTests.cpp | 5907 TestLog& testLog = m_context.getTestContext().getLog(); in iterate() local 5919 testLog << TestLog::Message << "Statement: " << m_stmt << TestLog::EndMessage; in iterate() 5930 testLog << TestLog::Message << "Reference definitions:\n" << oss.str() in iterate() 6017 MessageBuilder builder = testLog.message(); in iterate() 6077 testLog << TestLog::Message << "(Skipped " << (numErrors - maxMsgs) << " messages.)" in iterate() 6083 testLog << TestLog::Message << "All " << numValues << " inputs passed." in iterate() 6088 testLog << TestLog::Message << numErrors << "/" << numValues << " inputs failed." in iterate()
|
/external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/ |
D | DeqpTestRunner.java | 329 mSink.testLog(testId.getClassName() + "." + testId.getTestName() + "@" in forwardFinalizedPendingResult()
|
/external/python/cpython2/Lib/test/ |
D | test_math.py | 591 def testLog(self): member in MathTests
|
/external/python/cpython3/Lib/test/ |
D | test_math.py | 766 def testLog(self): member in MathTests
|
/external/tensorflow/tensorflow/compiler/xla/python/ |
D | xla_client_test.py | 812 def testLog(self): member in SingleOpTest
|