Home
last modified time | relevance | path

Searched refs:NOT_STABLE (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.java82 static final int NOT_STABLE = 0x0200; field in ResultsElement
143 if ((status & NOT_STABLE) != 0) { in getWarningsDescriptor()
517 this.status |= NOT_STABLE; in initStatus()
DBuildResultsProperties.java104 if ((this.status & ResultsElement.NOT_STABLE) != 0) { in getPropertyValue()
DConfigResultsElement.java112 if ((status & NOT_STABLE) != 0) { in getWarningsDescriptor()
476 } else if ((this.status & NOT_STABLE) != 0) { in writableStatus()
DBuildResultsElement.java115 if ((status & NOT_STABLE) != 0) { in getWarningsDescriptor()