Searched defs:ACTIONS (Results 1 – 5 of 5) sorted by relevance
/third_party/cef/tools/ | ||
D | patch_updater.py | 63 ACTIONS = Option.ACTIONS + ("extend",) variable in MultipleOption |
/third_party/ntfs-3g/ntfsprogs/ | ||
D | ntfsrecover.h | 33 enum ACTIONS { enum |
/third_party/boost/tools/build/src/engine/ | ||
D | rules.h | 42 typedef struct _actions ACTIONS; typedef |
/third_party/python/Lib/ | ||
D | optparse.py | 486 ACTIONS = ("store", variable in Option |
/third_party/python/Lib/test/ | ||
D | test_optparse.py | 1067 ACTIONS = Option.ACTIONS + ("extend",) variable in TestExtendAddActions.MyOption |