Home
last modified time | relevance | path

Searched refs:nargs (Results 1 – 8 of 8) sorted by relevance

/misc/config_tools/scenario_config/
A Delementpath_overlay.py58 @method(function('bitwise-and', nargs=2))
73 @method(function('bits-of', nargs=1))
85 @method(function('has', nargs=2))
94 @method(function('duplicate-values', nargs=1))
113 @method(function('number-of-clos-id-needed', nargs=1))
A Ddefault_populator.py98 parser.add_argument("out", nargs="?", default="out.xml", help="Path where the output is placed")
A Dvalidator.py301 …parser.add_argument("board", nargs="?", type=existing_file_type(parser), help="the board XML file …
302 …parser.add_argument("scenario", nargs="?", type=existing_file_type(parser), help="the scenario XML…
A Dschema_slicer.py246 …parser.add_argument("out", nargs="?", default=os.path.join(schema_dir, "sliced.xsd"), help="Path w…
A Dupgrader.py985 parser.add_argument("out", nargs="?", default="out.xml", help="Path where the output is placed")
/misc/config_tools/board_inspector/acpiparser/aml/
A Dcontext.py86 def __init__(self, name, nargs, tree): argument
88 self.nargs = nargs
98 def __init__(self, name, nargs, fn): argument
100 self.nargs = nargs
A Dparser.py241 for i in range(0, sym.nargs):
498 nargs = tree.ArgumentCount.value
501 sym = MethodDecl(name, nargs, tree)
575 nargs = flags & 0x7
576 sym = MethodDecl(name, nargs, tree)
/misc/config_tools/board_inspector/extractors/
A D50-acpi-namespace.py361 if isinstance(peer_decl, context.MethodDecl) and peer_decl.nargs > 0:
372 peer_decl.nargs if isinstance(peer_decl, context.MethodDecl) else 0)

Completed in 14 milliseconds