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

1 2 3 4 5 6 7 891011>>

  /development/tutorials/NotepadCodeLab/Notepadv2Solution/
AndroidManifest.xml 3 <application android:icon="@drawable/icon">
11 </application>
  /development/tutorials/NotepadCodeLab/Notepadv3/
AndroidManifest.xml 3 <application android:icon="@drawable/icon">
11 </application>
  /development/tutorials/NotepadCodeLab/Notepadv3Solution/
AndroidManifest.xml 3 <application android:icon="@drawable/icon">
11 </application>
  /external/chromium/chrome/browser/cocoa/
install_from_dmg.h 9 // If the application is running from a read-only disk image, prompts the user
10 // to install it to the hard drive. If the user approves, the application
  /external/chromium/chrome/browser/ui/cocoa/applescript/examples/
copy_html.applescript 6 tell application "Chromium"
14 tell application "TextEdit"
  /external/chromium_org/chrome/browser/ui/
browser_ui_prefs.h 22 // Create a preference dictionary for the provided application name, in the
23 // given user profile. This is done only once per application name / per
  /external/chromium_org/chrome/browser/ui/cocoa/applescript/examples/
copy_html.applescript 6 tell application "Chromium"
14 tell application "TextEdit"
  /external/chromium_org/content/shell/android/browsertests_apk/src/org/chromium/content_browsertests_apk/
ContentBrowserTestsApplication.java 7 import android.app.Application;
12 public class ContentBrowserTestsApplication extends Application {
  /external/chromium_org/content/test/data/npapi/
layout_test_plugin.html 6 <embed name="plg" type="application/x-webkit-test-netscape"></embed>
15 <embed name="no-plg" type="application/not-installed"></embed>
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/
app.yaml 0 application: gonativeclient
28 script: gonacl.application
  /external/chromium_org/ppapi/native_client/src/untrusted/irt_stub/
ppapi_plugin_main.c 10 * These are dangling references to functions that the application must define.
19 * The application's main (or the one supplied in this library) calls this
  /external/clang/test/SemaCXX/
alignof.cpp 7 static const int test0 = __alignof__(x); // expected-error {{invalid application of 'alignof' to a field of a class still being defined}}
8 static const int test1 = __alignof__(S0::x); // expected-error {{invalid application of 'alignof' to a field of a class still being defined}}
9 auto test2() -> char(&)[__alignof__(x)]; // expected-error {{invalid application of 'alignof' to a field of a class still being defined}}
14 const int test3 = __alignof__(s1); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}}
22 int test5 = __alignof__(s); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}}
26 const int test7 = __alignof__(S2::s); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}}
37 static const int test9 = __alignof__(s2.s); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}}
40 static const int test12 = __alignof__(S3::s2.s); // expected-error {{invalid application of 'alignof' to an incomplete type 'S1'}}
  /external/harfbuzz_ng/contrib/python/
README 5 In addition there is a test application, hbtestfont. It has GTK based gui output and for this, python modules for gtk, gobject and cairo are needed. The application may be run without gui output using the --nogui option.
  /external/qemu/distrib/sdl-1.2.15/docs/man3/
SDL_WM_GrabInput.3 11 Grabbing means that the mouse is confined to the application window, and nearly all keyboard input is passed directly to the application, and not interpreted by a window manager, if any\&.
SDL_WM_IconifyWindow.3 11 If the application is running in a window managed environment SDL attempts to iconify/minimise it\&. If \fBSDL_WM_IconifyWindow\fP is successful, the application will receive a \fI\fBSDL_APPACTIVE\fP\fR loss event\&.
  /external/qemu/distrib/sdl-1.2.15/src/main/beos/
SDL_BeApp.cc 24 /* Handle the BeApp specific portions of the application */
36 /* Flag to tell whether or not the Be application is active or not */
45 App = new BApplication("application/x-SDL-executable");
53 /* Initialize the Be Application, if it's not already started */
83 /* Mark the application active */
87 /* Increment the application reference count */
94 /* Quit the Be Application, if there's nothing left to do */
97 /* Decrement the application reference count */
  /external/zxing/qr_scanner/
AndroidManifest.xml 9 <application >
11 </application>
  /frameworks/base/core/java/android/app/
package.html 5 <p>Contains high-level classes encapsulating the overall Android application model.</p>
7 <p>An Android application is defined using one or more of Android's four core application
8 components. Two such application components are defined in this package: {@link
13 <p>An {@link android.app.Activity} is an application component that provides a screen with which
18 <p>A {@link android.app.Service} is an application component that can perform
23 <p>The {@link android.app.Fragment} class is also an important part of an application's
31 <p>This package also defines application utilities, such as dialogs, notifications, and the
  /frameworks/base/docs/html/tools/help/
traceview.jd 6 <p>Traceview is a graphical viewer for execution logs saved by your application.
7 Traceview can help you debug your application and profile its performance.</p>
  /frameworks/base/packages/InputDevices/
AndroidManifest.xml 6 <application
19 </application>
  /frameworks/base/packages/services/Proxy/
AndroidManifest.xml 8 <application
16 </application>
  /frameworks/base/tests/AppLaunch/
AndroidManifest.xml 10 <application android:label="App Launch Test">
12 </application>
  /frameworks/base/tests/BatteryWaster/
AndroidManifest.xml 6 <application>
14 </application>
  /frameworks/base/tests/FixVibrateSetting/
AndroidManifest.xml 5 <application>
13 </application>
  /frameworks/base/tests/LowStorageTest/
AndroidManifest.xml 4 <application android:label="LowStorageTest">
12 </application>

Completed in 781 milliseconds

1 2 3 4 5 6 7 891011>>