HomeSort by relevance Sort by last modified time
    Searched refs:mSourceFolders (Results 1 - 3 of 3) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
PostCompilerDeltaVisitor.java 77 private List<IPath> mSourceFolders;
97 mSourceFolders = sourceFolders;
258 for (IPath sourcePath : mSourceFolders) {
PreCompilerDeltaVisitor.java 90 private final List<IPath> mSourceFolders;
102 mSourceFolders = sourceFolders;
362 for (IPath sourceFolderPath : mSourceFolders) {
PostCompilerBuilder.java 128 private List<IPath> mSourceFolders;
133 mSourceFolders = BaseProjectHelper.getSourceClasspaths(javaProject);
164 for (IPath sourceFullPath : mSourceFolders) {
    [all...]

Completed in 20 milliseconds