Searched refs:lhs (Results 1 – 5 of 5) sorted by relevance
/tools/dexter/slicer/export/slicer/ |
D | common.h | 30 void _checkFailedOp(const void* lhs, const void* rhs, const char* op, const char* suffix, 33 void _checkFailedOp(uint32_t lhs, uint32_t rhs, const char* op, const char* suffix, int line, 37 #define SLICER_CHECK_OP(lhs, rhs, op, suffix) \ argument 39 if (!((lhs) op (rhs))) { \ 40 slicer::_checkFailedOp(lhs, rhs, #op, suffix, __LINE__, __FILE__); \
|
/tools/dexter/slicer/ |
D | common.cc | 50 void _checkFailedOp(const void* lhs, const void* rhs, const char* op, const char* suffix, int line, in _checkFailedOp() argument 54 ss << lhs << " " << op << " " << rhs; in _checkFailedOp() 60 void _checkFailedOp(uint32_t lhs, uint32_t rhs, const char* op, const char* suffix, int line, in _checkFailedOp() argument 64 ss << lhs << " " << op << " " << rhs; in _checkFailedOp()
|
/tools/test/graphicsbenchmark/apps/sample_app/src/cpp/ |
D | vecmath.h | 132 friend Vec2 operator*(const float lhs, const Vec2& rhs) { 134 ret.x_ = lhs * rhs.x_; 135 ret.y_ = lhs * rhs.y_; 139 friend Vec2 operator/(const float lhs, const Vec2& rhs) { 141 ret.x_ = lhs / rhs.x_; 142 ret.y_ = lhs / rhs.y_; 314 friend Vec3 operator*(const float lhs, const Vec3& rhs) { 316 ret.x_ = lhs * rhs.x_; 317 ret.y_ = lhs * rhs.y_; 318 ret.z_ = lhs * rhs.z_; [all …]
|
/tools/repohooks/tools/ |
D | cpplint.py | 4665 lhs = '' 4679 lhs += '(' + expression[0:end] 4690 lhs += token 4708 lhs += matched.group(1) 4712 if not (lhs and operator and rhs): 4726 lhs = lhs.strip() 4729 if Match(match_constant, lhs) or Match(match_constant, rhs):
|
/tools/dexter/testdata/expected/ |
D | medium.compact_cfg | 79046 .local v1, "lhs", com.android.calendar.Event 80015 .local v23, "lhs", com.android.calendar.Utils$DNASegment 154008 .local v2, "lhs", java.lang.String 158762 .params "lhs", "rhs" 158884 .local_ex v2, "lhs", java.lang.Object, "TT;"
|