Searched refs:sources (Results 1 – 18 of 18) sorted by relevance
/sdk/emulator/opengl/ |
D | README | 14 files, three types of auto-generated sources: 16 - sources to encode commands into a byte stream. 17 - sources to decode the byte stream into commands. 18 - sources to wrap normal procedural EGL/GLES calls into context-aware ones. 92 from them, and also what kind of auto-generated sources they depend on.
|
D | DESIGN | 210 - The emulator sources are under $ANDROID/external/qemu, which we'll 225 The emulator sources related to this projects are: 232 The other sources are: 403 Generally speaking, guest encoder sources are located under directories 405 sources will be under $EMUGL_HOST/host/libs/<name>_dec/ 407 However, all these sources use the same spec files located under the
|
/sdk/hierarchyviewer/ |
D | README.txt | 2 The sources are left here just for reference. Please do not change them.
|
/sdk/sdklauncher/ |
D | build.gradle | 9 sources {
|
/sdk/avdlauncher/ |
D | build.gradle | 9 sources {
|
/sdk/find_java/ |
D | build.gradle | 9 sources {
|
/sdk/emulator/mksdcard/ |
D | build.gradle | 9 sources {
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | completion11-expected-complation79.txt | 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…
|
D | fragmentlayout-expected-complation77.txt | 3 …ew.html">ListView</a></code> object that can be bound to different data sources, typically either…
|
D | fragmentlayout-expected-complation78.txt | 3 …ew.html">ListView</a></code> object that can be bound to different data sources, typically either…
|
/sdk/eclipse/ |
D | README_WINDOWS.txt | 24 - Installer at http://sources.redhat.com/cygwin/
|
/sdk/ |
D | README.txt | 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?
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/lint/ |
D | EclipseLintClient.java | 803 List<File> sources = null; 818 sources = new ArrayList<File>(entries.length); 834 sources.add(workspacePathToFile(entry.getPath())); 881 if (sources == null) { 882 sources = super.getClassPath(project).getSourceFolders(); 891 info = new ClassPathInfo(sources, classes, libraries);
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/ |
D | AidlProcessor.java | 102 protected void doCompileFiles(List<IFile> sources, BaseBuilder builder, in doCompileFiles() argument 151 for (IFile sourceFile : sources) { in doCompileFiles()
|
/sdk/p2gen/ |
D | README.txt | 63 When running in online mode, there are 3 sources from which files
|
/sdk/eclipse/plugins/com.android.ide.eclipse.base/META-INF/ |
D | MANIFEST.MF | 55 com.android.sdklib.internal.repository.sources,
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
D | ManifestInfo.java | 889 List<IPath> sources = BaseProjectHelper.getSourceClasspaths(javaProject); in getSourcePackageRoot() local 892 for (IPath path : sources) { in getSourcePackageRoot()
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/layout/gle2/ |
D | IncludeFinder.java | 423 List<ResourceFile> sources = layout.getSourceFileList(); in scanProject() local 424 for (ResourceFile source : sources) { in scanProject()
|