HomeSort by relevance Sort by last modified time
    Searched refs:IRuntime (Results 1 - 25 of 38) sorted by null

1 2

  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
LoggerRuntimeTest.java 20 IRuntime createRuntime() {
SystemPropertiesRuntimeTest.java 20 IRuntime createRuntime() {
URLStreamHandlerRuntimeTest.java 23 IRuntime createRuntime() {
ModifiedSystemClassRuntimeTest.java 37 IRuntime createRuntime() {
RuntimeTestBase.java 31 * Abstract test base for {@link IRuntime} implementations.
37 private IRuntime runtime;
41 abstract IRuntime createRuntime();
  /external/jacoco/org.jacoco.core/src/org/jacoco/core/runtime/
IRuntime.java 18 public interface IRuntime extends IExecutionDataAccessorGenerator {
AbstractRuntime.java 17 * Base {@link IRuntime} implementation.
19 public abstract class AbstractRuntime implements IRuntime {
ModifiedSystemClassRuntime.java 30 * This {@link IRuntime} implementation works with a modified system class. A
98 public static IRuntime createFor(final Instrumentation inst,
119 public static IRuntime createFor(final Instrumentation inst,
  /external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
PreMain.java 17 import org.jacoco.core.runtime.IRuntime;
47 final IRuntime runtime = createRuntime(inst);
53 private static IRuntime createRuntime(final Instrumentation inst)
CoverageTransformer.java 21 import org.jacoco.core.runtime.IRuntime;
62 public CoverageTransformer(final IRuntime runtime,
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/perf/
InstrumentationSizeSzenario.java 15 import org.jacoco.core.runtime.IRuntime;
33 final IRuntime runtime = new LoggerRuntime();
ExecuteInstrumentedCodeScenario.java 17 import org.jacoco.core.runtime.IRuntime;
41 IRuntime runtime = new LoggerRuntime();
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/
InstrumentingLoader.java 19 import org.jacoco.core.runtime.IRuntime;
29 private final IRuntime runtime;
36 public InstrumentingLoader(IRuntime runtime, String scope,
  /external/jacoco/org.jacoco.core.test/src/org/jacoco/core/test/validation/
ClassFileVersionsTest.java 34 import org.jacoco.core.runtime.IRuntime;
95 IRuntime runtime = new SystemPropertiesRuntime();
ResizeInstructionsTest.java 20 import org.jacoco.core.runtime.IRuntime;
36 private final IRuntime runtime = new SystemPropertiesRuntime();
CyclomaticComplexityTest.java 29 import org.jacoco.core.runtime.IRuntime;
47 private IRuntime runtime;
FramesTest.java 22 import org.jacoco.core.runtime.IRuntime;
80 IRuntime runtime = new SystemPropertiesRuntime();
StructuredLockingTest.java 23 import org.jacoco.core.runtime.IRuntime;
66 IRuntime runtime = new SystemPropertiesRuntime();
  /external/jacoco/org.jacoco.core.test/src-java8/org/jacoco/core/test/validation/
BootstrapMethodReferenceTest.java 23 import org.jacoco.core.runtime.IRuntime;
45 private final IRuntime runtime = new SystemPropertiesRuntime();
  /external/jacoco/org.jacoco.examples/src/org/jacoco/examples/
CoreTutorial.java 26 import org.jacoco.core.runtime.IRuntime;
109 // For instrumentation and runtime we need a IRuntime instance
111 final IRuntime runtime = new LoggerRuntime();
  /external/tensorflow/tensorflow/contrib/tensorrt/shape_fn/
trt_shfn.cc 34 nvinfer1::IRuntime* infer = nvinfer1::createInferRuntime(logger);
  /external/tensorflow/tensorflow/contrib/tensorrt/kernels/
trt_engine_op.cc 43 nvinfer1::IRuntime* infer = nvinfer1::createInferRuntime(logger);
  /external/tensorflow/tensorflow/contrib/tensorrt/
tensorrt_test.cc 137 nvinfer1::IRuntime* runtime = nvinfer1::createInferRuntime(logger);
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.1.201405082137/
org.jacoco.core-0.7.1.201405082137.jar 
  /prebuilts/tools/common/m2/repository/org/jacoco/org.jacoco.core/0.7.3.201501221555/
org.jacoco.core-0.7.3.201501221555.jar 

Completed in 321 milliseconds

1 2