Searched defs:VMS (Results 1 - 3 of 3) sorted by relevance

/external/openssl/
H A De_os.h390 # define VMS 1 macro
404 /* We don't have any well-defined random devices on VMS, yet... */
406 /* We need to do this since VMS has the following coding on status codes:
455 /* !defined VMS */
611 # ifndef VMS
614 /* ioctl is only in VMS > 7.0 and when socketshr is not used */
621 # ifdef VMS
688 /* VMS below version 7.0 doesn't have strcasecmp() */
/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 4668 milliseconds