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

1 2 3 4 5 6 7 891011>>

  /external/skia/experimental/SimpleiOSApp/iPhone/
AppDelegate_iPhone.m 17 #pragma mark Application lifecycle
19 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
21 // Override point for customization after application launch.
29 - (void)applicationWillResignActive:(UIApplication *)application {
31 Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
37 - (void)applicationDidEnterBackground:(UIApplication *)application {
39 Use this method to release shared resources, save user data, invalidate timers, and store enough application state information to restore your application to its current state in case it is terminated later.
    [all...]
  /frameworks/opt/telephony/src/java/com/google/android/mms/pdu/
PduContentTypes.java 42 "application/*", /* 0x10 */
43 "application/java-vm", /* 0x11 */
44 "application/x-www-form-urlencoded", /* 0x12 */
45 "application/x-hdmlc", /* 0x13 */
46 "application/vnd.wap.wmlc", /* 0x14 */
47 "application/vnd.wap.wmlscriptc", /* 0x15 */
48 "application/vnd.wap.wta-eventc", /* 0x16 */
49 "application/vnd.wap.uaprof", /* 0x17 */
50 "application/vnd.wap.wtls-ca-certificate", /* 0x18 */
51 "application/vnd.wap.wtls-user-certificate", /* 0x19 *
    [all...]
  /external/robolectric/src/main/java/com/xtremelabs/robolectric/
ApplicationResolver.java 3 import android.app.Application;
20 public Application resolveApplication() {
24 Application application; local
26 application = newApplicationInstance(packageName, applicationName);
28 application = new Application();
31 ShadowApplication shadowApplication = shadowOf(application);
35 shadowApplication.setPackageManager(new RobolectricPackageManager(application, config));
38 return application;
69 Application application; local
    [all...]
  /external/qemu/distrib/sdl-1.2.15/Xcode/
uninstall.csh 19 sudo rm -r "/Developer/ProjectBuilder Extras/Project Templates/Application/SDL Application"
20 sudo rm -r "/Developer/ProjectBuilder Extras/Project Templates/Application/SDL Cocoa Application"
21 sudo rm -r "/Developer/ProjectBuilder Extras/Project Templates/Application/SDL Custom Cocoa Application"
22 sudo rm -r "/Developer/ProjectBuilder Extras/Project Templates/Application/SDL OpenGL Application"
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
IconUtils.java 46 add("application/vnd.android.package-archive", icon);
50 add("application/ogg", icon);
51 add("application/x-flac", icon);
55 add("application/pgp-keys", icon);
56 add("application/pgp-signature", icon);
57 add("application/x-pkcs12", icon);
58 add("application/x-pkcs7-certreqresp", icon);
59 add("application/x-pkcs7-crl", icon);
60 add("application/x-x509-ca-cert", icon);
61 add("application/x-x509-user-cert", icon)
    [all...]
  /art/test/113-multidex/
info.txt 1 Test whether we can run code from an application split into multiple dex files (similar to
  /external/chromium_org/tools/stats_viewer/
program.cs 13 /// The main entry point for the application.
18 Application.EnableVisualStyles();
19 Application.SetCompatibleTextRenderingDefault(false);
20 Application.Run(new StatsViewer());
  /frameworks/base/tests/RenderScriptTests/HelloWorld/
_index.html 1 <p>A Renderscript graphics application that draws the text "Hello, World!" where the user touches.</p
  /external/chromium_org/chrome/common/extensions/docs/examples/api/i18n/localizedHostedApp/_locales/en/
messages.json 4 "description": "The title of the application, displayed in the web store."
7 "message": "This is the minimal set of data required to upload a localized hosted application to the web store.",
8 "description": "The description of the application, displayed in the web store."
  /external/chromium_org/native_client_sdk/src/doc/devguide/coding/
index.rst 4 Coding Your Application
8 useful to understand in order to code your application---e.g., how an
9 application is structured, and how to use the Pepper APIs.
  /external/chromium_org/remoting/android/apk/src/org/chromium/chromoting/
RemotingApplication.java 7 import android.app.Application;
9 /** Main context for the application. */
10 public class RemotingApplication extends Application {
  /external/chromium_org/third_party/skia/experimental/SimpleiOSApp/iPad/
AppDelegate_iPad.m 17 #pragma mark Application lifecycle
19 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
21 // Override point for customization after application launch.
29 - (void)applicationWillResignActive:(UIApplication *)application {
31 Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
37 - (void)applicationDidBecomeActive:(UIApplication *)application {
39 Restart any tasks that were paused (or not yet started) while the application was inactive.
44 - (void)applicationWillTerminate:(UIApplication *)application {
    [all...]
  /external/skia/experimental/SimpleiOSApp/iPad/
AppDelegate_iPad.m 17 #pragma mark Application lifecycle
19 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
21 // Override point for customization after application launch.
29 - (void)applicationWillResignActive:(UIApplication *)application {
31 Sent when the application is about to move from active to inactive state. This can occur for certain types of temporary interruptions (such as an incoming phone call or SMS message) or when the user quits the application and it begins the transition to the background state.
37 - (void)applicationDidBecomeActive:(UIApplication *)application {
39 Restart any tasks that were paused (or not yet started) while the application was inactive.
44 - (void)applicationWillTerminate:(UIApplication *)application {
    [all...]
  /frameworks/base/tools/layoutlib/bridge/tests/res/testApp/MyApplication/src/androidTest/java/com/android/layoulib/test/myapplication/
ApplicationTest.java 3 import android.app.Application;
9 public class ApplicationTest extends ApplicationTestCase<Application> {
11 super(Application.class);
  /external/chromium_org/native_client_sdk/doc_generated/devguide/coding/
index.html 3 <section id="coding-your-application">
4 <span id="coding"></span><h1 id="coding-your-application"><span id="coding"></span>Coding Your Application</h1>
6 useful to understand in order to code your application&#8212;e.g., how an
7 application is structured, and how to use the Pepper APIs.</p>
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_GetAppState.3 3 \fBSDL_GetAppState\fP \- Get the state of the application
11 This function returns the current state of the application\&. The value returned is a bitwise combination of:
14 The application has mouse focus\&.
17 The application has keyboard focus
20 The application is visible
  /libcore/luni/src/main/java/libcore/net/
MimeUtils.java 50 add("application/andrew-inset", "ez");
51 add("application/dsptype", "tsp");
52 add("application/hta", "hta");
53 add("application/mac-binhex40", "hqx");
54 add("application/mathematica", "nb");
55 add("application/msaccess", "mdb");
56 add("application/oda", "oda");
57 add("application/ogg", "ogg");
58 add("application/ogg", "oga");
59 add("application/pdf", "pdf")
    [all...]
  /development/samples/Spinner/
_index.html 2 This sample is a simple application that serves as an application under test
3 for the <a href="../SpinnerTest/index.html">SpinnerTest</a> test application example.
6 This application illustrates basic state management across the Android application life cycle,
7 mainly for the purpose of highlighting common patterns of Activity testing. When the application
9 Thereafter, the application saves a selection as soon as it
10 is made. The application remembers the selection from invocation to invocation, even
14 The test application <a href="../SpinnerTest/index.html">SpinnerTest</a>
19 For more information about this application, see th
    [all...]
  /external/chromium_org/build/win/
compatibility.manifest 4 <application>
5 <!--The ID below indicates application support for Windows Vista -->
7 <!--The ID below indicates application support for Windows 7 -->
9 <!--The ID below indicates application support for Windows 8 -->
11 <!--The ID below indicates application support for Windows 8.1 -->
13 </application>
  /external/chromium_org/mojo/examples/demo_launcher/
demo_launcher.cc 8 #include "mojo/public/cpp/application/application.h"
14 class DemoLauncher : public Application {
20 // Overridden from Application:
39 Application* Application::Create() {
  /external/chromium_org/mojo/public/cpp/application/lib/
service_registry.h 12 class Application;
20 ServiceRegistry(Application* application);
21 ServiceRegistry(Application* application,
43 Application* application_;
  /external/robolectric/src/test/java/com/xtremelabs/robolectric/internal/
ClassNameResolverTest.java 3 import android.app.Application;
12 assertEquals(TestApplication.class, new ClassNameResolver<Application>("com.xtremelabs.robolectric", "TestApplication").resolve());
17 assertEquals(TestApplication.class, new ClassNameResolver<Application>("com.xtremelabs.robolectric", ".TestApplication").resolve());
22 assertEquals(TestApplication.class, new ClassNameResolver<Application>("com.xtremelabs.robolectric", "com.xtremelabs.robolectric.TestApplication").resolve());
27 assertEquals(TestApplication.class, new ClassNameResolver<Application>("com.xtremelabs", ".robolectric.TestApplication").resolve());
32 new ClassNameResolver<Application>("com.xtremelabs", "robolectric.TestApplication").resolve();
  /external/chromium_org/tools/gyp/test/win/linker-flags/
extra.manifest 5 <application>
6 <!--This Id value indicates the application supports Windows 7 functionality-->
8 </application>
extra2.manifest 5 <application>
6 <!--This Id value indicates the application supports Windows Vista functionality -->
8 </application>
  /frameworks/base/core/java/android/content/res/
package.html 3 <p>Contains classes for accessing application resources,
6 (orientation, input types, etc.) that affect how the application may behave.</p>
9 href="{@docRoot}guide/topics/resources/index.html">Application Resources</a> guide.</p>

Completed in 487 milliseconds

1 2 3 4 5 6 7 891011>>