Home
last modified time | relevance | path

Searched refs:ACTIONS (Results 1 – 17 of 17) sorted by relevance

/external/python/cpython2/Mac/PythonLauncher/English.lproj/MainMenu.nib/
Dclasses.nib5 ACTIONS = {showPreferences = id; };
/external/python/cpython3/Mac/PythonLauncher/English.lproj/MainMenu.nib/
Dclasses.nib5 ACTIONS = {showPreferences = id; };
/external/python/cpython3/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/
Dclasses.nib5 ACTIONS = {"do_apply" = id; "do_filetype" = id; "do_reset" = id; };
/external/python/cpython2/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/
Dclasses.nib5 ACTIONS = {"do_apply" = id; "do_filetype" = id; "do_reset" = id; };
/external/python/cpython2/Mac/PythonLauncher/English.lproj/MyDocument.nib/
Dclasses.nib5 ACTIONS = {"do_apply" = id; "do_cancel" = id; "do_reset" = id; "do_run" = id; };
/external/python/cpython3/Mac/PythonLauncher/English.lproj/MyDocument.nib/
Dclasses.nib5 ACTIONS = {"do_apply" = id; "do_cancel" = id; "do_reset" = id; "do_run" = id; };
/external/perfetto/infra/ci/controller/
Dcontroller.py488 ACTIONS = { variable in ControllerHandler
508 if action in ControllerHandler.ACTIONS:
509 return ControllerHandler.ACTIONS[action](self)
/external/google-breakpad/src/client/windows/crash_generation/
DReadMe.txt7 STATE | ACTIONS
/external/exoplayer/tree/extensions/mediasession/src/main/java/com/google/android/exoplayer2/ext/mediasession/
DMediaSessionConnector.java177 long ACTIONS = field
237 long ACTIONS = field
849 : (PlaybackPreparer.ACTIONS & playbackPreparer.getSupportedPrepareActions()); in buildPrepareActions()
882 (QueueNavigator.ACTIONS & queueNavigator.getSupportedQueueNavigatorActions(player)); in buildPlaybackActions()
/external/python/cpython2/Lib/
Doptparse.py483 ACTIONS = ("store", variable in Option
633 elif self.action not in self.ACTIONS:
/external/python/cpython3/Lib/
Doptparse.py486 ACTIONS = ("store", variable in Option
635 elif self.action not in self.ACTIONS:
/external/python/cpython2/Lib/test/
Dtest_optparse.py1068 ACTIONS = Option.ACTIONS + ("extend",) variable in TestExtendAddActions.MyOption
/external/libxkbcommon/src/xkbcomp/
Dsymbols.c605 #define ACTIONS 2 macro
732 if (!GetGroupIndex(info, keyi, arrayNdx, ACTIONS, &ndx)) in AddActionsToKey()
/external/python/cpython3/Lib/test/
Dtest_optparse.py1066 ACTIONS = Option.ACTIONS + ("extend",) variable in TestExtendAddActions.MyOption
/external/libwebsockets/
DLICENSE226 AGAINST ANY AND ALL CLAIMS, SUITS, ACTIONS, DEMANDS AND JUDGMENTS
/external/python/cpython3/Doc/library/
Doptparse.rst1957 .. attribute:: Option.ACTIONS
1959 All actions must be listed in ACTIONS.
1996 ACTIONS = Option.ACTIONS + ("extend",)
/external/python/cpython2/Doc/library/
Doptparse.rst1959 .. attribute:: Option.ACTIONS
1961 All actions must be listed in ACTIONS.
1998 ACTIONS = Option.ACTIONS + ("extend",)