Searched defs:VMS (Results 1 - 2 of 2) 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/
H A DDB_Results.java236 private static String[] VMS; field in class:DB_Results
385 VMS = null;
1285 if (VMS == null) {
1286 VMS = new String[1];
1287 VMS[0] = vm;
1290 int idx = Arrays.binarySearch(VMS, vm);
1292 int length = VMS.length;
1293 System.arraycopy(VMS, 0, VMS = new String[length+1], 0, length);
1294 VMS[lengt
[all...]
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
H A Dperformanceui.jarMETA-INF/MANIFEST.MF .project about.html plugin.xml build.properties images/FAIL ...

Completed in 164 milliseconds