HomeSort by relevance Sort by last modified time
    Searched refs:SMALL_VALUE (Results 1 - 5 of 5) sorted by null

  /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/
BuildResultsProperties.java 21 static final String P_ID_SMALL_VALUE = "BuildResultsProperties.small_value"; //$NON-NLS-1$
79 if ((this.status & ResultsElement.SMALL_VALUE) != 0) {
ResultsElement.java 75 static final int SMALL_VALUE = 0x0010;
121 if ((status & SMALL_VALUE) != 0) {
375 * <li>{@link #SMALL_VALUE} : build results or delta with baseline value is under 100ms</li>
507 this.status |= SMALL_VALUE;
ConfigResultsElement.java 90 if ((status & SMALL_VALUE) != 0) {
428 if ((this.status & SMALL_VALUE) != 0) {
BuildResultsElement.java 93 if ((status & SMALL_VALUE) != 0) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 232 milliseconds