HomeSort by relevance Sort by last modified time
    Searched full:application (Results 251 - 275 of 12065) sorted by null

<<11121314151617181920>>

  /sdk/testapps/jarCheckTests1/lib1/
AndroidManifest.xml 6 <application android:label="@string/app_name">
14 </application>
  /sdk/testapps/jarCheckTests1/lib2/
AndroidManifest.xml 6 <application android:label="@string/app_name">
14 </application>
  /sdk/testapps/jarCheckTests2/app/
AndroidManifest.xml 6 <application android:label="@string/app_name">
14 </application>
  /sdk/testapps/jarCheckTests2/lib1/
AndroidManifest.xml 6 <application android:label="@string/app_name">
14 </application>
  /sdk/testapps/jarCheckTests2/lib2/
AndroidManifest.xml 6 <application android:label="@string/app_name">
14 </application>
  /sdk/testapps/jarCheckTests3/app/
AndroidManifest.xml 6 <application android:label="@string/app_name">
14 </application>
  /sdk/testapps/jarCheckTests3/lib1/
AndroidManifest.xml 6 <application android:label="@string/app_name">
14 </application>
  /sdk/testapps/jarCheckTests3/lib2/
AndroidManifest.xml 6 <application android:label="@string/app_name">
14 </application>
  /sdk/testapps/javaProjectTest/lib1/
AndroidManifest.xml 7 <application
19 </application>
  /sdk/testapps/libsAndJarTest/lib1/
AndroidManifest.xml 7 <application
19 </application>
  /sdk/testapps/testProjectTest/lib/
AndroidManifest.xml 9 <application>
18 </application>
  /sdk/testapps/userLibTest/
AndroidManifest.xml 6 <application android:label="@string/app_name" android:icon="@drawable/ic_launcher">
14 </application>
  /frameworks/base/docs/html/guide/practices/
