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

  /external/chromium_org/third_party/WebKit/Source/modules/speech/
SpeechRecognitionResultList.h 40 unsigned long length() { return m_results.size(); }
48 HeapVector<Member<SpeechRecognitionResult> > m_results; member in class:blink::SpeechRecognitionResultList
SpeechRecognitionEvent.h 57 SpeechRecognitionResultList* results() const { return m_results.get(); }
74 PersistentWillBeMember<SpeechRecognitionResultList> m_results; member in class:blink::FINAL
  /external/chromium_org/third_party/WebKit/Source/platform/plugins/
PluginListBuilder.h 42 PluginListBuilder(Vector<blink::PluginInfo>* results) : m_results(results) { }
50 Vector<PluginInfo>* m_results; member in class:blink::FINAL
  /external/deqp/modules/gles31/functional/
es31fNegativeTestShared.hpp 73 tcu::ResultCollector& m_results; member in class:deqp::gles31::Functional::NegativeTestShared::NegativeTestContext
es31fDebugTests.cpp 268 tcu::ResultCollector m_results; member in class:deqp::gles31::Functional::__anon24880::BaseCase
457 m_results.addResult(QP_TEST_RESULT_FAIL, "Message was not reported as expected");
462 m_results.addResult(QP_TEST_RESULT_QUALITY_WARNING, "Verification accuracy is lacking without a debug context");
477 m_results.addResult(QP_TEST_RESULT_FAIL, "Incorrect message source");
484 m_results.addResult(QP_TEST_RESULT_FAIL, "Incorrect message type");
498 m_results.addResult(QP_TEST_RESULT_QUALITY_WARNING, "Empty message");
523 m_results.addResult(QP_TEST_RESULT_FAIL, "Incorrect message id");
530 m_results.addResult(QP_TEST_RESULT_FAIL, "Incorrect message severity");
578 NegativeTestContext context = NegativeTestContext(*this, m_context.getRenderContext(), m_context.getContextInfo(), log, m_results, true);
593 m_results.setTestContextResult(m_testCtx)
    [all...]
es31fFboNoAttachmentTests.cpp 276 tcu::ResultCollector m_results; member in class:deqp::gles31::Functional::__anon24882::FramebufferCompletenessCase
296 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");
299 m_results.check(gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE, "Framebuffer was incorrectly reported as complete when it only had a width");
302 m_results.check(gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER) == GL_FRAMEBUFFER_COMPLETE, "Framebuffer not reported as complete when it had width and height set");
305 m_results.check(gl.checkFramebufferStatus(GL_DRAW_FRAMEBUFFER) != GL_FRAMEBUFFER_COMPLETE, "Framebuffer was incorrectly reported as complete when it only had a height");
309 m_results.setTestContextResult(m_testCtx);
  /external/deqp/modules/glshared/
glsStateChangePerfTestCases.hpp 130 std::vector<deUint64> m_results; member in class:deqp::gls::StateChangeCallPerformanceCase
  /external/lldb/tools/lldb-perf/lib/
Results.h 290 m_results ()
301 return m_results;
308 Dictionary m_results; member in class:lldb_perf::Results
  /external/deqp/modules/egl/
teglGLES2SharedRenderingPerfTests.cpp 840 vector<deUint64> m_results; member in class:deqp::egl::__anon24441::SharedRenderingPerfCase
892 m_results.clear();
1052 if (m_results.empty())
1072 m_results.push_back(endTimeUs - beginTimeUs);
1074 if ((int)m_results.size() == m_iterationCount)
1076 logAndSetResults(m_testCtx, m_results);
    [all...]
  /external/deqp/modules/gles3/performance/
es3pDepthTests.cpp 529 tcu::ResultCollector m_results; member in class:deqp::gles3::Performance::__anon24855::BaseCase
619 m_results.setTestContextResult(m_testCtx);
778 m_results.addResult(QP_TEST_RESULT_PASS, "Pass");
783 m_results.addResult(QP_TEST_RESULT_PASS, "Result confidence extremely low");
788 m_results.addResult(QP_TEST_RESULT_PASS, de::floatToString(mpxPerS, 2));
    [all...]
es3pBufferDataUploadTests.cpp 1939 std::vector<UploadSampleResult<SampleType> > m_results; member in class:deqp::gles3::Performance::__anon24785::BasicBufferCase
    [all...]

Completed in 357 milliseconds