Home
last modified time | relevance | path

Searched refs:BUILDS_LENGTH (Results 1 – 1 of 1) 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/db/
DDB_Results.java335 private static int BUILDS_LENGTH; field in DB_Results
429 if (BUILDS_LENGTH == 0) return EMPTY_LIST; in getBuilds()
430 String[] builds = new String[BUILDS_LENGTH]; in getBuilds()
431 System.arraycopy(BUILDS, 0, builds, 0, BUILDS_LENGTH); in getBuilds()
444 return BUILDS_LENGTH; in getBuildsNumber()
658 for (int i=0; i<BUILDS_LENGTH; i++) {
1005 BUILDS_LENGTH = 0;
1017 if (BUILDS_LENGTH == 0) {
1180 BUILDS[BUILDS_LENGTH++] = build;
1192 if (BUILDS_LENGTH == length) {
[all …]