Home
last modified time | relevance | path

Searched refs:getInfosDescriptor (Results 1 – 6 of 6) 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/
DDimResultsElement.java51 DESCRIPTORS.add(getInfosDescriptor(status)); in initDescriptors()
104 descriptorsArray[0] = getInfosDescriptor(getStatus()); in getPropertyDescriptors()
DScenarioResultsElement.java42 DESCRIPTORS.add(getInfosDescriptor(status)); in initDescriptors()
84 descriptorsArray[0] = getInfosDescriptor(getStatus()); in getPropertyDescriptors()
DBuildResultsElement.java63 DESCRIPTORS.add(getInfosDescriptor(status)); in initDescriptors()
91 static ComboBoxPropertyDescriptor getInfosDescriptor(int status) { in getInfosDescriptor() method in BuildResultsElement
196 descriptorsArray[0] = getInfosDescriptor(getStatus()); in getPropertyDescriptors()
DComponentResultsElement.java50 DESCRIPTORS.add(getInfosDescriptor(status)); in initDescriptors()
115 descriptorsArray[0] = getInfosDescriptor(getStatus()); in getPropertyDescriptors()
DConfigResultsElement.java62 DESCRIPTORS.add(getInfosDescriptor(status)); in initDescriptors()
88 static ComboBoxPropertyDescriptor getInfosDescriptor(int status) { in getInfosDescriptor() method in ConfigResultsElement
197 descriptorsArray[0] = getInfosDescriptor(getStatus()); in getPropertyDescriptors()
DResultsElement.java107 DESCRIPTORS.add(getInfosDescriptor(status)); in initDescriptors()
119 static ComboBoxPropertyDescriptor getInfosDescriptor(int status) { in getInfosDescriptor() method in ResultsElement
314 descriptorsArray[0] = getInfosDescriptor(getStatus()); in getPropertyDescriptors()