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

/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
H A DAgentOptions.java93 public static final String INCLNOLOCATIONCLASSES = "inclnolocationclasses"; field in class:AgentOptions
193 INCLBOOTSTRAPCLASSES, INCLNOLOCATIONCLASSES, SESSIONID, DUMPONEXIT,
391 return getOption(INCLNOLOCATIONCLASSES, false);
402 setOption(INCLNOLOCATIONCLASSES, include);

Completed in 168 milliseconds