OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:UserCodeException
(Results
1 - 12
of
12
) sorted by null
/external/caliper/caliper/src/main/java/com/google/caliper/runner/
UserCodeException.java
23
public class
UserCodeException
extends InvalidBenchmarkException {
24
public
UserCodeException
(String message, Throwable cause) {
29
public
UserCodeException
(Throwable cause) {
ResultProcessorCreator.java
41
throw new
UserCodeException
(String.format(NO_PUBLIC_DEFAULT_CONSTRUCTOR, processorClass), e);
43
throw new
UserCodeException
("ResultProcessor %s could not be instantiated", e.getCause());
45
throw new
UserCodeException
("ResultProcessor %s could not be instantiated", e);
47
throw new
UserCodeException
("ResultProcessor %s could not be instantiated", e);
MainModule.java
33
throws InvalidCommandException,
UserCodeException
{
39
throw new
UserCodeException
(
42
throw new
UserCodeException
("Unable to load " + className, e);
BenchmarkClass.java
94
public void setUpBenchmark(Object benchmarkInstance) throws
UserCodeException
{
106
} catch (
UserCodeException
e) {
118
public void cleanup(Object benchmark) throws
UserCodeException
{
149
private void callSetUp(Object benchmark) throws
UserCodeException
{
157
throw new
UserCodeException
(
163
private void callTearDown(Object benchmark) throws
UserCodeException
{
171
throw new
UserCodeException
(
BenchmarkCreator.java
62
throw new
UserCodeException
(
78
throw new
UserCodeException
(userException);
AllocationInstrument.java
97
public void dryRun(Object benchmark) throws
UserCodeException
{
107
throw new
UserCodeException
(userException);
148
throw new
UserCodeException
(userException);
RuntimeInstrument.java
126
public void dryRun(Object benchmark) throws
UserCodeException
{
147
throw new
UserCodeException
(userException);
179
@Override public void dryRun(Object benchmark) throws
UserCodeException
{
187
throw new
UserCodeException
(userException);
ArbitraryMeasurementInstrument.java
99
throw new
UserCodeException
(userException);
/external/caliper/caliper/src/test/java/com/google/caliper/runner/
ResultProcessorCreatorTest.java
44
} catch (
UserCodeException
e) {
70
} catch (
UserCodeException
e) {
BadUserCodeTest.java
44
} catch (
UserCodeException
expected) {}
67
} catch (
UserCodeException
expected) {}
86
} catch (
UserCodeException
expected) {}
120
} catch (
UserCodeException
expected) {}
BenchmarkCreatorTest.java
76
} catch (
UserCodeException
e) {
/external/vogar/test/vogar/target/
TestRunnerTest.java
20
import com.google.caliper.runner.
UserCodeException
;
117
+
UserCodeException
.class.getName()
159
+
UserCodeException
.class.getName()
Completed in 532 milliseconds