Home
last modified time | relevance | path

Searched refs:step_start (Results 1 – 2 of 2) sorted by relevance

/OK3568_Linux_fs/buildroot/package/
H A Dpkg-generic.mk37 define step_start
203 @$(call step_start,download)
221 @$(call step_start,actual-download)
229 @$(call step_start,extract)
244 @$(call step_start,rsync)
267 @$(call step_start,patch)
293 @$(call step_start,configure)
311 @$(call step_start,build)
320 @$(call step_start,install-host)
382 @$(call step_start,install-staging)
[all …]
/OK3568_Linux_fs/app/forlinx/flapp/src/keyboard/pinyin/share/
H A Dmatrixsearch.cpp914 size_t step_start = 0; in cancel_last_choice() local
920 step_start = end_node->from->step; in cancel_last_choice()
922 if (step_start > 0) { in cancel_last_choice()
929 reset_search(step_start, false, false, false); in cancel_last_choice()
931 while (pys_[step_start] != '\0') { in cancel_last_choice()
932 bool b = add_char(pys_[step_start]); in cancel_last_choice()
934 step_start++; in cancel_last_choice()