Searched refs:STATUS_VALUES (Results 1 - 8 of 8) sorted by relevance

/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/utils/
H A DIPerformancesConstants.java64 public static final int STATUS_VALUES = 0x0100; field in interface:IPerformancesConstants
/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/
H A DScenarioResultsElement.java143 if ((kind & IPerformancesConstants.STATUS_VALUES) != 0) {
H A DPerformanceResultsElement.java217 boolean values = (kind & IPerformancesConstants.STATUS_VALUES) != 0;
229 if ((kind & ~IPerformancesConstants.STATUS_VALUES) > 0) {
H A DComponentResultsElement.java217 if ((kind & IPerformancesConstants.STATUS_VALUES) != 0) {
H A DConfigResultsElement.java325 boolean printValues = (kind & IPerformancesConstants.STATUS_VALUES) != 0;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/internal/performance/results/ui/
H A DComponentsView.java461 if ((WRITE_STATUS & IPerformancesConstants.STATUS_VALUES) != 0) {
H A DPerformanceResultsPreferencePage.java668 this.statusValuesCheckBox.setSelection((writeStatus & STATUS_VALUES) != 0);
978 writeStatus |= STATUS_VALUES;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 109 milliseconds