Home
last modified time | relevance | path

Searched refs:SMALL_VALUE (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.java75 static final int SMALL_VALUE = 0x0010; field in ResultsElement
121 if ((status & SMALL_VALUE) != 0) { in getInfosDescriptor()
507 this.status |= SMALL_VALUE; in initStatus()
DBuildResultsProperties.java79 if ((this.status & ResultsElement.SMALL_VALUE) != 0) { in getPropertyValue()
DConfigResultsElement.java90 if ((status & SMALL_VALUE) != 0) { in getInfosDescriptor()
428 if ((this.status & SMALL_VALUE) != 0) { in writableStatus()
DBuildResultsElement.java93 if ((status & SMALL_VALUE) != 0) { in getInfosDescriptor()