Searched refs:TestBenchmark (Results 1 - 9 of 9) sorted by relevance

/external/caliper/caliper/src/test/java/com/google/caliper/runner/
H A DExperimentingRunnerModuleTest.java56 methodA = TestBenchmark.class.getDeclaredMethod("a");
57 methodB = TestBenchmark.class.getDeclaredMethod("b");
58 methodC = TestBenchmark.class.getDeclaredMethod("c");
73 BenchmarkClass.forClass(TestBenchmark.class),
87 BenchmarkClass.forClass(TestBenchmark.class),
97 BenchmarkClass.forClass(TestBenchmark.class),
106 BenchmarkClass.forClass(TestBenchmark.class),
114 static final class TestBenchmark { class in class:ExperimentingRunnerModuleTest
H A DArbitraryMeasurmentInstrumentTest.java41 runner.forBenchmark(TestBenchmark.class)
54 public static class TestBenchmark { class in class:ArbitraryMeasurmentInstrumentTest
H A DWorkerProcessTest.java71 benchmarkClass = BenchmarkClass.forClass(TestBenchmark.class);
75 Method method = TestBenchmark.class.getDeclaredMethods()[0];
88 .className(TestBenchmark.class.getName())
153 static final class TestBenchmark { class in class:WorkerProcessTest
H A DAllocationInstrumentTest.java86 public static class TestBenchmark { class in class:AllocationInstrumentTest
H A DRuntimeInstrumentTest.java154 static final class TestBenchmark { class in class:RuntimeInstrumentTest
/external/chromium-trace/catapult/telemetry/telemetry/
H A Dbenchmark_unittest.py24 class TestBenchmark(benchmark.Benchmark): class in inherits:benchmark.Benchmark
26 super(TestBenchmark, self).__init__()
40 b = TestBenchmark(story_module.Story(
47 b = TestBenchmark(story_module.Story(
53 b = TestBenchmark(android.AndroidStory(start_intent=None))
74 b = TestBenchmark(page.Page(url='about:blank'))
132 class PredicateBenchmark(TestBenchmark):
/external/icu/icu4c/source/test/intltest/
H A Dnumfmtst.h208 void TestBenchmark();
H A Dnumberformat2test.cpp96 void TestBenchmark();
210 TESTCASE_AUTO(TestBenchmark);
615 void NumberFormat2Test::TestBenchmark() { function in class:NumberFormat2Test
H A Dnumfmtst.cpp574 TESTCASE_AUTO(TestBenchmark);
8398 void NumberFormatTest::TestBenchmark() { function in class:NumberFormatTest

Completed in 137 milliseconds