Searched full:completion (Results 1 – 25 of 1803) sorted by relevance
12345678910>>...73
7 DEPENDS:append:class-target = " bash-completion"9 PACKAGES += "${PN}-bash-completion"11 FILES:${PN}-bash-completion = "${datadir}/bash-completion ${sysconfdir}/bash_completion.d"13 RDEPENDS:${PN}-bash-completion = "bash-completion"
39 PACKAGECONFIG[bash-completion] = "-Dbash-completion=enabled,-Dbash-completion=disabled,bash-complet…62 PACKAGES += "${PN}-bash-completion"67 FILES:${PN}-bash-completion += "${datadir}/bash-completion/completions/ ${datadir}/bash-completion/…
1 SUMMARY = "Programmable Completion for Bash 4"7 HOMEPAGE = "https://github.com/scop/bash-completion"8 BUGTRACKER = "https://github.com/scop/bash-completion/issues"18 GITHUB_BASE_URI = "https://github.com/scop/bash-completion/releases"33 # Some recipes are providing ${PN}-bash-completion packages
33 GSource *completion; member135 task->thread->completion = g_idle_source_new(); in qio_task_thread_worker()136 g_source_set_callback(task->thread->completion, in qio_task_thread_worker()138 g_source_attach(task->thread->completion, in qio_task_thread_worker()140 g_source_unref(task->thread->completion); in qio_task_thread_worker()141 trace_qio_task_thread_source_attach(task, task->thread->completion); in qio_task_thread_worker()183 while (task->thread->completion == NULL) { in qio_task_wait_thread()187 trace_qio_task_thread_source_cancel(task, task->thread->completion); in qio_task_wait_thread()188 g_source_destroy(task->thread->completion); in qio_task_wait_thread()
21 /* The sd_bus_wait/process completion event.24 * task `co_await`ing Senders over and over. This class is the completion37 // Arm the completion event.47 /* The completion template based on receiver type.50 * a template, so we need a sub-class of completion to hold the receiver.97 // Create the completion for the wait. in tag_invoke()106 // Handle the next sdbus event. Completion likely happened on a in loop()125 "sdbusplus::async::context destructed without completion."); in ~context()218 // Spawn the watch for completion / exceptions. in spawn_watcher()242 // We've already been running and there might a completion pending. in caller_run()[all …]