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.java240 String shellOutput = receiver.getOutput(); in doLaunch() local
241 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.java629 String shellOutput = receiver.getOutput(); in launchSystrace() local
630 if (shellOutput.contains("Error type")) { //$NON-NLS-1$ in launchSystrace()