Home
last modified time | relevance | path

Searched defs:run_action (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/pigweed/pw_env_setup/sample_project_action/
H A D__init__.py20 def run_action(**kwargs): function
/aosp_15_r20/external/pigweed/pw_env_setup/py/pw_env_setup/
H A Dnpm_action.py23 def run_action(env=None): function
H A Dzephyr_sdk_actions.py25 def run_action(env=None): function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest__xxsubinterpreters.py221 def run_action(cid, action, end, state, *, hideclosed=True): function
2176 def run_action(self, fix, action, *, hideclosed=True): member in ExhaustiveChannelTests
/aosp_15_r20/external/squashfs-tools/squashfs-tools/
H A Daction.h207 void (*run_action)(struct action *, struct dir_ent *); member