HomeSort by relevance Sort by last modified time
    Searched full:application (Results 776 - 800 of 12067) sorted by null

<<31323334353637383940>>

  /development/samples/AndroidBeamDemo/
AndroidManifest.xml 27 <application android:icon="@drawable/ic_launcher" android:label="@string/app_name">
38 <data android:mimeType="application/com.example.android.beam" />
41 </application>
  /development/samples/ApiDemos/tests/
AndroidManifest.xml 21 <!-- We add an application tag here just so that we can indicate that
24 <application>
26 </application>
  /development/samples/ApiDemos/tests/src/com/example/android/apis/
ApiDemosApplicationTests.java 24 * This is a simple framework for a test of an Application. See
26 * how to write and extend Application tests.
55 * Test basic startup/shutdown of Application
  /development/samples/JetBoy/
AndroidManifest.xml 18 used by the system to determine how to start the application and
27 <application android:icon="@drawable/icon"
39 </application>
  /development/samples/VoicemailProviderDemo/
_index.html 2 This is a simple sample application that demonstrates how to use voicemail
6 The application includes
19 In the real world, a similar application could download voicemails from a
  /development/samples/browseable/ShareActionProvider/
AndroidManifest.xml 30 <application
45 <!-- ContentProvider which serves files from this application's asset folder -->
52 </application>
  /development/samples/browseable/Styled/
AndroidManifest.xml 28 Theme is set on the application so that our custom theme is used by
31 <application
54 </application>
  /development/samples/training/testingfun/app/tests/
AndroidManifest.xml 26 <!-- We add an application tag here just so that we can indicate that
29 <application>
31 </application>
  /external/chromium/chrome/browser/ui/cocoa/applescript/
browsercrapplication+applescript.h 15 // Represent the top level application scripting object in applescript.
18 // Application window manipulation methods.
20 // application.
  /external/chromium_org/ash/first_run/
first_run_helper.h 51 // Returns bounds of application list button.
54 // Returns bounds of application list. You must open application list before
  /external/chromium_org/chrome/browser/mac/
master_prefs.mm 40 //~/Library/Application Support/Google/Chrome/Google Chrome Master Preferences
42 //~/Library/Application Support/Chromium/Chromium Master Preferences
54 // /Library/Application Support/Chromium/Chromium Master Preferences
  /external/chromium_org/chrome/browser/sync/test/integration/
sync_app_helper.h 34 // Sets a new |page_ordinal| value for the application with |name| in
40 // Gets the app launch ordinal value for the application with |name| in
45 // Sets a new |app_launch_ordinal| value for the application with |name| in
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/
browsercrapplication+applescript.h 15 // Represent the top level application scripting object in applescript.
18 // Application window manipulation methods.
20 // application.
  /external/chromium_org/google_apis/gcm/
gcm_client.h 90 // |app_id|: application ID.
99 // |app_id|: application ID.
107 // |app_id|: application ID.
113 // |app_id|: application ID.
117 // |app_id|: application ID.
152 // Registers the application for GCM. Delegate::OnRegisterFinished will be
155 // |app_id|: application ID.
156 // |cert|: SHA-1 of public key of the application, in base16 format.
158 // messages to the application. These IDs are assigned by the
165 // Unregisters the application from GCM when it is uninstalled
    [all...]
  /external/chromium_org/ppapi/native_client/tests/ppapi_browser/manifest/
manifest.html 62 type="application/x-nacl" />
71 type="application/x-nacl" />
81 type="application/x-nacl" />
  /external/clang/test/Sema/
extern-redecl.c 29 int test2v = sizeof(test2_array); // expected-error {{invalid application of 'sizeof' to an incomplete type 'int []'}}
34 int x = sizeof(test3_array); // expected-error {{invalid application of 'sizeof' to an incomplete type 'int []'}}
43 int x = sizeof(test4_array); // expected-error {{invalid application of 'sizeof' to an incomplete type 'int []'}}
  /external/eigen/doc/
TopicMultithreading.dox 28 \section TopicMultiThreading_UsingEigenWithMT Using Eigen in a multi-threaded application
30 In the case your own application is multithreaded, and multiple threads make calls to Eigen, then you have to initialize Eigen by calling the following routine \b before creating the threads:
42 In the case your application is parallelized with OpenMP, you might want to disable Eigen's own parallization as detailed in the previous section.
  /external/jmonkeyengine/engine/src/test/jme3test/app/
TestContextRestart.java 35 import com.jme3.app.Application;
43 final Application app = new Application();
  /external/qemu/distrib/sdl-1.2.15/Xcode/SDL/pkg-support/resources/
ReadMeDevLite.txt 3 To compile an SDL based application on OS X, SDLMain.m must be compiled into your program. (See the SDL FAQ). The SDL-devel.pkg includes Xcode templates which already do this for you. But for those who may not want to install the dev package, an SDLMain is provided here as a convenience. Be aware that there are different variations of SDLMain.m depending on what class of SDL application you make and they are intended to work with NIB files. Only one SDLMain variant is provided here and without any NIB files. You should look to the SDL-devel package for the others. We currently do not provide a SDLMain.a file, partly to call to attention that there are different variations of SDLmain.
9 An SDL/OpenGL based application might look like:
  /external/qemu/distrib/sdl-1.2.15/src/video/qtopia/
SDL_QPEApp.cc 32 /* Flag to tell whether or not the Be application is active or not */
52 /* Quit the QPE Application, if there's nothing left to do */
55 /* Decrement the application reference count */
  /frameworks/base/core/java/android/app/
IActivityController.aidl 24 * while tests are running. Not for normal application development.
42 * An application process has crashed (in Java). Return true for the
56 * An application process is not responding. Return 0 to show the "app
  /frameworks/base/core/java/android/appwidget/
package.html 3 applications (such as the home screen) to quickly access application data and services without
13 <p>Any application can publish app widgets (as an app widget provider). All an application needs to
  /frameworks/base/docs/html/google/play/billing/
billing_best_practices.jd 57 engineer security protocols and other application components. At a minimum, we recommend that you
68 <p>Using these techniques can help reduce the attack surface of your application and help minimize
76 <h3 id="sample">Modify all sample application code</h3>
77 <p>The In-app Billing sample application is publicly distributed and can be downloaded by anyone,
78 which means it is relatively easy for an attacker to reverse engineer your application if you use
79 the sample code exactly as it is published. The sample application is intended to be used only as an
80 example. If you use any part of the sample application, you must modify it before you publish it or
81 release it as part of a production application.</p>
82 <p>In particular, attackers look for known entry points and exit points in an application, so it is
83 important that you modify these parts of your code that are identical to the sample application.</p
    [all...]
  /frameworks/base/docs/html/guide/topics/manifest/
activity-alias-element.jd 19 <dd><code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code></dd>
27 attribute. The target must be in the same application as the
40 represented in the application launcher, even though none of the
60 The <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code> element has its own
61 <code><a href="{@docRoot}guide/topics/manifest/application-element.html#enabled">enabled</a></code> attribute that applies to all
62 application components, including activity aliases. The
63 <code><a href="{@docRoot}guide/topics/manifest/application-element.html">&lt;application&gt;</a></code> and {@code &lt;activity-alias&gt;}
    [all...]
  /frameworks/base/docs/html/training/accessibility/
index.jd 26 pay attention to accessibility in your Android application. Cues in your user
35 facilitate user interaction with <strong>any</strong> Android application, not
42 <dd>Learn to make your Android application accessible. Allow for easy

Completed in 1017 milliseconds

<<31323334353637383940>>