Searched refs:rhs (Results 251 - 275 of 1313) sorted by relevance

<<11121314151617181920>>

/external/chromium_org/content/common/
H A Dwebplugin_geometry.h21 bool Equals(const WebPluginGeometry& rhs) const;
/external/chromium_org/media/cast/net/rtcp/
H A Drtcp_defines.h82 RtcpReceiverReferenceTimeReport rhs) {
83 return lhs.remote_ssrc == rhs.remote_ssrc &&
84 lhs.ntp_seconds == rhs.ntp_seconds &&
85 lhs.ntp_fraction == rhs.ntp_fraction;
81 operator ==(RtcpReceiverReferenceTimeReport lhs, RtcpReceiverReferenceTimeReport rhs) argument
/external/chromium_org/net/base/
H A Dhash_value.h91 const SHA1HashValue& rhs) const {
92 return memcmp(lhs.data, rhs.data, sizeof(lhs.data)) < 0;
99 const SHA256HashValue& rhs) const {
100 return memcmp(lhs.data, rhs.data, sizeof(lhs.data)) < 0;
/external/chromium_org/third_party/WebKit/Source/platform/network/
H A DHTTPHeaderMap.h67 bool operator!=(const HTTPHeaderMap& rhs) const { return m_headers != rhs.m_headers; }
68 bool operator==(const HTTPHeaderMap& rhs) const { return m_headers == rhs.m_headers; }
/external/chromium_org/third_party/angle/src/compiler/preprocessor/
H A DToken.h106 inline bool operator==(const Token &lhs, const Token &rhs) argument
108 return lhs.equals(rhs);
111 inline bool operator!=(const Token &lhs, const Token &rhs) argument
113 return !lhs.equals(rhs);
/external/chromium_org/third_party/libphonenumber/src/phonenumbers/utf/
H A Dunicodetext.h178 friend bool operator==(const UnicodeText& lhs, const UnicodeText& rhs);
179 friend bool operator!=(const UnicodeText& lhs, const UnicodeText& rhs);
214 friend bool operator==(const CI& lhs, const CI& rhs) { argument
215 return lhs.it_ == rhs.it_; }
216 friend bool operator!=(const CI& lhs, const CI& rhs) { argument
217 return !(lhs == rhs); }
218 friend bool operator<(const CI& lhs, const CI& rhs);
219 friend bool operator>(const CI& lhs, const CI& rhs) { argument
220 return rhs < lhs; }
221 friend bool operator<=(const CI& lhs, const CI& rhs) { argument
223 operator >=(const CI& lhs, const CI& rhs) argument
373 operator !=(const UnicodeText& lhs, const UnicodeText& rhs) argument
[all...]
/external/chromium_org/ui/base/
H A Dpage_transition_types.cc12 PageTransition rhs) {
13 // Expect the rhs to be a compile time constant without qualifiers.
14 DCHECK(PageTransitionGetQualifier(rhs) == 0 &&
15 PageTransitionIsValidType(rhs));
17 implicit_cast<int>(PageTransitionStripQualifier(rhs));
11 PageTransitionCoreTypeIs(PageTransition lhs, PageTransition rhs) argument
/external/chromium_org/ui/ozone/common/chromeos/
H A Ddisplay_snapshot_proxy.cc14 bool SameModes(const DisplayMode_Params& lhs, const DisplayMode_Params& rhs) { argument
15 return lhs.size == rhs.size && lhs.is_interlaced == rhs.is_interlaced &&
16 lhs.refresh_rate == rhs.refresh_rate;
/external/clang/test/CodeGenCXX/
H A Dconditional-gnu-ext.cpp36 _Complex int rhs; local
38 return getComplex(1+2i) ? : rhs;
58 int rhs = 10; local
59 foo (cond()? : rhs);
/external/clang/test/SemaCXX/
H A Dvector-casts.cpp43 void madd(const testvec& rhs) { argument
44 v = v + rhs; // expected-error {{can't convert between vector and non-scalar values}}
46 void madd2(testvec rhs) { argument
47 v = v + rhs; // expected-error {{can't convert between vector and non-scalar values}}
/external/libcxx/test/strings/basic.string/string.nonmembers/string_op+/
H A Dchar_string.pass.cpp14 // operator+(charT lhs, const basic_string<charT,traits,Allocator>& rhs);
18 // operator+(charT lhs, basic_string<charT,traits,Allocator>&& rhs);
27 test0(typename S::value_type lhs, const S& rhs, const S& x) argument
29 assert(lhs + rhs == x);
36 test1(typename S::value_type lhs, S&& rhs, const S& x) argument
38 assert(lhs + move(rhs) == x);
H A Dstring_char.pass.cpp14 // operator+(const basic_string<charT,traits,Allocator>& lhs, charT rhs);
18 // operator+(basic_string<charT,traits,Allocator>&& lhs, charT rhs);
27 test0(const S& lhs, typename S::value_type rhs, const S& x) argument
29 assert(lhs + rhs == x);
36 test1(S&& lhs, typename S::value_type rhs, const S& x) argument
38 assert(move(lhs) + rhs == x);
/external/lldb/include/lldb/API/
H A DSBCompileUnit.h24 SBCompileUnit (const lldb::SBCompileUnit &rhs);
29 operator = (const lldb::SBCompileUnit &rhs);
82 operator == (const lldb::SBCompileUnit &rhs) const;
85 operator != (const lldb::SBCompileUnit &rhs) const;
H A DSBFunction.h25 SBFunction (const lldb::SBFunction &rhs);
28 operator = (const lldb::SBFunction &rhs);
63 operator == (const lldb::SBFunction &rhs) const;
66 operator != (const lldb::SBFunction &rhs) const;
H A DSBLineEntry.h25 SBLineEntry (const lldb::SBLineEntry &rhs);
30 operator = (const lldb::SBLineEntry &rhs);
60 operator == (const lldb::SBLineEntry &rhs) const;
63 operator != (const lldb::SBLineEntry &rhs) const;
H A DSBModuleSpec.h24 SBModuleSpec (const SBModuleSpec &rhs);
29 operator = (const SBModuleSpec &rhs);
117 SBModuleSpecList (const SBModuleSpecList &rhs);
122 operator = (const SBModuleSpecList &rhs);
H A DSBSection.h24 SBSection (const lldb::SBSection &rhs);
29 operator = (const lldb::SBSection &rhs);
75 operator == (const lldb::SBSection &rhs);
78 operator != (const lldb::SBSection &rhs);
H A DSBSymbol.h28 SBSymbol (const lldb::SBSymbol &rhs);
31 operator = (const lldb::SBSymbol &rhs);
62 operator == (const lldb::SBSymbol &rhs) const;
65 operator != (const lldb::SBSymbol &rhs) const;
/external/lldb/source/Utility/
H A DRange.cpp46 Range::operator = (const Range& rhs) argument
48 if (&rhs != this)
50 this->m_low = rhs.m_low;
51 this->m_high = rhs.m_high;
/external/chromium_org/content/browser/renderer_host/pepper/
H A Dpepper_printing_host_unittest.cc55 bool PP_SizeEqual(const PP_Size& lhs, const PP_Size& rhs) { argument
56 return lhs.width == rhs.width && lhs.height == rhs.height;
59 bool PP_RectEqual(const PP_Rect& lhs, const PP_Rect& rhs) { argument
60 return lhs.point.x == rhs.point.x && lhs.point.y == rhs.point.y &&
61 PP_SizeEqual(lhs.size, rhs.size);
/external/lldb/include/lldb/Host/
H A DFileSpec.h78 /// \a rhs.
80 /// @param[in] rhs
83 FileSpec (const FileSpec& rhs);
89 /// \a rhs if it is not NULL.
91 /// @param[in] rhs
94 FileSpec (const FileSpec* rhs);
105 /// \a rhs.
107 /// @param[in] rhs
114 operator= (const FileSpec& rhs);
119 /// Tests if this object is equal to \a rhs
[all...]
/external/llvm/utils/lit/lit/
H A DShCommands.py66 def __init__(self, lhs, op, rhs):
70 self.rhs = rhs
73 return 'Seq(%r, %r, %r)' % (self.lhs, self.op, self.rhs)
79 return ((self.lhs, self.op, self.rhs) ==
80 (other.lhs, other.op, other.rhs))
85 self.rhs.toShell(file, pipefail)
/external/chromium_org/ppapi/cpp/
H A Dpoint.h297 /// @param[in] rhs The Point on the right-hand side of the equation.
300 inline bool operator==(const pp::Point& lhs, const pp::Point& rhs) { argument
301 return lhs.x() == rhs.x() && lhs.y() == rhs.y();
307 /// @param[in] rhs The Point on the right-hand side of the equation.
310 /// of rhs, otherwise false.
311 inline bool operator!=(const pp::Point& lhs, const pp::Point& rhs) { argument
312 return !(lhs == rhs);
318 /// @param[in] rhs The Point on the right-hand side of the equation.
321 inline bool operator==(const pp::FloatPoint& lhs, const pp::FloatPoint& rhs) { argument
332 operator !=(const pp::FloatPoint& lhs, const pp::FloatPoint& rhs) argument
[all...]
H A Dsize.h288 /// @param[in] rhs The <code>Size</code> on the right-hand side of the
292 inline bool operator==(const pp::Size& lhs, const pp::Size& rhs) { argument
293 return lhs.width() == rhs.width() && lhs.height() == rhs.height();
299 /// @param[in] rhs The <code>Size</code> on the right-hand side of the equation.
302 /// <code>Size</code> of rhs, otherwise false.
303 inline bool operator!=(const pp::Size& lhs, const pp::Size& rhs) { argument
304 return !(lhs == rhs);
312 /// @param[in] rhs The <code>FloatSize</code> on the right-hand side of the
316 inline bool operator==(const pp::FloatSize& lhs, const pp::FloatSize& rhs) { argument
329 operator !=(const pp::FloatSize& lhs, const pp::FloatSize& rhs) argument
[all...]
/external/eigen/blas/
H A DPackedTriangularSolverVector.h18 // forward and backward substitution, row-major, rhs is a vector
25 static void run(Index size, const LhsScalar* lhs, RhsScalar* rhs) argument
37 rhs[i] -= (ConjLhsType(LhsMap(lhs+s,pi))
38 .cwiseProduct(Map<const Matrix<RhsScalar,Dynamic,1> >(rhs+(IsLower ? 0 : i+1),pi))).sum();
40 rhs[i] /= cj(lhs[IsLower ? i : 0]);
46 // forward and backward substitution, column-major, rhs is a vector
53 static void run(Index size, const LhsScalar* lhs, RhsScalar* rhs) argument
65 rhs[i] /= cj(lhs[IsLower ? 0 : i]);
67 Map<Matrix<RhsScalar,Dynamic,1> >(rhs+(IsLower? i+1 : 0),r) -=
68 rhs[
77 run(Index size, const LhsScalar* lhs, RhsScalar* rhs) argument
[all...]

Completed in 562 milliseconds

<<11121314151617181920>>