Searched defs:m_firstLine (Results 1 - 6 of 6) sorted by relevance

/external/emma/core/java12/com/vladium/emma/report/
H A DClassItem.java50 if (m_firstLine == 0)
62 m_firstLine = firstLine;
66 return m_firstLine;
231 private int m_firstLine; field in class:ClassItem
H A DMethodItem.java33 m_firstLine = firstLine;
53 return m_firstLine;
203 private final int m_firstLine; field in class:MethodItem
H A DSrcFileItem.java68 if (m_firstLine == 0)
73 return m_firstLine;
240 // side effect: compute m_firstLine
246 m_firstLine = firstLine; // side effect
288 private int m_firstLine; field in class:SrcFileItem
/external/emma/core/java12/com/vladium/emma/data/
H A DMethodDescriptor.java72 m_firstLine = firstLine;
77 m_firstLine = 0;
84 m_firstLine = 0;
178 return m_firstLine;
307 out.writeInt (method.m_firstLine);
322 private final int m_firstLine; // 0 if not src line info is available field in class:MethodDescriptor
/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 3396 milliseconds