Searched refs:newCommands (Results 1 – 1 of 1) sorted by relevance
| /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/ |
| D | AndroidNature.java | 187 ICommand[] newCommands = new ICommand[commands.length + 1]; in configureResourceManagerBuilder() local 188 System.arraycopy(commands, 0, newCommands, 1, commands.length); in configureResourceManagerBuilder() 191 newCommands[0] = command; in configureResourceManagerBuilder() 192 desc.setBuildSpec(newCommands); in configureResourceManagerBuilder() 231 ICommand[] newCommands = new ICommand[commands.length + 1]; in configurePreBuilder() local 232 System.arraycopy(commands, 0, newCommands, 0, index); in configurePreBuilder() 237 newCommands[index] = command; in configurePreBuilder() 240 System.arraycopy(commands, index, newCommands, index + 1, commands.length-index); in configurePreBuilder() 243 desc.setBuildSpec(newCommands); in configurePreBuilder() 259 ICommand[] newCommands = new ICommand[commands.length + 1]; in configureApkBuilder() local [all …]
|