OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:rear
(Results
1 - 25
of
39
) sorted by null
1
2
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/engine/
ndcommon.c
55
if (con->hinsi.
rear
!= NULL) {
64
if (*(con->hinsi.
rear
+ (hinsiR / 8)) & (0x80 >> (hinsiR % 8))) {
ndapi.c
700
cursor->cond.hinsi.
rear
= NULL;
/libcore/luni/src/main/java/java/util/
ArrayDeque.java
58
private transient int
rear
;
field in class:ArrayDeque
91
return (pos !=
rear
)
141
pos = circularSmallerPos(
rear
);
202
front =
rear
= 0;
234
front =
rear
= 0;
461
return elements[circularSmallerPos(
rear
)];
493
: elements[circularSmallerPos(
rear
)];
538
rear
= length;
550
if (front ==
rear
) {
560
elements[
rear
] = e
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/sound/
emu10k1.h
149
#define EXTOUT_REAR_L 0x08 /*
Rear
channel - left */
150
#define EXTOUT_REAR_R 0x09 /*
Rear
channel - right */
154
#define EXTOUT_AC97_REAR_L 0x0d /* SB Live 5.1 (c) 2003 -
Rear
Left */
155
#define EXTOUT_AC97_REAR_R 0x0e /* SB Live 5.1 (c) 2003 -
Rear
Right */
180
#define A_EXTOUT_REAR_L 0x06 /* digital
rear
left */
188
#define A_EXTOUT_AREAR_L 0x0e /* analog
rear
left */
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/alsa/
mixer.h
179
/**
Rear
left */
181
/**
Rear
right */
191
/**
Rear
Center */
seq_event.h
360
signed short fr; /**< front-
rear
balance; range: 0-16383 */
/external/elfutils/lib/
list.h
70
/* Add element to the
rear
of a circular single-linked list. */
/external/sonivox/arm-wt-22k/lib_src/
dls2.h
52
#define CONN_DST_LEFTREAR 0x0013 /* Left
Rear
Channel Send */
53
#define CONN_DST_RIGHTREAR 0x0014 /* Right
Rear
Channel Send */
/system/media/opensles/libopensles/
IOutputMixExt.c
275
const BufferHeader *oldFront, *newFront, *
rear
;
local
277
rear
= bufferQueue->mRear;
279
assert(oldFront !=
rear
);
287
if (newFront !=
rear
) {
/external/svox/pico/lib/
picodata.c
65
picoos_uint16
rear
; /* next free position to write */
member in struct:picodata_char_buffer
91
this->
rear
= 0;
149
this->buf[this->
rear
++] = ch;
150
this->
rear
%= this->size;
302
this->buf[this->
rear
++] = (picoos_char)buf[i];
303
this->
rear
%= this->size;
[
all
...]
picokdt.c
[
all
...]
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpulse.so
libpulse.so.0
libpulse.so.0.4.1
libasound.so
libasound.so.2
libasound.so.2.0.0
/development/samples/ApiDemos/src/com/example/android/apis/graphics/
CameraPreview.java
52
// The first
rear
facing camera
85
// Open the default i.e. the first
rear
facing camera.
/packages/inputmethods/OpenWnn/libs/libwnnDictionary/include/
nj_lib.h
196
NJ_UINT8 *
rear
;
member in struct:__anon11180::__anon11181
/development/samples/Snake/src/com/example/android/snake/
SnakeView.java
440
* front and subtract from the
rear
in order to simulate motion. If we want to
441
* grow him, we don't subtract from the
rear
.
/device/samsung/crespo/include/
videodev2_samsung.h
539
/*
Rear
curtain */
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/i686-linux/include/c++/4.4.3/parallel/
multiseq_selection.h
236
// Max, favor
rear
sequences.
332
// Max, favor
rear
sequences.
/external/elfutils/libelf/
libelfP.h
186
Elf_Data_List *data_list_rear; /* Pointer to the
rear
of the data list. */
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
stdlib.h
352
int32_t *rptr; /*
Rear
pointer. */
356
int rand_sep; /* Distance between front and
rear
. */
/external/jpeg/
jmemdos.c
633
* blocks of size > 32Kbytes unless we give it a kick in the
rear
, like so:
Completed in 645 milliseconds
1
2