Home
last modified time | relevance | path

Searched refs:right (Results 1 – 15 of 15) sorted by relevance

/system/netd/server/
DList.h117 inline bool operator==(const _Iter& right) const {
118 return mpNode == right.mpNode; }
120 inline bool operator!=(const _Iter& right) const {
121 return mpNode != right.mpNode; }
127 inline bool operator==(const OTHER& right) const {
128 return mpNode == right.mpNode; }
131 inline bool operator!=(const OTHER& right) const {
132 return mpNode != right.mpNode; }
179 List<T>& operator=(const List<T>& right);
314 List<T>& List<T>::operator=(const List<T>& right)
[all …]
/system/core/include/sysutils/
DList.h117 inline bool operator==(const _Iter& right) const {
118 return mpNode == right.mpNode; }
120 inline bool operator!=(const _Iter& right) const {
121 return mpNode != right.mpNode; }
127 inline bool operator==(const OTHER& right) const {
128 return mpNode == right.mpNode; }
131 inline bool operator!=(const OTHER& right) const {
132 return mpNode != right.mpNode; }
179 List<T>& operator=(const List<T>& right);
314 List<T>& List<T>::operator=(const List<T>& right)
[all …]
/system/keymaster/
DList.h116 inline bool operator==(const _Iter& right) const {
117 return mpNode == right.mpNode; }
119 inline bool operator!=(const _Iter& right) const {
120 return mpNode != right.mpNode; }
126 inline bool operator==(const OTHER& right) const {
127 return mpNode == right.mpNode; }
130 inline bool operator!=(const OTHER& right) const {
131 return mpNode != right.mpNode; }
178 List<T>& operator=(const List<T>& right);
313 List<T>& List<T>::operator=(const List<T>& right)
[all …]
/system/core/include/utils/
DList.h116 inline bool operator==(const _Iter& right) const {
117 return mpNode == right.mpNode; }
119 inline bool operator!=(const _Iter& right) const {
120 return mpNode != right.mpNode; }
126 inline bool operator==(const OTHER& right) const {
127 return mpNode == right.mpNode; }
130 inline bool operator!=(const OTHER& right) const {
131 return mpNode != right.mpNode; }
178 List<T>& operator=(const List<T>& right);
313 List<T>& List<T>::operator=(const List<T>& right)
[all …]
/system/core/libpixelflinger/
Dtrap.cpp224 if (r > GGLint(c->state.scissor.right)) { in aa_nice_pointx()
225 r = GGLint(c->state.scissor.right); in aa_nice_pointx()
289 if (r > GGLint(c->state.scissor.right)) { in aa_pointx()
290 r = GGLint(c->state.scissor.right); in aa_pointx()
428 if (r > GGLint(c->state.scissor.right)) in recti()
429 r = GGLint(c->state.scissor.right); in recti()
546 const int32_t maxx = min(bmaxx, c->state.scissor.right); in trianglex_small()
720 Edge* right, in triangle_sweep_edges() argument
729 if ((left->x > right->x) || in triangle_sweep_edges()
730 ((left->x == right->x) && (left->x_incr > right->x_incr))) { in triangle_sweep_edges()
[all …]
Draster.cpp88 if ((xd + width) > GGLint(c->state.scissor.right)) { in ggl_copyPixels()
89 width = GGLint(c->state.scissor.right) - xd; in ggl_copyPixels()
Dclear.cpp101 uint32_t w = c->state.scissor.right - l; in ggl_clear()
Dpixelflinger.cpp604 c->state.scissor.right = min(c->state.buffers.color.width, r); in ggl_set_scissor()
610 c->state.scissor.right = c->state.buffers.color.width; in ggl_set_scissor()
/system/media/audio_utils/include/audio_utils/
Dminifloat.h40 gain_minifloat_t right) in gain_minifloat_pack() argument
42 return (right << 16) | left; in gain_minifloat_pack()
/system/core/liblog/tests/
Dliblog_test.cpp473 const char *right = max_payload_buf; in TEST() local
474 while (*left && *right && (*left == *right)) { in TEST()
476 ++right; in TEST()
534 const char *right = longString.c_str(); in TEST() local
535 while (*left && *right && (*left == *right)) { in TEST()
537 ++right; in TEST()
/system/media/camera/docs/
Dcamera_metadata_tags.mako47 * New sections must be added right before ANDROID_SECTION_COUNT to maintain
Dhtml.mako42 td,th { border: 1px solid; border-color: #aaaaaa; padding-left: 0.5em; padding-right: 0.5em }
80 text-align: center; font-size: 1.1em; margin-left: 0em; margin-right: 0em; }
/system/core/include/system/
Dwindow.h67 int32_t right; member
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h331 uint32_t right;
/system/bt/audio_a2dp_hw/
Daudio_a2dp_hw.c776 float right) in out_set_volume() argument
780 UNUSED(right); in out_set_volume()