HomeSort by relevance Sort by last modified time
    Searched full:application (Results 326 - 350 of 14555) sorted by null

<<11121314151617181920>>

  /development/samples/ApiDemos/src/com/example/android/apis/
ApiDemosApplication.java 19 import android.app.Application;
22 * This is an example of a {@link android.app.Application} class. This can
25 * all of these globals from across your application into one place here.
27 * In this case, we have not defined any specific work for this Application.
30 * of how to perform unit tests on an Application object.
32 public class ApiDemosApplication extends Application {
  /external/chromium_org/chrome/installer/mini_installer/
mini_installer.exe.manifest 10 <application>
11 <!--The ID below indicates application support for Windows Vista -->
13 <!--The ID below indicates application support for Windows 7 -->
15 <!--The ID below indicates application support for Windows 8 -->
17 <!--The ID below indicates application support for Windows 8.1 -->
19 </application>
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_ActiveEvent.3 3 SDL_ActiveEvent \- Application visibility event structure
23 \fBSDL_APPMOUSEFOCUS\fP if mouse focus was gained or lost, \fBSDL_APPINPUTFOCUS\fP if input focus was gained or lost, or \fBSDL_APPACTIVE\fP if the application was iconified (\fBgain\fR=0) or restored(\fBgain\fR=1)\&.
28 When the mouse leaves or enters the window area a \fBSDL_APPMOUSEFOCUS\fP type activation event occurs, if the mouse entered the window then \fBgain\fR will be 1, otherwise \fBgain\fR will be 0\&. A \fBSDL_APPINPUTFOCUS\fP type activation event occurs when the application loses or gains keyboard focus\&. This usually occurs when another application is made active\&. Finally, a \fBSDL_APPACTIVE\fP type event occurs when the application is either minimised/iconified (\fBgain\fR=0) or restored\&.
33 This event does not occur when an application window is first created\&.
  /frameworks/multidex/library/src/android/support/multidex/
MultiDexApplication.java 19 import android.app.Application;
23 * Minimal MultiDex capable application. To use the legacy multidex library there is 3 possibility:
25 * <li>Declare this class as the application in your AndroidManifest.xml.</li>
26 * <li>Have your {@link Application} extends this class.</li>
27 * <li>Have your {@link Application} override attachBaseContext starting with<br>
35 public class MultiDexApplication extends Application {
  /frameworks/opt/telephony/src/java/com/android/internal/telephony/
WapPushManagerParams.java 24 * Application type activity
29 * Application type service
41 * Application ID or content type was not found in the application ID table
47 * Receiver application signature check failed
53 * Receiver application was not found
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
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 on device
28 NdkGdbLaunchDelegate_LaunchError_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_DEBUG=1
  /external/chromium_org/mojo/public/cpp/application/
application.h 9 #include "mojo/public/cpp/application/connect.h"
10 #include "mojo/public/cpp/application/lib/service_connector.h"
26 // Application::Create();
28 // application writers.
58 // Create an Application instance that collects any service implementations.
60 // Application app(service_provider_handle);
67 class Application {
69 Application();
70 explicit Application(ScopedMessagePipeHandle service_provider_handle);
71 explicit Application(MojoHandle service_provider_handle)
    [all...]
  /frameworks/base/docs/html/tools/publishing/
publishing_overview.jd 14 <li><a href="#publishing-prepare">Preparing Your Application for Release</a></li>
15 <li><a href="#publishing-release">Releasing Your Application to Users</a>
25 publish an Android application you perform two main tasks:</p>
28 <li>You prepare the application for release.
29 <p>During the preparation step you build a release version of your application, which users can
32 <li>You release the application to users.
34 application to users.</p>
38 <p>Usually, you release your application through an application marketplace, such as <a href="{@docRoot}distribute/googleplay/index.html">Google Play</a>.
43 href="{@docRoot}tools/workflow/index.html">application development process</a>
    [all...]
versioning.jd 10 <li>Your application <em>must</em> be versioned</a></li>
11 <li>You set the version in the application's manifest file</li>
19 <li><a href="#appversioning">Setting Application Version</a></li>
20 <li><a href="#minsdkversion">Specifying Your Application's System API Requirements</a>
27 <li><a href="{@docRoot}tools/publishing/preparing.html">Preparing to Publish Your Application</a></li>
35 <p>Versioning is a critical component of your application upgrade and maintenance
39 <li>Users need to have specific information about the application version that
43 a suite &mdash; need to query the system for your application's version, to
45 <li>Services through which you will publish your application(s) may also need to
46 query your application for its version, so that they can display the version t
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/
RobolectricTestRunnerTest.java 11 import android.app.Application;
24 assertNotNull(Robolectric.application);
25 assertEquals(MyTestApplication.class, Robolectric.application.getClass());
26 assertFalse(((MyTestApplication) Robolectric.application).onCreateWasCalled);
27 assertNotNull(shadowOf(Robolectric.application).getResourceLoader());
63 TextView tv = new TextView(Robolectric.application);
76 ResourceLoader loader = Robolectric.shadowOf(Robolectric.application).getResourceLoader();
80 loader.inflateView(Robolectric.application, R.layout.text_views, null);
95 @Override protected Application createApplication() {
100 public static class MyTestApplication extends Application {
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/
System_Events_Suite.py 1 """Suite System Events Suite: Terms and Events for controlling the System Events application
36 class application(aetools.ComponentItem): class in inherits:aetools.ComponentItem
37 """application - The System Events application """
50 """properties - every property of the System Events application """
66 applications = application
67 application._superclassnames = []
73 application._privpropdict = {
78 application._privelemdict = {
96 'capp' : application,
    [all...]
  /external/chromium_org/native_client_sdk/doc_generated/devguide/devcycle/
running.html 23 <li><a class="reference internal" href="#technique-2-packaged-application-loaded-as-an-unpacked-extension" id="id15">Technique 2: Packaged application loaded as an unpacked extension</a></li>
24 <li><a class="reference internal" href="#technique-3-hosted-application-loaded-as-an-unpacked-extension" id="id16">Technique 3: Hosted application loaded as an unpacked extension</a></li>
25 <li><a class="reference internal" href="#technique-4-chrome-web-store-application-with-trusted-testers" id="id17">Technique 4: Chrome Web Store application with trusted testers</a></li>
39 applications locally. An application that uses a PNaCl module can be tested
40 similarly to any other web application that only consists of HTML, CSS and
43 web server to serve the application&#8217;s files. The NaCl SDK comes with a simple
50 As explained in <a class="reference internal" href="/native-client/devguide/distributing.html"><em>Distributing Your Application</em></a>, Nativ
    [all...]
  /frameworks/base/test-runner/src/android/test/
ApplicationTestCase.java 19 import android.app.Application;
24 * This test case provides a framework in which you can test Application classes in
26 * Application, and hooks by which you can inject various dependencies and control
27 * the environment in which your Application is tested.
30 * Every Application is designed to be accessed within a specific sequence of
31 * method calls (see {@link android.app.Application} for more details).
32 * In order to support the lifecycle of a Application, this test case will make the
40 * automatically called, and it will stop & destroy your application by calling its
45 * Every Application has one inherent dependency, the {@link android.content.Context Context} in
50 * <p>If simply run your tests as-is, your Application will be injected with a fully-functiona
    [all...]
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/shadows/
ApplicationTest.java 4 import android.app.Application;
45 Robolectric.application = new Application();
50 assertThat(new Activity().getApplication(), sameInstance(Robolectric.application));
51 assertThat(new Activity().getApplication().getApplicationContext(), sameInstance((Context) Robolectric.application));
59 Application app1 = ShadowApplication.bind(new Application(), resourceLoader1);
64 Application app2 = ShadowApplication.bind(new Application(), resourceLoader2);
93 Object systemService = Robolectric.application.getSystemService(name)
100 Application application = new ApplicationResolver(newConfig("TestAndroidManifestWithPackageName.xml")).resolveApplication(); local
106 Application application = new ApplicationResolver(newConfig("TestAndroidManifestWithAppName.xml")).resolveApplication(); local
    [all...]
ShadowAutoCompleteTextViewTest.java 24 new AutoCompleteTextView(Robolectric.application);
25 ArrayAdapter<Object> adapter = new ArrayAdapter<Object>(Robolectric.application, 0);
35 new AutoCompleteTextView(Robolectric.application);
43 new AutoCompleteTextView(Robolectric.application);
53 new AutoCompleteTextView(Robolectric.application);
63 new AutoCompleteTextView(Robolectric.application);
75 new ReplaceableAutoCompleteTextView(Robolectric.application);
  /development/samples/TicTacToeMain/
_index.html 1 <p>This sample demonstrates how an application can make use of shared code and
4 <p>In this case, the TicTacToeMain application project includes a reference to
5 the TicTacToeLib library project. When you build the TicTacToeMain application,
7 as part of the main application's <code>.apk</code> file. The main application
14 <li>The main application's <a
18 Currently, an application must declare in its manifest any components or
22 shows how a class in the main application imports and uses
30 <code>GameActivity</code>, that handles most of the application lifecycle.</p>
38 handles most of the application lifecycle and manages general game play.</li
    [all...]
  /external/deqp/framework/platform/ios/
tcuIOSAppDelegate.m 21 * \brief iOS Application Delegate.
33 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions
35 DE_UNREF(application && launchOptions);
61 - (void)applicationWillResignActive:(UIApplication *)application
63 DE_UNREF(application);
67 - (void)applicationDidEnterBackground:(UIApplication *)application
69 DE_UNREF(application);
72 - (void)applicationWillEnterForeground:(UIApplication *)application
74 DE_UNREF(application);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/
IDebuggerConnector.java 25 * Is this application from a project present in the workspace?
26 * @param appName name of the application. This is typically the application's package, but
35 * The given port is tied to the application and should be used if possible. However the
37 * @param appName the name of the application. Usually the application's package but this
40 * @param selectedPort the port value for the selected application
  /frameworks/base/docs/html/guide/topics/manifest/
receiver-element.jd 19 <dd><code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code></dd>
27 subclass) as one of the application's components. Broadcast receivers enable
29 applications, even when other components of the application are not running.
48 The <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code> element has its own
49 <code><a href="{@docRoot}guide/topics/manifest/application-element.html#enabled">enabled</a></code> attribute that applies to all
50 application components, including broadcast receivers. The
51 <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code> an
    [all...]
  /frameworks/base/docs/html/google/play/licensing/
overview.jd 2 parent.title=Application Licensing
29 <p>Google Play Licensing is a network-based service that lets an application query a trusted
30 Google Play licensing server to determine whether the application is licensed to the current
32 to determine whether a given user is licensed to use a given application. Google Play considers a
33 user to be licensed if the user is a recorded purchaser of the application.</p>
35 <p>The request starts when your application makes a request to a service hosted by
36 the Google Play client application. The Google Play application then sends a request to
37 the licensing server and receives the result. The Google Play application sends
38 the result to your application, which can allow or disallow further use of th
    [all...]
  /development/samples/SpinnerTest/
_index.html 2 This sample is the test application for the
5 application.
8 The test application uses the
16 The application shows how to set up a test application project,
18 file for a test application, and how to set up a test case class for a test fixture. The
24 Test setup: The <code>setUp()</code> method re-initializes the state of the application under test
29 test that the application under test is properly initialized prior to running the
37 Application control using instrumentation: The <code>testStateDestroy()</code> and <code>testStatePause()</code>
43 that links the test application with the application under test. Specifically, th
    [all...]
  /development/samples/Compass/
AndroidManifest.xml 18 used by the system to determine how to start your application and
21 <!-- Declare the contents of this Android application. The namespace
23 supplies a unique name for the application. When writing your
24 own application, the package name must be changed from "com.example.*"
29 <!-- This package contains an application... The 'label' is the name
30 to display to the user for the overall application, and provides
33 <application android:label="@string/compass_app">
35 <!-- An Activity in the application - this is something the user
56 </application>
  /development/samples/HeavyWeight/
AndroidManifest.xml 17 <!-- Declare the contents of this Android application. The namespace
19 supplies a unique name for the application. When writing your
20 own application, the package name must be changed from "com.example.*"
24 <application android:label="Heavy Weight" android:cantSaveState="true">
31 </application>
  /development/samples/HelloActivity/
AndroidManifest.xml 17 <!-- Declare the contents of this Android application. The namespace
19 supplies a unique name for the application. When writing your
20 own application, the package name must be changed from "com.example.*"
24 <application android:label="Hello, Activity!">
31 </application>
  /external/chromium_org/chrome/common/extensions/docs/examples/apps/hello-python/
README 6 This application implements a sample client for the Chrome Web Store Licensing
18 app.yaml and replace the text INSERT APPLICATION NAME HERE with the application
27 'app_id': 'INSERT APPLICATION ID HERE',
29 Then deploy your application to App Engine, and you will be able to log in

Completed in 1833 milliseconds

<<11121314151617181920>>