Searched refs:getError (Results 1 – 5 of 5) sorted by relevance
55 public String getError() { in getError() method in SystraceTask
147 public String getError() { in getError() method in GLCall
400 if (e.getError() == StreamException.Error.OUTOFSYNC) { in handleStreamException()407 if (e.getError() == StreamException.Error.OUTOFSYNC) { in handleStreamException()
628 private List<String> getError() { in getError() method in TemplateHandlerTest.OutputGrabber882 fail(processOutput.getOutput().toString() + processOutput.getError().toString()); in ensureNoBuildErrors()896 fail(processOutput.getOutput().toString() + processOutput.getError().toString()); in ensureNoBuildErrors()
665 if (task.getError() != null) { in launchSystrace()666 throw new RuntimeException(task.getError()); in launchSystrace()