Home
last modified time | relevance | path

Searched refs:m_lines (Results 1 – 5 of 5) sorted by relevance

/external/emma/core/java12/com/vladium/jcd/cls/attribute/
DLineNumberTableAttribute_info.java88 return (LineNumber_info) m_lines.get (offset); in get()
96 return m_lines.size (); in size()
101 return 8 + (m_lines.size () << 2); // use size() if class becomes non-final in length()
134 final int lines_count = m_lines.size (); // use size() if class becomes non-final in clone()
135 _clone.m_lines = new ArrayList (lines_count); in clone()
138 _clone.m_lines.add (((LineNumber_info) m_lines.get (e)).clone ()); in clone()
150 final int lines_count = m_lines.size (); // use size() if class becomes non-final in writeInClassFormat()
155 ((LineNumber_info) m_lines.get (l)).writeInClassFormat (out); in writeInClassFormat()
171 m_lines = new ArrayList (lines_count); in LineNumberTableAttribute_info()
175 m_lines.add (new LineNumber_info (bytes)); in LineNumberTableAttribute_info()
[all …]
/external/deqp/modules/gles2/functional/
Des2fClippingTests.cpp618 const std::vector<ColoredLineData> m_lines; member in deqp::gles2::Functional::__anon1ee7734a0111::LineRenderTestCase
625 , m_lines (linesBegin, linesEnd) in LineRenderTestCase()
633 , m_lines (convertToColoredLines(linesBegin, linesEnd)) in LineRenderTestCase()
665 for (size_t ndx = 0; ndx < m_lines.size(); ++ndx) in testRender()
667 const std::string fromProperties = genClippingPointInfoString(m_lines[ndx].p0); in testRender()
668 const std::string toProperties = genClippingPointInfoString(m_lines[ndx].p1); in testRender()
670 …age << "\tfrom (x=" << m_lines[ndx].p0.x() << "\ty=" << m_lines[ndx].p0.y() << "\tz=" << m_lines[n… in testRender()
671 …age << "\tto (x=" << m_lines[ndx].p1.x() << "\ty=" << m_lines[ndx].p1.y() << "\tz=" << m_lines[n… in testRender()
691 …ctx.vertexAttribPointer (positionLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_lines[0].p0); in testRender()
692 ctx.vertexAttribPointer (colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_lines[0].c0); in testRender()
[all …]
/external/deqp/modules/gles3/functional/
Des3fClippingTests.cpp621 const std::vector<ColoredLineData> m_lines; member in deqp::gles3::Functional::__anon07f21dac0111::LineRenderTestCase
628 , m_lines (linesBegin, linesEnd) in LineRenderTestCase()
636 , m_lines (convertToColoredLines(linesBegin, linesEnd)) in LineRenderTestCase()
668 for (size_t ndx = 0; ndx < m_lines.size(); ++ndx) in testRender()
670 const std::string fromProperties = genClippingPointInfoString(m_lines[ndx].p0); in testRender()
671 const std::string toProperties = genClippingPointInfoString(m_lines[ndx].p1); in testRender()
673 …age << "\tfrom (x=" << m_lines[ndx].p0.x() << "\ty=" << m_lines[ndx].p0.y() << "\tz=" << m_lines[n… in testRender()
674 …age << "\tto (x=" << m_lines[ndx].p1.x() << "\ty=" << m_lines[ndx].p1.y() << "\tz=" << m_lines[n… in testRender()
694 …ctx.vertexAttribPointer (positionLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_lines[0].p0); in testRender()
695 ctx.vertexAttribPointer (colorLoc, 4, GL_FLOAT, GL_FALSE, sizeof(GLfloat[8]), &m_lines[0].c0); in testRender()
[all …]
/external/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...
/external/owasp/sanitizer/tools/emma/lib/
Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/ ...