Searched full:lines (Results 1 – 10 of 10) sorted by relevance
/kvm-unit-tests/scripts/ |
H A D | pretty_print_stacks.py | 52 lines = open(path).readlines() 56 puts(' %s\n' % lines[line - 2].rstrip()) 57 puts(' > %s\n' % lines[line - 1].rstrip()) 58 if line < len(lines): 59 puts(' %s\n' % lines[line].rstrip())
|
H A D | get_maintainer.pl | 73 my @fixes = (); # If a patch description includes Fixes: lines 451 next if (/^\s*$/); #skip empty lines 1071 contain a thousand lines, 5 trivial commits may modify a single line. 1082 Multiple lines and # comments are allowed. 1482 my @lines = (); 1486 @lines = split("\n", $output); 1488 return @lines; 1493 my @lines = (); 1496 @lines = split("\n", $output); 1498 return @lines; [all …]
|
H A D | checkpatch.pl | 1127 my @lines = split('\n', $text); 1129 foreach my $line (@lines) { 1241 my @lines = split("\n", $output); 1243 return ($id, $desc) if ($#lines < 0); 1245 if ($lines[0] =~ /^error: short SHA1 $commit is ambiguous/) { 1255 …} elsif ($lines[0] =~ /^fatal: ambiguous argument '$commit': unknown revision or path not in the w… 1256 $lines[0] =~ /^fatal: bad object $commit/) { 1259 $id = substr($lines[0], 0, 12); 1260 $desc = substr($lines[0], 41); 1270 my @lines = (); [all …]
|
H A D | arch-run.bash | 83 lines=$(run_qemu "$@" > >(tee /dev/fd/$stdout)) 88 testret=$(grep '^EXIT: ' <<<"$lines" | head -n1 | sed 's/.*STATUS=\([0-9][0-9]*\).*/\1/')
|
H A D | kernel-doc | 2291 # nuke leading blank lines 2504 Enable output of .. LINENO lines.
|
/kvm-unit-tests/ |
H A D | MAINTAINERS | 37 One pattern per line. Multiple F: lines acceptable. 51 One regex pattern per line. Multiple K: lines acceptable.
|
/kvm-unit-tests/lib/ |
H A D | util.h | 15 * command lines that include something like -append var1=1 var2=2
|
/kvm-unit-tests/docs/ |
H A D | unittests.txt | 22 Parameters appear on their own lines under the test name, and have a
|
/kvm-unit-tests/lib/s390x/ |
H A D | sclp-console.c | 219 * would all end up on different lines. 224 * lines to appear.
|
/kvm-unit-tests/x86/ |
H A D | debug.c | 435 * Generate a bus lock (via a locked access that splits cache lines) in bus_lock_test()
|