HomeSort by relevance Sort by last modified time
    Searched defs:DIMENSIONS (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 218 * The list of all the dimensions stored in the database.
220 private static int[] DIMENSIONS;
229 * The list of all the dimensions displayed while generating results.
375 DIMENSIONS = null;
561 * Get all dimensions read from the database.
563 * @return A list of dimensions.
566 if (DIMENSIONS == null) return NO_DIMENSION;
567 int length = DIMENSIONS.length;
568 Dim[] dimensions = new Dim[length];
570 Dimension dimension = PerformanceTestPlugin.getDimension(DIMENSIONS[i])
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
performanceui.jar 

Completed in 38 milliseconds