Searched defs:vms (Results 1 - 6 of 6) sorted by relevance

/external/caliper/caliper/src/main/java/com/google/caliper/runner/
H A DExperimentSelector.java24 ImmutableSet<VirtualMachine> vms(); method in interface:ExperimentSelector
H A DFullCartesianExperimentSelector.java42 private final ImmutableSet<VirtualMachine> vms; field in class:FullCartesianExperimentSelector
47 ImmutableSet<VirtualMachine> vms,
50 this.vms = vms;
65 @Override public ImmutableSet<VirtualMachine> vms() { method in class:FullCartesianExperimentSelector
66 return vms;
76 for (VirtualMachine vm : vms) {
45 FullCartesianExperimentSelector( ImmutableSet<Instrumentation> instrumentations, ImmutableSet<VirtualMachine> vms, @BenchmarkParameters ImmutableSetMultimap<String, String> userParameters) argument
/external/linux-kselftest/tools/testing/selftests/powerpc/tm/
H A Dtm-signal-context-chk-vmx.c39 long tm_signal_self_context_load(pid_t pid, long *gprs, double *fps, vector int *vms, vector int *vss);
43 vector int vms[] = { variable
62 &vms[i], sizeof(vector int));
64 &vms[i + NV_VMX_REGS], sizeof (vector int));
99 rc = tm_signal_self_context_load(pid, NULL, NULL, vms, NULL);
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
H A Dvt320.java233 if (vms) {
438 * @param vms
439 * true for vms mode, false for normal mode
441 public void setVMS(boolean vms) { argument
442 this.vms = vms;
833 /** in vms mode, set by Terminal.VMS property */
834 private boolean vms = false; field in class:vt320
1050 if (vms && control) {
1124 // if(((!vms
[all...]
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c68 struct hvm *vms; /* Compiled SQLite VMs */ member in struct:__anon9131
788 while ((v = h->vms)) {
789 h->vms = v->next;
1113 h->vms = 0;
2469 vvp = &h->vms;
2518 vvp = &h->vms;
3143 v->next = h->vms;
3144 h->vms = v;
3159 v->hh.vms = 0;
3348 v->next = h->vms;
[all...]
/external/conscrypt/benchmark-android/
H A Dvogar.jarMETA-INF/ META-INF/MANIFEST.MF vogar/ vogar/TestProperties.class TestProperties.java package vogar ...

Completed in 329 milliseconds