/bionic/libc/kernel/uapi/linux/ |
wmi.h | 29 __u16 cmd_class; member in struct:calling_interface_buffer
|
/external/kernel-headers/original/uapi/linux/ |
wmi.h | 31 __u16 cmd_class; member in struct:calling_interface_buffer
|
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/ |
dist.py | 523 cmd_class = self.get_command_class(command)
529 if not issubclass(cmd_class, Command):
531 "command class %s must subclass Command" % cmd_class
535 if not (hasattr(cmd_class, 'user_options') and
536 isinstance(cmd_class.user_options, list)):
540 cmd_class
545 if hasattr(cmd_class, 'negative_opt'):
547 negative_opt.update(cmd_class.negative_opt)
551 if (hasattr(cmd_class, 'help_options') and
552 isinstance(cmd_class.help_options, list)): [all...] |
/external/python/cpython2/Lib/distutils/ |
dist.py | 523 cmd_class = self.get_command_class(command) 529 if not issubclass(cmd_class, Command): 531 "command class %s must subclass Command" % cmd_class 535 if not (hasattr(cmd_class, 'user_options') and 536 isinstance(cmd_class.user_options, list)): 540 cmd_class 545 if hasattr(cmd_class, 'negative_opt'): 547 negative_opt.update(cmd_class.negative_opt) 551 if (hasattr(cmd_class, 'help_options') and 552 isinstance(cmd_class.help_options, list)) [all...] |
/external/python/cpython3/Lib/distutils/ |
dist.py | 528 cmd_class = self.get_command_class(command) 534 if not issubclass(cmd_class, Command): 536 "command class %s must subclass Command" % cmd_class) 540 if not (hasattr(cmd_class, 'user_options') and 541 isinstance(cmd_class.user_options, list)): 544 raise DistutilsClassError(msg % cmd_class) 549 if hasattr(cmd_class, 'negative_opt'): 551 negative_opt.update(cmd_class.negative_opt) 555 if (hasattr(cmd_class, 'help_options') and 556 isinstance(cmd_class.help_options, list)) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/distutils/ |
dist.py | 523 cmd_class = self.get_command_class(command) 529 if not issubclass(cmd_class, Command): 531 "command class %s must subclass Command" % cmd_class 535 if not (hasattr(cmd_class, 'user_options') and 536 isinstance(cmd_class.user_options, list)): 540 cmd_class 545 if hasattr(cmd_class, 'negative_opt'): 547 negative_opt.update(cmd_class.negative_opt) 551 if (hasattr(cmd_class, 'help_options') and 552 isinstance(cmd_class.help_options, list)) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/distutils/ |
dist.py | 523 cmd_class = self.get_command_class(command) 529 if not issubclass(cmd_class, Command): 531 "command class %s must subclass Command" % cmd_class 535 if not (hasattr(cmd_class, 'user_options') and 536 isinstance(cmd_class.user_options, list)): 540 cmd_class 545 if hasattr(cmd_class, 'negative_opt'): 547 negative_opt.update(cmd_class.negative_opt) 551 if (hasattr(cmd_class, 'help_options') and 552 isinstance(cmd_class.help_options, list)) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/ |
dist.py | 523 cmd_class = self.get_command_class(command) 529 if not issubclass(cmd_class, Command): 531 "command class %s must subclass Command" % cmd_class 535 if not (hasattr(cmd_class, 'user_options') and 536 isinstance(cmd_class.user_options, list)): 540 cmd_class 545 if hasattr(cmd_class, 'negative_opt'): 547 negative_opt.update(cmd_class.negative_opt) 551 if (hasattr(cmd_class, 'help_options') and 552 isinstance(cmd_class.help_options, list)) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/ |
dist.py | 523 cmd_class = self.get_command_class(command) 529 if not issubclass(cmd_class, Command): 531 "command class %s must subclass Command" % cmd_class 535 if not (hasattr(cmd_class, 'user_options') and 536 isinstance(cmd_class.user_options, list)): 540 cmd_class 545 if hasattr(cmd_class, 'negative_opt'): 547 negative_opt.update(cmd_class.negative_opt) 551 if (hasattr(cmd_class, 'help_options') and 552 isinstance(cmd_class.help_options, list)) [all...] |