Home
last modified time | relevance | path

Searched refs:shellOutput (Results 1 – 3 of 3) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
DSystraceVersionDetector.java60 String shellOutput = receiver.getOutput(); in run() local
61 mTags = parseSupportedTags(shellOutput); in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DNdkGdbLaunchDelegate.java239 String shellOutput = receiver.getOutput(); in doLaunch() local
240 if (shellOutput.contains("Error type")) { //$NON-NLS-1$ in doLaunch()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DDeviceView.java608 String shellOutput = receiver.getOutput(); in launchSystrace() local
609 if (shellOutput.contains("Error type")) { //$NON-NLS-1$ in launchSystrace()