Home
last modified time | relevance | path

Searched refs:P_ID_STATUS_ERROR (Results 1 – 3 of 3) 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/model/
DResultsElement.java92 static final String P_ID_STATUS_ERROR = "ResultsElement.status_error"; //$NON-NLS-1$ field in ResultsElement
103 …extPropertyDescriptor ERROR_DESCRIPTOR = new TextPropertyDescriptor(P_ID_STATUS_ERROR, P_STR_STATU…
336 if (propKey.equals(P_ID_STATUS_ERROR)) { in getPropertyValue()
DBuildResultsElement.java269 if (propKey.equals(P_ID_STATUS_ERROR)) { in getPropertyValue()
DConfigResultsElement.java238 if (propKey.equals(P_ID_STATUS_ERROR)) { in getPropertyValue()