HomeSort by relevance Sort by last modified time
    Searched defs:toCompile (Results 1 - 2 of 2) sorted by null

  /sdk/anttasks/src/com/android/ant/
MultiFilesTask.java 76 Map<String, String> toCompile = new HashMap<String, String>();
91 // yet, that'll be done by adding it to toCompile)
108 toCompile.put(sourceFilePath, sourceFolder);
116 toCompile.putAll(sourceFiles);
118 processor.displayMessage(DisplayType.COMPILING, toCompile.size());
119 if (toCompile.size() > 0) {
120 for (Entry<String, String> toCompilePath : toCompile.entrySet()) {
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
SourceProcessor.java 397 Set<IFile> toCompile = visitor.getFilesToCompile();
417 for (IFile r : toCompile) {

Completed in 67 milliseconds