| /third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
| H A D | SparcMachineFunctionInfo.h | 50 void setLeafProc(bool rhs) { IsLeafProc = rhs; } in setLeafProc() argument
|
| /third_party/skia/third_party/externals/tint/src/writer/glsl/ |
| H A D | generator_impl_binary_test.cc | 130 auto* rhs = Expr(1.f); in TEST_F() local 148 auto* rhs = vec3<f32>(1.f, 1.f, 1.f); in TEST_F() local 167 auto* rhs = Expr(1.f); in TEST_F() local 183 auto* rhs = Expr("mat"); in TEST_F() local 199 auto* rhs = vec3<f32>(1.f, 1.f, 1.f); in TEST_F() local 215 auto* rhs = Expr("mat"); TEST_F() local [all...] |
| /third_party/skia/third_party/externals/tint/src/writer/hlsl/ |
| H A D | generator_impl_binary_test.cc | 130 auto* rhs = Expr(1.f); in TEST_F() local 148 auto* rhs = vec3<f32>(1.f, 1.f, 1.f); in TEST_F() local 167 auto* rhs = Expr(1.f); in TEST_F() local 183 auto* rhs = Expr("mat"); in TEST_F() local 199 auto* rhs = vec3<f32>(1.f, 1.f, 1.f); in TEST_F() local 215 auto* rhs = Expr("mat"); TEST_F() local [all...] |
| /third_party/skia/third_party/externals/tint/src/writer/spirv/ |
| H A D | builder_accessor_expression_test.cc | 498 auto* rhs = MemberAccessor(MemberAccessor("ident", "inner"), "a"); in TEST_F() local
|
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/internal/ |
| H A D | cordz_sample_token_test.cc | 120 CordzSampleToken::Iterator rhs = token2.begin(); in TEST() local [all...] |
| /third_party/skia/third_party/externals/abseil-cpp/absl/strings/ |
| H A D | charconv.h | 88 inline constexpr chars_format operator&(chars_format lhs, chars_format rhs) { in operator &() argument 92 inline constexpr chars_format operator|(chars_format lhs, chars_format rhs) { in operator |() argument 96 inline constexpr chars_format operator^(chars_format lhs, chars_format rhs) { in operator ^() argument 103 inline chars_format& operator&=(chars_format& lhs, chars_format rhs) { in operator &=() argument 107 inline chars_format& operator|=(chars_format& lhs, chars_format rhs) { in operator |=() argument 111 operator ^=(chars_format& lhs, chars_format rhs) operator ^=() argument [all...] |
| /applications/standard/app_samples/code/BasicFeature/Native/XComponent3D/entry/src/main/cpp/algorithm/ |
| H A D | Vector3.cpp | 19 Vector3 Vector3::Add(Vector3 lhs, Vector3 rhs) in Add() argument 24 Vector3 Vector3::Subtract(Vector3 lhs, Vector3 rhs) in Subtract() argument 29 Vector3 Vector3::Multiply(Vector3 lhs, float rhs) { return Vector3(lhs.dataX * rhs, lh argument 49 Cross(Vector3 lhs, Vector3 rhs) Cross() argument 57 Dot(Vector3 lhs, Vector3 rhs) Dot() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| H A D | list_divider_arithmetic.h | 91 RefPtr<ListDividerArithmetic> rhs = AceType::DynamicCast<ListDividerArithmetic>(value);
variable 120 RefPtr<ListDividerArithmetic> rhs = AceType::DynamicCast<ListDividerArithmetic>(value);
in Calculate() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_animatable_arithmetic.h | 55 RefPtr<JSAnimatableArithmetic> rhs = AceType::DynamicCast<JSAnimatableArithmetic>(value); variable 71 RefPtr<JSAnimatableArithmetic> rhs = AceType::DynamicCast<JSAnimatableArithmetic>(value); variable 99 RefPtr<JSAnimatableArithmetic> rhs = AceType::DynamicCast<JSAnimatableArithmetic>(value); variable
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/ |
| H A D | jsi_ref.h | 74 explicit JsiRef(const JsiWeak<T>& rhs) in JsiRef() argument 110 JsiRef(const JsiRef<T>& rhs) : value_(rhs.value_) {} in JsiRef() argument 112 JsiRef(JsiRef<T>&& rhs) : value_(std::move(rhs.value_)) in JsiRef() argument 117 JsiRef<T>& operator=(const JsiRef<T>& rhs) in operator =() argument 124 JsiRef<T>& operator=(JsiRef<T>&& rhs) in operator =() argument 173 JsiWeak(const JsiWeak<T>& rhs) JsiWeak() argument 178 JsiWeak(JsiWeak<T>&& rhs) JsiWeak() argument 184 JsiWeak(const JsiRef<T>& rhs) JsiWeak() argument 189 operator =(const JsiWeak<T>& rhs) operator =() argument 197 operator =(const JsiRef<T>& rhs) operator =() argument 204 operator =(JsiWeak<T>&& rhs) operator =() argument [all...] |
| /foundation/bundlemanager/app_domain_verify/frameworks/common/include/httpsession/ |
| H A D | ffrt_safe_map.h | 33 SafeMap(const SafeMap& rhs) in SafeMap() argument 38 SafeMap& operator=(const SafeMap& rhs) in operator =() argument
|
| /foundation/graphic/graphic_3d/lume/metaobject/test/src/ |
| H A D | test_utils.cpp | 63 bool operator>(const BASE_NS::Math::Vec3& lhs, const BASE_NS::Math::Vec3& rhs) in operator >() argument 68 bool operator<(const BASE_NS::Math::Vec3& lhs, const BASE_NS::Math::Vec3& rhs) in operator <() argument 73 bool operator>(const BASE_NS::Math::Vec2& lhs, const BASE_NS::Math::Vec2& rhs) in operator >() argument 78 bool operator<(const BASE_NS::Math::Vec2& lhs, const BASE_NS::Math::Vec2& rhs) in operator <() argument 83 operator >=(const BASE_NS::Math::Vec3& lhs, const BASE_NS::Math::Vec3& rhs) operator >=() argument 88 operator <=(const BASE_NS::Math::Vec3& lhs, const BASE_NS::Math::Vec3& rhs) operator <=() argument 93 operator >=(const BASE_NS::Math::Vec2& lhs, const BASE_NS::Math::Vec2& rhs) operator >=() argument 98 operator <=(const BASE_NS::Math::Vec2& lhs, const BASE_NS::Math::Vec2& rhs) operator <=() argument 103 AreEqual(const BASE_NS::Math::Vec3& lhs, const BASE_NS::Math::Vec3& rhs, float epsilon) AreEqual() argument 109 AreNear(const BASE_NS::Math::Vec3& lhs, const BASE_NS::Math::Vec3& rhs) AreNear() argument 114 AreEqual(const BASE_NS::Math::Vec2& lhs, const BASE_NS::Math::Vec2& rhs, float epsilon) AreEqual() argument 119 AreNear(const BASE_NS::Math::Vec2& lhs, const BASE_NS::Math::Vec2& rhs) AreNear() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/modules/render_service_base/src/render/ |
| H A D | rs_light_up_effect_filter.cpp | 70 std::shared_ptr<RSFilter> RSLightUpEffectFilter::Add(const std::shared_ptr<RSFilter>& rhs) in Add() argument 79 std::shared_ptr<RSFilter> RSLightUpEffectFilter::Sub(const std::shared_ptr<RSFilter>& rhs) in Sub() argument 88 std::shared_ptr<RSFilter> RSLightUpEffectFilter::Multiply(float rhs) in Multiply() argument [all...] |
| /foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/render/ |
| H A D | rs_filter_test.cpp | 110 std::shared_ptr<RSFilter> rhs;
in HWTEST_F() local 127 std::shared_ptr<RSFilter> rhs;
in HWTEST_F() local [all...] |
| /foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/include/ |
| H A D | mtpfs_type_basic.h | 68 MtpFsTypeBasic &operator = (const MtpFsTypeBasic &rhs) in operator =() argument [all...] |
| /foundation/multimedia/camera_framework/services/deferred_processing_service/src/base/timer/core/ |
| H A D | timer_core.cpp | 171 bool TimerCore::IsSameOwner(const std::shared_ptr<Timer>& lhs, const std::weak_ptr<Timer>& rhs) in IsSameOwner() argument
|
| /foundation/filemanagement/storage_service/services/storage_daemon/mtpfs/src/ |
| H A D | mtpfs_type_dir.cpp | 116 MtpFsTypeDir &MtpFsTypeDir::operator = (const MtpFsTypeDir &rhs) in operator =() argument
|
| /third_party/gn/src/base/numerics/ |
| H A D | clamped_math.h | 30 constexpr ClampedNumeric(const ClampedNumeric<Src>& rhs) in ClampedNumeric() argument 148 MathOp(const L lhs, const R rhs) MathOp() argument 156 MathOp(const R rhs) MathOp() argument 206 ClampMathOp( const L lhs, const R rhs) ClampMathOp() argument 220 ClampMathOp(const L lhs, const R rhs, const Args... args) ClampMathOp() argument [all...] |
| /third_party/gn/src/base/ |
| H A D | value_iterators.cc | 60 bool operator==(const dict_iterator& lhs, const dict_iterator& rhs) { in operator ==() argument 64 bool operator!=(const dict_iterator& lhs, const dict_iterator& rhs) { in operator !=() argument 116 operator ==(const const_dict_iterator& lhs, const const_dict_iterator& rhs) operator ==() argument 121 operator !=(const const_dict_iterator& lhs, const const_dict_iterator& rhs) operator !=() argument
|
| /third_party/cups-filters/filter/pdftopdf/ |
| H A D | pptypes.cc | 45 Rotation operator+(Rotation lhs,Rotation rhs) // {{{ in operator +() argument 51 Rotation operator-(Rotation lhs,Rotation rhs) // {{{ in operator -() argument 57 Rotation operator-(Rotation rhs) // {{{ in operator -() argument 161 void PageRect::set(const PageRect &rhs) // {{{ in set() argument [all...] |
| /third_party/icu/icu4j/main/classes/core/src/com/ibm/icu/impl/ |
| H A D | ICURWLock.java | 84 private Stats(Stats rhs) { in Stats() argument
|
| /third_party/icu/icu4c/source/test/intltest/ |
| H A D | pluralmaptest.cpp | 24 static UBool strEqual(const UnicodeString &lhs, const UnicodeString &rhs) { in strEqual() argument 171 PluralMapForPluralMapTest *rhs = new PluralMapForPluralMapTest(); in TestCopyAndAssign() local 184 PluralMapForPluralMapTest *rhs in TestCopyAndAssign() local [all...] |
| /third_party/icu/ohos_icu4j/src/main/java/ohos/global/icu/impl/ |
| H A D | ICURWLock.java | 87 private Stats(Stats rhs) { in Stats() argument
|
| /third_party/jerryscript/tests/unit-core/ |
| H A D | test-api-binary-operations-comparisons.cpp | 29 jerry_value_t rhs; member
|
| /third_party/mesa3d/src/compiler/glsl/ |
| H A D | lower_output_reads.cpp | 125 ir_dereference_variable *rhs = new(ctx) ir_dereference_variable(temp); in copy() local
|