Home
last modified time | relevance | path

Searched refs:tpos (Results 1 - 7 of 7) sorted by relevance

/base/msdp/device_status/tools/vdev/src/
H A Dvirtual_device.cpp99 std::string::size_type tpos = res.find("\"", spos); in GetInputDeviceNodes() local
100 if (tpos != std::string::npos) { in GetInputDeviceNodes()
101 name = res.substr(spos, tpos - spos); in GetInputDeviceNodes()
111 std::string::size_type tpos = spos + kevent.size(); in GetInputDeviceNodes() local
112 while (std::isalnum(res[tpos])) { in GetInputDeviceNodes()
113 ++tpos; in GetInputDeviceNodes()
115 auto [_, ret] = nodes.emplace(name, res.substr(spos, tpos - spos)); in GetInputDeviceNodes()
/foundation/multimodalinput/input/test/facility/virtual_device/src/
H A Dgeneral_device.cpp118 std::string::size_type tpos = res.find("\"", spos); in GetInputDeviceNodes() local
119 if (tpos != std::string::npos) { in GetInputDeviceNodes()
120 name = res.substr(spos, tpos - spos); in GetInputDeviceNodes()
130 std::string::size_type tpos = spos + kevent.size(); in GetInputDeviceNodes() local
131 while (std::isalnum(res[tpos])) { in GetInputDeviceNodes()
132 ++tpos; in GetInputDeviceNodes()
134 auto [_, ret] = nodes.emplace(name, res.substr(spos, tpos - spos)); in GetInputDeviceNodes()
/device/soc/hisilicon/hi3516dv300/sdk_linux/drv/osal/include/
H A Dosal_list.h712 * @tpos: the type * to use as a loop cursor.
717 #define osal_hlist_for_each_entry(tpos, pos, head, member) \
720 ({ (tpos) = osal_hlist_entry((pos), __typeof__(*(tpos)), member); 1; }); \
725 * @tpos: the type * to use as a loop cursor.
729 #define osal_hlist_for_each_entry_continue(tpos, pos, member) \
732 ({ (tpos) = osal_hlist_entry((pos), __typeof__(*(tpos)), member); 1; }); \
737 * @tpos: the type * to use as a loop cursor.
741 #define osal_hlist_for_each_entry_from(tpos, po
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_linux/include/
H A Dosal_list.h709 * @tpos: the type * to use as a loop cursor.
714 #define osal_hlist_for_each_entry(tpos, pos, head, member) \
717 ({ (tpos) = osal_hlist_entry((pos), __typeof__(*(tpos)), member); 1; }); \
722 * @tpos: the type * to use as a loop cursor.
726 #define osal_hlist_for_each_entry_continue(tpos, pos, member) \
729 ({ (tpos) = osal_hlist_entry((pos), __typeof__(*(tpos)), member); 1; }); \
734 * @tpos: the type * to use as a loop cursor.
738 #define osal_hlist_for_each_entry_from(tpos, po
[all...]
/device/soc/hisilicon/hi3516dv300/sdk_liteos/include/
H A Dosal_list.h708 * @tpos: the type * to use as a loop cursor.
713 #define osal_hlist_for_each_entry(tpos, pos, head, member) \
716 ({ (tpos) = osal_hlist_entry((pos), __typeof__(*(tpos)), member); 1; }); \
721 * @tpos: the type * to use as a loop cursor.
725 #define osal_hlist_for_each_entry_continue(tpos, pos, member) \
728 ({ (tpos) = osal_hlist_entry((pos), __typeof__(*(tpos)), member); 1; }); \
733 * @tpos: the type * to use as a loop cursor.
737 #define osal_hlist_for_each_entry_from(tpos, po
[all...]
/device/soc/hisilicon/hi3751v350/sdk_linux/source/common/drv/include/
H A Dosal_list.h707 * @tpos: the type * to use as a loop cursor.
712 #define osal_hlist_for_each_entry(tpos, pos, head, member) \
715 ({ (tpos) = osal_hlist_entry(pos, __typeof__(*tpos), member); 1; }); \
720 * @tpos: the type * to use as a loop cursor.
724 #define osal_hlist_for_each_entry_continue(tpos, pos, member) \
727 ({ (tpos) = osal_hlist_entry(pos, __typeof__(*tpos), member); 1; }); \
732 * @tpos: the type * to use as a loop cursor.
736 #define osal_hlist_for_each_entry_from(tpos, po
[all...]
/foundation/multimodalinput/input/service/touch_event_normalize/test/src/
H A Dtransform_point_test.cpp189 std::string::size_type tpos = item.find("\"", spos); in GetInputDeviceNodes() local
190 if (tpos != std::string::npos) { in GetInputDeviceNodes()
191 name = item.substr(spos, tpos - spos); in GetInputDeviceNodes()
201 std::string::size_type tpos = spos + kevent.size(); in GetInputDeviceNodes() local
202 while (std::isalnum(item[tpos])) { in GetInputDeviceNodes()
203 ++tpos; in GetInputDeviceNodes()
205 nodes.emplace(name, item.substr(spos, tpos - spos)); in GetInputDeviceNodes()

Completed in 7 milliseconds