Searched refs:IRuntime (Results 1 – 22 of 22) sorted by relevance
17 import org.jacoco.core.runtime.IRuntime;47 final IRuntime runtime = createRuntime(inst); in premain()53 private static IRuntime createRuntime(final Instrumentation inst) in createRuntime()
21 import org.jacoco.core.runtime.IRuntime;62 public CoverageTransformer(final IRuntime runtime, in CoverageTransformer()
19 import org.jacoco.core.runtime.IRuntime;29 private final IRuntime runtime;36 public InstrumentingLoader(IRuntime runtime, String scope, in InstrumentingLoader()
15 import org.jacoco.core.runtime.IRuntime;33 final IRuntime runtime = new LoggerRuntime(); in run()
17 import org.jacoco.core.runtime.IRuntime;41 IRuntime runtime = new LoggerRuntime(); in getInstrumentedCallable()
98 public static IRuntime createFor(final Instrumentation inst, in createFor()119 public static IRuntime createFor(final Instrumentation inst, in createFor()
18 public interface IRuntime extends IExecutionDataAccessorGenerator { interface
19 public abstract class AbstractRuntime implements IRuntime {
23 import org.jacoco.core.runtime.IRuntime;45 private final IRuntime runtime = new SystemPropertiesRuntime();
34 import org.jacoco.core.runtime.IRuntime;95 IRuntime runtime = new SystemPropertiesRuntime(); in testVersion()
20 import org.jacoco.core.runtime.IRuntime;36 private final IRuntime runtime = new SystemPropertiesRuntime();
22 import org.jacoco.core.runtime.IRuntime;80 IRuntime runtime = new SystemPropertiesRuntime();
23 import org.jacoco.core.runtime.IRuntime;66 IRuntime runtime = new SystemPropertiesRuntime(); in assertStructuredLocking()
29 import org.jacoco.core.runtime.IRuntime;47 private IRuntime runtime;
26 import org.jacoco.core.runtime.IRuntime;111 final IRuntime runtime = new LoggerRuntime(); in execute()
20 IRuntime createRuntime() { in createRuntime()
23 IRuntime createRuntime() { in createRuntime()
37 private IRuntime runtime;41 abstract IRuntime createRuntime(); in createRuntime()
37 IRuntime createRuntime() { in createRuntime()
146 nvinfer1::IRuntime* runtime = nvinfer1::createInferRuntime(logger); in TEST()
51 using ::nvinfer1::IRuntime;557 TrtUniquePtrType<IRuntime> infer(nvinfer1::createInferRuntime(logger)); in GetEngine()