HomeSort by relevance Sort by last modified time
    Searched defs:vms (Results 1 - 21 of 21) 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) {
  /external/linux-kselftest/tools/testing/selftests/powerpc/tm/
tm-signal-context-chk-vmx.c 39 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);
  /hardware/interfaces/automotive/vehicle/2.0/default/tests/
VmsUtils_test.cpp 28 namespace vms { namespace in namespace:android::hardware::automotive::vehicle::V2_0
171 } // namespace vms
  /packages/services/Car/car-lib/src/android/car/vms/
VmsAvailableLayers.java 17 package android.car.vms;
33 * VMS Layers that can be subscribed to by VMS clients.
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;
VmsAssociatedLayer.java 17 package android.car.vms;
25 * A VMS Layer with a list of publisher IDs it is associated with.
VmsLayerDependency.java 17 package android.car.vms;
32 * A dependency for a VMS layer on other VMS layers.
VmsSubscriptionState.java 17 package android.car.vms;
52 * Returns the sequence number assigned by the VMS service. Sequence numbers are
VmsOperationRecorder.java 1 package android.car.vms;
13 * Records VMS operations using the Android Log.
15 * This class records VMS operations. The recorded messages include the VMS operations and its
20 * instance. Each VMS operation has a corresponding VmsOperationRecorder method. For instance:
43 // VMS Client operations.
77 // VMS Service operations.
216 private static final String TAG = "VMS.RECORD.EVENT";
VmsPublisherClientService.java 17 package android.car.vms;
36 * Services that need VMS publisher services need to inherit from this class and also need to be
42 * {@link #onVmsPublisherServiceReady()} notifies when VMS publisher services can be used, and the
103 * VMS core.
198 * Implements the interface that the VMS service uses to communicate with this client.
VmsSubscriberManager.java 17 package android.car.vms;
25 import android.car.vms.VmsSubscriberManager.VmsSubscriberClientCallback;
62 * Interface exposed to VMS subscribers: it is a wrapper of IVmsSubscriberClient.
  /hardware/interfaces/automotive/vehicle/2.0/default/common/include/vhal_v2_0/
VmsUtils.h 30 namespace vms { namespace in namespace:android::hardware::automotive::vehicle::V2_0
34 // VehiclePropValue update with a VMS message is specified in the Vehicle HIDL.
36 // This interface is meant for use by HAL clients of VMS; corresponding
37 // functionality is also provided by VMS in the embedded car service.
85 // VmsMessageType.SUBSCRIBE, specifying to the VMS service
90 // VmsMessageType.SUBSCRIBE_TO_PUBLISHER, specifying to the VMS service
96 // VmsMessageType.UNSUBSCRIBE, specifying to the VMS service
101 // VmsMessageType.UNSUBSCRIBE_TO_PUBLISHER, specifying to the VMS service
107 // VmsMessageType.OFFERING, specifying to the VMS service which layers are being
128 // Returns true if the VehiclePropValue pointed to by value contains a valid Vms
    [all...]
  /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;
28 * This service is launched during the initialization of the VMS publisher service.
  /toolchain/binutils/binutils-2.27/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 */
  /hardware/interfaces/automotive/vehicle/2.0/default/common/src/
VmsUtils.cpp 26 namespace vms { namespace in namespace:android::hardware::automotive::vehicle::V2_0
156 } // namespace vms
  /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.VmsAvailableLayers;
21 import android.car.vms.VmsLayer;
22 import android.car.vms.VmsSubscriberManager;
33 * the connection is ready. Then, it subscribes to a VMS layer/version and updates the TextView when
39 // com.google.android.car.vms.publisher.VmsPublisherClientSampleService
  /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:__anon22482
788 while ((v = h->vms)) {
789 h->vms = v->next;
1113 h->vms = 0;
    [all...]
  /external/conscrypt/benchmark-android/
vogar.jar 

Completed in 441 milliseconds