HomeSort by relevance Sort by last modified time
    Searched refs:doLaunch (Results 1 - 5 of 5) sorted by null

  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigDelegate.java 246 doLaunch(configuration, mode, monitor, project, androidLaunch, config, controller,
250 protected void doLaunch(ILaunchConfiguration configuration, String mode,
  /external/lldb/utils/vim-lldb/python-vim-lldb/
lldb_controller.py 134 """ Handle 'process' command. If 'launch' is requested, use doLaunch() instead
142 self.doLaunch('-s' not in args, "")
167 def doLaunch(self, stop_at_entry, args):
  /external/lldb/utils/vim-lldb/plugin/
lldb.vim 48 command -nargs=* Lstart python ctrl.doLaunch(True, '<args>')
49 command -nargs=* Lrun python ctrl.doLaunch(False, '<args>')
  /sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java 89 boolean launched = doLaunch(config, mode, launch, monitor);
98 public boolean doLaunch(final ILaunchConfiguration config, String mode, ILaunch launch,
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/junit/
AndroidJUnitLaunchConfigDelegate.java 69 protected void doLaunch(final ILaunchConfiguration configuration, final String mode,

Completed in 221 milliseconds