HomeSort by relevance Sort by last modified time
    Searched refs:NOT_RELIABLE (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 27 static final String P_ID_NOT_RELIABLE = "BuildResultsProperties.not_reliable"; //$NON-NLS-1$
109 if ((this.status & ResultsElement.NOT_RELIABLE) != 0) {
ResultsElement.java 83 static final int NOT_RELIABLE = 0x0400;
140 if ((status & NOT_RELIABLE) != 0) {
385 * <li>{@link #NOT_RELIABLE} : the test history shows a deviation over 20% (surely means that this test is too erratic to be reliable)</li>
513 this.status |= NOT_RELIABLE;
ConfigResultsElement.java 109 if ((status & NOT_RELIABLE) != 0) {
462 if ((this.status & NOT_RELIABLE) != 0) {
BuildResultsElement.java 112 if ((status & NOT_RELIABLE) != 0) {
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 187 milliseconds