/external/webrtc/src/system_wrappers/source/ |
D | atomic32.cc | 48 Atomic32Wrapper& Atomic32Wrapper::operator=(const Atomic32Wrapper& rhs) in operator =() 58 Atomic32Wrapper& Atomic32Wrapper::operator=(WebRtc_Word32 rhs) in operator =() 64 WebRtc_Word32 Atomic32Wrapper::operator+=(WebRtc_Word32 rhs) in operator +=() 69 WebRtc_Word32 Atomic32Wrapper::operator-=(WebRtc_Word32 rhs) in operator -=()
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
D | TypeResolver.java | 81 PExpression rhs = node.getRight(); in caseAAddExpression() local 91 PExpression rhs = node.getRight(); in caseAEqExpression() local 101 PExpression rhs = node.getRight(); in caseANeExpression() local
|
/external/webkit/Source/WebCore/xml/ |
D | XPathPredicate.cpp | 70 NumericOp::NumericOp(Opcode opcode, Expression* lhs, Expression* rhs) in NumericOp() 80 Value rhs(subExpr(1)->evaluate()); in evaluate() local 101 EqTestOp::EqTestOp(Opcode opcode, Expression* lhs, Expression* rhs) in EqTestOp() 199 Value rhs(subExpr(1)->evaluate()); in evaluate() local 204 LogicalOp::LogicalOp(Opcode opcode, Expression* lhs, Expression* rhs) in LogicalOp() 235 Value rhs = subExpr(1)->evaluate(); in evaluate() local
|
/external/skia/src/pdf/ |
D | SkBitSet.cpp | 26 const SkBitSet& SkBitSet::operator=(const SkBitSet& rhs) { in operator =() 38 bool SkBitSet::operator==(const SkBitSet& rhs) { in operator ==() 49 bool SkBitSet::operator!=(const SkBitSet& rhs) { in operator !=()
|
/external/oprofile/libutil++/ |
D | generic_spec.h | 53 bool match(T const & rhs) const { in match() 58 bool match(generic_spec<T> const & rhs) const { in match()
|
D | cverb.cpp | 76 verbose verbose::operator|(verbose const & rhs) in operator |() 84 verbose verbose::operator&(verbose const & rhs) in operator &()
|
/external/chromium/sdch/open-vcdiff/src/gtest/internal/ |
D | gtest-filepath.h | 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() 66 void Set(const FilePath& rhs) { in Set()
|
/external/protobuf/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() 77 void Set(const FilePath& rhs) { in Set()
|
/external/chromium/testing/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() 77 void Set(const FilePath& rhs) { in Set()
|
/external/gtest/include/gtest/internal/ |
D | gtest-filepath.h | 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() 77 void Set(const FilePath& rhs) { in Set()
|
/external/llvm/utils/unittest/googletest/include/gtest/internal/ |
D | gtest-filepath.h | 62 FilePath(const FilePath& rhs) : pathname_(rhs.pathname_) { } in FilePath() 77 void Set(const FilePath& rhs) { in Set()
|
/external/protobuf/python/ |
D | mox.py | 314 def __eq__(self, rhs): argument 321 def __ne__(self, rhs): argument 419 def __eq__(self, rhs): argument 622 def __eq__(self, rhs): argument 635 def __ne__(self, rhs): argument 774 def equals(self, rhs): argument 783 def __eq__(self, rhs): argument 786 def __ne__(self, rhs): argument 807 def equals(self, rhs): argument 846 def equals(self, rhs): argument [all …]
|
/external/icu4c/i18n/ |
D | decNumber.c | 744 U_CAPI decNumber * U_EXPORT2 uprv_decNumberAbs(decNumber *res, const decNumber *rhs, in uprv_decNumberAbs() 777 const decNumber *rhs, decContext *set) { in uprv_decNumberAdd() 803 const decNumber *rhs, decContext *set) { in uprv_decNumberAnd() 871 const decNumber *rhs, decContext *set) { in uprv_decNumberCompare() 891 const decNumber *rhs, decContext *set) { in uprv_decNumberCompareSignal() 912 const decNumber *rhs, decContext *set) { in uprv_decNumberCompareTotal() 933 const decNumber *rhs, decContext *set) { in uprv_decNumberCompareTotalMag() 998 const decNumber *rhs, decContext *set) { in uprv_decNumberDivide() 1021 const decNumber *rhs, decContext *set) { in uprv_decNumberDivideInteger() 1053 U_CAPI decNumber * U_EXPORT2 uprv_decNumberExp(decNumber *res, const decNumber *rhs, in uprv_decNumberExp() [all …]
|
/external/chromium/chrome/common/extensions/ |
D | extension_extent.cc | 13 ExtensionExtent::ExtensionExtent(const ExtensionExtent& rhs) in ExtensionExtent() 20 ExtensionExtent& ExtensionExtent::operator=(const ExtensionExtent& rhs) { in operator =()
|
/external/eigen/doc/snippets/ |
D | JacobiSVD_basic.cpp | 7 Vector3f rhs(1, 0, 0); variable
|
/external/mesa3d/src/glsl/ |
D | ast_function.cpp | 431 ir_rvalue *rhs = (ir_rvalue *) node; in process_array_constructor() local 510 ir_rvalue *rhs = new(ctx) ir_swizzle(first_param, 0, 0, 0, 0, in emit_inline_vector_constructor() local 577 ir_rvalue *rhs = new(ctx) ir_constant(rhs_type, &data); in emit_inline_vector_constructor() local 606 ir_rvalue *rhs = in emit_inline_vector_constructor() local 748 ir_rvalue *const rhs = new(ctx) ir_swizzle(rhs_ref, rhs_swiz[i], in emit_inline_matrix_constructor() local 760 ir_rvalue *const rhs = new(ctx) ir_swizzle(rhs_ref, 1, 1, 1, 1, in emit_inline_matrix_constructor() local 804 ir_rvalue *const rhs = new(ctx) ir_constant(col_type, &ident); in emit_inline_matrix_constructor() local 855 ir_rvalue *rhs; in emit_inline_matrix_constructor() local 873 ir_rvalue *const rhs = (ir_rvalue *) node; in emit_inline_matrix_constructor() local 962 ir_rvalue *const rhs = ((ir_instruction *) node)->as_rvalue(); in emit_inline_record_constructor() local
|
/external/kernel-headers/original/linux/ |
D | ktime.h | 85 #define ktime_sub(lhs, rhs) \ argument 89 #define ktime_add(lhs, rhs) \ argument 150 static inline ktime_t ktime_sub(const ktime_t lhs, const ktime_t rhs) in ktime_sub()
|
/external/chromium/base/ |
D | version_unittest.cc | 55 const char* rhs; in TEST_F() member 71 scoped_ptr<Version> rhs(Version::GetVersionFromString(cases[i].rhs)); in TEST_F() local
|
/external/clang/test/CodeGenCXX/ |
D | conditional-gnu-ext.cpp | 36 _Complex int rhs; in cmplx() local 58 int rhs = 10; in main() local
|
/external/emma/core/java12/com/vladium/emma/report/html/doc/ |
D | Attribute.java | 42 public abstract boolean equals (final Object rhs); in equals() 59 public boolean equals (final Object rhs) in equals()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | SValBuilder.cpp | 45 const llvm::APSInt& rhs, QualType type) { in makeNonLoc() 55 BinaryOperator::Opcode op, const SymExpr *rhs, in makeNonLoc() 63 const SymExpr *rhs, QualType type) { in makeNonLoc() 252 SVal lhs, SVal rhs, QualType type) { in evalBinOp() 281 DefinedOrUnknownSVal rhs) { in evalEQ()
|
/external/chromium/net/http/ |
D | http_response_info.cc | 69 HttpResponseInfo::HttpResponseInfo(const HttpResponseInfo& rhs) in HttpResponseInfo() 88 HttpResponseInfo& HttpResponseInfo::operator=(const HttpResponseInfo& rhs) { in operator =()
|
/external/llvm/lib/Support/ |
D | APFloat.cpp | 27 #define convolve(lhs, rhs) ((lhs) * 4 + (rhs)) argument 608 APFloat::assign(const APFloat &rhs) in assign() 622 APFloat::copySignificand(const APFloat &rhs) in copySignificand() 689 APFloat::operator=(const APFloat &rhs) in operator =() 777 APFloat::APFloat(const APFloat &rhs) : exponent2(0), sign2(0) { in APFloat() 843 APFloat::addSignificand(const APFloat &rhs) in addSignificand() 858 APFloat::subtractSignificand(const APFloat &rhs, integerPart borrow) in subtractSignificand() 875 APFloat::multiplySignificand(const APFloat &rhs, const APFloat *addend) in multiplySignificand() 968 APFloat::divideSignificand(const APFloat &rhs) in divideSignificand() 1290 APFloat::addOrSubtractSpecials(const APFloat &rhs, bool subtract) in addOrSubtractSpecials() [all …]
|
/external/chromium/chrome/browser/history/ |
D | page_usage_data.cc | 44 const PageUsageData* rhs) { in Predicate()
|
/external/v8/src/ |
D | smart-array-pointer.h | 48 inline SmartArrayPointer(const SmartArrayPointer<T>& rhs) : p_(rhs.p_) { in SmartArrayPointer()
|