OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Ring
(Results
1 - 10
of
10
) sorted by null
/external/llvm/tools/llvm-readobj/
ARMWinEHPrinter.h
33
static const RingEntry
Ring
[];
ARMWinEHPrinter.cpp
120
const Decoder::RingEntry Decoder::
Ring
[] = {
500
if ((Opcodes[OI] &
Ring
[DI].Mask) ==
Ring
[DI].Value) {
501
Terminated = (this->*
Ring
[DI].Routine)(Opcodes.data(), OI, 0, Prologue);
504
assert(DI < array_lengthof(
Ring
) && "unhandled opcode");
ARMEHABIPrinter.h
37
static const RingEntry
Ring
[];
70
const OpcodeDecoder::RingEntry OpcodeDecoder::
Ring
[] = {
293
for (unsigned REI = 0, REE = array_lengthof(
Ring
);
295
if ((Opcodes[OCI ^ 3] &
Ring
[REI].Mask) ==
Ring
[REI].Value) {
296
(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
...]
/external/skia/src/gpu/batches/
GrAAConvexTessellator.h
64
// CandidateVerts holds the vertices for the next
ring
while they are
124
// The
Ring
holds a set of indices into the global pool that together define
126
class
Ring
{
206
void terminate(const
Ring
& lastRing);
212
void fanRing(const
Ring
&
ring
);
214
Ring
* getNextRing(
Ring
* lastRing);
216
void createOuterRing(const
Ring
& previousRing, SkScalar outset, SkScalar coverage,
217
Ring
* nextRing)
[
all
...]
/frameworks/support/core-ui/java/android/support/v4/widget/
MaterialProgressDrawable.java
94
/** The indicator
ring
, used to manage animation state. */
95
private final
Ring
mRing;
122
mRing = new
Ring
(mCallback);
131
final
Ring
ring
= mRing;
local
137
ring
.setStrokeWidth((float) strokeWidth * screenDensity);
138
ring
.setCenterRadius(centerRadius * screenDensity);
139
ring
.setColorIndex(0);
140
ring
.setArrowDimensions(arrowWidth * screenDensity, arrowHeight * screenDensity);
141
ring
.setInsets((int) mWidth, (int) mHeight)
362
final Ring
ring
= mRing;
local
[
all
...]
/prebuilts/tools/common/m2/repository/org/glassfish/jaxb/jaxb-xjc/2.2.11/
jaxb-xjc-2.2.11.jar
/prebuilts/sdk/current/support/v4/
android-support-v4.jar
/prebuilts/sdk/current/support/v13/
android-support-v13.jar
Completed in 1101 milliseconds