Searched defs:m_lines (Results 1 - 5 of 5) sorted by relevance

/external/emma/core/java12/com/vladium/jcd/cls/attribute/
H A DLineNumberTableAttribute_info.java88 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
182 private List/* LineNumber_info */ m_lines; // never null field in class:LineNumberTableAttribute_info
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fClippingTests.cpp618 const std::vector<ColoredLineData> m_lines; member in class:deqp::gles2::Functional::__anon4932::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[nd
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fClippingTests.cpp621 const std::vector<ColoredLineData> m_lines; member in class:deqp::gles3::Functional::__anon5061::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[nd
[all...]
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...

Completed in 206 milliseconds