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

  /external/caliper/caliper/src/main/java/com/google/caliper/runner/
ExperimentSelector.java 24 ImmutableSet<VirtualMachine> vms(); method in interface:ExperimentSelector
FullCartesianExperimentSelector.java 42 private final ImmutableSet<VirtualMachine> vms; field in class:FullCartesianExperimentSelector
47 ImmutableSet<VirtualMachine> vms,
50 this.vms = vms;
65 @Override public ImmutableSet<VirtualMachine> vms() {
66 return vms;
76 for (VirtualMachine vm : vms) {
  /toolchain/binutils/binutils-2.25/bfd/
vms.h 0 /* vms.h -- Header file for VMS (Alpha and Vax) support.
25 #undef vms macro
31 /* Size of a VMS block on disk. */
51 /* Native (=VMS) format. The file only contains the content of the
57 /* VMS records input buffer. */
73 /* VMS records output buffer. */
99 /* vms-misc.c. */
138 /* vms-alpha.c */
  /external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
vt320.java 234 if (vms) {
235 BackSpace[1] = "" + (char) 10; // VMS shift deletes word back
236 BackSpace[2] = "\u0018"; // VMS control deletes line back
237 BackSpace[0] = BackSpace[3] = "\u007f"; // VMS other is delete
437 * Enable the VMS mode of the terminal to handle some things differently for VMS hosts.
439 * @param vms
440 * true for vms mode, false for normal mode
442 public void setVMS(boolean vms) {
443 this.vms = vms
835 private boolean vms = false; field in class:vt320
    [all...]
  /external/javasqlite/src/main/native/
sqlite_jni.c 68 struct hvm *vms; /* Compiled SQLite VMs */ member in struct:__anon13664
788 while ((v = h->vms)) {
789 h->vms = v->next;
1113 h->vms = 0;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jdt.launching_3.5.100.v20100526.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 

Completed in 88 milliseconds