OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:NOT_RELIABLE
(Results
1 - 2
of
2
) 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/
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
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
Completed in 26 milliseconds