Home
last modified time | relevance | path

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

/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.h42 gain_minifloat_t right) in gain_minifloat_pack() argument
44 return (right << 16) | left; in gain_minifloat_pack()
/system/tools/aidl/
Dast_cpp.cpp305 Assignment::Assignment(const std::string& left, const std::string& right) in Assignment() argument
306 : Assignment(left, new LiteralExpression{right}) {} in Assignment()
308 Assignment::Assignment(const std::string& left, AstNode* right) in Assignment() argument
310 rhs_(right) {} in Assignment()
Dast_cpp.h261 Assignment(const std::string& left, const std::string& right);
262 Assignment(const std::string& left, AstNode* right);
/system/media/camera/docs/
Dcamera_device_info.mako41 optional int32 right = 2;
Dcamera_metadata_tags.mako47 * New sections must be added right before ANDROID_SECTION_COUNT to maintain
Dcamera_device_info.proto41 optional int32 right = 2; field
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/liblog/
Dlogprint.c994 struct timespec *right) in sumTimespec() argument
996 left->tv_nsec += right->tv_nsec; in sumTimespec()
997 left->tv_sec += right->tv_sec; in sumTimespec()
1007 struct timespec *right) in subTimespec() argument
1009 result->tv_nsec = left->tv_nsec - right->tv_nsec; in subTimespec()
1010 result->tv_sec = left->tv_sec - right->tv_sec; in subTimespec()
/system/core/liblog/tests/
Dliblog_test.cpp949 const char *right = max_payload_buf; in TEST() local
950 while (*left && *right && (*left == *right)) { in TEST()
952 ++right; in TEST()
1066 const char *right = longString.c_str(); in TEST() local
1067 while (*left && *right && (*left == *right)) { in TEST()
1069 ++right; in TEST()
/system/core/include/system/
Dwindow.h68 int32_t right; member
/system/core/libpixelflinger/include/private/pixelflinger/
Dggl_context.h331 uint32_t right;
/system/bt/audio_a2dp_hw/
Daudio_a2dp_hw.c812 float right) in out_set_volume() argument
816 UNUSED(right); in out_set_volume()
/system/sepolicy/tools/fc_sort/
DNOTICE126 exercise the right to control the distribution of derivative or
216 patents or other property right claims or to contest validity of any
/system/sepolicy/
Dapp.te202 # and the file descriptor is passed to the right Activity via binder.
/system/connectivity/shill/
Dshill.gyp242 # before protobuf here or the linker flags won't be in the right
/system/media/audio_utils/
DDoxyfile.orig1521 # projects and redirect the results back to the right project.
DDoxyfile1521 # projects and redirect the results back to the right project.