| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/intrinsics/ |
| H A D | std_core_String.cpp | 45 static ObjectHeader *StdCoreStringGetDataAsArray(EtsString *s, ets_int begin, ets_int end, bool isUtf16) in StdCoreStringGetDataAsArray() argument 101 ObjectHeader *StdCoreStringGetChars(EtsString *s, ets_int begin, ets_int end) in StdCoreStringGetChars() argument 106 ObjectHeader *StdCoreStringGetBytes(EtsString *s, ets_int begin, ets_int end) in StdCoreStringGetBytes() argument 111 EtsString *StdCoreStringSubstring(EtsString *str, ets_int begin, ets_int end) in StdCoreStringSubstring() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/base/ |
| H A D | json_parser.cpp | 23 JSHandle<JSTaggedValue> JsonParser<T>::Launch(Text begin, Text end) in Launch() argument [all...] |
| H A D | json_stringifier.cpp | 734 int end = static_cast<int>(jsHclass->NumberOfProps()); in SerializeKeys() local
|
| H A D | string_helper.h | 347 int32_t end = static_cast<int32_t>(length - 1); in GetEnd() local 354 static bool Utf8CharInRange(uint8_t value, char start, char end) in Utf8CharInRange() argument [all...] |
| /arkcompiler/ets_runtime/ecmascript/deoptimizer/ |
| H A D | deoptimizer.cpp | 529 auto end = frameWriter.GetTop(); in ConstructAsmInterpretFrame() local
|
| /arkcompiler/ets_runtime/ecmascript/extractortool/src/ |
| H A D | source_map.cpp | 104 auto end = Clock::now(); in Init() local
|
| /arkcompiler/ets_runtime/ecmascript/intl/ |
| H A D | locale_helper.cpp | 429 const std::string end in HandleLocale() local 44 UStringToString(JSThread *thread, const icu::UnicodeString &string, int32_t begin, int32_t end) UStringToString() argument [all...] |
| /arkcompiler/toolchain/tooling/base/ |
| H A D | pt_params.cpp | 167 std::unique_ptr<PtJson> end;
in Create() local
|
| /arkcompiler/toolchain/tooling/test/ |
| H A D | pt_types_test.cpp | 541 std::unique_ptr<PtJson> end = PtJson::CreateObject(); in HWTEST_F_L0() local 560 std::unique_ptr<PtJson> end = PtJson::CreateObject(); in HWTEST_F_L0() local 579 std::unique_ptr<PtJson> end = PtJson::CreateObject(); HWTEST_F_L0() local 760 std::unique_ptr<ScriptPosition> end = std::make_unique<ScriptPosition>(); HWTEST_F_L0() local [all...] |
| /drivers/hdf_core/framework/model/audio/usb/src/ |
| H A D | audio_usb_validate_desc.c | 121 uint8_t *end = NULL; in AudioUsbFindDesc() local
|
| /drivers/peripheral/camera/test/ut/v4l2/ |
| H A D | test_camera_base.cpp | 504 float TestCameraBase::CalTime(struct timeval start, struct timeval end) in CalTime() argument
|
| /drivers/peripheral/camera/test/ut/usb_camera/ |
| H A D | test_camera_base.cpp | 526 float TestCameraBase::CalTime(struct timeval start, struct timeval end) in CalTime() argument
|
| /foundation/ai/neural_network_runtime/frameworks/native/neural_network_runtime/ |
| H A D | nncompiler.cpp | 881 const char* end = ptr + buffer.length; in DeserializedTensorsFromBuffer() local
|
| /foundation/ability/dmsfwk/services/dtbschedmgr/src/dfx/ |
| H A D | dms_continue_time_dumper.cpp | 54 DmsDuration::DmsDuration(const int64_t begin, const int64_t end, const std::string name) in DmsDuration() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/text_overlay/ |
| H A D | text_overlay_manager.cpp | 520 void TextOverlayBase::UpdateStartSelection(int32_t end, const Offset& pos, const Offset& globalOffset) argument 532 void TextOverlayBase::ChangeSelection(int32_t start, int32_t end) argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/marquee/ |
| H A D | marquee_pattern.cpp | 219 void MarqueePattern::ActionAnimation(AnimationOption& option, float end, int32_t playCount, bool needSecondPlay) in ActionAnimation() argument 490 float end = 0.0f; in CalculateEnd() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| H A D | tween_option.h | 133 auto end = AceType::MakeRefPtr<Keyframe<DimensionOffset>>(1.0f, DimensionOffset(originX, originY)); in SetTransformOrigin() local
|
| /foundation/arkui/ace_engine/frameworks/core/components/list/ |
| H A D | list_element.cpp | 514 int32_t end = std::min(itemElements_.rbegin()->first, to); in RecycleByRange() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/gestures/recognizers/ |
| H A D | pan_recognizer.cpp | 173 void PanRecognizer::UpdateAxisPointInVelocityTracker(const AxisEvent& event, bool end) in UpdateAxisPointInVelocityTracker() argument 945 UpdateTouchPoint(int32_t id, const TouchEvent& event, bool end) UpdateTouchPoint() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/grid/irregular/ |
| H A D | grid_irregular_layout_algorithm.cpp | 600 const int32_t end = std::min(info_.endIndex_ + cacheCnt, info_.childrenCount_ - 1); in SyncPreloadItems() local [all...] |
| /foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/list/ |
| H A D | list_position_map.h | 434 const auto& end = posMap_.rbegin(); in GetEndIndexAndPos() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/jsview/ |
| H A D | js_animator.cpp | 446 double end = info[1]->ToNumber<double>(); in HandleSpringMotion() local
|
| /foundation/arkui/ace_engine/frameworks/bridge/common/dom/ |
| H A D | dom_picker_base.cpp | 493 const auto& end = picker->GetEndDate(); in CompositeComponents() local [all...] |
| /foundation/arkui/ace_engine/frameworks/bridge/js_frontend/engine/jsi/ |
| H A D | jsi_animator_bridge.cpp | 544 double end = 1.0; in CreateDoubleAnimation() local 676 double end = 1.0; UpdateAnimator() local 722 CreateDoubleAnimation( double begin, double end, const RefPtr<Curve>& curve) CreateDoubleAnimation() argument [all...] |
| /foundation/arkui/ace_engine/frameworks/core/common/ime/ |
| H A D | text_input_client.h | 57 int32_t end = INVALID_VALUE; member 113 virtual void HandleSetSelection(int32_t start, int32_t end, bool showHandle = true) {} in HandleSetSelection() argument 213 virtual void SetSelection(int32_t start, int32_t end, in SetSelection() argument
|