Home
last modified time | relevance | path

Searched refs:application (Results 1 – 25 of 26) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.monitor/src/com/android/ide/eclipse/monitor/
DMonitorWorkbenchWindowAdvisor.java19 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;
DMonitorWorkbenchAdvisor.java21 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;
DMonitorActionBarAdvisor.java26 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/
Dmanifest-expected-completion16.txt1 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.
Dcompletion1-expected-completion11.txt58 …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…
Dcompletion1-expected-completion12.txt58 …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…
Dcompletion9-expected-completion64.txt58 …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…
Dmanifest-expected-completion17.txt8 android:installLocation : The default install location defined by an application. [enum]
Dmanifest-expected-completion18.txt24 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…
Dcompletion5-expected-completion40.txt63 …able in an IME associated with an editor to improve the integration with your application. [flag]
Dcompletion1-expected-completion39.txt63 …able in an IME associated with an editor to improve the integration with your application. [flag]
Dcompletionvalues1-expected-completion32.txt130 …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/
Dmessages.properties6 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/
DUiElementNodeTest.java145 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/
DManifestInfo.java358 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/
DImplementation.txt31 Here's a quick overview of the classes in the application:
50 the application: ControllerListener createControllerListener().
/sdk/eclipse/scripts/
D_mk_icons.sh24 icon A blue application
/sdk/find_java2/FindJava2/
DFindJava2.rc125 // Icon with lowest ID value placed first to ensure application icon
/sdk/eclipse/
Dchanges.txt174 * 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/
Dmessages.properties35 InstrValidator_NoTestLibMsg_s=The application does not declare uses-library %1$s
/sdk/find_java2/WinLauncher2/
DWinLauncher2.rc130 // 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/
Dmessages.properties50 DeviceView_Unable_Create_HPROF_For_Application=Unable to create HPROF file for application '%1$s'.\…
/sdk/
Dchanges.txt66 * Find hardcoded android:debuggable attributes on <application>
/sdk/eclipse/buildConfig/
Dbuild.properties134 # installed Eclipse against which the application or plug-in code will be compiled and the RCP delt…
/sdk/docs/
Dhowto_use_cupcake_sdk.txt349 For example if you are working on a client/server application for Android, you

12