Home
last modified time | relevance | path

Searched refs:BIG_ERROR (Results 1 – 4 of 4) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/model/
DResultsElement.java81 static final int BIG_ERROR = 0x0100; field in ResultsElement
137 if ((status & BIG_ERROR) != 0) { in getWarningsDescriptor()
497 this.status |= BIG_ERROR; in initStatus()
DBuildResultsProperties.java94 if ((this.status & ResultsElement.BIG_ERROR) != 0) { in getPropertyValue()
DConfigResultsElement.java106 if ((status & BIG_ERROR) != 0) { in getWarningsDescriptor()
373 if ((this.status & BIG_ERROR) != 0) { in writableStatus()
DBuildResultsElement.java109 if ((status & BIG_ERROR) != 0) { in getWarningsDescriptor()