/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/docs/html/training/notepad/ |
index.jd | 7 <p>This tutorial on writing a notepad application gives you a "hands-on" introduction 10 developing a simple notepad application and provides concrete examples of how to 11 set up the project, develop the application logic and user interface, and then 12 compile and run the application. </p> 14 <p>The tutorial presents the application development as a set of 17 application. The exercises explain each step in detail and provide all the 18 sample code you need to complete the application. </p> 21 Android application and will have learned many of the most important 34 are not using Eclipse, you can follow the exercises and build the application, 42 application concepts and terminology. If you are not, yo [all...] |
/packages/apps/PackageInstaller/res/values-fr-rCA/ |
strings.xml | 23 <string name="security_settings_desc" msgid="2706691034244052604">"Autoriser cette application à :"</string> 27 <string name="install_done" msgid="3682715442154357097">"Application installée."</string> 28 <string name="install_confirm_question" msgid="7295206719219043890">"Voulez-vous installer cette application? Elle pourra :"</string> 29 <string name="install_confirm_question_no_perms" msgid="5918305641302873520">"Voulez-vous installer cette application? Elle n\'exige aucun accès particulier."</string> 30 <string name="install_confirm_question_update" msgid="4624159567361487964">"Voulez-vous installer une mise à jour pour cette application? Vos données existantes seront conservées. L\'application mise à jour aura accès à :"</string> 31 <string name="install_confirm_question_update_system" msgid="1302330093676416336">"Voulez-vous installer une mise à jour pour cette application intégrée? Vos données existantes seront conservées. L\'application mise à jour aura accès à :"</string> 32 <string name="install_confirm_question_update_no_perms" msgid="4885928136844618944">"Voulez-vous installer une mise à jour pour cette application? Vos données ne seront pas perdues. Aucun droit d\'accès spécial n\'est requis."</string> 33 <string name="install_confirm_question_update_system_no_perms" msgid="7676593512694724374">"Voulez-vous installer une mise à jour pour cette application intégrée? Vos données existantes ne seront pas perdues. Aucun droit d\'accès spécial n\'est requis (…) [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...] |
/prebuilts/python/linux-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...] |
/external/chromium_org/chrome/common/extensions/docs/templates/articles/ |
app_intents.html | 11 allow your application to quickly communicate 13 Your application can register to handle specific user actions 15 your application can also invoke actions to be handled by other applications. 65 Your application can be the user's preferred choice for handling a file type. 66 For example, your application could handle viewing images or viewing pdfs. 70 <p>To be able declare your application's ability to view RSS and ATOM 77 "type" : ["application/atom+xml", "application/rss+xml"] 83 Your application will receive intent payload through the <code>onLaunched</code> event. 89 intent.type == "application/atom+xml") [all...] |
/frameworks/base/core/java/android/content/pm/ |
ApplicationInfo.java | 34 * Information you can retrieve about a particular application. This 36 * <application> tag. 41 * Default task affinity of all activities in this application. See 49 * application's components. From the "permission" attribute. 54 * The name of the process this application should run in. From the 61 * Class implementing the Application object. From the "class" 68 * description of an application. From the "description" attribute 75 * default visual theme of the application. From the "theme" attribute 81 * Class implementing the Application's manage space 89 * Class implementing the Application's backup functionality. Fro [all...] |
/ndk/docs/text/ |
OVERVIEW.text | 7 The Android NDK is a set of tools that allows Android application developers 9 their application packages. 22 The Android VM allows your application's source code to call methods 25 - Your application's source code will declare one or more methods 33 application's .apk. This library must be named according to standard 39 - Your application must explicitly load the library. For example, to load 40 it at application start-up, simply add the following to its source code: 55 application project path, so they will be automatically added to your 92 "Application Not Responding" dialog or deal with the Android application [all...] |
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/arm64-v8a/ |
AndroidManifest.xml | 5 <application android:hasCode="false" />
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/armeabi/ |
AndroidManifest.xml | 5 <application android:hasCode="false" />
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/armeabi-v7a/ |
AndroidManifest.xml | 5 <application android:hasCode="false" />
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/mips/ |
AndroidManifest.xml | 5 <application android:hasCode="false" />
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/mips64/ |
AndroidManifest.xml | 5 <application android:hasCode="false" />
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/x86/ |
AndroidManifest.xml | 5 <application android:hasCode="false" />
|
/cts/hostsidetests/appsecurity/test-apps/SplitApp/libs/x86_64/ |
AndroidManifest.xml | 5 <application android:hasCode="false" />
|
/developers/build/prebuilts/androidtv/leanback/ |
build.gradle | 10 // NOTE: Do not place your application dependencies here; they belong
|
/developers/build/prebuilts/gradle/BatchStepSensor/Application/src/main/res/values-v11/ |
styles.xml | 4 Base application theme for API 11+. This theme completely replaces
|
/developers/build/templates/CardStream/_MODULE_/src/template/res/values-v11/ |
styles.xml | 4 Base application theme for API 11+. This theme completely replaces
|
/development/ndk/platforms/android-17/samples/Teapot/res/values-v11/ |
styles.xml | 4 Base application theme for API 11+. This theme completely replaces
|
/development/ndk/platforms/android-18/samples/MoreTeapots/res/values-v11/ |
styles.xml | 4 Base application theme for API 11+. This theme completely replaces
|
/development/ndk/samples/hello-jni/tests/ |
AndroidManifest.xml | 7 <!-- We add an application tag here just so that we can indicate that 10 <application> 12 </application> 14 This declares that this application uses the instrumentation test runner targeting
|
/development/ndk/samples/two-libs/tests/ |
AndroidManifest.xml | 7 <!-- We add an application tag here just so that we can indicate that 10 <application> 12 </application> 14 This declares that this application uses the instrumentation test runner targeting
|
/development/samples/BluetoothLeGatt/ |
_index.jd | 5 <p>A sample application that demonstrates how to communicate with
|
/development/samples/ControllerSample/res/values-v11/ |
styles.xml | 4 Base application theme for API 11+. This theme completely replaces
|