Searched defs:rhs (Results 151 - 175 of 501) sorted by relevance

1234567891011>>

/external/lldb/source/Host/macosx/cfcpp/
H A DCFCString.cpp25 CFCString::CFCString(const CFCString& rhs) : argument
26 CFCReleaser<CFStringRef> (rhs)
35 CFCString::operator=(const CFCString& rhs) argument
37 if (this != &rhs)
38 *this = rhs;
/external/lldb/tools/debugserver/source/
H A DDNBTimer.h37 DNBTimer (const DNBTimer& rhs) : argument
42 if (rhs.IsThreadSafe())
44 m_timeval = rhs.m_timeval;
47 DNBTimer& operator= (const DNBTimer& rhs) argument
51 if (rhs.IsThreadSafe())
53 m_timeval = rhs.m_timeval;
/external/lldb/tools/debugserver/source/MacOSX/
H A DCFString.cpp29 CFString::CFString(const CFString& rhs) : argument
30 CFReleaser<CFStringRef> (rhs)
39 CFString::operator=(const CFString& rhs) argument
41 if (this != &rhs)
42 *this = rhs;
/external/llvm/utils/unittest/googletest/include/gtest/internal/
H A Dgtest-string.h134 static bool CStringEquals(const char* lhs, const char* rhs);
152 static bool WideCStringEquals(const wchar_t* lhs, const wchar_t* rhs);
161 const char* rhs);
176 const wchar_t* rhs);
244 // Returns < 0 if this is less than rhs, 0 if this is equal to rhs, or > 0
245 // if this is greater than rhs.
246 int Compare(const String& rhs) const;
254 bool operator<(const String& rhs) const { return Compare(rhs) <
283 operator =(const String& rhs) argument
[all...]
/external/ltrace/
H A Dexpr.h65 struct value *rhs,
70 struct expr_node *rhs; member in struct:expr_node::__anon11395::__anon11398
99 struct expr_node *rhs, int own_rhs);
119 struct value *lhs, struct value *rhs,
123 struct expr_node *rhs, int own_rhs, void *data);
H A Dzero.c58 struct value *rhs, struct value_dict *arguments, void *data)
61 if (value_extract_word(rhs, &l, arguments) < 0)
57 zero_callback(struct value *ret_value, struct value *lhs, struct value *rhs, struct value_dict *arguments, void *data) argument
/external/marisa-trie/lib/marisa/
H A Drange.h82 inline bool operator>(const WRange &lhs, const WRange &rhs) { argument
83 return lhs.weight() > rhs.weight();
H A Dwriter.cc68 void Writer::swap(Writer *rhs) { argument
69 MARISA_THROW_IF(rhs == NULL, MARISA_PARAM_ERROR);
70 Swap(&file_, &rhs->file_);
71 Swap(&fd_, &rhs->fd_);
72 Swap(&stream_, &rhs->stream_);
73 Swap(&needs_fclose_, &rhs->needs_fclose_);
/external/marisa-trie/v0_1_5/lib/marisa_alpha/
H A Drange.h82 inline bool operator>(const WRange &lhs, const WRange &rhs) { argument
83 return lhs.weight() > rhs.weight();
H A Dwriter.cc68 void Writer::swap(Writer *rhs) { argument
69 MARISA_ALPHA_THROW_IF(rhs == NULL, MARISA_ALPHA_PARAM_ERROR);
70 Swap(&file_, &rhs->file_);
71 Swap(&fd_, &rhs->fd_);
72 Swap(&stream_, &rhs->stream_);
73 Swap(&needs_fclose_, &rhs->needs_fclose_);
/external/mesa3d/src/glsl/
H A Dlower_output_reads.cpp115 ir_dereference_variable *rhs = new(ctx) ir_dereference_variable(temp); local
116 return new(ctx) ir_assignment(lhs, rhs);
/external/mesa3d/src/gtest/include/gtest/internal/
H A Dgtest-string.h134 static bool CStringEquals(const char* lhs, const char* rhs);
152 static bool WideCStringEquals(const wchar_t* lhs, const wchar_t* rhs);
161 const char* rhs);
176 const wchar_t* rhs);
244 // Returns < 0 if this is less than rhs, 0 if this is equal to rhs, or > 0
245 // if this is greater than rhs.
246 int Compare(const String& rhs) const;
254 bool operator<(const String& rhs) const { return Compare(rhs) <
283 operator =(const String& rhs) argument
[all...]
/external/mockito/src/org/mockito/internal/matchers/apachecommons/
H A DEqualsBuilder.java44 * MyClass rhs = (MyClass) obj;
47 * .append(field1, rhs.field1)
48 * .append(field2, rhs.field2)
49 * .append(field3, rhs.field3)
112 * @param rhs the other object
115 public static boolean reflectionEquals(Object lhs, Object rhs) { argument
116 return reflectionEquals(lhs, rhs, false, null, null);
134 * @param rhs the other object
138 public static boolean reflectionEquals(Object lhs, Object rhs, String[] excludeFields) { argument
139 return reflectionEquals(lhs, rhs, fals
162 reflectionEquals(Object lhs, Object rhs, boolean testTransients) argument
191 reflectionEquals(Object lhs, Object rhs, boolean testTransients, Class reflectUpToClass) argument
221 reflectionEquals(Object lhs, Object rhs, boolean testTransients, Class reflectUpToClass, String[] excludeFields) argument
281 reflectionAppend( Object lhs, Object rhs, Class clazz, EqualsBuilder builder, boolean useTransients, String[] excludeFields) argument
335 append(Object lhs, Object rhs) argument
394 append(long lhs, long rhs) argument
409 append(int lhs, int rhs) argument
424 append(short lhs, short rhs) argument
439 append(char lhs, char rhs) argument
454 append(byte lhs, byte rhs) argument
475 append(double lhs, double rhs) argument
495 append(float lhs, float rhs) argument
509 append(boolean lhs, boolean rhs) argument
527 append(Object[] lhs, Object[] rhs) argument
558 append(long[] lhs, long[] rhs) argument
589 append(int[] lhs, int[] rhs) argument
620 append(short[] lhs, short[] rhs) argument
651 append(char[] lhs, char[] rhs) argument
682 append(byte[] lhs, byte[] rhs) argument
713 append(double[] lhs, double[] rhs) argument
744 append(float[] lhs, float[] rhs) argument
775 append(boolean[] lhs, boolean[] rhs) argument
[all...]
/external/pdfium/third_party/base/numerics/
H A Dsafe_math.h53 CheckedNumeric(const CheckedNumeric<Src>& rhs) argument
54 : state_(rhs.ValueUnsafe(), rhs.validity()) {}
113 template <typename Src> CheckedNumeric& operator+=(Src rhs);
114 template <typename Src> CheckedNumeric& operator-=(Src rhs);
115 template <typename Src> CheckedNumeric& operator*=(Src rhs);
116 template <typename Src> CheckedNumeric& operator/=(Src rhs);
117 template <typename Src> CheckedNumeric& operator%=(Src rhs);
198 const CheckedNumeric<T>& lhs, const CheckedNumeric<T>& rhs) { \
202 return CheckedNumeric<T>(lhs.ValueUnsafe() OP rhs
[all...]
/external/protobuf/gtest/include/gtest/internal/
H A Dgtest-string.h134 static bool CStringEquals(const char* lhs, const char* rhs);
152 static bool WideCStringEquals(const wchar_t* lhs, const wchar_t* rhs);
161 const char* rhs);
176 const wchar_t* rhs);
244 // Returns < 0 if this is less than rhs, 0 if this is equal to rhs, or > 0
245 // if this is greater than rhs.
246 int Compare(const String& rhs) const;
254 bool operator<(const String& rhs) const { return Compare(rhs) <
283 operator =(const String& rhs) argument
[all...]
/external/sfntly/cpp/src/sfntly/table/bitmap/
H A Dcomposite_bitmap_glyph.cc64 CompositeBitmapGlyph::Component::Component(const Component& rhs) argument
65 : glyph_code_(rhs.glyph_code_),
66 x_offset_(rhs.x_offset_),
67 y_offset_(rhs.y_offset_) {
71 const CompositeBitmapGlyph::Component& rhs) {
72 return glyph_code_ == rhs.glyph_code_;
76 const CompositeBitmapGlyph::Component& rhs) {
77 glyph_code_ = rhs.glyph_code_;
78 x_offset_ = rhs.x_offset_;
79 y_offset_ = rhs
70 operator ==( const CompositeBitmapGlyph::Component& rhs) argument
75 operator =( const CompositeBitmapGlyph::Component& rhs) argument
[all...]
/external/v8/src/base/
H A Dsafe_math.h56 CheckedNumeric(const CheckedNumeric<Src>& rhs) argument
57 : state_(rhs.ValueUnsafe(), rhs.validity()) {}
117 template <typename Src> CheckedNumeric& operator+=(Src rhs);
118 template <typename Src> CheckedNumeric& operator-=(Src rhs);
119 template <typename Src> CheckedNumeric& operator*=(Src rhs);
120 template <typename Src> CheckedNumeric& operator/=(Src rhs);
121 template <typename Src> CheckedNumeric& operator%=(Src rhs);
202 const CheckedNumeric<T>& lhs, const CheckedNumeric<T>& rhs) { \
206 return CheckedNumeric<T>(lhs.ValueUnsafe() OP rhs
[all...]
/external/v8/src/compiler/
H A Dmachine-operator.cc54 static bool Equals(LoadRepresentation lhs, LoadRepresentation rhs) { argument
55 return lhs == rhs;
/external/androidplot/AndroidPlot-Core/src/main/java/com/androidplot/util/
H A DPixelUtils.java52 public static PointF add(PointF lhs, PointF rhs) { argument
53 return new PointF(lhs.x + rhs.x, lhs.y + rhs.y);
56 public static PointF sub(PointF lhs, PointF rhs) { argument
57 return new PointF(lhs.x - rhs.x, lhs.y - rhs.y);
/external/bison/src/
H A Dgram.h58 RULES[R].rhs -- the index in RITEM of the beginning of the portion
184 item_number *rhs; member in struct:__anon375
/external/clang/test/SemaCXX/
H A Dwarn-unused-value.cpp22 bool operator==(const Foo& rhs) { argument
23 return i == rhs.i;
/external/drm_hwcomposer/
H A Dglworker.h89 Work(const Work &rhs) = delete; member in struct:android::GLWorker::Work
H A Dseperate_rects.h46 Rect(const Rect &rhs) { argument
48 bounds[i] = rhs.bounds[i];
51 bool operator==(const Rect &rhs) const {
53 if (bounds[i] != rhs.bounds[i])
89 bool operator==(const IdSet<TId> &rhs) const {
90 return bitset == rhs.bitset;
93 bool operator<(const IdSet<TId> &rhs) const {
94 return bitset < rhs.bitset;
97 IdSet<TId> operator|(const IdSet<TId> &rhs) const {
99 ret.bitset = bitset | rhs
[all...]
/external/eigen/Eigen/src/Core/
H A DSelfCwiseBinaryOp.h128 EIGEN_STRONG_INLINE SelfCwiseBinaryOp& lazyAssign(const DenseBase<RhsDerived>& rhs) argument
136 eigen_assert(rows() == rhs.rows() && cols() == rhs.cols());
137 internal::assign_impl<SelfCwiseBinaryOp, RhsDerived>::run(*this,rhs.derived());
139 this->checkTransposeAliasing(rhs.derived());
149 typename internal::nested<Rhs>::type rhs(_rhs);
150 return Base::operator=(rhs);
/external/eigen/test/
H A Djacobisvd.cpp83 RhsType rhs = RhsType::Random(rows, internal::random<Index>(1, cols)); local
89 SolutionType x = svd.solve(rhs);
91 RealScalar residual = (m*x-rhs).norm();
93 if(!test_isMuchSmallerThan(residual,rhs.norm()))
100 RealScalar residual_y = (m*y-rhs).norm();
104 residual_y = (m*y-rhs).norm();
114 VERIFY_IS_APPROX(m.adjoint()*m*x,m.adjoint()*rhs);
252 RhsType rhs(rows);
258 VERIFY_RAISES_ASSERT(svd.solve(rhs))
266 VERIFY_RAISES_ASSERT(svd.solve(rhs))
[all...]

Completed in 587 milliseconds

1234567891011>>