Home
last modified time | relevance | path

Searched refs:getOutput (Results 1 – 11 of 11) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.ndk/src/com/android/ide/eclipse/ndk/internal/launch/
DGdbServerTask.java88 return mOutputReceiver.getOutput(); in getShellOutput()
114 public synchronized String getOutput() { in getOutput() method in GdbServerTask.GdbServerOutputReceiver
DNdkGdbLaunchDelegate.java240 String shellOutput = receiver.getOutput(); in doLaunch()
242 throw new RuntimeException(receiver.getOutput()); in doLaunch()
504 return receiver.getOutput().trim(); in getAppDirectory()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/
DExecResultException.java37 public String[] getOutput() { in getOutput() method in ExecResultException
DSourceFileData.java115 public IFile getOutput() { in getOutput() method in SourceFileData
DAidlProcessor.java178 if (data.getOutput() == null) { in doCompileFiles()
186 commands[index + 1] = quote(data.getOutput().getLocation().toOSString()); in doCompileFiles()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
DSystraceVersionDetector.java60 String shellOutput = receiver.getOutput(); in run()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DCollectTraceAction.java314 String output = receiver.getOutput(); in startActivity()
424 public String getOutput() { in getOutput() method in CollectTraceAction.StartActivityOutputReceiver
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandlerTest.java623 private List<String> getOutput() { in getOutput() method in TemplateHandlerTest.OutputGrabber
882 fail(processOutput.getOutput().toString() + processOutput.getError().toString()); in ensureNoBuildErrors()
896 fail(processOutput.getOutput().toString() + processOutput.getError().toString()); in ensureNoBuildErrors()
/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DDeviceView.java629 String shellOutput = receiver.getOutput(); in launchSystrace()
631 throw new RuntimeException(receiver.getOutput()); in launchSystrace()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
DPostCompilerBuilder.java562 String[] aaptOutput = e.getOutput(); in build()
845 String[] aaptOutput = e.getOutput(); in updateCrunchCache()
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/project/
DExportHelper.java294 AdtPlugin.printErrorToConsole(project, (Object[]) e.getOutput()); in exportReleaseApk()