HomeSort by relevance Sort by last modified time
    Searched defs:vms (Results 1 - 15 of 15) 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) {
  /packages/services/Car/car-lib/src/android/car/vms/
VmsLayer.java 17 package android.car.vms;
26 * A VMS Layer which can be subscribed to by VMS clients.
VmsLayersOffering.java 17 package android.car.vms;
VmsLayerDependency.java 17 package android.car.vms;
30 * A dependency for a VMS layer on other VMS layers.
VmsSubscriptionState.java 17 package android.car.vms;
VmsPublisherClientService.java 17 package android.car.vms;
37 * Services that need VMS publisher services need to inherit from this class and also need to be
43 * {@link #onVmsPublisherServiceReady()} notifies when VMS publisher services (i.e.
153 * Implements the interface that the VMS service uses to communicate with this client.
VmsSubscriberManager.java 17 package android.car.vms;
53 /** Interface exposed to VMS subscribers: it is a wrapper of IVmsSubscriberClient. */
  /packages/services/Car/tests/VmsPublisherClientSample/src/com/google/android/car/vms/publisher/
VmsPublisherClientSampleService.java 17 package com.google.android.car.vms.publisher;
19 import android.car.vms.VmsLayer;
20 import android.car.vms.VmsPublisherClientService;
21 import android.car.vms.VmsSubscriptionState;
29 * This service is launched during the initialization of the VMS publisher service.
  /packages/services/Car/tests/VmsSubscriberClientSample/src/com/google/android/car/vms/subscriber/
VmsSubscriberClientSampleActivity.java 17 package com.google.android.car.vms.subscriber;
20 import android.car.vms.VmsLayer;
21 import android.car.vms.VmsSubscriberManager;
32 * the connection is ready. Then, it subscribes to a VMS layer/version and updates the TextView when
38 // com.google.android.car.vms.publisher.VmsPublisherClientSampleService
  /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 233 if (vms) {
234 BackSpace[1] = "" + (char) 10; // VMS shift deletes word back
235 BackSpace[2] = "\u0018"; // VMS control deletes line back
236 BackSpace[0] = BackSpace[3] = "\u007f"; // VMS other is delete
436 * Enable the VMS mode of the terminal to handle some things differently for VMS hosts.
438 * @param vms
439 * true for vms mode, false for normal mode
441 public void setVMS(boolean vms) {
442 this.vms = vms
834 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:__anon20886
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 197 milliseconds