HomeSort by relevance Sort by last modified time
    Searched defs:m_results (Results 1 - 9 of 9) sorted by null

  /external/testng/src/main/java/org/testng/reporters/jq/
ResultsByClass.java 23 private ListMultiMap<Class<?>, ITestResult> m_results = Maps.newListMultiMap(); field in class:ResultsByClass
26 m_results.put(c, tr);
30 List<ITestResult> result = m_results.get(c);
37 return m_results.getKeys();
  /external/deqp/modules/gles31/functional/
es31fNegativeTestShared.hpp 83 tcu::ResultCollector& m_results; member in class:deqp::gles31::Functional::NegativeTestShared::NegativeTestContext
es31fFboNoAttachmentTests.cpp 277 tcu::ResultCollector m_results; member in class:deqp::gles31::Functional::__anon10541::FramebufferCompletenessCase
297 m_results.check(gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE, "Framebuffer was incorrectly reported as complete when it had no width, height or attachments");
300 m_results.check(gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE, "Framebuffer was incorrectly reported as complete when it only had a width");
303 m_results.check(gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER) == GL_FRAMEBUFFER_COMPLETE, "Framebuffer not reported as complete when it had width and height set");
306 m_results.check(gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE, "Framebuffer was incorrectly reported as complete when it only had a height");
310 m_results.setTestContextResult(m_testCtx);
es31fDebugTests.cpp 348 tcu::ResultCollector m_results; member in class:deqp::gles31::Functional::__anon10536::BaseCase
537 m_results.addResult(QP_TEST_RESULT_FAIL, "Message was not reported as expected");
542 m_results.addResult(QP_TEST_RESULT_QUALITY_WARNING, "Verification accuracy is lacking without a debug context");
557 m_results.addResult(QP_TEST_RESULT_FAIL, "Incorrect message source");
564 m_results.addResult(QP_TEST_RESULT_FAIL, "Incorrect message type");
578 m_results.addResult(QP_TEST_RESULT_QUALITY_WARNING, "Empty message");
603 m_results.addResult(QP_TEST_RESULT_FAIL, "Incorrect message id");
610 m_results.addResult(QP_TEST_RESULT_FAIL, "Incorrect message severity");
658 DebugMessageTestContext context = DebugMessageTestContext(*this, m_context.getRenderContext(), m_context.getContextInfo(), log, m_results, true);
673 m_results.setTestContextResult(m_testCtx)
    [all...]
  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.hpp 130 std::vector<deUint64> m_results; member in class:deqp::gls::StateChangeCallPerformanceCase
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 828 vector<deUint64> m_results; member in class:deqp::egl::__anon10089::SharedRenderingPerfCase
877 m_results.clear();
1043 if (m_results.empty())
1063 m_results.push_back(endTimeUs - beginTimeUs);
1065 if ((int)m_results.size() == m_iterationCount)
1067 logAndSetResults(m_testCtx, m_results);
    [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 530 tcu::ResultCollector m_results; member in class:deqp::gles3::Performance::__anon10509::BaseCase
620 m_results.setTestContextResult(m_testCtx);
779 m_results.addResult(QP_TEST_RESULT_PASS, "Pass");
784 m_results.addResult(QP_TEST_RESULT_PASS, "Result confidence extremely low");
789 m_results.addResult(QP_TEST_RESULT_PASS, de::floatToString(mpxPerS, 2));
    [all...]
es3pBufferDataUploadTests.cpp 1920 std::vector<UploadSampleResult<SampleType> > m_results; member in class:deqp::gles3::Performance::__anon10439::BasicBufferCase
    [all...]
  /prebuilts/tools/common/m2/repository/org/testng/testng/6.9.10/
testng-6.9.10.jar 

Completed in 134 milliseconds