Searched refs:commands (Results 1 – 2 of 2) sorted by relevance
177 ICommand[] commands = desc.getBuildSpec(); in configureResourceManagerBuilder() local180 for (int i = 0; i < commands.length; ++i) { in configureResourceManagerBuilder()181 if (ResourceManagerBuilder.ID.equals(commands[i].getBuilderName())) { in configureResourceManagerBuilder()187 ICommand[] newCommands = new ICommand[commands.length + 1]; in configureResourceManagerBuilder()188 System.arraycopy(commands, 0, newCommands, 1, commands.length); in configureResourceManagerBuilder()206 ICommand[] commands = desc.getBuildSpec(); in configurePreBuilder() local209 for (int i = 0; i < commands.length; ++i) { in configurePreBuilder()210 if (PreCompilerBuilder.ID.equals(commands[i].getBuilderName())) { in configurePreBuilder()218 for (int i = 0; i < commands.length; ++i) { in configurePreBuilder()219 if (ResourceManagerBuilder.ID.equals(commands[i].getBuilderName())) { in configurePreBuilder()[all …]
46 private ArrayList<Message> commands = new ArrayList<Message>(); // synchronized field in MessageQueue75 synchronized (commands) { in sendCommands()76 for (int i = 0; i < commands.size(); i++) { in sendCommands()77 Message command = commands.get(i); in sendCommands()79 sendMessage(commands.remove(i)); in sendCommands()87 synchronized (commands) { in addCommand()88 commands.add(command); in addCommand()