Searched refs:nargs (Results 1 – 8 of 8) sorted by relevance
| /misc/config_tools/scenario_config/ |
| A D | elementpath_overlay.py | 58 @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 D | default_populator.py | 98 parser.add_argument("out", nargs="?", default="out.xml", help="Path where the output is placed")
|
| A D | validator.py | 301 …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 D | schema_slicer.py | 246 …parser.add_argument("out", nargs="?", default=os.path.join(schema_dir, "sliced.xsd"), help="Path w…
|
| A D | upgrader.py | 985 parser.add_argument("out", nargs="?", default="out.xml", help="Path where the output is placed")
|
| /misc/config_tools/board_inspector/acpiparser/aml/ |
| A D | context.py | 86 def __init__(self, name, nargs, tree): argument 88 self.nargs = nargs 98 def __init__(self, name, nargs, fn): argument 100 self.nargs = nargs
|
| A D | parser.py | 241 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 D | 50-acpi-namespace.py | 361 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