HomeSort by relevance Sort by last modified time
    Searched defs:BUILDS_LENGTH (Results 1 - 2 of 2) sorted by null

  /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/
DB_Results.java 335 private static int BUILDS_LENGTH;
429 if (BUILDS_LENGTH == 0) return EMPTY_LIST;
430 String[] builds = new String[BUILDS_LENGTH];
431 System.arraycopy(BUILDS, 0, builds, 0, BUILDS_LENGTH);
444 return BUILDS_LENGTH;
658 for (int i=0; i<BUILDS_LENGTH; i++) {
1005 BUILDS_LENGTH = 0;
1017 if (BUILDS_LENGTH == 0) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 39 milliseconds