Home
last modified time | relevance | path

Searched refs:timeGet (Results 1 – 3 of 3) sorted by relevance

/libcore/benchmarks/src/benchmarks/regression/
DMutableIntBenchmark.java38 @Override int timeGet(int reps) { in ARRAY() method
59 @Override int timeGet(int reps) { in ATOMIC() method
70 abstract int timeGet(int reps); in timeGet() method in MutableIntBenchmark.Kind
83 public void timeGet(int reps) { in timeGet() method in MutableIntBenchmark
84 kind.timeGet(reps); in timeGet()
DBitSetBenchmark.java47 public void timeGet(int reps) { in timeGet() method in BitSetBenchmark
DURLConnectionBenchmark.java71 public int timeGet(int reps) throws IOException { in timeGet() method in URLConnectionBenchmark