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

<<11121314151617181920>>

  /external/chromium_org/chrome/test/ispy/
app.yaml 0 application: google.com:ispy
9 script: server.app.application
  /external/chromium_org/third_party/skia/experimental/iOSSampleApp/iPad/
AppDelegate_iPad.mm 7 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
  /external/chromium_org/third_party/skia/experimental/iOSSampleApp/iPhone/
AppDelegate_iPhone.mm 6 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
  /external/skia/experimental/iOSSampleApp/iPad/
AppDelegate_iPad.mm 7 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
  /external/skia/experimental/iOSSampleApp/iPhone/
AppDelegate_iPhone.mm 6 - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary *)launchOptions {
  /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.
  /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_org/mojo/services/public/cpp/view_manager/
view_manager.h 14 class Application;
24 static void Create(Application* application, ViewManagerDelegate* delegate);
26 // Returns the URL of the application that embedded this application.
  /external/chromium_org/mojo/services/view_manager/
main.cc 5 #include "mojo/public/cpp/application/application.h"
12 class ViewManagerApp : public Application {
31 Application* Application::Create() {
  /external/chromium_org/mojo/public/cpp/application/lib/
service_registry.cc 5 #include "mojo/public/cpp/application/lib/service_registry.h"
7 #include "mojo/public/cpp/application/application.h"
8 #include "mojo/public/cpp/application/lib/service_connector.h"
13 ServiceRegistry::ServiceRegistry(Application* application)
14 : application_(application) {
18 Application* application,
20 : application_(application) {
    [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...]
  /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&mdash;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...]
  /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/shell/java/src/org/chromium/chrome/shell/sync/
ChromeShellSyncAdapterService.java 7 import android.app.Application;
16 Context context, Application application) {
  /external/chromium_org/components/cronet/android/sample/src/org/chromium/cronet_sample_apk/
CronetSampleApplication.java 7 import android.app.Application;
13 * Application for managing the Cronet Sample.
15 public class CronetSampleApplication extends Application {
  /external/chromium_org/mojo/services/native_viewport/
native_viewport_service.h 9 #include "mojo/public/cpp/application/application.h"
13 MOJO_NATIVE_VIEWPORT_EXPORT mojo::Application*
  /external/chromium_org/mojo/services/test_service/
test_service_application.h 8 #include "mojo/public/cpp/application/application.h"
14 class TestServiceApplication : public Application {

Completed in 938 milliseconds

<<11121314151617181920>>