Searched refs:sources (Results 1 – 14 of 14) sorted by relevance
1 The sources in this directory have been moved to:
2 The sources are left here just for reference. Please do not change them.
9 sources {
5 …xpandableListView</a></code> object that can be bound to different data sources that provide a tw…7 …ew.html">ListView</a></code> object that can be bound to different data sources, typically either…
3 …ew.html">ListView</a></code> object that can be bound to different data sources, typically either…
1 Some of the SDK tools sources have moved out of the sdk.git project.73 2- How do I change some tools sources and build a new SDK using these?
819 List<File> sources = null;834 sources = new ArrayList<File>(entries.length);850 sources.add(workspacePathToFile(entry.getPath()));897 if (sources == null) {898 sources = super.getClassPath(project).getSourceFolders();912 info = new ClassPathInfo(sources, classes, libraries, tests);
102 protected void doCompileFiles(List<IFile> sources, BaseBuilder builder, in doCompileFiles() argument151 for (IFile sourceFile : sources) { in doCompileFiles()
889 List<IPath> sources = BaseProjectHelper.getSourceClasspaths(javaProject); in getSourcePackageRoot() local892 for (IPath path : sources) { in getSourcePackageRoot()
61 com.android.sdklib.internal.repository.sources,
423 List<ResourceFile> sources = layout.getSourceFileList(); in scanProject() local424 for (ResourceFile source : sources) { in scanProject()