/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/SystemEvents/ |
__init__.py | 73 getbaseclasses(application) 83 getbaseclasses(application) 88 getbaseclasses(application) 90 getbaseclasses(application) 91 getbaseclasses(application) 95 getbaseclasses(application) 104 'capp' : application, 114 'capp' : application, 119 'capp' : application, 121 'capp' : application, [all...] |
/frameworks/base/docs/html/google/play/licensing/ |
index.jd | 1 page.title=Application Licensing 6 applications that you publish on Google Play. With Google Play Licensing, your application can 10 <p>Using the service, you can apply a flexible licensing policy on an application-by-application 11 basis—each application can enforce licensing in the way most appropriate for it. If necessary, 12 an application can apply custom constraints based on the licensing status obtained from Google Play. 13 For example, an application can check the licensing status and then apply custom constraints 14 that allow the user to run it unlicensed for a specific validity period. An application can also 15 restrict use of the application to a specific device, in addition to any other constraints. </p> 18 application checks the licensing status, the Google Play server signs the licensing statu [all...] |
/external/chromium_org/chrome/test/mini_installer/config/ |
chrome_system_installed.prop | 3 "$PROGRAM_FILES\\$CHROME_DIR\\Application\\chrome.exe": {"exists": true}, 4 "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chrome.dll": 6 "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chrome_elf.dll": 8 "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Installer\\chrome.7z": 10 "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Installer\\setup.exe": 12 "$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\$MINI_INSTALLER_FILE_VERSION.manifest": 27 "data": "\"$PROGRAM_FILES\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Installer\\setup.exe\" --uninstall --multi-install --chrome --system-level"
|
chrome_user_installed.prop | 3 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.exe": {"exists": true}, 4 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chrome.dll": 6 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\chrome_elf.dll": 8 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Installer\\chrome.7z": 10 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Installer\\setup.exe": 12 "$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\$MINI_INSTALLER_FILE_VERSION.manifest": 27 "data": "\"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\$MINI_INSTALLER_FILE_VERSION\\Installer\\setup.exe\" --uninstall --multi-install --chrome"
|
/frameworks/base/telephony/java/com/android/internal/telephony/ |
IWapPushManager.aidl | 23 * Processes WAP push message and triggers the receiver application registered 24 * in the application ID table. 29 * Add receiver application into the application ID table. 31 * record in the application ID table is not allowed. Use update/delete method. 38 * Updates receiver application that is last added. 46 * Delites receiver application information.
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/mime/ |
application.py | 5 """Class representing application/* type MIME documents.""" 14 """Class for generating application/* MIME documents.""" 18 """Create an application/* type MIME document. 20 _data is a string containing the raw application data. 26 transport of the application data, defaulting to base64 encoding. 33 raise TypeError('Invalid application MIME subtype') 34 MIMENonMultipart.__init__(self, 'application', _subtype, **_params)
|
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/plat-mac/lib-scriptpackages/Explorer/ |
Standard_Suite.py | 42 class application(aetools.ComponentItem): class in inherits:aetools.ComponentItem 43 """application - An application program """ 50 application._superclassnames = [] 51 application._privpropdict = { 54 application._privelemdict = { 61 'capp' : application,
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/mime/ |
application.py | 5 """Class representing application/* type MIME documents.""" 14 """Class for generating application/* MIME documents.""" 18 """Create an application/* type MIME document. 20 _data is a string containing the raw application data. 26 transport of the application data, defaulting to base64 encoding. 33 raise TypeError('Invalid application MIME subtype') 34 MIMENonMultipart.__init__(self, 'application', _subtype, **_params)
|
/packages/apps/CertInstaller/ |
AndroidManifest.xml | 9 <application android:label="@string/app_name" 21 <data android:mimeType="application/x-x509-ca-cert" /> 22 <data android:mimeType="application/x-x509-user-cert" /> 23 <data android:mimeType="application/x-x509-server-cert" /> 24 <data android:mimeType="application/x-pkcs12" /> 25 <data android:mimeType="application/application/x-pem-file" /> 26 <data android:mimeType="application/pkix-cert" /> 44 </application>
|
/development/samples/Wiktionary/ |
_index.html | 1 <p>A sample application that demonstrates how to create an interactive Android 2 home screen widget that launches an application activity.</p> 6 frame. Touching the widget will launch a custom application activity showing
|
/external/chromium_org/chrome/android/testshell/java/src/org/chromium/chrome/testshell/sync/ |
ChromiumTestShellSyncAdapterService.java | 7 import android.app.Application; 16 Context context, Application application) {
|
/external/chromium_org/native_client_sdk/src/doc/devguide/ |
index.rst | 9 your application), as well as important concepts you need to understand in order 10 to code your application (e.g., how an application is structured, and how to use
|
/external/proguard/examples/annotations/examples/ |
Application.java | 4 * This application illustrates the use of annotations for configuring ProGuard. 7 * javac -classpath ../lib/annotations.jar Application.java 14 public class Application
|
/packages/apps/UnifiedEmail/unified_src/ |
README | 2 in the UnifiedEmail application 6 application to test multiple content sources 9 AccountCacheProvider. All subsequent uris will actually be handled by the appropriate application.
|
/prebuilts/tools/common/proguard/proguard4.7/examples/annotations/examples/ |
Application.java | 4 * This application illustrates the use of annotations for configuring ProGuard. 7 * javac -classpath ../lib/annotations.jar Application.java 14 public class Application
|
/external/chromium_org/native_client_sdk/src/doc/devguide/devcycle/ |
running.rst | 27 applications locally. An application that uses a PNaCl module can be tested 28 similarly to any other web application that only consists of HTML, CSS and 32 web server to serve the application's files. The NaCl SDK comes with a simple 41 As explained in :doc:`Distributing Your Application <../distributing>`, Native 45 * A **hosted application** is an application that you host on a server of your 46 choice. To distribute an application as a hosted application, you upload 47 application metadata to the CWS. 49 * A **packaged application** is an application that is hosted in the CWS an [all...] |
/external/chromium_org/ppapi/native_client/src/trusted/plugin/osx_ppapi/ |
ppNaClPlugin.r | 13 "application/x-nacl",
|
/external/chromium_org/ppapi/tests/extensions/socket/ |
index.html | 9 type="application/x-nacl" />
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeLeopard/SDL Application/___PROJECTNAME___.xcodeproj/ |
TemplateInfo.plist | 11 Description = "This project builds an SDL-based application.";
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeSnowLeopard/SDL Application/___PROJECTNAME___.xcodeproj/ |
TemplateInfo.plist | 11 Description = "This project builds an SDL-based application.";
|
/external/qemu/distrib/sdl-1.2.15/Xcode/TemplatesForXcodeTiger/SDL Application/SDLApp.xcodeproj/ |
TemplateInfo.plist | 11 Description = "This project builds an SDL-based application.";
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/internal/ |
AppSingletonizer.java | 3 import android.app.Application; 18 Application applicationContext = (Application) context.getApplicationContext(); 32 protected T createInstance(Application applicationContext) {
|
/external/wpa_supplicant_8/wpa_supplicant/wpa_gui-qt4/ |
wpa_gui.desktop | 9 Type=Application
|
/frameworks/base/core/java/android/ |
package.html | 3 <p>Contains resource classes used by applications included in the platform and defines application 8 application, in order to provide a cohesive application package that has no external dependencies. 15 href="{@docRoot}guide/topics/resources/index.html">Application Resources</a> developer guide.</p>
|
/frameworks/base/docs/html/guide/topics/data/ |
index.jd | 3 page.landing.intro=Store application data in databases, files, or preferences, in internal or removeable storage. You can also add a data backup service to let users store and recover application and system data. 17 data with the cloud using your own back-end web application, and backing up data using the cloud so 18 that users can restore their data when installing your application on a new device.</p>
|