Searched refs:toRun (Results 1 – 2 of 2) sorted by relevance
93 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>(); in loadConfigsFromDirectory() local103 toRun.putAll( in loadConfigsFromDirectory()107 return toRun; in loadConfigsFromDirectory()116 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>(); in loadConfigsFromJars() local123 toRun.putAll(loadOneConfig(configName, configName, abis, suiteTag)); in loadConfigsFromJars()125 return toRun; in loadConfigsFromJars()172 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>(); in loadOneConfig() local232 toRun.put(id, config); in loadOneConfig()241 return toRun; in loadOneConfig()
351 private final List<IOExceptionRunnable> toRun; field in ZFile475 toRun = Lists.newArrayList(); in ZFile()2240 toRun.add(r); in notify()2248 while (!toRun.isEmpty()) { in notify()2249 IOExceptionRunnable r = toRun.remove(0); in notify()