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

  /device/linaro/bootloader/edk2/OvmfPkg/VirtioBlkDxe/
VirtioBlk.h 41 VRING Ring; // VirtioRingInit 2
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioRngDxe/
VirtioRng.h 39 VRING Ring; // VirtioRingInit 2
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioScsiDxe/
VirtioScsi.h 60 VRING Ring; // VirtioRingInit 2
  /external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.h 33 static const RingEntry Ring[];
ARMWinEHPrinter.cpp 120 const Decoder::RingEntry Decoder::Ring[] = {
503 if ((Opcodes[OI] & Ring[DI].Mask) == Ring[DI].Value) {
504 Terminated = (this->*Ring[DI].Routine)(Opcodes.data(), OI, 0, Prologue);
507 assert(DI < array_lengthof(Ring) && "unhandled opcode");
ARMEHABIPrinter.h 38 static const RingEntry Ring[];
71 const OpcodeDecoder::RingEntry OpcodeDecoder::Ring[] = {
294 for (unsigned REI = 0, REE = array_lengthof(Ring);
296 if ((Opcodes[OCI ^ 3] & Ring[REI].Mask) == Ring[REI].Value) {
297 (this->*Ring[REI].Routine)(Opcodes, OCI);
  /prebuilts/go/darwin-x86/src/container/ring/
ring.go 5 // Package ring implements operations on circular lists.
6 package ring package
8 // A Ring is an element of a circular list, or ring.
9 // Rings do not have a beginning or end; a pointer to any ring element
10 // serves as reference to the entire ring. Empty rings are represented
11 // as nil Ring pointers. The zero value for a Ring is a one-element
12 // ring with a nil Value.
14 type Ring struct
    [all...]
  /prebuilts/go/linux-x86/src/container/ring/
ring.go 5 // Package ring implements operations on circular lists.
6 package ring package
8 // A Ring is an element of a circular list, or ring.
9 // Rings do not have a beginning or end; a pointer to any ring element
10 // serves as reference to the entire ring. Empty rings are represented
11 // as nil Ring pointers. The zero value for a Ring is a one-element
12 // ring with a nil Value.
14 type Ring struct
    [all...]
  /cts/apps/CtsVerifier/src/com/android/cts/verifier/sensors/sixdof/Utils/Path/PathUtilityClasses/
Ring.java 23 * Ring object, contains all the information about a ring.
25 public class Ring {
35 * Constructor to the ring. The ring is always initialised to not entered.
37 * @param location the location of the center of the ring
38 * @param pathNumber the path that the ring is located along
39 * @param rotation the orientation of the ring
40 * @param rectangleHitBox the four corners of the rectangular hit box covered by the ring in a
43 public Ring(float[] location, int pathNumber
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/VirtioGpuDxe/
VirtioGpu.h 54 // VirtIo ring used for VirtIo communication.
56 VRING Ring;
156 initialized VgpuDev->VirtIo. On output, VgpuDev->Ring
177 called VirtioGpuInit(). On output, VgpuDev->Ring has
  /frameworks/native/libs/vr/libdisplay/include/private/dvr/
shared_buffer_helpers.h 62 // Represents a broadcast ring inside a mapped shared memory buffer.
78 // Helper function for publishing records in the ring.
83 auto ring = Ring(); local
84 if (ring) {
85 ring->Put(record);
89 // Helper function for getting records from the ring.
95 auto ring = Ring(); local
96 if (ring) {
118 RingType ring; local
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/XenPvBlkDxe/
BlockFront.h 53 blkif_front_ring_t Ring;
  /device/linaro/bootloader/edk2/SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/
DebugCommunicationLibUsb3Transfer.c 17 Synchronize the specified transfer ring to update the enqueue and dequeue pointer.
20 @param TrsRing The transfer ring to sync.
22 @retval EFI_SUCCESS The transfer ring is synchronized successfully.
80 Synchronize the specified event ring to update the enqueue and dequeue pointer.
83 @param EvtRing The event ring to sync.
85 @retval EFI_SUCCESS The event ring is synchronized successfully.
132 @param EvtRing The event ring to check.
135 @retval EFI_SUCCESS Found a new event TRB at the event ring.
136 @retval EFI_NOT_READY The event ring has no new event.
163 // If the dequeue pointer is beyond the ring, then roll-back it to the begining of the ring.
    [all...]
DebugCommunicationLibUsb3Internal.h 352 // Refer to XHCI 6.5 Event Ring Segment Table: 16 bytes
447 // Tranfer Ring info
449 EFI_PHYSICAL_ADDRESS Ring;
499 // Transfer Ring
  /external/skia/src/gpu/ops/
GrAAConvexTessellator.h 67 // CandidateVerts holds the vertices for the next ring while they are
127 // The Ring holds a set of indices into the global pool that together define
129 class Ring {
142 // Upgrade this ring so that it can behave like an originating ring
228 void terminate(const Ring& lastRing);
234 void fanRing(const Ring& ring);
236 Ring* getNextRing(Ring* lastRing)
    [all...]
  /external/skqp/src/gpu/ops/
GrAAConvexTessellator.h 67 // CandidateVerts holds the vertices for the next ring while they are
127 // The Ring holds a set of indices into the global pool that together define
129 class Ring {
142 // Upgrade this ring so that it can behave like an originating ring
228 void terminate(const Ring& lastRing);
234 void fanRing(const Ring& ring);
236 Ring* getNextRing(Ring* lastRing)
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/Include/IndustryStandard/
Virtio095.h 101 // virtio-0.9.5, 2.3.4 Available Ring
109 volatile UINT16 *Ring; // QueueSize elements
115 // virtio-0.9.5, 2.3.5 Used Ring
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciDxe/
XhciSched.h 188 // Command/Tranfer Ring info
190 TRANSFER_RING *Ring;
202 // 6.5 Event Ring Segment Table
203 // The Event Ring Segment Table is used to define multi-segment Event Rings and to enable runtime
204 // expansion and shrinking of the Event Ring. The location of the Event Ring Segment Table is defined by the
205 // Event Ring Segment Table Base Address Register (5.5.2.3.2). The size of the Event Ring Segment Table
206 // is defined by the Event Ring Segment Table Base Size Register (5.5.2.3.1).
344 // Command Ring. Refer to section 4.11.4 for more information on the use of Command Completion Events.
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/XhciPei/
XhciSched.h 184 // Command/Tranfer Ring info
186 TRANSFER_RING *Ring;
198 // 6.5 Event Ring Segment Table
199 // The Event Ring Segment Table is used to define multi-segment Event Rings and to enable runtime
200 // expansion and shrinking of the Event Ring. The location of the Event Ring Segment Table is defined by the
201 // Event Ring Segment Table Base Address Register (5.5.2.3.2). The size of the Event Ring Segment Table
202 // is defined by the Event Ring Segment Table Base Size Register (5.5.2.3.1).
340 // Command Ring. Refer to section 4.11.4 for more information on the use of Command Completion Events.
    [all...]
  /frameworks/support/swiperefreshlayout/src/main/java/androidx/swiperefreshlayout/widget/
CircularProgressDrawable.java 61 * so will update the arrow dimensions, ring size and stroke width to fit the one specified.
114 /** The indicator ring, used to manage animation state. */
115 private final Ring mRing;
125 /** Rotation applied to ring during the animation, to complete it to a full circle. */
139 mRing = new Ring();
149 final Ring ring = mRing; local
153 ring.setStrokeWidth(strokeWidth * screenDensity);
154 ring.setCenterRadius(centerRadius * screenDensity);
155 ring.setColorIndex(0)
562 final Ring ring = mRing; local
    [all...]
  /prebuilts/tools/common/m2/repository/com/cocoahero/android/geojson/1.0.1/
geojson-1.0.1.jar 
  /prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar 
  /prebuilts/jdk/jdk8/darwin-x86/lib/
tools.jar 
  /prebuilts/jdk/jdk8/linux-x86/lib/
tools.jar 

Completed in 936 milliseconds