HomeSort by relevance Sort by last modified time
    Searched refs:m_lines (Results 1 - 5 of 5) sorted by null

  /external/emma/core/java12/com/vladium/jcd/cls/attribute/
LineNumberTableAttribute_info.java 88 return (LineNumber_info) m_lines.get (offset);
96 return m_lines.size ();
101 return 8 + (m_lines.size () << 2); // use size() if class becomes non-final
134 final int lines_count = m_lines.size (); // use size() if class becomes non-final
135 _clone.m_lines = new ArrayList (lines_count);
138 _clone.m_lines.add (((LineNumber_info) m_lines.get (e)).clone ());
150 final int lines_count = m_lines.size (); // use size() if class becomes non-final
155 ((LineNumber_info) m_lines.get (l)).writeInClassFormat (out);
171 m_lines = new ArrayList (lines_count)
182 private List\/* LineNumber_info *\/ m_lines; \/\/ never null field in class:LineNumberTableAttribute_info
    [all...]
  /external/deqp/modules/gles2/functional/
es2fClippingTests.cpp 616 const std::vector<ColoredLineData> m_lines; member in class:deqp::gles2::Functional::__anon24483::LineRenderTestCase
623 , m_lines (linesBegin, linesEnd)
631 , m_lines (convertToColoredLines(linesBegin, linesEnd))
664 for (size_t ndx = 0; ndx < m_lines.size(); ++ndx)
666 const std::string fromProperties = genClippingPointInfoString(m_lines[ndx].p0);
667 const std::string toProperties = genClippingPointInfoString(m_lines[ndx].p1);
669 log << TestLog::Message << "\tfrom (x=" << m_lines[ndx].p0.x() << "\ty=" << m_lines[ndx].p0.y() << "\tz=" << m_lines[ndx].p0.z() << "\tw=" << m_lines[ndx].p0.w() << ")\t" << fromProperties << TestLog::EndMessage
    [all...]
  /external/deqp/modules/gles3/functional/
es3fClippingTests.cpp 619 const std::vector<ColoredLineData> m_lines; member in class:deqp::gles3::Functional::__anon24614::LineRenderTestCase
626 , m_lines (linesBegin, linesEnd)
634 , m_lines (convertToColoredLines(linesBegin, linesEnd))
667 for (size_t ndx = 0; ndx < m_lines.size(); ++ndx)
669 const std::string fromProperties = genClippingPointInfoString(m_lines[ndx].p0);
670 const std::string toProperties = genClippingPointInfoString(m_lines[ndx].p1);
672 log << TestLog::Message << "\tfrom (x=" << m_lines[ndx].p0.x() << "\ty=" << m_lines[ndx].p0.y() << "\tz=" << m_lines[ndx].p0.z() << "\tw=" << m_lines[ndx].p0.w() << ")\t" << fromProperties << TestLog::EndMessage
    [all...]
  /external/emma/lib/
emma.jar 
  /external/owasp/sanitizer/tools/emma/lib/
emma.jar 

Completed in 530 milliseconds