/external/python/cpython2/Mac/PythonLauncher/English.lproj/MainMenu.nib/ |
D | classes.nib | 5 ACTIONS = {showPreferences = id; };
|
/external/python/cpython3/Mac/PythonLauncher/English.lproj/MainMenu.nib/ |
D | classes.nib | 5 ACTIONS = {showPreferences = id; };
|
/external/python/cpython3/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/ |
D | classes.nib | 5 ACTIONS = {"do_apply" = id; "do_filetype" = id; "do_reset" = id; };
|
/external/python/cpython2/Mac/PythonLauncher/English.lproj/PreferenceWindow.nib/ |
D | classes.nib | 5 ACTIONS = {"do_apply" = id; "do_filetype" = id; "do_reset" = id; };
|
/external/python/cpython2/Mac/PythonLauncher/English.lproj/MyDocument.nib/ |
D | classes.nib | 5 ACTIONS = {"do_apply" = id; "do_cancel" = id; "do_reset" = id; "do_run" = id; };
|
/external/python/cpython3/Mac/PythonLauncher/English.lproj/MyDocument.nib/ |
D | classes.nib | 5 ACTIONS = {"do_apply" = id; "do_cancel" = id; "do_reset" = id; "do_run" = id; };
|
/external/perfetto/infra/ci/controller/ |
D | controller.py | 488 ACTIONS = { variable in ControllerHandler 508 if action in ControllerHandler.ACTIONS: 509 return ControllerHandler.ACTIONS[action](self)
|
/external/google-breakpad/src/client/windows/crash_generation/ |
D | ReadMe.txt | 7 STATE | ACTIONS
|
/external/exoplayer/tree/extensions/mediasession/src/main/java/com/google/android/exoplayer2/ext/mediasession/ |
D | MediaSessionConnector.java | 177 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/ |
D | optparse.py | 483 ACTIONS = ("store", variable in Option 633 elif self.action not in self.ACTIONS:
|
/external/python/cpython3/Lib/ |
D | optparse.py | 486 ACTIONS = ("store", variable in Option 635 elif self.action not in self.ACTIONS:
|
/external/python/cpython2/Lib/test/ |
D | test_optparse.py | 1068 ACTIONS = Option.ACTIONS + ("extend",) variable in TestExtendAddActions.MyOption
|
/external/libxkbcommon/src/xkbcomp/ |
D | symbols.c | 605 #define ACTIONS 2 macro 732 if (!GetGroupIndex(info, keyi, arrayNdx, ACTIONS, &ndx)) in AddActionsToKey()
|
/external/python/cpython3/Lib/test/ |
D | test_optparse.py | 1066 ACTIONS = Option.ACTIONS + ("extend",) variable in TestExtendAddActions.MyOption
|
/external/libwebsockets/ |
D | LICENSE | 226 AGAINST ANY AND ALL CLAIMS, SUITS, ACTIONS, DEMANDS AND JUDGMENTS
|
/external/python/cpython3/Doc/library/ |
D | optparse.rst | 1957 .. attribute:: Option.ACTIONS 1959 All actions must be listed in ACTIONS. 1996 ACTIONS = Option.ACTIONS + ("extend",)
|
/external/python/cpython2/Doc/library/ |
D | optparse.rst | 1959 .. attribute:: Option.ACTIONS 1961 All actions must be listed in ACTIONS. 1998 ACTIONS = Option.ACTIONS + ("extend",)
|