Searched refs:IRuntime (Results 1 – 24 of 24) sorted by relevance
20 import org.jacoco.core.runtime.IRuntime;51 final IRuntime runtime = createRuntime(inst); in premain()57 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;32 final IRuntime runtime = new LoggerRuntime(); in run()
17 import org.jacoco.core.runtime.IRuntime;39 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 IRuntime runtime;
20 IRuntime createRuntime() { in createRuntime()
23 IRuntime createRuntime() { in createRuntime()
37 private IRuntime runtime;41 abstract IRuntime createRuntime(); in createRuntime()
44 public IRuntime createRuntime() { in createRuntime()
37 IRuntime createRuntime() { in createRuntime()
26 import org.jacoco.core.runtime.IRuntime;111 final IRuntime runtime = new LoggerRuntime(); in execute()
19 import org.jacoco.core.runtime.IRuntime;35 private IRuntime runtime;
43 import org.jacoco.core.runtime.IRuntime;125 IRuntime runtime = new SystemPropertiesRuntime(); in testVersion()
22 import org.jacoco.core.runtime.IRuntime;79 IRuntime runtime = new SystemPropertiesRuntime();
24 import org.jacoco.core.runtime.IRuntime;63 IRuntime runtime = new SystemPropertiesRuntime(); in assertStructuredLocking()
29 import org.jacoco.core.runtime.IRuntime;47 private IRuntime runtime;
41 using ::nvinfer1::IRuntime;134 TrtUniquePtrType<IRuntime> infer( in Compute()
60 using ::nvinfer1::IRuntime;893 TrtUniquePtrType<IRuntime> infer(nvinfer1::createInferRuntime(logger)); in GetEngine()
145 nvinfer1::IRuntime* runtime = nvinfer1::createInferRuntime(logger); in TEST()