Searched refs:commandList (Results 1 – 2 of 2) sorted by relevance
224 List<String> commandList = new ArrayList<String>( in measure() local226 commandList.addAll(Arrays.asList(commands)); in measure()227 commandList.add(className); in measure()228 commands = commandList.toArray(new String[commandList.size()]); in measure()
145 std::vector<std::string> commandList = { in resetChains() local154 const std::string commands = Join(commandList, '\n'); in resetChains()