Lines Matching defs:all
68 def all(self, *names):
69 """True if all the elements of names are active (i.e. set)."""
70 return all(self.__contains__(name) for name in names)
145 """Change all symbols matching one of the regexs to the desired state."""
158 """Activate all symbols found in the global and boolean feature sections.
326 ``adapter(name, active, section)``, but unsets all X.509 and TLS symbols.
343 ``adapter(name, active, section)``, but unsets all deprecated symbols
360 ``adapter(name, active, section)``, but unsets all platform symbols other
364 # Allow MBEDTLS_PLATFORM_C but remove all other platform symbols.
520 parser_set_all = subparsers.add_parser('set-all',
521 help="""Uncomment all #define
530 parser_unset_all = subparsers.add_parser('unset-all',
531 help="""Comment out all #define
559 """Uncomment all boolean #defines.
588 elif args.command == 'set-all':
592 elif args.command == 'unset-all':