Searched refs:launch (Results 26 - 50 of 50) sorted by relevance

12

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
H A DInstrumentationRunnerValidator.java16 package com.android.ide.eclipse.adt.internal.launch.junit;
23 import com.android.ide.eclipse.adt.internal.launch.LaunchMessages;
H A DAndroidJUnitPropertyTester.java16 package com.android.ide.eclipse.adt.internal.launch.junit;
H A DAndroidJUnitLaunchConfigurationTab.java16 package com.android.ide.eclipse.adt.internal.launch.junit;
22 import com.android.ide.eclipse.adt.internal.launch.LaunchMessages;
23 import com.android.ide.eclipse.adt.internal.launch.MainLaunchConfigTab;
97 * The launch config UI tab for Android JUnit
610 "Please select a project to launch");
1009 return "com.android.ide.eclipse.adt.launch.AndroidJUnitLaunchConfigurationTab"; //$NON-NLS-1$
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
H A DTestCollector.java17 package com.android.ide.eclipse.adt.internal.launch.junit.runtime;
H A DTestSuiteReference.java17 package com.android.ide.eclipse.adt.internal.launch.junit.runtime;
H A DRemoteAdtTestRunner.java17 package com.android.ide.eclipse.adt.internal.launch.junit.runtime;
28 import com.android.ide.eclipse.adt.internal.launch.LaunchMessages;
67 * @param launchInfo the Android specific test launch info
511 "Test launch failed: %s", message);
513 AdtPlugin.printErrorToConsole(mLaunchInfo.getProject(), "Test launch failed: %s",
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
H A DGdbServerTask.java17 package com.android.ide.eclipse.ndk.internal.launch;
H A DMessages.java17 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$
H A DNdkDebuggerTab.java17 package com.android.ide.eclipse.ndk.internal.launch;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
H A DAMReceiver.java16 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
148 // if error then we cancel the launch, and remove the delayed info
155 * Returns true if launch has been cancelled
H A DActivityLaunchAction.java17 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
88 // something went wrong trying to launch the app.
100 * @param info the {@link DelayedLaunchInfo} that contains launch details
122 return String.format("%1$s activity launch", mActivity);
H A DAndroidLaunchController.java17 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 launch(final IProject project, String mode, IFile apk, String packageName, String debugPackageName, Boolean debuggable, String requiredApiVersionNumber, final IAndroidLaunchAction launchAction, final AndroidLaunchConfiguration config, final AndroidLaunch launch, IProgressMonitor monitor) argument
726 continueLaunch(final DeviceChooserResponse response, final IProject project, final AndroidLaunch launch, final DelayedLaunchInfo launchInfo, final AndroidLaunchConfiguration config) argument
1417 connectRemoteDebugger(int debugPort, AndroidLaunch launch, IProgressMonitor monitor) argument
[all...]
H A DAndroidLaunchConfiguration.java17 package com.android.ide.eclipse.adt.internal.launch;
93 * Optional custom command line parameter to launch the emulator
100 /** Serial number of the device used in the last launch of this config. */
170 * Retrieve the {@link TargetMode} saved in the provided launch configuration.
H A DJUnitLaunchConfigDelegate.java17 package com.android.ide.eclipse.adt.internal.launch;
35 * For Android projects, android.jar gets added to the launch configuration of
134 // will let the actual launch config fails.
H A DEmulatorConfigTab.java17 package com.android.ide.eclipse.adt.internal.launch;
22 import com.android.ide.eclipse.adt.internal.launch.AndroidLaunchConfiguration.TargetMode;
23 import com.android.ide.eclipse.adt.internal.launch.AvdCompatibility.Compatibility;
256 mEmulatorOptionsGroup.setText("Emulator launch parameters:");
266 + "might be launched. Provide options for the AVD launch below.");
390 // The launch config says to run on multiple devices, but this launch type does not
392 // This could happen if a launch config used for Run is then used for Debug.
H A DMainLaunchConfigTab.java17 package com.android.ide.eclipse.adt.internal.launch;
59 * Class for the main launch configuration tab.
226 // add the launch mode
236 // link the project and the launch config.
303 "Please select a project to launch");
317 * launch configuration. This method is called when
321 * @param config launch configuration
339 // load the launch action.
390 * Associates the launch config and the project. This allows Eclipse to delete the launch
[all...]
H A DDeviceChooserDialog.java17 package com.android.ide.eclipse.adt.internal.launch;
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
H A DShareMockupAction.java43 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/
H A DDebuggerConnector.java19 import com.android.ide.eclipse.adt.internal.launch.AndroidLaunchController;
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
H A DFixLaunchConfig.java20 import com.android.ide.eclipse.adt.internal.launch.LaunchConfigDelegate;
34 * Class to fix the launch configuration of a project if the java package
75 // ask the user if he really wants to fix the launch config
129 // get the launch manager
/sdk/eclipse/plugins/com.android.ide.eclipse.pdt/src/com/android/ide/eclipse/pdt/internal/
H A DDebuggerConnector.java52 // get the launch manager
55 // get the config for the remote launch config.
61 // look for an existing launch config
89 // save the working copy to get the launch config object which we return.
99 DebugUITools.launch(config, ILaunchManager.DEBUG_MODE);
/sdk/apps/NotificationStudio/src/com/android/notificationstudio/
H A DNotificationStudioActivity.java214 ShareCodeAction.launch(this, item.getTitle());
217 ShareMockupAction.launch(this, item.getTitle());
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
H A DRenderScriptLauncher.java77 public void launch(File executable, List<String> arguments, Map<String, String> envVariableMap) method in class:RenderScriptLauncher
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/
H A DNdkHelper.java20 import com.android.ide.eclipse.ndk.internal.launch.NdkLaunchConstants;
/sdk/adtproductbuild/
H A DAndroid.mk164 # as a launch script.

Completed in 267 milliseconds

12