HomeSort by relevance Sort by last modified time
    Searched defs:launch (Results 1 - 25 of 87) sorted by null

1 2 3 4

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchShortcut.java 17 package com.android.ide.eclipse.adt.internal.launch;
35 * Launch shortcut to launch debug/run configuration directly.
41 * @see org.eclipse.debug.ui.ILaunchShortcut#launch(
45 public void launch(ISelection selection, String mode) { method in class:LaunchShortcut
66 "Android Launch",
69 // and launch
70 launch(project, mode); method
79 * @see org.eclipse.debug.ui.ILaunchShortcut#launch(
83 public void launch(IEditorPart editor, String mode) method in class:LaunchShortcut
94 private void launch(IProject project, String mode) { method in class:LaunchShortcut
    [all...]
IAndroidLaunchAction.java 17 package com.android.ide.eclipse.adt.internal.launch;
24 * An action to perform after performing a launch of an Android application
29 * Do the launch
31 * @param info the {@link DelayedLaunchInfo} that contains launch details
33 * @returns true if launch was successfully, and controller should wait for debugger to attach
39 * Return a description of launch, to be used for logging and error messages
ILaunchController.java 17 package com.android.ide.eclipse.adt.internal.launch;
29 * @param launchInfo the {@link DelayedLaunchInfo} that indicates the launch action
30 * @param device the device or emulator to launch the application on
35 * Cancels a launch
LaunchConfigTabGroup.java 17 package com.android.ide.eclipse.adt.internal.launch;
26 * Tab group object for Android Launch Config type.
AndroidLaunch.java 17 package com.android.ide.eclipse.adt.internal.launch;
22 import org.eclipse.debug.core.Launch;
26 * Custom implementation of Launch to allow access to the LaunchManager
29 public class AndroidLaunch extends Launch {
42 /** Stops the launch, and removes it from the launch manager */
54 // remove the launch
AvdCompatibility.java 17 package com.android.ide.eclipse.adt.internal.launch;
EmptyLaunchAction.java 16 package com.android.ide.eclipse.adt.internal.launch;
24 * A launch action that does nothing after the application has been installed
41 // return false so launch controller will not wait for debugger to attach
DeviceChoiceCache.java 17 package com.android.ide.eclipse.adt.internal.launch;
21 import com.android.ide.eclipse.adt.internal.launch.DeviceChooserDialog.DeviceChooserResponse;
28 * {@link DeviceChoiceCache} maps a launch configuration name to the device selected for use
29 * in that launch configuration by the {@link DeviceChooserDialog}.
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchShortcut.java 17 package com.android.ide.eclipse.ndk.internal.launch;
20 import com.android.ide.eclipse.adt.internal.launch.AndroidLaunchController;
43 public void launch(ISelection selection, String mode) { method in class:NdkGdbLaunchShortcut
83 public void launch(IEditorPart editor, String mode) { method in class:NdkGdbLaunchShortcut
94 // Set the ndk gdb specific launch attributes in the config (if necessary)
100 "Unable to create launch configuration for project.");
105 // launch
106 DebugUITools.launch(config, mode);
111 // All NDK launch configurations have ATTR_REMOTE_TCP set to true
NdkGdbLaunchConfigTabGroups.java 17 package com.android.ide.eclipse.ndk.internal.launch;
NdkMainLaunchConfigTab.java 17 package com.android.ide.eclipse.ndk.internal.launch;
19 import com.android.ide.eclipse.adt.internal.launch.MainLaunchConfigTab;
NdkLaunchConstants.java 17 package com.android.ide.eclipse.ndk.internal.launch;
  /external/webkit/Tools/WebKitTestRunner/qt/
main.cpp 51 void launch() function in class:Launcher
67 QTimer::singleShot(0, &launcher, SLOT(launch()));
  /tools/motodev/src/plugins/launch/src/com/motorola/studio/android/launch/ui/
LaunchConfigurationTabGroup.java 17 package com.motorola.studio.android.launch.ui;
44 * @param mode the launch mode
AndroidProjectsSelectionDialog.java 17 package com.motorola.studio.android.launch.ui;
27 import com.motorola.studio.android.launch.LaunchPlugin;
28 import com.motorola.studio.android.launch.LaunchUtils;
29 import com.motorola.studio.android.launch.i18n.LaunchNLS;
DeviceSelectionDialog.java 17 package com.motorola.studio.android.launch.ui;
35 import com.motorola.studio.android.launch.LaunchPlugin;
36 import com.motorola.studio.android.launch.LaunchUtils;
37 import com.motorola.studio.android.launch.i18n.LaunchNLS;
  /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
  /sdk/apps/NotificationStudio/src/com/android/notificationstudio/action/
ShareCodeAction.java 26 public static void launch(Context context, CharSequence title) { method in class:ShareCodeAction
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchShortcut.java 17 package com.android.ide.eclipse.adt.internal.launch.junit;
25 * Launch shortcut to launch debug/run Android JUnit configuration directly.
35 * Creates a default Android JUnit launch configuration. Sets the instrumentation runner to the
49 // if a valid runner is not found, rely on launch delegate to log error.
50 // This method is called without explicit user action to launch Android JUnit, so avoid
AndroidJUnitTabGroup.java 17 package com.android.ide.eclipse.adt.internal.launch.junit;
19 import com.android.ide.eclipse.adt.internal.launch.EmulatorConfigTab;
28 * Tab group object for Android JUnit launch configuration type.
AndroidJUnitPropertyTester.java 16 package com.android.ide.eclipse.adt.internal.launch.junit;
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/runtime/
AndroidTestReference.java 17 package com.android.ide.eclipse.adt.internal.launch.junit.runtime;
TestCaseReference.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;
  /tools/motodev/src/plugins/launch/src/com/motorola/studio/android/launch/
LaunchPlugin.java 17 package com.motorola.studio.android.launch;
31 public static final String PLUGIN_ID = "com.motorola.studio.android.launch";
46 StudioLogger.debug(LaunchPlugin.class, "Starting MOTODEV Android Launch Plugin...");
51 StudioLogger.debug(LaunchPlugin.class, "MOTODEV Android Launch Plugin started.");

Completed in 456 milliseconds

1 2 3 4