Home
last modified time | relevance | path

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

/external/caliper/caliper/src/main/java/com/google/caliper/options/
DOptionsModule.java34 private static final String[] EMPTY_ARGS = new String[] {}; field in OptionsModule
66 return new OptionsModule(EMPTY_ARGS, false); in defaultOptionsModule()