Home
last modified time | relevance | path

Searched defs:ACTIONS (Results 1 – 7 of 7) sorted by relevance

/external/perfetto/infra/ci/controller/
Dcontroller.py488 ACTIONS = { variable in ControllerHandler
/external/exoplayer/tree/extensions/mediasession/src/main/java/com/google/android/exoplayer2/ext/mediasession/
DMediaSessionConnector.java177 long ACTIONS = field
237 long ACTIONS = field
/external/libxkbcommon/src/xkbcomp/
Dsymbols.c605 #define ACTIONS 2 macro
/external/python/cpython2/Lib/
Doptparse.py483 ACTIONS = ("store", variable in Option
/external/python/cpython3/Lib/
Doptparse.py486 ACTIONS = ("store", variable in Option
/external/python/cpython3/Lib/test/
Dtest_optparse.py1066 ACTIONS = Option.ACTIONS + ("extend",) variable in TestExtendAddActions.MyOption
/external/python/cpython2/Lib/test/
Dtest_optparse.py1068 ACTIONS = Option.ACTIONS + ("extend",) variable in TestExtendAddActions.MyOption