Home
last modified time | relevance | path

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

/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
DPreMain.java17 import org.jacoco.core.runtime.IRuntime;
47 final IRuntime runtime = createRuntime(inst); in premain()
53 private static IRuntime createRuntime(final Instrumentation inst) in createRuntime()
DCoverageTransformer.java21 import org.jacoco.core.runtime.IRuntime;
60 public CoverageTransformer(final IRuntime runtime, in CoverageTransformer()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
DInstrumentationSizeSzenario.java15 import org.jacoco.core.runtime.IRuntime;
33 final IRuntime runtime = new LoggerRuntime(); in run()
DExecuteInstrumentedCodeScenario.java17 import org.jacoco.core.runtime.IRuntime;
41 IRuntime runtime = new LoggerRuntime(); in getInstrumentedCallable()
/external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
DModifiedSystemClassRuntime.java98 public static IRuntime createFor(final Instrumentation inst, in createFor()
119 public static IRuntime createFor(final Instrumentation inst, in createFor()
DIRuntime.java18 public interface IRuntime extends IExecutionDataAccessorGenerator { interface
DAbstractRuntime.java19 public abstract class AbstractRuntime implements IRuntime {
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DClassFileVersionsTest.java33 import org.jacoco.core.runtime.IRuntime;
89 IRuntime runtime = new SystemPropertiesRuntime(); in testVersion()
DValidationTestBase.java28 import org.jacoco.core.runtime.IRuntime;
77 IRuntime runtime = new SystemPropertiesRuntime(); in execute()
DFramesTest.java22 import org.jacoco.core.runtime.IRuntime;
80 IRuntime runtime = new SystemPropertiesRuntime();
DStructuredLockingTest.java23 import org.jacoco.core.runtime.IRuntime;
61 IRuntime runtime = new SystemPropertiesRuntime(); in assertStructuredLocking()
DCyclomaticComplexityTest.java28 import org.jacoco.core.runtime.IRuntime;
47 private IRuntime runtime;
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
DURLStreamHandlerRuntimeTest.java20 IRuntime createRuntime() { in createRuntime()
DLoggerRuntimeTest.java20 IRuntime createRuntime() { in createRuntime()
DSystemPropertiesRuntimeTest.java20 IRuntime createRuntime() { in createRuntime()
DRuntimeTestBase.java38 private IRuntime runtime;
42 abstract IRuntime createRuntime(); in createRuntime()
DModifiedSystemClassRuntimeTest.java36 IRuntime createRuntime() { in createRuntime()
/external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
DCoreTutorial.java26 import org.jacoco.core.runtime.IRuntime;
111 final IRuntime runtime = new LoggerRuntime(); in execute()