OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:shellOutput
(Results
1 - 3
of
3
) sorted by null
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
SystraceVersionDetector.java
60
String
shellOutput
= receiver.getOutput();
61
mTags = parseSupportedTags(
shellOutput
);
/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
NdkGdbLaunchDelegate.java
239
String
shellOutput
= receiver.getOutput();
240
if (
shellOutput
.contains("Error type")) { //$NON-NLS-1$
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java
629
String
shellOutput
= receiver.getOutput();
630
if (
shellOutput
.contains("Error type")) { //$NON-NLS-1$
[
all
...]
Completed in 3417 milliseconds