Home
last modified time | relevance | path

Searched defs:rightValue (Results 1 – 13 of 13) sorted by relevance

/ohos5.0/base/update/updater/services/script/script_interpreter/
H A Dscript_context.cpp170 #define INTEGER_INTEGER_COMPUTER(op, rightValue) do { \ argument
179 #define INTEGER_FLOAT_MATH_COMPUTER(op, rightValue) do { \ argument
188 #define INTEGER_MATH_COMPUTER(op, rightValue) do { \ argument
196 #define INTEGER_FLOAT_LOGIC_COMPUTER(op, rightValue) do { \ argument
205 #define INTEGER_LOGIC_COMPUTER(op, rightValue) do { \ argument
241 UScriptValuePtr rightValue = UScriptValue::GetRightCompluteValue(value); in Computer() local
353 UScriptValuePtr rightValue = UScriptValue::GetRightCompluteValue(value); in Computer() local
400 bool FloatValue::ComputerEqual(const UScriptValuePtr rightValue) in ComputerEqual()
427 UScriptValuePtr StringValue::ComputerReturn(int32_t action, UScriptValuePtr rightValue, in ComputerReturn()
461 UScriptValuePtr rightValue = UScriptValue::GetRightCompluteValue(value); in Computer() local
[all …]
/ohos5.0/base/update/updater/test/unittest/script/
H A Dscript_interpreter_unittest.cpp45 … UScriptValuePtr rightValue = std::make_shared<UScriptValue>(UScriptValue::VALUE_TYPE_RETURN); in TestScriptInterpreterScriptValue() local
120 UScriptValuePtr rightValue = std::make_shared<IntegerValue>(0); in TestIntegerValueComputer() local
143 UScriptValuePtr rightValue = std::make_shared<IntegerValue>(0); in TestFloatValueComputer() local
163 UScriptValuePtr rightValue = std::make_shared<IntegerValue>(0); in TestStringValueComputer() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/swiper_indicator/indicator_common/
H A Dswiper_indicator_utils.h155 auto rightValue = GetValidEdgeLength(swiperWidth, indicatorWidth, right.value()); in CalcIndicatrOffSetX() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/cj_frontend/interfaces/cj_ffi/
H A Dcj_button_ffi.cpp157 Dimension rightValue(right, static_cast<DimensionUnit>(rightUnit)); in FfiOHOSAceFrameworkButtonSetPadding() local
H A Dcj_swiper_ffi.cpp117 Dimension rightValue(value.right, static_cast<DimensionUnit>(value.rightUnit)); in FfiOHOSAceFrameworkSwiperSetIndicatorStyle() local
/ohos5.0/base/security/security_component_manager/frameworks/security_component/src/
H A Dsec_comp_base.cpp382 …auto rightValue = std::tie(other->type_, other->fontSize_, other->iconSize_, other->textIconSpace_, in CompareComponentBasicInfo() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/jsi/nativeModule/
H A Darkts_native_render_node_bridge.cpp48 auto rightValue = RenderNodeBridge::GetNumber<float>(vm, runtimeCallInfo, 3, 0.0f); in SetRectShape() local
107 auto rightValue = RenderNodeBridge::GetNumber<float>(vm, runtimeCallInfo, 11, 0.0f); in SetRoundRectShape() local
136 auto rightValue = RenderNodeBridge::GetNumber<float>(vm, runtimeCallInfo, 3, 0.0f); in SetOvalShape() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/
H A Djs_swiper.cpp445 JSRef<JSVal> rightValue = obj->GetProperty(static_cast<int32_t>(ArkUIIndex::RIGHT_VALUE)); in GetDotIndicatorInfo() local
743 JSRef<JSVal> rightValue = obj->GetProperty("right"); in SetIndicatorStyle() local
H A Djs_view_abstract.cpp4751 auto rightValue = object->GetProperty(static_cast<int32_t>(ArkUIIndex::RIGHT)); in ParseBorderStyle() local
4790 auto rightValue = object->GetProperty("right"); in ParseOuterBorderStyle() local
10426 auto rightValue = obj->GetProperty("right"); in ParseBorderStyleProps() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/select/
H A Dselect_model_ng.cpp320 void SelectModelNG::SetPaddingRight(const CalcDimension& rightValue) in SetPaddingRight()
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/
H A Ddistributeddb_nb_batch_crud_test.cpp1836 Value leftValue, rightValue; in ConsistencyBatchCheck() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/
H A Dnode_swiper_modifier.cpp237 auto rightValue = GetInfoFromVectorByIndex(dotIndicatorInfo, DOT_INDICATOR_RIGHT); in GetDotIndicatorInfo() local
H A Dnode_common_modifier.cpp2443 auto rightValue = values[NUM_2]; in SetPixelStretchEffect() local