Searched refs:m_excludeSyntheticMethods (Results 1 - 4 of 4) sorted by relevance

/external/emma/core/java12/com/vladium/emma/data/
H A DCoverageOptions.java27 return m_excludeSyntheticMethods;
53 m_excludeSyntheticMethods = excludeSyntheticMethods;
70 out.writeBoolean (options.m_excludeSyntheticMethods);
78 private final boolean m_excludeSyntheticMethods; field in class:CoverageOptions
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrVisitor.java61 m_excludeSyntheticMethods = options.excludeSyntheticMethods ();
394 if (m_excludeSyntheticMethods && method.isSynthetic ())
2136 private final boolean m_excludeSyntheticMethods; field in class:InstrVisitor
/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 892 milliseconds