/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/ |
D | MonitorWorkbenchWindowAdvisor.java | 19 import org.eclipse.ui.application.ActionBarAdvisor; 20 import org.eclipse.ui.application.IActionBarConfigurer; 21 import org.eclipse.ui.application.IWorkbenchWindowConfigurer; 22 import org.eclipse.ui.application.WorkbenchWindowAdvisor;
|
D | MonitorWorkbenchAdvisor.java | 21 import org.eclipse.ui.application.IWorkbenchConfigurer; 22 import org.eclipse.ui.application.IWorkbenchWindowConfigurer; 23 import org.eclipse.ui.application.WorkbenchAdvisor; 24 import org.eclipse.ui.application.WorkbenchWindowAdvisor;
|
D | MonitorActionBarAdvisor.java | 26 import org.eclipse.ui.application.ActionBarAdvisor; 27 import org.eclipse.ui.application.IActionBarConfigurer;
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/editors/layout/refactoring/testdata/ |
D | manifest-expected-completion16.txt | 1 Code completion in manifest.xml for <^application android:i: 2 application : The "application" tag describes application-level components contained in the packag… 11 supports-screens : The "supports-screens" specifies the screen dimensions an application supports. 12 …uses-configuration" tag specifies a specific hardware configuration value used by the application. 13 uses-feature : The "uses-feature" tag specifies a specific feature used by the application.
|
D | completion1-expected-completion11.txt | 58 …ndroid.view.ViewStub lets you lazily include other XML layouts inside your application at runtime. 64 <fragment /> : A Fragment is a piece of an application's user interface or behavior that can be pl…
|
D | completion1-expected-completion12.txt | 58 …ndroid.view.ViewStub lets you lazily include other XML layouts inside your application at runtime. 64 <fragment /> : A Fragment is a piece of an application's user interface or behavior that can be pl…
|
D | completion9-expected-completion64.txt | 58 …ndroid.view.ViewStub lets you lazily include other XML layouts inside your application at runtime. 64 <fragment /> : A Fragment is a piece of an application's user interface or behavior that can be pl…
|
D | manifest-expected-completion17.txt | 8 android:installLocation : The default install location defined by an application. [enum]
|
D | manifest-expected-completion18.txt | 24 android:exported : Flag indicating whether the given application component is available to other a… 27 android:hardwareAccelerated : <p>Flag indicating whether the application's rendering should be har…
|
D | completion5-expected-completion40.txt | 63 …able in an IME associated with an editor to improve the integration with your application. [flag]
|
D | completion1-expected-completion39.txt | 63 …able in an IME associated with an editor to improve the integration with your application. [flag]
|
D | completionvalues1-expected-completion32.txt | 130 …able in an IME associated with an editor to improve the integration with your application. [flag]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/ |
D | messages.properties | 6 NdkGdbLaunchDelegate_Action_ObtainAppAbis=Obtaining ABI's supported by the application 11 NdkGdbLaunchDelegate_Action_SyncAppToDevice=Syncing application to device 26 NdkGdbLaunchDelegate_LaunchError_ObtainingAppFolder=Error while obtaining application data folder o… 28 …r_ProjectHasErrors=Your project contains error(s), please fix them before running your application. 30 NdkGdbLaunchDelegate_LaunchError_UnableToDetectAppAbi=Unable to detect application ABI's 32 NdkGdbLaunchDelegate_LaunchError_VerifyIfDebugBuild=Verify if the application was built with NDK_DE…
|
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/manifest/model/ |
D | UiElementNodeTest.java | 145 UiElementNode application = ui_child_it.next(); in testLoadFrom_NewTree_1_Node() local 146 assertEquals("application", application.getDescriptor().getXmlName()); in testLoadFrom_NewTree_1_Node() 147 assertEquals(0, application.getUiChildren().size()); in testLoadFrom_NewTree_1_Node() 148 assertEquals(0, application.getAllUiAttributes().size()); in testLoadFrom_NewTree_1_Node() 167 UiElementNode application = ui_child_it.next(); in testLoadFrom_NewTree_2_Nodes() local 168 assertEquals("application", application.getDescriptor().getXmlName()); in testLoadFrom_NewTree_2_Nodes() 169 assertEquals(0, application.getUiChildren().size()); in testLoadFrom_NewTree_2_Nodes() 170 assertEquals(0, application.getAllUiAttributes().size()); in testLoadFrom_NewTree_2_Nodes() 171 assertEquals(0, application.getUiSiblingIndex()); in testLoadFrom_NewTree_2_Nodes() 212 UiElementNode application = ui_child_it.next(); in testLoadFrom_NewTree_N_Nodes() local [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/editors/manifest/ |
D | ManifestInfo.java | 358 Element application = (Element) applications.item(0); in sync() local 359 if (application.hasAttributeNS(NS_RESOURCES, ATTRIBUTE_ICON)) { in sync() 360 mApplicationIcon = application.getAttributeNS(NS_RESOURCES, ATTRIBUTE_ICON); in sync() 362 if (application.hasAttributeNS(NS_RESOURCES, ATTRIBUTE_LABEL)) { in sync() 363 mApplicationLabel = application.getAttributeNS(NS_RESOURCES, ATTRIBUTE_LABEL); in sync() 365 if (SdkConstants.VALUE_TRUE.equals(application.getAttributeNS(NS_RESOURCES, in sync() 370 String defaultTheme = application.getAttributeNS(NS_RESOURCES, ATTRIBUTE_THEME); in sync()
|
/sdk/apps/SdkController/ |
D | Implementation.txt | 31 Here's a quick overview of the classes in the application: 50 the application: ControllerListener createControllerListener().
|
/sdk/eclipse/scripts/ |
D | _mk_icons.sh | 24 icon A blue application
|
/sdk/find_java2/FindJava2/ |
D | FindJava2.rc | 125 // Icon with lowest ID value placed first to ensure application icon
|
/sdk/eclipse/ |
D | changes.txt | 174 * New default application icons, including an xhdpi version. 216 application names instead of just pids, fronts when application 431 signed/unsigned application package" will not. If debuggable=true 455 contextual menu) will do a full application package refatoring. 485 as valid targets for application launches. 552 - Export Wizard: To export an application for release, and sign it 584 - Properly kill the application that is about to be reinstalled. 586 application (caused a signing error) 608 - Installation of application is now more robust and will notify of 643 application is pushed onto the device. [all …]
|
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/ |
D | messages.properties | 35 InstrValidator_NoTestLibMsg_s=The application does not declare uses-library %1$s
|
/sdk/find_java2/WinLauncher2/ |
D | WinLauncher2.rc | 130 // Icon with lowest ID value placed first to ensure application icon
|
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/i18n/ |
D | messages.properties | 50 DeviceView_Unable_Create_HPROF_For_Application=Unable to create HPROF file for application '%1$s'.\…
|
/sdk/ |
D | changes.txt | 66 * Find hardcoded android:debuggable attributes on <application>
|
/sdk/eclipse/buildConfig/ |
D | build.properties | 134 # installed Eclipse against which the application or plug-in code will be compiled and the RCP delt…
|
/sdk/docs/ |
D | howto_use_cupcake_sdk.txt | 349 For example if you are working on a client/server application for Android, you
|