Home
last modified time | relevance | path

Searched refs:sourceFolderPathList (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
DPreCompilerBuilder.java290 List<IPath> sourceFolderPathList = BaseProjectHelper.getSourceClasspaths(javaProject); in build() local
296 setupSourceProcessors(javaProject, projectState, sourceFolderPathList, in build()
335 dv = new PreCompilerDeltaVisitor(this, sourceFolderPathList, in build()
685 project, projectTarget, sourceFolderPathList, in build()
823 @NonNull List<IPath> sourceFolderPathList, in setupSourceProcessors() argument
831 List<File> sourceFolders = Lists.newArrayListWithCapacity(sourceFolderPathList.size()); in setupSourceProcessors()
834 for (IPath path : sourceFolderPathList) { in setupSourceProcessors()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DSourceProcessor.java368 List<IPath> sourceFolderPathList = BaseProjectHelper.getSourceClasspaths(mJavaProject); in buildSourceFileList() local
370 for (IPath sourceFolderPath : sourceFolderPathList) { in buildSourceFileList()