HomeSort by relevance Sort by last modified time
    Searched refs:launch (Results 51 - 75 of 238) sorted by null

1 23 4 5 6 7 8 910

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigDelegate.java 17 package com.android.ide.eclipse.adt.internal.launch;
24 import com.android.ide.eclipse.adt.internal.launch.AndroidLaunchConfiguration.TargetMode;
41 * Implementation of an eclipse LauncConfigurationDelegate to launch android
58 /** Device on which the last launch happened. */
63 * Launch action:
65 * <li>0: launch default activity</li>
66 * <li>1: launch specified activity. See {@link #ATTR_ACTIVITY}</li>
72 /** Default launch action. This launches the activity that is setup to be found in the HOME
76 /** Launch action starting a specific activity. */
78 /** Launch action that does nothing. *
118 public void launch(ILaunchConfiguration configuration, String mode, method in class:LaunchConfigDelegate
    [all...]
AMReceiver.java 16 package com.android.ide.eclipse.adt.internal.launch;
30 * Monitors adb output for am errors, and retries launch as appropriate.
45 * @param device the Android device on which the launch is done.
46 * @param launchController the {@link ILaunchController} that is managing the launch
56 * Monitors the am process for error messages. If an error occurs, will reattempt launch up to
110 // launch another thread, that waits a bit and attempts another launch
111 new Thread("Delayed Launch attempt") {
148 // if error then we cancel the launch, and remove the delayed info
155 * Returns true if launch has been cancelle
    [all...]
ActivityLaunchAction.java 17 package com.android.ide.eclipse.adt.internal.launch;
39 * @param activity fully qualified activity name to launch
40 * @param controller the {@link ILaunchController} that performs launch
63 // increment launch attempt count, to handle retries and timeouts
66 // now we actually launch the app.
72 // stop the launch object, since there's no debug, and it can't
77 AdtPlugin.printErrorToConsole(info.getProject(), "Launch error: timeout");
81 "Launch error: adb rejected command: %1$s", e.getMessage()));
88 // something went wrong trying to launch the app.
89 // lets stop the Launch
    [all...]
AndroidLaunchController.java 17 package com.android.ide.eclipse.adt.internal.launch;
38 import com.android.ide.eclipse.adt.internal.launch.AndroidLaunchConfiguration.TargetMode;
39 import com.android.ide.eclipse.adt.internal.launch.DelayedLaunchInfo.InstallRetryMode;
40 import com.android.ide.eclipse.adt.internal.launch.DeviceChooserDialog.DeviceChooserResponse;
93 * Controls the launch of Android application either on a device or on the
170 // get an existing or new launch configuration
177 // and launch
178 DebugUITools.launch(config, ILaunchManager.DEBUG_MODE);
185 * @param launchTypeId launch delegate type id
190 // get the launch manage
299 public void launch(final IProject project, String mode, IFile apk, method in class:AndroidLaunchController
    [all...]
  /external/chromium_org/chrome/browser/
chrome_process_finder_win.cc 123 base::win::MetroLaunchType launch = base::win::GetMetroLaunchParams(&terms); local
124 if (launch != base::win::METRO_SEARCH) {
125 LOG(WARNING) << "In metro mode, but and launch is " << launch;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
InstrumentationRunnerValidator.java 16 package com.android.ide.eclipse.adt.internal.launch.junit;
23 import com.android.ide.eclipse.adt.internal.launch.LaunchMessages;
  /device/asus/flo/camera/QCamera2/util/
QCameraCmdThread.cpp 71 * FUNCTION : launch
73 * DESCRIPTION: launch Cmd Thread
83 int32_t QCameraCmdThread::launch(void *(*start_routine)(void *), function in class:qcamera::QCameraCmdThread
86 /* launch the thread */
  /device/lge/hammerhead/camera/QCamera2/util/
QCameraCmdThread.cpp 72 * FUNCTION : launch
74 * DESCRIPTION: launch Cmd Thread
84 int32_t QCameraCmdThread::launch(void *(*start_routine)(void *), function in class:qcamera::QCameraCmdThread
87 /* launch the thread */
  /device/moto/shamu/camera/QCamera2/util/
QCameraCmdThread.cpp 72 * FUNCTION : launch
74 * DESCRIPTION: launch Cmd Thread
84 int32_t QCameraCmdThread::launch(void *(*start_routine)(void *), function in class:qcamera::QCameraCmdThread
87 /* launch the thread */
  /external/apache-xml/src/main/java/org/apache/xalan/extensions/
ExtensionNamespaceSupport.java 68 * Launch the ExtensionHandler that this ExtensionNamespaceSupport object defines.
70 public ExtensionHandler launch() method in class:ExtensionNamespaceSupport
  /external/chromium_org/chrome/common/mac/
mock_launchd.h 8 #include <launch.h>
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
TestCollector.java 17 package com.android.ide.eclipse.adt.internal.launch.junit.runtime;
TestSuiteReference.java 17 package com.android.ide.eclipse.adt.internal.launch.junit.runtime;
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
GdbServerTask.java 17 package com.android.ide.eclipse.ndk.internal.launch;
67 // Launch gdbserver on the device.
Messages.java 17 package com.android.ide.eclipse.ndk.internal.launch;
22 private static final String BUNDLE_NAME = "com.android.ide.eclipse.ndk.internal.launch.messages"; //$NON-NLS-1$
  /external/chromium_org/chrome/browser/resources/
set_as_default_browser.css 127 /* Launch button has a special look-and-feel. */
128 #metro-action-box #launch-button {
136 #metro-action-box #launch-button:hover {
143 #metro-action-box #launch-button:focus {
  /external/chromium_org/tools/telemetry/telemetry/core/platform/
__init__.py 126 Set |elevate_privilege| to launch the application with root or admin rights.
139 """Returns whether the platform can launch the given application."""
  /external/chromium_org/chrome/test/chromedriver/extension/
background.js 78 * @param {string} id The ID of the app to launch.
79 * @param {function()} callback Invoked when the launch event is complete.
  /device/asus/flo/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 72 uint16_t launch; member in struct:test_case_params
752 for (i = 0; i < params.launch; i++) {
810 for (i = 0; i < params.launch; i++) {
885 params.launch = 5;
920 bparams.launch = 5;
923 fparams.launch = 5;
    [all...]
  /device/lge/hammerhead/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 72 uint16_t launch; member in struct:test_case_params
752 for (i = 0; i < params.launch; i++) {
810 for (i = 0; i < params.launch; i++) {
885 params.launch = 5;
920 bparams.launch = 5;
923 fparams.launch = 5;
    [all...]
  /device/moto/shamu/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 72 uint16_t launch; member in struct:test_case_params
752 for (i = 0; i < params.launch; i++) {
810 for (i = 0; i < params.launch; i++) {
885 params.launch = 5;
920 bparams.launch = 5;
923 fparams.launch = 5;
    [all...]
  /device/moto/shamu/camera/QCamera2/stack/mm-camera-test/src/
mm_qcamera_dual_test.c 72 uint16_t launch; member in struct:test_case_params
752 for (i = 0; i < params.launch; i++) {
810 for (i = 0; i < params.launch; i++) {
885 params.launch = 5;
920 bparams.launch = 5;
923 fparams.launch = 5;
    [all...]
  /external/chromium_org/chrome/browser/ui/webui/extensions/chromeos/
kiosk_apps_browsertest.js 125 // Test enable/disable auto launch buttons.
135 appItem.querySelector('.enable-auto-launch-button').click();
143 appItem.querySelector('.disable-auto-launch-button').click();
210 // Verify that disable bailout checkbox is hidden without kiosk auto launch.
225 // Verify that disable bailout checkbox is disabled with no auto launch app.
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
ShareMockupAction.java 43 public static void launch(Activity activity, CharSequence title) { method in class:ShareMockupAction
72 // launch intent to send the mockup image
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/
DebuggerConnector.java 19 import com.android.ide.eclipse.adt.internal.launch.AndroidLaunchController;

Completed in 700 milliseconds

1 23 4 5 6 7 8 910