/ohos5.0/base/update/updater/services/script/script_interpreter/ |
H A D | script_context.cpp | 170 #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 D | script_interpreter_unittest.cpp | 45 … 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 D | swiper_indicator_utils.h | 155 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 D | cj_button_ffi.cpp | 157 Dimension rightValue(right, static_cast<DimensionUnit>(rightUnit)); in FfiOHOSAceFrameworkButtonSetPadding() local
|
H A D | cj_swiper_ffi.cpp | 117 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 D | sec_comp_base.cpp | 382 …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 D | arkts_native_render_node_bridge.cpp | 48 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 D | js_swiper.cpp | 445 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 D | js_view_abstract.cpp | 4751 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 D | select_model_ng.cpp | 320 void SelectModelNG::SetPaddingRight(const CalcDimension& rightValue) in SetPaddingRight()
|
/ohos5.0/foundation/distributeddatamgr/kv_store/frameworks/libs/distributeddb/test/moduletest/src/ |
H A D | distributeddb_nb_batch_crud_test.cpp | 1836 Value leftValue, rightValue; in ConsistencyBatchCheck() local
|
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/interfaces/native/node/ |
H A D | node_swiper_modifier.cpp | 237 auto rightValue = GetInfoFromVectorByIndex(dotIndicatorInfo, DOT_INDICATOR_RIGHT); in GetDotIndicatorInfo() local
|
H A D | node_common_modifier.cpp | 2443 auto rightValue = values[NUM_2]; in SetPixelStretchEffect() local
|