Searched defs:InstrumentConfig (Results 1 - 2 of 2) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/config/
H A DInstrumentConfig.java39 public final class InstrumentConfig { class
43 private InstrumentConfig(Builder builder) { method in class:InstrumentConfig
59 } else if (obj instanceof InstrumentConfig) {
60 InstrumentConfig that = (InstrumentConfig) obj;
102 public InstrumentConfig build() {
104 return new InstrumentConfig(this);
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 125 milliseconds