Home
last modified time | relevance | path

Searched refs:IRuntime (Results 1 – 22 of 22) 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;
62 public CoverageTransformer(final IRuntime runtime, in CoverageTransformer()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/
DInstrumentingLoader.java19 import org.jacoco.core.runtime.IRuntime;
29 private final IRuntime runtime;
36 public InstrumentingLoader(IRuntime runtime, String scope, in InstrumentingLoader()
/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-java8/org/jacoco/core/test/validation/
DBootstrapMethodReferenceTest.java23 import org.jacoco.core.runtime.IRuntime;
45 private final IRuntime runtime = new SystemPropertiesRuntime();
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
DClassFileVersionsTest.java34 import org.jacoco.core.runtime.IRuntime;
95 IRuntime runtime = new SystemPropertiesRuntime(); in testVersion()
DResizeInstructionsTest.java20 import org.jacoco.core.runtime.IRuntime;
36 private final IRuntime runtime = new SystemPropertiesRuntime();
DFramesTest.java22 import org.jacoco.core.runtime.IRuntime;
80 IRuntime runtime = new SystemPropertiesRuntime();
DStructuredLockingTest.java23 import org.jacoco.core.runtime.IRuntime;
66 IRuntime runtime = new SystemPropertiesRuntime(); in assertStructuredLocking()
DCyclomaticComplexityTest.java29 import org.jacoco.core.runtime.IRuntime;
47 private IRuntime runtime;
/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()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
DLoggerRuntimeTest.java20 IRuntime createRuntime() { in createRuntime()
DSystemPropertiesRuntimeTest.java20 IRuntime createRuntime() { in createRuntime()
DURLStreamHandlerRuntimeTest.java23 IRuntime createRuntime() { in createRuntime()
DRuntimeTestBase.java37 private IRuntime runtime;
41 abstract IRuntime createRuntime(); in createRuntime()
DModifiedSystemClassRuntimeTest.java37 IRuntime createRuntime() { in createRuntime()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/
Dtensorrt_test.cc146 nvinfer1::IRuntime* runtime = nvinfer1::createInferRuntime(logger); in TEST()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_op.cc51 using ::nvinfer1::IRuntime;
557 TrtUniquePtrType<IRuntime> infer(nvinfer1::createInferRuntime(logger)); in GetEngine()