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.java93 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>(); in loadConfigsFromDirectory() local
103 toRun.putAll( in loadConfigsFromDirectory()
107 return toRun; in loadConfigsFromDirectory()
116 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>(); in loadConfigsFromJars() local
123 toRun.putAll(loadOneConfig(configName, configName, abis, suiteTag)); in loadConfigsFromJars()
125 return toRun; in loadConfigsFromJars()
172 LinkedHashMap<String, IConfiguration> toRun = new LinkedHashMap<>(); in loadOneConfig() local
232 toRun.put(id, config); in loadOneConfig()
241 return toRun; in loadOneConfig()
/tools/apkzlib/src/main/java/com/android/tools/build/apkzlib/zip/
DZFile.java351 private final List<IOExceptionRunnable> toRun; field in ZFile
475 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()