HomeSort by relevance Sort by last modified time
    Searched refs:SINGLE_RUN (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 23 static final String P_ID_SINGLE_RUN = "BuildResultsProperties.single_run"; //$NON-NLS-1$
89 if ((this.status & ResultsElement.SINGLE_RUN) != 0) {
ResultsElement.java 80 static final int SINGLE_RUN = 0x0080;
149 if ((status & SINGLE_RUN) != 0) {
382 * <li>{@link #SINGLE_RUN} : the test has only one run (i.e. no error could be computed), hence its reliability cannot be evaluated</li>
480 this.status |= SINGLE_RUN;
BuildResultsElement.java 121 if ((status & SINGLE_RUN) != 0) {
ConfigResultsElement.java 118 if ((status & SINGLE_RUN) != 0) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 57 milliseconds