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

/external/emma/ant/ant14/com/vladium/emma/instr/
H A DFilterCfg.java24 import com.vladium.emma.filter.IInclExclFilter;
51 if (spec.startsWith (IInclExclFilter.INCLUSION_PREFIX_STRING) ||
52 spec.startsWith (IInclExclFilter.EXCLUSION_PREFIX_STRING))
58 appendValue (IInclExclFilter.INCLUSION_PREFIX + spec, COMMA); // default to inclusion
79 if (spec.startsWith (IInclExclFilter.INCLUSION_PREFIX_STRING))
85 if (spec.startsWith (IInclExclFilter.EXCLUSION_PREFIX_STRING))
86 appendValue (IInclExclFilter.INCLUSION_PREFIX + spec.substring (1), COMMA); // override
88 appendValue (IInclExclFilter.INCLUSION_PREFIX + spec, COMMA);
101 if (spec.startsWith (IInclExclFilter.EXCLUSION_PREFIX_STRING))
107 if (spec.startsWith (IInclExclFilter
[all...]
/external/emma/core/java12/com/vladium/emma/rt/
H A DInstrClassLoadHook.java19 import com.vladium.emma.filter.IInclExclFilter;
38 public InstrClassLoadHook (final IInclExclFilter filter, final IMetaData mdata)
65 final IInclExclFilter filter = m_filter;
130 private final IInclExclFilter m_filter; // can be null [equivalent to no filtering]
H A DInstrClassLoader.java26 import com.vladium.emma.filter.IInclExclFilter;
47 final IInclExclFilter forcedDelegationFilter,
48 final IInclExclFilter throughDelegationFilter,
444 private final IInclExclFilter m_forcedDelegationFilter;
445 private final IInclExclFilter m_throughDelegationFilter;
H A DAppRunner.java37 import com.vladium.emma.filter.IInclExclFilter;
149 m_coverageFilter = IInclExclFilter.Factory.create (specs);
328 final IInclExclFilter forcedDelegationFilter
329 = IInclExclFilter.Factory.create (toolProperties.getProperty (InstrClassLoader.PROPERTY_FORCED_DELEGATION_FILTER),
331 final IInclExclFilter throughDelegationFilter
332 = IInclExclFilter.Factory.create (toolProperties.getProperty (InstrClassLoader.PROPERTY_THROUGH_DELEGATION_FILTER),
905 private IInclExclFilter m_coverageFilter; // can be null for run()
H A DClassPathProcessorST.java32 import com.vladium.emma.filter.IInclExclFilter;
288 final IMetaData mdata, final IInclExclFilter filter,
379 private final IInclExclFilter m_coverageFilter; // can be null
/external/emma/core/java12/com/vladium/emma/filter/
H A DIInclExclFilter.java7 * $Id: IInclExclFilter.java,v 1.1.1.1 2004/05/09 16:57:33 vlad_r Exp $
23 interface IInclExclFilter interface
38 public static IInclExclFilter create (final String specs1, final String separators, final String [] specs2)
67 public static IInclExclFilter create (final String [] specs)
98 public static IInclExclFilter create (final String [] inclusions,
104 public static IInclExclFilter create (final List /* String */ inclusions,
110 private static final class WCInclExclFilter implements IInclExclFilter
/external/emma/core/java12/com/vladium/emma/instr/
H A DInstrProcessor.java20 import com.vladium.emma.filter.IInclExclFilter;
79 m_coverageFilter = IInclExclFilter.Factory.create (specs);
260 protected IInclExclFilter m_coverageFilter; // can be null for run()
/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 308 milliseconds