OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:pointsOfInterest
(Results
1 - 3
of
3
) sorted by null
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/src/org/eclipse/test/performance/ui/
GenerateResults.java
130
List
pointsOfInterest
;
272
this.
pointsOfInterest
= new ArrayList();
274
this.
pointsOfInterest
.add(ids[j]);
[
all
...]
ScenarioData.java
48
private List
pointsOfInterest
;
60
* @param
pointsOfInterest
A list of buildId's to highlight on line graphs
65
public ScenarioData(String baselinePrefix, List
pointsOfInterest
, List buildIDPatterns, File outputDir) {
67
this.
pointsOfInterest
=
pointsOfInterest
;
223
if (this.
pointsOfInterest
!= null) {
224
Iterator buildPrefixes = this.
pointsOfInterest
.iterator();
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar
Completed in 45 milliseconds