HomeSort by relevance Sort by last modified time
    Searched defs:_command (Results 1 - 6 of 6) sorted by null

  /external/mesa3d/src/gallium/state_trackers/clover/core/
event.hpp 140 cl_command_type _command; member in class:clover::hard_event
  /external/python/cpython3/Lib/idlelib/idle_test/
test_textview.py 150 def _command(): function in function:ButtonClickTest.test_view_text_bind_with_button
153 button = Button(root, text='BUTTON', command=_command)
163 def _command(): function in function:ButtonClickTest.test_view_file_bind_with_button
167 button = Button(root, text='BUTTON', command=_command)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
imaplib.py 818 def _command(self, name, *args): member in class:IMAP4
844 if type(literal) is type(self._command):
    [all...]
  /external/python/cpython2/Lib/
imaplib.py 834 def _command(self, name, *args): member in class:IMAP4
860 if type(literal) is type(self._command):
    [all...]
  /external/python/cpython3/Lib/
imaplib.py 937 def _command(self, name, *args): member in class:IMAP4
    [all...]
  /external/python/cpython3/Tools/msi/bundle/bootstrap/
PythonBootstrapperApplication.cpp 331 OnPlan(_command.action);
535 if (BOOTSTRAPPER_RESTART_PROMPT == _command.restart) {
567 if (_command.action != BOOTSTRAPPER_ACTION_INSTALL ||
641 if (_restartRequired && BOOTSTRAPPER_RESTART_PROMPT == _command.restart) {
756 if (_command.action == BOOTSTRAPPER_ACTION_INSTALL) {
835 if (BOOTSTRAPPER_DISPLAY_FULL > _command.display ||
836 BOOTSTRAPPER_ACTION_LAYOUT == _command.action ||
837 BOOTSTRAPPER_ACTION_UNINSTALL == _command.action ||
838 BOOTSTRAPPER_RESUME_TYPE_REBOOT == _command.resumeType) {
840 ::PostMessageW(_hWnd, WM_PYBA_PLAN_PACKAGES, 0, _command.action)
3151 BOOTSTRAPPER_COMMAND _command; member in class:PythonBootstrapperApplication
    [all...]

Completed in 311 milliseconds