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

<<51525354555657585960>>

  /developers/samples/android/ui/actionbarcompat/ActionBarCompat-ListViewModalSelect/ActionBarCompat-ListViewModalSelectSample/tests/
AndroidManifest.xml 46 <!-- We add an application tag here just so that we can indicate that
49 <application>
51 </application>
  /developers/samples/android/ui/views/SlidingTabs/SlidingTabsBasic/SlidingTabsBasicSample/tests/
AndroidManifest.xml 46 <!-- We add an application tag here just so that we can indicate that
49 <application>
51 </application>
  /development/ide/xcode/ports/
skia_mac.cp 21 // argv[0] is set to the execution path of the application, e.g.
28 // {client}/device/build/ide/xcode/{application}
57 // CreateNibReference only searches into the application bundle.
  /development/ndk/sources/android/native_app_glue/
android_native_app_glue.h 35 * is based on a set of application-provided callbacks that will be called
39 * risk having the system force-close the application. This programming
43 * execution model where the application can implement its own main event
46 * 1/ The application must provide a function named "android_main()" that
52 * ANativeActivity obejct instance the application is running in.
66 * Your application can use the same ALooper to listen to additional
105 * application. In this model, the application's code is running
112 // The application can place a pointer to its own state object
160 // This is non-zero when the application's NativeActivity is bein
    [all...]
  /development/samples/SampleSyncAdapter/
_index.html 1 <p>This sample demonstrates how an application can communicate with a
33 <p> The cloud-based service for this sample application is running at: </p>
36 <p>When you install this sample application, a new syncable "SampleSyncAdapter"
  /development/samples/browseable/StorageProvider/
AndroidManifest.xml 31 <application
53 exported to be visible outside the application, and it must include a filter with the intent
69 </application>
  /development/samples/training/threadsample/
AndroidManifest.xml 33 Defines the application.
35 <application
64 </application>
  /external/apache-http/src/org/apache/commons/logging/
package.html 78 application.</p>
86 <p>From an application perspective, the first requirement is to retrieve an
89 application. This is normally accomplished by calling the static
92 implementation class this application wants to use:</p>
103 visible in the application class path, with a property named
119 but still allow each web application to provide its own <code>LogFactory</code>
150 <li>If the Log4J logging system is available in the application
153 <li>If the application is executing on a JDK 1.4 system, use
189 <p>Use of the Logging Package APIs, from the perspective of an application
196 LogFactory.getInstance(String name)</a>. Your application can contai
    [all...]
  /external/chromium/chrome/browser/ui/cocoa/
keystone_promote_postflight.sh 8 # and permissions on the application. The application bundle and its contents
18 # promoted during application installation directly from the disk image,
  /external/chromium/chrome/browser/ui/gtk/
create_application_shortcuts_dialog_gtk.h 64 // Dialog box that allows the user to create an application shortcut.
79 // Displays the dialog box to create application shortcuts for |tab_contents|.
100 // Displays the dialog box to create application shortcuts for |app|.
  /external/chromium/chrome/common/
app_mode_common_mac.h 12 // browser application and the app mode loader (a.k.a. shim).
20 // The key under which to record the path to the (user-visible) application
48 // Path to the App Mode Loader application bundle originally run.
  /external/chromium_org/build/android/
adb_install_apk.py 25 ' application (with the .apk extension).'))
28 'the application.'))
33 'the application.'))
  /external/chromium_org/chrome/browser/extensions/api/cast_channel/
cast_channel.proto 24 // - The sender application id is a unique identifier generated on behalf of
25 // the sender application.
26 // - The receiver id is always the the session id for the application.
  /external/chromium_org/chrome/browser/mac/
keystone_promote_postflight.sh 8 # and permissions on the application. The application bundle and its contents
18 # promoted during application installation directly from the disk image,
  /external/chromium_org/chrome/common/extensions/docs/server2/
content_provider.py 66 mimetype in ('application/javascript', 'application/json')):
80 lambda: ContentAndType(zip_future.Get(), 'application/zip')))
  /external/chromium_org/chrome/installer/mac/
sign_app.sh.in 7 # Using codesign, sign the application. After signing, the signatures on the
8 # inner bundle components are verified, and the application's own signature is
36 # Use custom resource rules for the browser application.
  /external/chromium_org/chrome_frame/test/
simulate_input.h 41 // Sends a keystroke to the currently active application with optional modifiers
61 // Sends extended keystroke to the currently active application with optional
66 // keyboard input. The input goes to the currently active application.
  /external/chromium_org/content/browser/loader/
certificate_resource_handler.h 28 // - "application/x-x509-user-cert"
29 // - "application/x-x509-ca-cert"
30 // - "application/x-pkcs12"
  /external/chromium_org/sync/protocol/
app_specifics.proto 52 // This controls where on a page this application icon will appear.
55 // This specifics which page the application icon will appear on in the NTP.
56 // This values only provide the order within the application pages, not within
  /external/chromium_org/sync/sessions/
status_controller.h 9 // most often from the syncer thread. However, when update application is in
12 // blocked until update application completes.
81 // Update application and conflict resolution counters.
  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
README 4 Currently the routines should be called at most once when an application
37 When the application closes down the modules are cleaned up by calling an
70 that any application can call to perform various default configuration tasks.
  /external/chromium_org/ui/message_center/views/
notifier_settings_view_unittest.cc 17 NotifierId notifier_id(NotifierId::APPLICATION, id);
87 notifiers, NotifierId(NotifierId::APPLICATION, "id")));
120 EXPECT_EQ(NotifierId(NotifierId::APPLICATION, "id"),
  /external/icu4c/samples/ufortune/
readme.txt 2 ufortune: a sample program demonstrating the use of ICU resource files by an application.
5 Defining resources for use by an application
7 Referencing the resource-containing dll from application code
  /external/jmonkeyengine/engine/src/core/com/jme3/app/state/
AbstractAppState.java 35 import com.jme3.app.Application;
47 * {@link AbstractAppState#initialize(com.jme3.app.state.AppStateManager, com.jme3.app.Application) }
54 public void initialize(AppStateManager stateManager, Application app) {
  /external/jmonkeyengine/engine/src/test/jme3test/app/
TestBareBonesApp.java 35 import com.jme3.app.Application;
41 * Test a bare-bones application, without SimpleApplication.
43 public class TestBareBonesApp extends Application {

Completed in 1178 milliseconds

<<51525354555657585960>>