Home
last modified time | relevance | path

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

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