HomeSort by relevance Sort by last modified time
    Searched refs:NOT_STABLE (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 26 static final String P_ID_NOT_STABLE = "BuildResultsProperties.not_stable"; //$NON-NLS-1$
104 if ((this.status & ResultsElement.NOT_STABLE) != 0) {
ResultsElement.java 82 static final int NOT_STABLE = 0x0200;
143 if ((status & NOT_STABLE) != 0) {
384 * <li>{@link #NOT_STABLE} : the test history shows a deviation between 10% and 20% (may mean that this test is not so reliable)</li>
517 this.status |= NOT_STABLE;
ConfigResultsElement.java 112 if ((status & NOT_STABLE) != 0) {
476 } else if ((this.status & NOT_STABLE) != 0) {
BuildResultsElement.java 115 if ((status & NOT_STABLE) != 0) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 203 milliseconds