Searched refs:stmt (Results 1 – 3 of 3) sorted by relevance
| /rk3399_rockchip-uboot/tools/buildman/ |
| H A D | kconfiglib.py | 814 def _parse_properties(self, line_feeder, stmt, deps, visible_if_deps): argument 822 val = self._parse_expr(tokens, stmt, line, filename, linenr, False) 824 return (val, self._parse_expr(tokens, stmt, line, filename, 861 parsed_deps = self._parse_expr(tokens, stmt, line, filename, 864 if isinstance(stmt, (Menu, Comment)): 865 stmt.orig_deps = _make_and(stmt.orig_deps, parsed_deps) 874 stmt.help = "" 880 stmt.help = "" 891 stmt.help = "".join(help_lines) 903 stmt.referenced_syms.add(target) [all …]
|
| /rk3399_rockchip-uboot/scripts/ |
| H A D | checkpatch.pl | 1405 my ($stmt) = @_; 1408 $stmt =~ s/(^|\n)./$1/g; 1409 $stmt =~ s/^\s*//; 1410 $stmt =~ s/\s*$//; 1412 my @stmt_lines = ($stmt =~ /\n/g); 1418 my ($stmt) = @_; 1420 my @stmt_lines = ($stmt =~ /\n/g); 1426 my ($stmt) = @_; 1428 $stmt =~ s/(^|\n)./$1/g; 1429 $stmt =~ s/^\s*{//; [all …]
|
| /rk3399_rockchip-uboot/drivers/usb/musb-new/ |
| H A D | am35x.c | 129 #define portstate(stmt) stmt argument
|