Home
last modified time | relevance | path

Searched refs:createRuntime (Results 1 – 7 of 7) sorted by relevance

/external/jacoco/org.jacoco.agent.rt/src/org/jacoco/agent/rt/internal/
DPreMain.java47 final IRuntime runtime = createRuntime(inst); in premain()
53 private static IRuntime createRuntime(final Instrumentation inst) in createRuntime() method in PreMain
/external/guice/core/test/com/google/inject/
DProvisionExceptionsTest.java85 return Explosion.createRuntime(); in testCustomProvidersRuntimeException()
111 return Explosion.createRuntime(); in testProviderMethodRuntimeException()
161 public static Explosion createRuntime() { in createRuntime() method in ProvisionExceptionsTest.Explosion
/external/jacoco/org.jacoco.core.test/src/org/jacoco/core/runtime/
DLoggerRuntimeTest.java20 IRuntime createRuntime() { in createRuntime() method in LoggerRuntimeTest
DSystemPropertiesRuntimeTest.java20 IRuntime createRuntime() { in createRuntime() method in SystemPropertiesRuntimeTest
DURLStreamHandlerRuntimeTest.java23 IRuntime createRuntime() { in createRuntime() method in URLStreamHandlerRuntimeTest
DRuntimeTestBase.java41 abstract IRuntime createRuntime(); in createRuntime() method in RuntimeTestBase
46 runtime = createRuntime(); in setup()
DModifiedSystemClassRuntimeTest.java37 IRuntime createRuntime() { in createRuntime() method in ModifiedSystemClassRuntimeTest