/system/core/include/sysutils/ |
D | List.h | 117 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/ |
D | List.h | 116 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/ |
D | List.h | 116 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/ |
D | trap.cpp | 224 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 …]
|
D | raster.cpp | 88 if ((xd + width) > GGLint(c->state.scissor.right)) { in ggl_copyPixels() 89 width = GGLint(c->state.scissor.right) - xd; in ggl_copyPixels()
|
D | clear.cpp | 101 uint32_t w = c->state.scissor.right - l; in ggl_clear()
|
D | pixelflinger.cpp | 604 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/ |
D | minifloat.h | 42 gain_minifloat_t right) in gain_minifloat_pack() argument 44 return (right << 16) | left; in gain_minifloat_pack()
|
/system/tools/aidl/ |
D | ast_cpp.cpp | 305 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()
|
D | ast_cpp.h | 261 Assignment(const std::string& left, const std::string& right); 262 Assignment(const std::string& left, AstNode* right);
|
/system/media/camera/docs/ |
D | camera_device_info.mako | 41 optional int32 right = 2;
|
D | camera_metadata_tags.mako | 47 * New sections must be added right before ANDROID_SECTION_COUNT to maintain
|
D | camera_device_info.proto | 41 optional int32 right = 2; field
|
D | html.mako | 42 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/ |
D | logprint.c | 994 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/ |
D | liblog_test.cpp | 949 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/ |
D | window.h | 68 int32_t right; member
|
/system/core/libpixelflinger/include/private/pixelflinger/ |
D | ggl_context.h | 331 uint32_t right;
|
/system/bt/audio_a2dp_hw/ |
D | audio_a2dp_hw.c | 812 float right) in out_set_volume() argument 816 UNUSED(right); in out_set_volume()
|
/system/sepolicy/tools/fc_sort/ |
D | NOTICE | 126 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/ |
D | app.te | 202 # and the file descriptor is passed to the right Activity via binder.
|
/system/connectivity/shill/ |
D | shill.gyp | 242 # before protobuf here or the linker flags won't be in the right
|
/system/media/audio_utils/ |
D | Doxyfile.orig | 1521 # projects and redirect the results back to the right project.
|
D | Doxyfile | 1521 # projects and redirect the results back to the right project.
|