Searched refs:toRun (Results 1 – 2 of 2) sorted by relevance
144 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>(); in loadConfigsFromSpecifiedPaths() local146 toRun.putAll( in loadConfigsFromSpecifiedPaths()150 return toRun; in loadConfigsFromSpecifiedPaths()160 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>(); in loadConfigsFromDirectory() local166 toRun.putAll(loadConfigsFromSpecifiedPaths(listConfigFiles, abis, suiteTag)); in loadConfigsFromDirectory()167 return toRun; in loadConfigsFromDirectory()176 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>(); in loadConfigsFromJars() local182 toRun.putAll(loadTfConfigsFromSpecifiedPaths(configs, abis, suiteTag)); in loadConfigsFromJars()183 return toRun; in loadConfigsFromJars()191 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()