Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/testtype/suite/
DSuiteModuleLoader.java144 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>(); in loadConfigsFromSpecifiedPaths() local
146 toRun.putAll( in loadConfigsFromSpecifiedPaths()
150 return toRun; in loadConfigsFromSpecifiedPaths()
160 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>(); in loadConfigsFromDirectory() local
166 toRun.putAll(loadConfigsFromSpecifiedPaths(listConfigFiles, abis, suiteTag)); in loadConfigsFromDirectory()
167 return toRun; in loadConfigsFromDirectory()
176 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>(); in loadConfigsFromJars() local
182 toRun.putAll(loadTfConfigsFromSpecifiedPaths(configs, abis, suiteTag)); in loadConfigsFromJars()
183 return toRun; in loadConfigsFromJars()
191 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>(); in loadTfConfigsFromSpecifiedPaths() local
[all …]
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java352 private final List<IOExceptionRunnable> toRun; field in ZFile
476 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()