Searched refs:getOutput (Results 1 – 11 of 11) sorted by relevance
88 return mOutputReceiver.getOutput(); in getShellOutput()114 public synchronized String getOutput() { in getOutput() method in GdbServerTask.GdbServerOutputReceiver
240 String shellOutput = receiver.getOutput(); in doLaunch()242 throw new RuntimeException(receiver.getOutput()); in doLaunch()504 return receiver.getOutput().trim(); in getAppDirectory()
37 public String[] getOutput() { in getOutput() method in ExecResultException
115 public IFile getOutput() { in getOutput() method in SourceFileData
178 if (data.getOutput() == null) { in doCompileFiles()186 commands[index + 1] = quote(data.getOutput().getLocation().toOSString()); in doCompileFiles()
60 String shellOutput = receiver.getOutput(); in run()
314 String output = receiver.getOutput(); in startActivity()424 public String getOutput() { in getOutput() method in CollectTraceAction.StartActivityOutputReceiver
623 private List<String> getOutput() { in getOutput() method in TemplateHandlerTest.OutputGrabber882 fail(processOutput.getOutput().toString() + processOutput.getError().toString()); in ensureNoBuildErrors()896 fail(processOutput.getOutput().toString() + processOutput.getError().toString()); in ensureNoBuildErrors()
629 String shellOutput = receiver.getOutput(); in launchSystrace()631 throw new RuntimeException(receiver.getOutput()); in launchSystrace()
562 String[] aaptOutput = e.getOutput(); in build()845 String[] aaptOutput = e.getOutput(); in updateCrunchCache()
294 AdtPlugin.printErrorToConsole(project, (Object[]) e.getOutput()); in exportReleaseApk()