Home
last modified time | relevance | path

Searched refs:sources (Results 1 – 14 of 14) sorted by relevance

/sdk/emulator/opengl/
DREADME1 The sources in this directory have been moved to:
/sdk/hierarchyviewer/
DREADME.txt2 The sources are left here just for reference. Please do not change them.
/sdk/sdklauncher/
Dbuild.gradle9 sources {
/sdk/avdlauncher/
Dbuild.gradle9 sources {
/sdk/find_java/
Dbuild.gradle9 sources {
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dcompletion11-expected-complation79.txt5 …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…
Dfragmentlayout-expected-complation78.txt3 …ew.html">ListView</a></code> object that can be bound to different data sources, typically either…
Dfragmentlayout-expected-complation77.txt3 …ew.html">ListView</a></code> object that can be bound to different data sources, typically either…
/sdk/
DREADME.txt1 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?
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/
DEclipseLintClient.java819 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);
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DAidlProcessor.java102 protected void doCompileFiles(List<IFile> sources, BaseBuilder builder, in doCompileFiles() argument
151 for (IFile sourceFile : sources) { in doCompileFiles()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/
DManifestInfo.java889 List<IPath> sources = BaseProjectHelper.getSourceClasspaths(javaProject); in getSourcePackageRoot() local
892 for (IPath path : sources) { in getSourcePackageRoot()
/sdk/eclipse/plugins/com.android.ide.eclipse.base/META-INF/
DMANIFEST.MF61 com.android.sdklib.internal.repository.sources,
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/
DIncludeFinder.java423 List<ResourceFile> sources = layout.getSourceFileList(); in scanProject() local
424 for (ResourceFile source : sources) { in scanProject()