/external/selinux/python/semanage/ |
semanage | 637 mgroup = moduleParser.add_mutually_exclusive_group(required=True) 638 parser_add_list(mgroup, "module") 639 parser_add_extract(mgroup, "module") 640 parser_add_deleteall(mgroup, "module") 641 mgroup.add_argument('-a', '--add', dest='action_add', action='store', nargs=1, metavar='module_name', help=_("Add a module")) 642 mgroup.add_argument('-r', '--remove', dest='action_remove', action='store', nargs='+', metavar='module_name', help=_("Remove a module")) 643 mgroup.add_argument('-d', '--disable', dest='action_disable', action='store', nargs='+', metavar='module_name', help=_("Disable a module")) 644 mgroup.add_argument('-e', '--enable', dest='action_enable', action='store', nargs='+', metavar='module_name', help=_("Enable a module")) [all...] |
/external/protobuf/php/ext/google/protobuf/ |
upb.c | [all...] |
upb.h | 7425 struct mgroup { struct in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource [all...] |
/external/protobuf/ruby/ext/google/protobuf_c/ |
upb.c | [all...] |
upb.h | 7728 struct mgroup { struct in class:upb::HandlerAttributes::upb::BufferHandle::upb::Handlers::upb::BytesHandler::upb::BytesSink::upb::BufferSource [all...] |