Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandScheduler.java120 private List<ExecutableCommand> mReadyCommands; field in CommandScheduler
877 mReadyCommands = new LinkedList<>(); in CommandScheduler()
1064 Collections.sort(mReadyCommands, new ExecutableCommandComparator()); in processReadyCommands()
1065 Iterator<ExecutableCommand> cmdIter = mReadyCommands.iterator(); in processReadyCommands()
1419 mReadyCommands.add(cmd); in addExecCommandToQueue()
1427 mReadyCommands.add(cmd); in addExecCommandToQueue()
1696 mReadyCommands.clear(); in removeAllCommands()
1708 Iterator<ExecutableCommand> cmdIter = mReadyCommands.iterator(); in removeCommandsFromFile()
2254 return mReadyCommands.size() + mExecutingCommands.size() + mSleepingCommands.size(); in getAllCommandsSize()
2262 for (ExecutableCommand cmd : mReadyCommands) { in getAllCommands()
[all …]
/tools/tradefederation/core/tests/res/testdata/
Dtradefed-prebuilt-cts-8.0_r21.jarMETA-INF/ META-INF/MANIFEST.MF jline/ jline/CompletionHandler.class CompletionHandler ...