Home
last modified time | relevance | path

Searched refs:testLog (Results 1 – 12 of 12) sorted by relevance

/external/deqp/framework/platform/android/
DtcuTestLogParserJNI.cpp242 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/
DesextcDrawBuffersIndexedBase.cpp61 : 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()
108testLog << tcu::TestLog::Message << "State for " << e << " in buffer #" << idx << " should be set … in CheckEnumForBuffer()
122testLog << tcu::TestLog::Message << "Blending for buffer #" << idx << " set to: " << !state[idx].e… in CheckBuffer()
150testLog << tcu::TestLog::Message << "GL_COLOR_WRITEMASK for buffer #" << idx << " should be set to… in CheckBuffer()
183testLog << tcu::TestLog::Message << "GL_COLOR_WRITEMASK for buffer #" << idx << " should be set to… in CheckBuffer()
DesextcDrawBuffersIndexedBase.hpp118 tcu::TestLog& testLog; member in glcts::DrawBuffersIndexedBase::BlendMaskStateMachine
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRConfig.java189 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/
DLog4j12Calls.java28 public void testLog() { in testLog() method in Log4j12Calls
DLog4j13Calls.java30 public void testLog() { in testLog() method in Log4j13Calls
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelineMultisampleTests.cpp1419 tcu::TestLog& testLog = m_context.getTestContext().getLog(); in iterate() local
1421 testLog << tcu::TestLog::ImageSet("Images", "Images") in iterate()
1426testLog << 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/
DvktShaderBuiltinPrecisionTests.cpp5907 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/
DDeqpTestRunner.java329 mSink.testLog(testId.getClassName() + "." + testId.getTestName() + "@" in forwardFinalizedPendingResult()
/external/python/cpython2/Lib/test/
Dtest_math.py591 def testLog(self): member in MathTests
/external/python/cpython3/Lib/test/
Dtest_math.py766 def testLog(self): member in MathTests
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_client_test.py812 def testLog(self): member in SingleOpTest