HomeSort by relevance Sort by last modified time
    Searched defs:userException (Results 1 - 9 of 9) sorted by null

  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ArbitraryMeasurementInstrument.java 97 Throwable userException = e.getCause();
98 propagateIfInstanceOf(userException, SkipThisScenarioException.class);
99 throw new UserCodeException(userException);
BenchmarkCreator.java 77 Throwable userException = e.getCause();
78 throw new UserCodeException(userException);
AllocationInstrument.java 105 Throwable userException = e.getCause();
106 propagateIfInstanceOf(userException, SkipThisScenarioException.class);
107 throw new UserCodeException(userException);
146 Throwable userException = e.getCause();
147 propagateIfInstanceOf(userException, SkipThisScenarioException.class);
148 throw new UserCodeException(userException);
RuntimeInstrument.java 145 Throwable userException = e.getCause();
146 propagateIfInstanceOf(userException, SkipThisScenarioException.class);
147 throw new UserCodeException(userException);
185 Throwable userException = e.getCause();
186 propagateIfInstanceOf(userException, SkipThisScenarioException.class);
187 throw new UserCodeException(userException);
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/3.1.0/
sisu-guice-3.1.0-no_aop.jar 
sisu-guice-3.1.0.jar 
  /external/testng/lib-supplied/
guice-2.0.jar 
  /prebuilts/tools/common/m2/repository/org/sonatype/sisu/sisu-guice/2.1.7/
sisu-guice-2.1.7-noaop.jar 
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 84 milliseconds