/frameworks/base/docs/html/guide/topics/resources/ |
resources-i18n.jd | 1 page.title=Application Resources 8 <p><strong>This document has moved. Please see <a href="index.html">Application Resources</a>.</strong></p
|
/prebuilts/eclipse/platform/ |
README | 2 the monitor application (RCP version of DDMS). The build script takes 4 jars and releases them as part of the RCP application.
|
/external/chromium-trace/catapult/third_party/Paste/tests/test_util/ |
test_mimeparse.py | 15 assert parse('application/xhtml;level=3;q=0.5') == ( 16 'application', 'xhtml', {'level': '3', 'q': '0.5'}) 17 assert parse('application/xml') == ('application', 'xml', {}) 18 assert parse('application/xml;q=1') == ('application', 'xml', {'q': '1'}) 19 assert parse('application/xml ; q=1;b=other') == ( 20 'application', 'xml', {'q': '1', 'b': 'other'}) 21 assert parse('application/xml ; q=2;b=other') == ( 22 'application', 'xml', {'q': '2', 'b': 'other'} [all...] |
/prebuilts/gdb/darwin-x86/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...] |
/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...] |
/external/chromium-trace/catapult/third_party/webapp2/docs/tutorials/gettingstarted/ |
uploading.rst | 3 Uploading Your Application 6 Console. Once you have registered an application ID for your application, you 9 your application by clicking the Deploy button. 12 Once you register an application ID, you can delete it, but you can't 13 re-register that same application ID after it has been deleted. You can 17 Registering the Application 31 To create a new application, click the "Create an Application" button. Follow 32 the instructions to register an application ID, a name unique to thi [all...] |
/external/clang/test/CXX/expr/expr.unary/expr.sizeof/ |
p1.cpp | 13 x = sizeof(a->bitX); // expected-error {{invalid application of 'sizeof' to bit-field}} 15 x = sizeof(a->foo(), a->bitX); // expected-error {{invalid application of 'sizeof' to bit-field}} 16 x = sizeof(a->var ? a->bitX : a->bitY); // expected-error {{invalid application of 'sizeof' to bit-field}} 17 x = sizeof(a->var ? a->bitX : a->bitX); // expected-error {{invalid application of 'sizeof' to bit-field}} 18 x = sizeof(a->bitX = 3); // expected-error {{invalid application of 'sizeof' to bit-field}} 19 x = sizeof(a->bitY += 3); // expected-error {{invalid application of 'sizeof' to bit-field}} 24 x = sizeof(void); // expected-error {{invalid application of 'sizeof' to an incomplete type 'void'}} 25 x = sizeof(int()); // expected-error {{invalid application of 'sizeof' to a function type}} 26 x = sizeof(test2()); // expected-error {{invalid application of 'sizeof' to an incomplete type 'void'}} 27 x = sizeof(test2); // expected-error {{invalid application of 'sizeof' to a function type} [all...] |
/external/autotest/client/common_lib/ |
magic.py | 154 [0L, 'leshort', '=', 1538L, 'application/x-alan-adventure-game'], 155 [0L, 'string', '=', 'TADS', 'application/x-tads-game'], 156 [0L, 'short', '=', 420L, 'application/x-executable-file'], 157 [0L, 'short', '=', 421L, 'application/x-executable-file'], 158 [0L, 'leshort', '=', 603L, 'application/x-executable-file'], 159 [0L, 'string', '=', 'Core\001', 'application/x-executable-file'], 160 [0L, 'string', '=', 'AMANDA: TAPESTART DATE', 'application/x-amanda-header'], 161 [0L, 'belong', '=', 1011L, 'application/x-executable-file'], 162 [0L, 'belong', '=', 999L, 'application/x-library-file'], 171 [0L, 'long', '=', 100554L, 'application/x-apl-workspace'] [all...] |
/frameworks/base/docs/html/google/play/licensing/ |
index.jd | 9 applications that you publish on Google Play. With Google Play Licensing, your application can 13 <p>Using the service, you can apply a flexible licensing policy on an application-by-application 14 basis—each application can enforce licensing in the way most appropriate for it. If necessary, 15 an application can apply custom constraints based on the licensing status obtained from Google Play. 16 For example, an application can check the licensing status and then apply custom constraints 17 that allow the user to run it unlicensed for a specific validity period. An application can also 18 restrict use of the application to a specific device, in addition to any other constraints. </p> 21 application checks the licensing status, the Google Play server signs the licensing status 22 response using a key pair that is uniquely associated with the application. Your applicatio [all...] |
/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/gdb/darwin-x86/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/gdb/darwin-x86/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/gdb/linux-x86/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/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)
|
/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/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 15 public class Application
|
/external/selinux/policycoreutils/sepolicy/sepolicy/help/ |
files_apps.txt | 1 This screen shows application types that are defined for process running with the '%(APP)s' type. 4 The description should give you a decent description for what the application is allowed to do with the type. If your application type is being denied access to a particular file, you might want to change the label of that file.
|
start.txt | 4 This application allows you to browse SELinux confinement per application. You can enter the name of the application to see how SELinux confines it, or you could enter the SELinux name for the running process.
|
/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
|
/art/test/134-nodex2oat-nofallback/ |
info.txt | 1 Test that disables dex2oat'ing the application, and disable fallback. This is derived from test
|
/developers/build/prebuilts/gradle/SpeedTracker/Shared/src/main/ |
AndroidManifest.xml | 4 <application android:allowBackup="true"/>
|
/developers/samples/android/wearable/wear/SpeedTracker/Shared/src/main/ |
AndroidManifest.xml | 4 <application android:allowBackup="true"/>
|