Home
last modified time | relevance | path

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

12

/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-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…
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…
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…
/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/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.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/monitor/
DHOWTO-BUILD1 To build the Monitor RCP based application, do:
DAndroid.mk48 -application org.eclipse.ant.core.antRunner \
/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/
Dbuild_plugins.sh213 -application org.eclipse.ant.core.antRunner \
D_mk_icons.sh24 icon A blue application
/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/adtproductbuild/
DAndroid.mk57 -application org.eclipse.ant.core.antRunner \
/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/emulator/opengl/
DDESIGN438 hardware and software libraries transparently to the application. The system
561 - Provide a way to display the virtual video surface on a host application's
/sdk/emulator/opengl/host/tools/emugen/
DREADME10 table. The dispatch table may be initialized as required by a specific application.

12