| /third_party/rust/crates/log/src/kv/ |
| H A D | error.rs | 59 fn from(_: fmt::Error) -> Self { in from() functions 86 fn from(err: io::Error) -> Self { in from() functions
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationEGL.h | 105 typename std::enable_if<std::is_enum<PackedT>::value, PackedT>::type PackParam(FromT from) in PackParam() argument 136 PackParam(FromT from) in PackParam() argument
|
| /third_party/skia/third_party/externals/icu/source/i18n/ |
| H A D | tztrans.cpp | 23 TimeZoneTransition::TimeZoneTransition(UDate time, const TimeZoneRule& from, const TimeZoneRule& to) in TimeZoneTransition() argument 98 TimeZoneTransition::setFrom(const TimeZoneRule& from) { in setFrom() argument 106 TimeZoneTransition::adoptFrom(TimeZoneRule* from) { in adoptFrom() argument
|
| /third_party/rust/crates/syn/src/ |
| H A D | ident.rs | 18 fn from(token: Token![$token]) -> Ident { in from() functions 32 fn from(token: Token![_]) -> Ident { in from() functions
|
| /arkcompiler/ets_runtime/ecmascript/tests/ |
| H A D | barrier_test.cpp | 51 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local 94 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local 148 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local 204 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local 258 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); in HWTEST_F_L0() local 326 JSTaggedValue* from = reinterpret_cast<JSTaggedValue*>(ToUintPtr(srcArray->GetData())); HWTEST_F_L0() local [all...] |
| /base/hiviewdfx/hiview/plugins/event_store/event_export/task/expire/ |
| H A D | event_scan_handler.cpp | 45 uint64_t GetDuration(uint64_t from, uint64_t to) in GetDuration() argument
|
| /base/powermgr/display_manager/brightness_manager/src/ |
| H A D | brightness_dimming.cpp | 60 void BrightnessDimming::StartDimming(uint32_t from, uint32_t to, uint32_t duration) in StartDimming() argument
|
| /base/request/request/services/src/task/ |
| H A D | request_task.rs | 665 fn from(_value: HttpClientError) -> Self { in from() functions 671 fn from(_value: io::Error) -> Self { in from() functions
|
| /foundation/arkui/ace_engine/frameworks/core/components/common/properties/ |
| H A D | motion_path_evaluator.cpp | 28 std::string ReplaceAll(std::string str, const std::string& from, const std::string& to) in ReplaceAll() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components/tab_bar/ |
| H A D | tab_bar_size_animation.cpp | 67 void TabBarSizeAnimation::Start(const WeakPtr<RenderNode>& weakTabbar, int32_t from, int32_t to) in Start() argument
|
| /foundation/arkui/ace_engine/frameworks/bridge/declarative_frontend/engine/functions/ |
| H A D | js_tabs_function.cpp | 91 JSRef<JSVal> from = JSRef<JSVal>::Make(ToJSValue(fromIndex)); in Execute() local
|
| /foundation/arkui/ace_engine/frameworks/core/components_v2/foreach/ |
| H A D | lazy_foreach_component.h | 49 virtual void OnDataMoveToNewPlace(size_t from, size_t to) {} in OnDataMoveToNewPlace() argument
|
| /foundation/arkui/ace_engine/frameworks/core/components_ng/syntax/ |
| H A D | repeat_virtual_scroll_node.h | 32 int32_t from = -1; member [all...] |
| H A D | repeat_node.cpp | 101 void RepeatNode::MoveData(int32_t from, int32_t to) in MoveData() argument
|
| /foundation/graphic/graphic_3d/lume/LumeEcsSerializer/Util/include/util/ |
| H A D | io_util.h | 94 ::string from; member
|
| /foundation/multimedia/av_session/frameworks/common/src/ |
| H A D | avcall_state.cpp | 116 void AVCallState::CloneAVCallState(const AVCallState& from, AVCallState& to) in CloneAVCallState() argument 121 void AVCallState::CloneAVCallIsMuted(const AVCallState& from, AVCallState& to) in CloneAVCallIsMuted() argument
|
| /foundation/multimedia/av_codec/test/unittest/http_source_test/ |
| H A D | downloader_unit_test.cpp | 77 char from = 'x'; in HWTEST_F() local 88 char from = 'l'; in HWTEST_F() local 99 char from = 'l'; in HWTEST_F() local
|
| /foundation/multimodalinput/input/frameworks/proxy/events/src/ |
| H A D | axis_event.cpp | 25 std::shared_ptr<AxisEvent> AxisEvent::from(std::shared_ptr<InputEvent> inputEvent) in from() function in OHOS::MMI::AxisEvent
|
| /foundation/systemabilitymgr/samgr/services/samgr/native/test/unittest/src/ |
| H A D | system_ability_mgr_util_test.cpp | 177 SystemAbilityOnDemandEvent from;
in HWTEST_F() local 202 OnDemandEvent from;
in HWTEST_F() local
|
| /foundation/window/window_manager/test/common/mock/ |
| H A D | mock_RSIWindowAnimationController.h | 55 void OnAppTransition(const sptr<RSWindowAnimationTarget>& from, const sptr<RSWindowAnimationTarget>& to, in OnAppTransition() argument 61 void OnAppBackTransition(const sptr<RSWindowAnimationTarget>& from, const sptr<RSWindowAnimationTarget>& to, in OnAppBackTransition() argument
|
| /foundation/communication/netstack/frameworks/native/tls_socket/src/ |
| H A D | tls_config_enhanced.cpp | 153 std::string from = range.from ? std::to_string(range.from.value()) : ""; in ToHeaderString() local
|
| /foundation/distributeddatamgr/datamgr_service/services/distributeddataservice/rust/ylong_cloud_extension/src/service_impl/ |
| H A D | error.rs | 73 fn from(value: std::io::Error) -> Self { in from() functions 79 fn from(value: ipc_conn::Error) -> Self { in from() functions 85 fn from(value: ipc_conn::Errors) -> Self { in from() functions
|
| /foundation/filemanagement/app_file_service/utils/src/b_filesystem/ |
| H A D | b_file.cpp | 94 bool BFile::CopyFile(const string &from, const string &to) in CopyFile() argument 162 bool BFile::MoveFile(const string &from, const string &to) in MoveFile() argument [all...] |
| /foundation/communication/dsoftbus/components/nstackx/nstackx_util/interface/ |
| H A D | nstackx_list.h | 94 static inline void ListMove(List *from, List *to) in ListMove() argument
|
| /third_party/ffmpeg/libavcodec/ |
| H A D | mjpegenc_huffman.c | 79 PackageMergerList list_a, list_b, *to = &list_a, *from = &list_b, *temp; in ff_mjpegenc_huffman_compute_bits() local [all...] |