screens-support-1.5.jd 16 an application designed for Android 1.5</li>
47 default, an application written for Android 1.5 or below that does not set the <a
52 <em>normal</em> screen size (basically, the system displays the application in a small window
55 <p>This document describes how to get your application out of <a
71 <p>If you have already developed and published an Android application based on
73 need to make some changes to your application in order for it to properly run on newer devices with
74 different screen configurations. You should be able to make these changes to your application such
77 <p>The recommended strategy is to develop your application against Android 1.6 (because it's the
78 lowest version that includes support for multiple screens) and test your application on each
79 platform version your application supports (especially the minimum platform, such as Android 1.5)
    [all...]
  /external/chromium/chrome/browser/
background_application_list_model.h 58 // releasing it if the associated background application is unloaded.
87 // Contains data associated with a background application that is not
89 class Application;
91 // Associates extension id strings with Application objects.
92 typedef std::map<std::string, Application*> ApplicationMap;
100 // Returns the Application associated with |extension| or NULL.
101 const Application* FindApplication(const Extension* extension) const;
103 // Returns the Application associated with |extension| or NULL.
104 Application* FindApplication(const Extension* extension);
112 // application, e. g. the Icon, has changed
    [all...]
  /external/chromium_org/chrome/browser/lifetime/
application_lifetime.h 53 // CloseAllBrowsers() on platforms where the application exits
55 // this will additionally exit the application if all browsers are
75 // message. This will quit the application if there is nothing other than
76 // browser windows keeping it alive or the application is quitting.
79 // Begins shutdown of the application when the desktop session is ending.
82 // Tells the BrowserList to keep the application alive after the last Browser
85 // longer need to keep the application running.
88 // Stops keeping the application alive after the last Browser is closed.
92 // Returns true if application will continue running after the last Browser
104 // Called once the application is exiting
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/message/
MessageExt.java 22 * This method allows applications to associate application context with
24 * data, this the responsibility of the application and is dependent
25 * on the application.
26 * this application data is un-interpreted by the stack.
27 * Beware : when you clone a message, the deepcopy does not apply to the application data
30 * @param applicationData - un-interpreted application data.
39 * Returns the application data associated with the transaction.This
40 * specification does not define the format of this application specific
41 * data. This is the responsibility of the application.
43 * @return application data associated with the message by the application
    [all...]
  /frameworks/base/docs/html/tools/debugging/
debugging-projects-cmdline.jd 32 <p>You need to obtain a JDWP-compliant Java debugger to properly debug your application.
38 your code by letting you set breakpoints, step through execution of your application, and examine
41 debugging your application, follow these general steps:</p>
50 application running under the device that you installed it to.</li>
53 application in DDMS.</li>
60 you can use a default port 8700 to connect to whatever application is currently selected on the
63 <p>Your IDE should attach to your application running on the emulator, showing you its threads
65 for debugger" in the Development settings panel the application will run when Eclipse connects,
68 <p>Changing either the application being debugged or the "Wait for debugger" option causes the
69 system to kill the selected application if it is currently running. You can use this to kill you
    [all...]
  /frameworks/base/core/java/android/content/pm/
ApplicationInfo.java 30 * Information you can retrieve about a particular application. This
32 * &lt;application&gt; tag.
37 * Default task affinity of all activities in this application. See
45 * application's components. From the "permission" attribute.
50 * The name of the process this application should run in. From the
57 * Class implementing the Application object. From the "class"
64 * description of an application. From the "description" attribute
71 * default visual theme of the application. From the "theme" attribute
77 * Class implementing the Application's manage space
85 * Class implementing the Application's backup functionality. Fro
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/X11/
XF86keysym.h 62 #define XF86XK_Start 0x1008FF1A /* Start application */
64 #define XF86XK_AudioRecord 0x1008FF1C /* Record audio application */
104 #define XF86XK_Launch0 0x1008FF40 /* Launch Application */
105 #define XF86XK_Launch1 0x1008FF41 /* Launch Application */
106 #define XF86XK_Launch2 0x1008FF42 /* Launch Application */
107 #define XF86XK_Launch3 0x1008FF43 /* Launch Application */
108 #define XF86XK_Launch4 0x1008FF44 /* Launch Application */
109 #define XF86XK_Launch5 0x1008FF45 /* Launch Application */
110 #define XF86XK_Launch6 0x1008FF46 /* Launch Application */
111 #define XF86XK_Launch7 0x1008FF47 /* Launch Application */
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XF86keysym.h 62 #define XF86XK_Start 0x1008FF1A /* Start application */
64 #define XF86XK_AudioRecord 0x1008FF1C /* Record audio application */
104 #define XF86XK_Launch0 0x1008FF40 /* Launch Application */
105 #define XF86XK_Launch1 0x1008FF41 /* Launch Application */
106 #define XF86XK_Launch2 0x1008FF42 /* Launch Application */
107 #define XF86XK_Launch3 0x1008FF43 /* Launch Application */
108 #define XF86XK_Launch4 0x1008FF44 /* Launch Application */
109 #define XF86XK_Launch5 0x1008FF45 /* Launch Application */
110 #define XF86XK_Launch6 0x1008FF46 /* Launch Application */
111 #define XF86XK_Launch7 0x1008FF47 /* Launch Application */
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/X11/
XF86keysym.h 62 #define XF86XK_Start 0x1008FF1A /* Start application */
64 #define XF86XK_AudioRecord 0x1008FF1C /* Record audio application */
104 #define XF86XK_Launch0 0x1008FF40 /* Launch Application */
105 #define XF86XK_Launch1 0x1008FF41 /* Launch Application */
106 #define XF86XK_Launch2 0x1008FF42 /* Launch Application */
107 #define XF86XK_Launch3 0x1008FF43 /* Launch Application */
108 #define XF86XK_Launch4 0x1008FF44 /* Launch Application */
109 #define XF86XK_Launch5 0x1008FF45 /* Launch Application */
110 #define XF86XK_Launch6 0x1008FF46 /* Launch Application */
111 #define XF86XK_Launch7 0x1008FF47 /* Launch Application */
    [all...]
  /frameworks/base/core/res/res/values/
strings.xml 267 notification bar (will be seen by the user as he uses another application). -->
271 <!-- A notification is shown when there is a sync error. This is the text that will scroll through the notification bar (will be seen by the user as he uses another application). -->
410 <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
412 <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
415 <!-- Title of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. -->
417 <!-- Description of a category of application permissions, listed so the user can choose whether they want to allow the application to do this. --
    [all...]
  /external/chromium/net/base/
mime_sniffer_unittest.cc 59 EXPECT_EQ("application/octet-stream", mime_type);
69 "application/octet-stream", "application/octet-stream" },
75 "", "application/octet-stream" },
81 "application/octet-stream", "application/octet-stream" },
95 "", "application/x-chrome-extension" },
98 "", "application/x-chrome-extension" },
101 "", "application/x-chrome-extension" },
106 "text/plain", "application/x-chrome-extension" }
    [all...]
  /frameworks/base/docs/html/google/play/billing/
billing_overview.jd 32 <li><a href="{@docRoot}training/in-app-billing/preparing-iab-app.html#GetSample">Sample Application (V3)</a></li>
39 Billing features into your application.</p>
42 <p>Your application accesses the In-app Billing service using an API that is
45 application and the Google Play server. In practice, your application never
46 directly communicates with the Google Play server. Instead, your application
47 sends billing requests to the Google Play application over interprocess
49 Your application does not manage any network connections between itself and
80 application to users. Examples of digital goods includes in-game currency,
81 application feature upgrades that enhance the user experience, and new content
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
mimetypes.py 405 '.a' : 'application/octet-stream',
406 '.ai' : 'application/postscript',
413 '.bcpio' : 'application/x-bcpio',
414 '.bin' : 'application/octet-stream',
418 '.cdf' : 'application/x-cdf',
419 '.cdf' : 'application/x-netcdf',
420 '.cpio' : 'application/x-cpio',
421 '.csh' : 'application/x-csh',
423 '.dll' : 'application/octet-stream',
424 '.doc' : 'application/msword'
    [all...]

Completed in 717 milliseconds

<<11121314151617181920>>