HomeSort by relevance Sort by last modified time
    Searched refs:m_lines (Results 1 - 7 of 7) 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 618 const std::vector<ColoredLineData> m_lines; member in class:deqp::gles2::Functional::__anon17088::LineRenderTestCase
625 , m_lines (linesBegin, linesEnd)
633 , m_lines (convertToColoredLines(linesBegin, linesEnd))
665 for (size_t ndx = 0; ndx < m_lines.size(); ++ndx)
667 const std::string fromProperties = genClippingPointInfoString(m_lines[ndx].p0);
668 const std::string toProperties = genClippingPointInfoString(m_lines[ndx].p1);
670 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 621 const std::vector<ColoredLineData> m_lines; member in class:deqp::gles3::Functional::__anon17217::LineRenderTestCase
628 , m_lines (linesBegin, linesEnd)
636 , m_lines (convertToColoredLines(linesBegin, linesEnd))
668 for (size_t ndx = 0; ndx < m_lines.size(); ++ndx)
670 const std::string fromProperties = genClippingPointInfoString(m_lines[ndx].p0);
671 const std::string toProperties = genClippingPointInfoString(m_lines[ndx].p1);
673 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 
  /prebuilts/devtools/tools/lib/
emma.jar 
emma_device.jar 

Completed in 87 milliseconds