Home
last modified time | relevance | path

Searched refs:getError (Results 1 – 5 of 5) sorted by relevance

/sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/systrace/
DSystraceTask.java55 public String getError() { in getError() method in SystraceTask
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/model/
DGLCall.java147 public String getError() { in getError() method in GLCall
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/build/builders/
DBaseBuilder.java400 if (e.getError() == StreamException.Error.OUTOFSYNC) { in handleStreamException()
407 if (e.getError() == StreamException.Error.OUTOFSYNC) { in handleStreamException()
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/src/com/android/ide/eclipse/adt/internal/wizards/templates/
DTemplateHandlerTest.java628 private List<String> getError() { in getError() 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.java665 if (task.getError() != null) { in launchSystrace()
666 throw new RuntimeException(task.getError()); in launchSystrace()