Home
last modified time | relevance | path

Searched refs:continueLaunch (Results 1 – 2 of 2) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
DAndroidLaunchController.java372 continueLaunch(response, project, launch, launchInfo, config); in launch()
414 continueLaunch(response, project, launch, launchInfo, config); in launch()
427 continueLaunch(response, project, launch, launchInfo, config); in launch()
517 continueLaunch(response, project, launch, launchInfo, config); in launch()
555 continueLaunch(response, project, launch, launchInfo, config); in launch()
575 continueLaunch(response, project, launch, launchInfo, config); in launch()
609 final AtomicBoolean continueLaunch = new AtomicBoolean(false); in launch() local
624 continueLaunch.set(true); in launch()
646 if (continueLaunch.get()) { in launch()
647 continueLaunch(response, project, launch, launchInfo, config); in launch()
[all …]
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkGdbLaunchDelegate.java159 final boolean continueLaunch[] = new boolean[] { false }; in doLaunch()
171 continueLaunch[0] = true; in doLaunch()
176 if (!continueLaunch[0]) { in doLaunch()