Searched refs:toRun (Results 1 – 2 of 2) sorted by relevance
174 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>(); in loadConfigsFromSpecifiedPaths() local176 toRun.putAll( in loadConfigsFromSpecifiedPaths()180 return toRun; in loadConfigsFromSpecifiedPaths()190 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>(); in loadConfigsFromDirectory() local213 toRun.putAll(loadConfigsFromSpecifiedPaths(listConfigFiles, abis, suiteTag)); in loadConfigsFromDirectory()214 return toRun; in loadConfigsFromDirectory()223 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>(); in loadConfigsFromJars() local229 toRun.putAll(loadTfConfigsFromSpecifiedPaths(configs, abis, suiteTag)); in loadConfigsFromJars()230 return toRun; in loadConfigsFromJars()236 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>(); in loadTfConfigsFromSpecifiedPaths() local[all …]
352 private final List<IOExceptionRunnable> toRun; field in ZFile476 toRun = Lists.newArrayList(); in ZFile()2241 toRun.add(r); in notify()2249 while (!toRun.isEmpty()) { in notify()2250 IOExceptionRunnable r = toRun.remove(0); in notify()