Home
last modified time | relevance | path

Searched refs:components (Results 1 – 6 of 6) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/
Dmanifest-expected-completion16.txt2 application : The "application" tag describes application-level components contained in the packag…
7 …on that can be used to control access from other packages to specific components or features in …
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
Dmessages.properties1 AddNativeWizardPage_Description=Settings for generated native components for project.
/sdk/find_java2/WinLauncher2/
DWinLauncher2.rc56 "#include ""afxres.rc"" // Standard components\r\n"
166 #include "afxres.rc" // Standard components
/sdk/
Dchanges.txt170 - Support for Ant rules provided by the Tools components (override the one in
192 - Add support for samples components.
193 - improved support for dependency between components.
/sdk/eclipse/buildConfig/
Dbuild.properties130 # Settings for the base Eclipse components and Java class libraries
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/wizards/newproject/
DNewProjectCreator.java1272 String[] components = packageName.split(AdtConstants.RE_DOT); in addSampleCode() local
1273 for (String component : components) { in addSampleCode()