Home
last modified time | relevance | path

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

/sdk/emulator/opengl/
DREADME14 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.
DDESIGN210 - 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/
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/emulator/mksdcard/
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-complation77.txt3 …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…
/sdk/eclipse/
DREADME_WINDOWS.txt24 - Installer at http://sources.redhat.com/cygwin/
/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.java803 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/
DAidlProcessor.java102 protected void doCompileFiles(List<IFile> sources, BaseBuilder builder, in doCompileFiles() argument
151 for (IFile sourceFile : sources) { in doCompileFiles()
/sdk/p2gen/
DREADME.txt63 When running in online mode, there are 3 sources from which files
/sdk/eclipse/plugins/com.android.ide.eclipse.base/META-INF/
DMANIFEST.MF55 com.android.sdklib.internal.repository.sources,
/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.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()