HomeSort by relevance Sort by last modified time
    Searched refs:BIG_DELTA (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 28 static final String P_ID_BIG_DELTA = "BuildResultsProperties.big_delta"; //$NON-NLS-1$
114 if ((this.status & ResultsElement.BIG_DELTA) != 0) {
ConfigResultsElement.java 243 if ((getStatus() & BIG_DELTA) != 0) {
281 if ((this.status & BIG_DELTA) != 0) { // there's a failure on this config
363 if (this.status != BIG_DELTA) { // there's some other info in the status
ResultsElement.java 86 static final int BIG_DELTA = 0x1000;
337 if ((getStatus() & BIG_DELTA) != 0) {
390 * <li>{@link #BIG_DELTA} : the delta for the test is over the 10% threshold</li>
502 this.status |= BIG_DELTA;
BuildResultsElement.java 270 if ((getStatus() & BIG_DELTA) != 0) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 341 milliseconds