/external/mockito/src/main/java/org/mockito/internal/matchers/apachecommons/ |
D | EqualsBuilder.java | 115 public static boolean reflectionEquals(Object lhs, Object rhs) { in reflectionEquals() 138 public static boolean reflectionEquals(Object lhs, Object rhs, String[] excludeFields) { in reflectionEquals() 162 public static boolean reflectionEquals(Object lhs, Object rhs, boolean testTransients) { in reflectionEquals() 191 …public static boolean reflectionEquals(Object lhs, Object rhs, boolean testTransients, Class<?> re… in reflectionEquals() 221 …public static boolean reflectionEquals(Object lhs, Object rhs, boolean testTransients, Class<?> re… in reflectionEquals() 283 Object rhs, in reflectionAppend() 332 public EqualsBuilder append(Object lhs, Object rhs) { in append() 391 public EqualsBuilder append(long lhs, long rhs) { in append() 403 public EqualsBuilder append(int lhs, int rhs) { in append() 415 public EqualsBuilder append(short lhs, short rhs) { in append() [all …]
|
/external/swiftshader/src/Reactor/ |
D | Nucleus.cpp | 338 Value *Nucleus::createAdd(Value *lhs, Value *rhs) in createAdd() 343 Value *Nucleus::createSub(Value *lhs, Value *rhs) in createSub() 348 Value *Nucleus::createMul(Value *lhs, Value *rhs) in createMul() 353 Value *Nucleus::createUDiv(Value *lhs, Value *rhs) in createUDiv() 358 Value *Nucleus::createSDiv(Value *lhs, Value *rhs) in createSDiv() 363 Value *Nucleus::createFAdd(Value *lhs, Value *rhs) in createFAdd() 368 Value *Nucleus::createFSub(Value *lhs, Value *rhs) in createFSub() 373 Value *Nucleus::createFMul(Value *lhs, Value *rhs) in createFMul() 378 Value *Nucleus::createFDiv(Value *lhs, Value *rhs) in createFDiv() 383 Value *Nucleus::createURem(Value *lhs, Value *rhs) in createURem() [all …]
|
/external/libcxx/test/std/numerics/complex.number/complex.ops/ |
D | scalar_equals_complex.pass.cpp | 28 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local 33 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local 38 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local 43 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local 55 std::complex<T> rhs(1.5, 2.5); in test() local 60 std::complex<T> rhs(1.5, 0); in test() local 65 std::complex<T> rhs(1.5, 2.5); in test() local 70 std::complex<T> rhs(1.5, 0); in test() local
|
D | scalar_not_equals_complex.pass.cpp | 28 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local 33 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local 38 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local 43 constexpr std::complex<T> rhs(1.5, 0); in test_constexpr() local 55 std::complex<T> rhs(1.5, 2.5); in test() local 60 std::complex<T> rhs(1.5, 0); in test() local 65 std::complex<T> rhs(1.5, 2.5); in test() local 70 std::complex<T> rhs(1.5, 0); in test() local
|
D | complex_equals_scalar.pass.cpp | 28 constexpr T rhs(-2.5); in test_constexpr() local 33 constexpr T rhs(-2.5); in test_constexpr() local 38 constexpr T rhs(1.5); in test_constexpr() local 43 constexpr T rhs(1.5); in test_constexpr() local 55 T rhs(-2.5); in test() local 60 T rhs(-2.5); in test() local 65 T rhs(1.5); in test() local 70 T rhs(1.5); in test() local
|
D | complex_not_equals_scalar.pass.cpp | 28 constexpr T rhs(-2.5); in test_constexpr() local 33 constexpr T rhs(-2.5); in test_constexpr() local 38 constexpr T rhs(1.5); in test_constexpr() local 43 constexpr T rhs(1.5); in test_constexpr() local 55 T rhs(-2.5); in test() local 60 T rhs(-2.5); in test() local 65 T rhs(1.5); in test() local 70 T rhs(1.5); in test() local
|
D | complex_not_equals_complex.pass.cpp | 28 constexpr std::complex<T> rhs(1.5, -2.5); in test_constexpr() local 33 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local 46 std::complex<T> rhs(1.5, -2.5); in test() local 51 std::complex<T> rhs(1.5, 2.5); in test() local
|
D | complex_equals_complex.pass.cpp | 28 constexpr std::complex<T> rhs(1.5, -2.5); in test_constexpr() local 33 constexpr std::complex<T> rhs(1.5, 2.5); in test_constexpr() local 45 std::complex<T> rhs(1.5, -2.5); in test() local 50 std::complex<T> rhs(1.5, 2.5); in test() local
|
/external/libcxx/test/std/experimental/any/any.class/any.assign/ |
D | value.pass.cpp | 36 any const rhs(RHS(2)); in test_assign_value() local 57 any rhs(RHS(2)); in test_assign_value() local 83 RHS rhs(42); in test_assign_value_empty() local 98 RHS rhs(42); in test_assign_value_empty() local 118 [](any& lhs, auto&& rhs) { in test_assign_throws() 132 Tp rhs(1); in test_assign_throws() local 142 Tp rhs(1); in test_assign_throws() local 154 Tp rhs(1); in test_assign_throws() local
|
D | copy.pass.cpp | 36 any const rhs(RHS(2)); in test_copy_assign() local 61 any const rhs(LHS(42)); in test_copy_assign_empty() local 78 any const rhs; in test_copy_assign_empty() local 136 [](any& lhs, any const& rhs) { in test_copy_assign_throws() 149 any const rhs((Tp(1))); in test_copy_assign_throws() local 160 any const rhs((Tp(1))); in test_copy_assign_throws() local 173 any const rhs((Tp(1))); in test_copy_assign_throws() local
|
/external/libcxx/test/std/utilities/any/any.class/any.assign/ |
D | value.pass.cpp | 37 any const rhs(RHS(2)); in test_assign_value() local 58 any rhs(RHS(2)); in test_assign_value() local 86 RHS rhs(42); in test_assign_value_empty() local 101 RHS rhs(42); in test_assign_value_empty() local 121 [](any& lhs, auto&& rhs) { in test_assign_throws() 135 Tp rhs(1); in test_assign_throws() local 145 Tp rhs(1); in test_assign_throws() local 157 Tp rhs(1); in test_assign_throws() local
|
D | copy.pass.cpp | 36 any const rhs(RHS(2)); in test_copy_assign() local 61 any const rhs(LHS(42)); in test_copy_assign_empty() local 78 any const rhs; in test_copy_assign_empty() local 136 [](any& lhs, any const& rhs) { in test_copy_assign_throws() 149 any const rhs((Tp(1))); in test_copy_assign_throws() local 160 any const rhs((Tp(1))); in test_copy_assign_throws() local 173 any const rhs((Tp(1))); in test_copy_assign_throws() local
|
/external/libcxx/test/std/experimental/optional/optional.object/optional.object.ctor/ |
D | copy.pass.cpp | 25 test(const optional<T>& rhs, bool is_going_to_throw = false) in test() 91 optional<T> rhs; in main() local 96 optional<T> rhs(3); in main() local 101 optional<T> rhs(3); in main() local 106 optional<T> rhs; in main() local 111 optional<T> rhs(X(3)); in main() local 116 optional<T> rhs(X(3)); in main() local 121 optional<T> rhs; in main() local 126 optional<T> rhs(Y(3)); in main() local 131 optional<T> rhs; in main() local [all …]
|
D | move.pass.cpp | 25 test(optional<T>& rhs, bool is_going_to_throw = false) in test() 101 optional<T> rhs; in main() local 106 optional<T> rhs(3); in main() local 111 optional<T> rhs(3); in main() local 116 optional<T> rhs; in main() local 121 optional<T> rhs(X(3)); in main() local 126 optional<T> rhs(ConstMovable(3)); in main() local 131 optional<T> rhs; in main() local 136 optional<T> rhs(Y(3)); in main() local 141 optional<T> rhs; in main() local [all …]
|
/external/v8/src/base/ |
D | bits.cc | 28 int32_t SignedMulHigh32(int32_t lhs, int32_t rhs) { in SignedMulHigh32() 34 int32_t SignedMulHighAndAdd32(int32_t lhs, int32_t rhs, int32_t acc) { in SignedMulHighAndAdd32() 40 int32_t SignedDiv32(int32_t lhs, int32_t rhs) { in SignedDiv32() 47 int32_t SignedMod32(int32_t lhs, int32_t rhs) { in SignedMod32() 68 int64_t SignedSaturatedAdd64(int64_t lhs, int64_t rhs) { in SignedSaturatedAdd64() 75 int64_t SignedSaturatedSub64(int64_t lhs, int64_t rhs) { in SignedSaturatedSub64() 81 bool SignedMulOverflow32(int32_t lhs, int32_t rhs, int32_t* val) { in SignedMulOverflow32() 89 bool SignedMulOverflow64(int64_t lhs, int64_t rhs, int64_t* val) { in SignedMulOverflow64()
|
/external/libcxx/test/std/utilities/optional/optional.object/optional.object.ctor/ |
D | const_optional_U.pass.cpp | 26 test(const optional<U>& rhs, bool is_going_to_throw = false) in test() 87 optional<U> rhs; in main() local 93 optional<U> rhs(U{3}); in main() local 99 optional<U> rhs; in main() local 105 optional<U> rhs(U{3}); in main() local 111 optional<U> rhs; in main() local 117 optional<U> rhs(U{3}); in main() local 123 optional<U> rhs; in main() local 129 optional<U> rhs(U{3}); in main() local
|
D | optional_U.pass.cpp | 27 test(optional<U>&& rhs, bool is_going_to_throw = false) in test() 68 optional<short> rhs; in main() local 76 optional<int> rhs; in main() local 80 optional<int> rhs(3); in main() local 84 optional<int> rhs; in main() local 88 optional<int> rhs(3); in main() local
|
D | explicit_const_optional_U.pass.cpp | 26 test(const optional<U>& rhs, bool is_going_to_throw = false) in test() 88 optional<U> rhs; in main() local 94 optional<U> rhs(3); in main() local 100 optional<U> rhs; in main() local 106 optional<U> rhs(3); in main() local 112 optional<U> rhs; in main() local 118 optional<U> rhs(3); in main() local
|
D | explicit_optional_U.pass.cpp | 26 test(optional<U>&& rhs, bool is_going_to_throw = false) in test() 69 optional<int> rhs; in main() local 73 optional<int> rhs(3); in main() local 77 optional<int> rhs; in main() local 81 optional<int> rhs(3); in main() local
|
D | copy.pass.cpp | 27 const optional<T> rhs(std::forward<InitArgs>(args)...); in test() local 44 const optional<Z> rhs(z); in test_throwing_ctor() local 60 const optional<T> rhs(std::forward<InitArgs>(args)...); in test_ref() local 119 const optional<T> rhs; in main() local 129 const optional<T> rhs(42); in main() local
|
/external/libchrome/base/trace_event/ |
D | heap_profiler_allocation_context.cc | 15 bool operator < (const StackFrame& lhs, const StackFrame& rhs) { in operator <() 19 bool operator == (const StackFrame& lhs, const StackFrame& rhs) { in operator ==() 23 bool operator != (const StackFrame& lhs, const StackFrame& rhs) { in operator !=() 29 bool operator==(const Backtrace& lhs, const Backtrace& rhs) { in operator ==() 34 bool operator!=(const Backtrace& lhs, const Backtrace& rhs) { in operator !=() 44 bool operator==(const AllocationContext& lhs, const AllocationContext& rhs) { in operator ==() 48 bool operator!=(const AllocationContext& lhs, const AllocationContext& rhs) { in operator !=()
|
/external/libcxx/test/libcxx/experimental/filesystem/class.path/path.member/ |
D | path.append.pass.cpp | 41 path rhs("/bar"); in main() local 48 path rhs("/bar"); in main() local 55 path rhs("//bar"); in main() local 63 path rhs("//bar"); in main() local
|
/external/libcxx/test/std/strings/basic.string/string.nonmembers/string_op+/ |
D | string_string.pass.cpp | 40 test0(const S& lhs, const S& rhs, const S& x) in test0() 49 test1(S&& lhs, const S& rhs, const S& x) in test1() 56 test2(const S& lhs, S&& rhs, const S& x) in test2() 63 test3(S&& lhs, S&& rhs, const S& x) in test3()
|
/external/v8/src/compiler/ |
D | js-operator.cc | 27 bool operator==(VectorSlotPair const& lhs, VectorSlotPair const& rhs) { in operator ==() 33 bool operator!=(VectorSlotPair const& lhs, VectorSlotPair const& rhs) { in operator !=() 56 CallConstructParameters const& rhs) { in operator ==() 63 CallConstructParameters const& rhs) { in operator !=() 98 CallRuntimeParameters const& rhs) { in operator ==() 104 CallRuntimeParameters const& rhs) { in operator !=() 134 bool operator==(ContextAccess const& lhs, ContextAccess const& rhs) { in operator ==() 140 bool operator!=(ContextAccess const& lhs, ContextAccess const& rhs) { in operator !=() 167 CreateCatchContextParameters const& rhs) { in operator ==() 173 CreateCatchContextParameters const& rhs) { in operator !=() [all …]
|
/external/libbrillo/brillo/ |
D | any.cc | 14 Any::Any(const Any& rhs) : data_buffer_(rhs.data_buffer_) { in Any() 18 Any::Any(Any&& rhs) : data_buffer_(std::move(rhs.data_buffer_)) { in Any() function in brillo::Any 24 Any& Any::operator=(const Any& rhs) { in operator =() 30 Any& Any::operator=(Any&& rhs) { in operator =()
|