Home
last modified time | relevance | path

Searched refs:SINGLE_RUN (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.java80 static final int SINGLE_RUN = 0x0080; field in ResultsElement
149 if ((status & SINGLE_RUN) != 0) { in getWarningsDescriptor()
480 this.status |= SINGLE_RUN; in initStatus()
DBuildResultsProperties.java89 if ((this.status & ResultsElement.SINGLE_RUN) != 0) { in getPropertyValue()
DBuildResultsElement.java121 if ((status & SINGLE_RUN) != 0) { in getWarningsDescriptor()
DConfigResultsElement.java118 if ((status & SINGLE_RUN) != 0) { in getWarningsDescriptor()