Searched refs:commands (Results 1 – 5 of 5) sorted by relevance
185 ICommand[] commands = desc.getBuildSpec(); in configureResourceManagerBuilder() local188 for (int i = 0; i < commands.length; ++i) { in configureResourceManagerBuilder()189 if (ResourceManagerBuilder.ID.equals(commands[i].getBuilderName())) { in configureResourceManagerBuilder()195 ICommand[] newCommands = new ICommand[commands.length + 1]; in configureResourceManagerBuilder()196 System.arraycopy(commands, 0, newCommands, 1, commands.length); in configureResourceManagerBuilder()214 ICommand[] commands = desc.getBuildSpec(); in configurePreBuilder() local217 for (int i = 0; i < commands.length; ++i) { in configurePreBuilder()218 if (PreCompilerBuilder.ID.equals(commands[i].getBuilderName())) { in configurePreBuilder()226 for (int i = 0; i < commands.length; ++i) { in configurePreBuilder()227 if (ResourceManagerBuilder.ID.equals(commands[i].getBuilderName())) { in configurePreBuilder()[all …]
1052 ICommand[] commands = project.getDescription().getBuildSpec(); in compileInReleaseMode() local1053 for (ICommand command : commands) { in compileInReleaseMode()
21 import org.eclipse.core.commands.AbstractHandler;22 import org.eclipse.core.commands.ExecutionEvent;23 import org.eclipse.core.commands.ExecutionException;
132 String[] commands = commandList.toArray(new String[index + 2]); in doCompileFiles() local185 commands[index] = quote(osSourcePath); in doCompileFiles()186 commands[index + 1] = quote(data.getOutput().getLocation().toOSString()); in doCompileFiles()189 if (execAidl(builder, project, commands, sourceFile, verbose) == false) { in doCompileFiles()
57 import org.eclipse.core.commands.Command;96 import org.eclipse.ui.commands.ICommandService;