/external/icu4c/ |
readme.html | 219 applications migrating from previous ICU releases</em>. 681 is new and not yet stable. Applications must not rely on unstable 686 <li><b>Only C APIs:</b> Applications must not rely on C++ APIs from a 694 to enable upgrading ICU without breaking applications. For example:<br /> 697 for applications to include and get the correct entry point names.</li> [all...] |
/frameworks/base/core/res/res/values-en-rGB/ |
strings.xml | 158 <string name="reboot_safemode_confirm" msgid="55293944502784668">"Do you want to reboot into safe mode? This will disable all third-party applications that you have installed. They will be restored when you reboot again."</string> 213 <string name="permgrouplab_appInfo" msgid="8028789762634147725">"Your applications information"</string> 214 <string name="permgroupdesc_appInfo" msgid="3950378538049625907">"Ability to affect behaviour of other applications on your device."</string> 234 <string name="permgroupdesc_display" msgid="6051002031933013714">"Effect the UI of other applications."</string> 281 <string name="permdesc_getTasks" msgid="7454215995847658102">"Allows the app to retrieve information about currently and recently running tasks. This may allow the app to discover information about which applications are used on the device."</string> [all...] |
/frameworks/base/core/res/res/values-en-rIN/ |
strings.xml | 158 <string name="reboot_safemode_confirm" msgid="55293944502784668">"Do you want to reboot into safe mode? This will disable all third-party applications that you have installed. They will be restored when you reboot again."</string> 213 <string name="permgrouplab_appInfo" msgid="8028789762634147725">"Your applications information"</string> 214 <string name="permgroupdesc_appInfo" msgid="3950378538049625907">"Ability to affect behaviour of other applications on your device."</string> 234 <string name="permgroupdesc_display" msgid="6051002031933013714">"Effect the UI of other applications."</string> 281 <string name="permdesc_getTasks" msgid="7454215995847658102">"Allows the app to retrieve information about currently and recently running tasks. This may allow the app to discover information about which applications are used on the device."</string> [all...] |
/external/jpeg/ |
install.doc | [all...] |
structure.doc | 39 * cjpeg/djpeg, two sample applications that use the library to transform 73 JPEG standard but is necessary for typical applications of JPEG. These 127 this form. (Those few applications that want to deal with YCbCr downsampled 144 this is just an interface to fwrite(), but some applications may need to 188 the file is actually interleaved or not.) Applications that wish to deal [all...] |
jpeglib.h | 9 * Most applications using the library need only include this file, 132 /* Remaining fields should be treated as private by applications. */ 742 * reported). Some applications may wish to add additional error codes [all...] |
/external/qemu/distrib/jpeg-6b/ |
install.doc | [all...] |
structure.doc | 39 * cjpeg/djpeg, two sample applications that use the library to transform 73 JPEG standard but is necessary for typical applications of JPEG. These 127 this form. (Those few applications that want to deal with YCbCr downsampled 144 this is just an interface to fwrite(), but some applications may need to 188 the file is actually interleaved or not.) Applications that wish to deal [all...] |
jpeglib.h | 9 * Most applications using the library need only include this file, 132 /* Remaining fields should be treated as private by applications. */ 742 * reported). Some applications may wish to add additional error codes [all...] |
/frameworks/base/core/java/android/app/ |
ActivityManager.java | 414 * space available for memory-intensive applications; most applications 579 * example, if multiple applications can be actively running at the 789 * example, if multiple applications can be actively running at the [all...] |
/frameworks/base/core/java/android/nfc/ |
NfcAdapter.java | 590 * <p>Applications can use this to check if NFC is enabled. Applications [all...] |
/frameworks/base/core/java/android/view/ |
WindowManager.java | 100 * for normal applications; using it correctly requires great care. 161 * be used by applications, and a special permission is required 249 * application is starting. Not for use by applications themselves; 310 * created by applications. 332 * These windows are normally placed above all applications, but behind 426 * system itself is allowed to create these overlays. Applications cannot 680 * application will receive a CANCEL motion event to indicate this so applications [all...] |
/frameworks/base/docs/html/tools/sdk/ndk/ |
index.jd | 101 3.1 Subject to the terms of this License Agreement, Google grants you a limited, worldwide, royalty-free, non-assignable and non-exclusive license to use the SDK solely to develop applications to run on the Android platform. 111 3.6 You agree that the form and nature of the SDK that Google provides may change without prior notice to you and that future versions of the SDK may be incompatible with applications developed on previous versions of the SDK. You agree that Google may stop (permanently or temporarily) providing the SDK (or any features within the SDK) to you or to users generally at Google's sole discretion, without prior notice to you. 119 4.1 Google agrees that it obtains no right, title or interest from you (or your licensors) under this License Agreement in or to any software applications that you develop using the SDK, including any intellectual property rights that subsist in those applications. 121 4.2 You agree to use the SDK and write applications only for purposes that are permitted by (a) this License Agreement and (b) any applicable law, regulation or generally accepted practices or guidelines in the relevant jurisdictions (including any laws regarding the export of data or software to and from the United States or other relevant countries). 123 4.3 You agree that if you use the SDK to develop applications for general public users, you will protect the privacy and legal rights of those users. If the users provide you with user names, passwords, or other login information or personal information, you must make the users aware that the information will be available to your application, and you must provide legally adequate privacy notice and protection for those users. If your application stores personal or sensitive information provided by users, it must do so securely. If the user provides your application with Google Account information, your application may only use that information to access the user's Google Account when, and for the limited purposes for which, the user has given you permission to do so. 127 4.5 You agree that you are solely responsible for (and that Google has no responsibility to you or to any third party for) any data, content, or resources that you create, transmit or display through Android and/or applications for Android, and for the consequences of your actions (including any loss or damage which Google may suffer) by doing so. 133 5.1 You agree that you are responsible for maintaining the confidentiality of any developer credentials that may be issued to you by Google or which you may choose yourself and that you will be solely responsible for all applications that are developed under your developer credentials. 142 <h3>7. Third Party Applications</h3> 143 7.1 If you use the SDK to run applications developed by a third party or that access data, content or resources provided by a third party, yo (…) [all...] |
/frameworks/base/docs/html/tools/testing/ |
activity_test.jd | 81 Android includes powerful tools for testing applications. The tools extend JUnit with additional features, provide convenience classes for mock Android system objects, and use 106 Additional test tools in Eclipse/ADT provide integrated support for creating test applications, running them, and viewing the results. 157 with a pair of related sample applications — an application under test and a test 177 The sample applications are described in more detail in the 183 In this tutorial, you will use the Android emulator to run applications. The emulator needs [all...] |
/ndk/docs/opensles/ |
index.html | 36 applications. That said, OpenSL ES is a full-featured API, and we 367 OpenSL ES for Android is designed for multi-threaded applications, 562 Portable applications should use the OpenSL ES 1.0.1 APIs 587 compatibility, we suggest that applications use Android simple 695 This feature is primarily intended for streaming media applications that 697 prior to playback. Most applications that need to decode audio to PCM [all...] |
/packages/apps/Launcher2/src/com/android/launcher2/ |
AppsCustomizePagedView.java | 146 * The Apps/Customize page that displays all the applications, widgets, and shortcuts. 158 Applications, [all...] |
/frameworks/base/docs/html/about/versions/ |
jelly-bean.jd | 328 <p>Since Android 4.0, media players and similar applications have been able to 331 Android 4.3, those applications can now also expose playback <strong>progress 508 <p>The KeyChain API now provides a method that allows applications to confirm 516 <p>Android 4.3 introduces a keystore provider and APIs that allow applications 528 zygote-spawned processes, preventing Android applications from executing [all...] |
/external/chromium_org/ppapi/api/ |
ppb_input_event.idl | 471 * applications may want to create their own for internal use. The type must 506 * applications may want to create their own for internal use. The type must 609 * applications may want to create their own for internal use. 721 * need to create them, but some applications may want to create their own 815 * need to create them, but some applications may want to create their own [all...] |
/external/zlib/src/examples/ |
zlib_how.html | 122 More advanced applications of <em>zlib</em> 223 There are other values of the flush parameter that are used in more advanced applications. You can 228 applications. Both requests will degrade compression by an amount depending on how often such 283 Some applications of <em>zlib</em> have two loops that call <tt>deflate()</tt> 375 For applications where <em>zlib</em> streams are embedded in other data, this routine would 409 Advanced applications may use
|
/frameworks/base/media/java/android/media/audiofx/ |
AudioEffect.java | 34 * <p>Applications should not use the AudioEffect class directly but one of its derived classes to 377 * be shared by several applications, this parameter indicates 426 * other applications or the native resources released. [all...] |
/frameworks/base/docs/html/guide/topics/media/ |
camera.jd | 58 devices, allowing you to capture pictures and videos in your applications. This document discusses a 79 only visible to your application or shared so that other applications such as Gallery or other 373 properly release it for use by other applications.</li> 377 not collide with other applications that may also want to use it. The following sections discusses 385 cause your or other applications to be shut down.</p> [all...] |
/frameworks/base/docs/html/reference/com/google/android/gms/location/ |
LocationRequest.html | 775 <code><a href="/reference/com/google/android/gms/location/LocationRequest.html#setInterval(long)">setInterval(long)</a></code> to 5 seconds. This would be appropriate for mapping applications that are 782 other applications. This would be appropriate for applications that have no firm requirement 785 <p>In between these two extremes is a very common use-case, where applications definitely want 787 still want a low power impact. These applications should consider 791 <code><a href="/reference/com/google/android/gms/location/LocationRequest.html#setInterval(long)">setInterval(long)</a></code>, but can still receive locations triggered by other applications at a rate 793 applications, including background usage. Do be careful to also throttle 801 <p>Applications cannot specify the exact location sources, such as GPS, that are used by the 805 <p>Location requests from applications with [all...] |
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/ |
CoroutineManager.java | 144 * win; applications can do so if they want via front-end code, but 167 * allowing applications to select their own numbers (they may want
|
/external/bison/darwin-lib/ |
time.h | 536 /* Encourage applications to avoid unsafe functions that can overrun 538 applications should use strftime (or even sprintf) instead. */
|
/external/bison/linux-lib/ |
time.h | 536 /* Encourage applications to avoid unsafe functions that can overrun 538 applications should use strftime (or even sprintf) instead. */
|