OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:debugPort
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/launch/
LaunchConfigDelegate.java
107
AdtPlugin.PLUGIN_ID + ".
debugPort
"; //$NON-NLS-1$
114
int
debugPort
= AndroidLaunchController.getPortForConfig(configuration);
132
if (
debugPort
!= INVALID_DEBUG_PORT) {
133
AndroidLaunchController.launchRemoteDebugger(
debugPort
, androidLaunch, monitor);
AndroidLaunchController.java
165
* @param
debugPort
The port to connect the debugger to.
167
public static void debugRunningApp(IProject project, int
debugPort
) {
173
setPortLaunchConfigAssociation(config,
debugPort
);
[
all
...]
/external/chromium_org/third_party/npapi/npspy/extern/java/
jni.h
[
all
...]
Completed in 172 milliseconds