Home
last modified time | relevance | path

Searched full:lines (Results 1 – 10 of 10) sorted by relevance

/kvm-unit-tests/scripts/
H A Dpretty_print_stacks.py52 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 Dget_maintainer.pl73 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 Dcheckpatch.pl1127 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 Darch-run.bash83 lines=$(run_qemu "$@" > >(tee /dev/fd/$stdout))
88 testret=$(grep '^EXIT: ' <<<"$lines" | head -n1 | sed 's/.*STATUS=\([0-9][0-9]*\).*/\1/')
H A Dkernel-doc2291 # nuke leading blank lines
2504 Enable output of .. LINENO lines.
/kvm-unit-tests/
H A DMAINTAINERS37 One pattern per line. Multiple F: lines acceptable.
51 One regex pattern per line. Multiple K: lines acceptable.
/kvm-unit-tests/lib/
H A Dutil.h15 * command lines that include something like -append var1=1 var2=2
/kvm-unit-tests/docs/
H A Dunittests.txt22 Parameters appear on their own lines under the test name, and have a
/kvm-unit-tests/lib/s390x/
H A Dsclp-console.c219 * would all end up on different lines.
224 * lines to appear.
/kvm-unit-tests/x86/
H A Ddebug.c435 * Generate a bus lock (via a locked access that splits cache lines) in bus_lock_test()