Home
last modified time | relevance | path

Searched refs:add_action (Results 1 – 3 of 3) sorted by relevance

/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/
H A Dtables.py70 in_current_project_filter.add_action(in_project_action)
71 in_current_project_filter.add_action(not_in_project_action)
220 in_current_project_filter.add_action(in_project_action)
356 table_filter.add_action(in_project_action)
357 table_filter.add_action(not_in_project_action)
841 in_current_image_filter.add_action(in_image_action)
1328 outcome_filter.add_action(successful_builds_action)
1329 outcome_filter.add_action(failed_builds_action)
1358 started_on_filter.add_action(started_today_action)
1359 started_on_filter.add_action(started_yesterday_action)
[all …]
H A Dbuildtables.py405 executed_outcome.add_action(exec_outcome_action_exec)
406 executed_outcome.add_action(exec_outcome_action_not_exec)
420 task_outcome.add_action(action)
432 sstate_outcome.add_action(action)
H A Dtablefilter.py29 def add_action(self, action): member in TableFilter