Home
last modified time | relevance | path

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

/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
DPreMain.java20 import org.jacoco.core.runtime.IRuntime;
51 final IRuntime runtime = createRuntime(inst); in premain()
57 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;
32 final IRuntime runtime = new LoggerRuntime(); in run()
DExecuteInstrumentedCodeScenario.java17 import org.jacoco.core.runtime.IRuntime;
39 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.validation.java8/src/org/jacoco/core/test/validation/java8/
DBootstrapMethodReferenceTest.java23 import org.jacoco.core.runtime.IRuntime;
45 private IRuntime runtime;
/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()
DInjectedClassRuntimeTest.java44 public IRuntime createRuntime() { in createRuntime()
DModifiedSystemClassRuntimeTest.java37 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()
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/instr/
DResizeInstructionsTest.java19 import org.jacoco.core.runtime.IRuntime;
35 private IRuntime runtime;
DClassFileVersionsTest.java43 import org.jacoco.core.runtime.IRuntime;
125 IRuntime runtime = new SystemPropertiesRuntime(); in testVersion()
/external/jacoco/org.jacoco.core.test.validation.java5/src/org/jacoco/core/test/validation/java5/
DFramesTest.java22 import org.jacoco.core.runtime.IRuntime;
79 IRuntime runtime = new SystemPropertiesRuntime();
DStructuredLockingTest.java24 import org.jacoco.core.runtime.IRuntime;
63 IRuntime runtime = new SystemPropertiesRuntime(); in assertStructuredLocking()
DCyclomaticComplexityTest.java29 import org.jacoco.core.runtime.IRuntime;
47 private IRuntime runtime;
/external/tensorflow/tensorflow/compiler/tf2tensorrt/kernels/
Dtrt_engine_resource_ops.cc41 using ::nvinfer1::IRuntime;
134 TrtUniquePtrType<IRuntime> infer( in Compute()
Dtrt_engine_op.cc60 using ::nvinfer1::IRuntime;
893 TrtUniquePtrType<IRuntime> infer(nvinfer1::createInferRuntime(logger)); in GetEngine()
/external/tensorflow/tensorflow/compiler/tf2tensorrt/
Dtensorrt_test.cc145 nvinfer1::IRuntime* runtime = nvinfer1::createInferRuntime(logger); in TEST()