HomeSort by: relevance | last modified time | path
    Searched refs:lines (Results 1 - 25 of 695) sorted by relevancy

1 2 3 4 5 6 7 8 91011>>

  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.tui/
small-term.exp 16 # Test running TUI in a tuiterm with few lines.
20 foreach_with_prefix lines { 1 2 3 4 5 6 7 } {
21 Term::clean_restart $lines 80
28 Term::check_region_contents "has prompt" 0 0 80 $lines "$gdb_prompt"
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.tui/
small-term.exp 16 # Test running TUI in a tuiterm with few lines.
20 foreach_with_prefix lines { 1 2 3 4 5 6 7 } {
21 Term::clean_restart $lines 80
28 Term::check_region_contents "has prompt" 0 0 80 $lines "$gdb_prompt"
  /src/external/gpl2/texinfo/dist/util/
infosrch 30 push @lines,$_;
34 for(@lines){
36 print "$target\n $lines[($cnt-1)]\n<$cnt> $lines[$cnt]\n $lines[($cnt+1)]\n";
40 if($lines[($cnt-6)]){
41 print " $lines[($cnt-6)]\n";
43 if($lines[($cnt-5)]){
44 print " $lines[($cnt-5)]\n";
46 if($lines[($cnt-4)])
    [all...]
fixref.gawk 62 n = split($0, lines, "\n")
64 if (lines[i] ~ ("^" heading)) {
65 sub(heading, "", lines[i])
66 sub(/^[ \t]*/, "", lines[i])
67 lname = lines[i]
68 # printf "long name is '%s'\n", lines[i]
69 } else if (lines[i] ~ /@node/) {
70 sub(/@node[ \t]*/, "", lines[i])
71 sub(/[ \t]*,.*$/, "", lines[i])
72 name = lines[i
    [all...]
  /src/external/gpl3/gcc/dist/contrib/
check-MAINTAINERS.py 66 def check_group(name, lines):
69 for line in lines:
74 lines = [line + '\n' for line in lines]
75 sorted_lines = sorted(lines, key=sort_by_surname)
76 if lines != sorted_lines:
78 diff = ndiff(lines, sorted_lines)
85 lines = open(sys.argv[1]).read().splitlines() variable
88 lines = list(dropwhile(lambda x: x.strip() != needle, lines)) variable
89 lines = lines[2:] variable
95 lines = list(dropwhile(lambda x: needle not in x, lines)) variable
96 lines = lines[2:] variable
102 lines = list(dropwhile(lambda x: needle not in x, lines)) variable
103 lines = lines[2:] variable
109 lines = list(dropwhile(lambda x: needle not in x, lines))[1:] variable
110 lines = list(dropwhile(lambda x: not has_tab(x), lines)) variable
    [all...]
  /src/external/gpl3/gcc.old/dist/contrib/
check-MAINTAINERS.py 66 def check_group(name, lines):
69 for line in lines:
74 lines = [line + '\n' for line in lines]
75 sorted_lines = sorted(lines, key=sort_by_surname)
76 if lines != sorted_lines:
78 diff = ndiff(lines, sorted_lines)
85 lines = open(sys.argv[1]).read().splitlines() variable
88 lines = list(dropwhile(lambda x: x.strip() != needle, lines)) variable
89 lines = lines[2:] variable
95 lines = list(dropwhile(lambda x: needle not in x, lines)) variable
96 lines = lines[2:] variable
102 lines = list(dropwhile(lambda x: needle not in x, lines)) variable
103 lines = lines[2:] variable
109 lines = list(dropwhile(lambda x: needle not in x, lines))[1:] variable
110 lines = list(dropwhile(lambda x: not has_tab(x), lines)) variable
    [all...]
  /src/crypto/external/bsd/heimdal/dist/lib/sl/
test_sl.c 42 } lines[] = { variable in typeref:struct:__anon946
72 for (i = 0; i < sizeof(lines)/sizeof(lines[0]); i++) {
75 char *buf = strdup(lines[i].line);
79 if (!lines[i].ok)
82 } else if (!lines[i].ok)
84 if (rargc != lines[i].argc)
86 rargc, lines[i].argc, i);
88 if (strcmp(rargv[j], lines[i].argv[j]) != 0)
90 rargv[j], lines[i].argv[j], i)
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.btrace/
instruction_history.exp 46 # it is necessary to count the number of lines that are
102 # to avoid lots of regexps, we just check the number of lines that
105 # test_lines_output returns the output lines from command as a list.
116 # test_lines_length returns the number of lines from command.
125 set lines [test_lines_length "record instruction-history 1" $message]
126 if { $traced != $lines } {
134 set lines [test_lines_length "record instruction-history 1" $message]
135 if { $traced != $lines } {
145 set lines [test_lines_length "record instruction-history 1" $message]
146 if { $lines != $history_size }
    [all...]
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.btrace/
instruction_history.exp 46 # it is necessary to count the number of lines that are
102 # to avoid lots of regexps, we just check the number of lines that
105 # test_lines_output returns the output lines from command as a list.
116 # test_lines_length returns the number of lines from command.
125 set lines [test_lines_length "record instruction-history 1" $message]
126 if { $traced != $lines } {
134 set lines [test_lines_length "record instruction-history 1" $message]
135 if { $traced != $lines } {
145 set lines [test_lines_length "record instruction-history 1" $message]
146 if { $lines != $history_size }
    [all...]
  /src/usr.bin/make/unit-tests/
directive-for-lines.exp 1 make: directive-for-lines.mk:31: This is line 31.
2 make: directive-for-lines.mk:31: This is line 31.
3 make: directive-for-lines.mk:38: This is line 38.
4 make: directive-for-lines.mk:31: This is line 31.
5 make: directive-for-lines.mk:31: This is line 31.
6 make: directive-for-lines.mk:38: This is line 38.
  /src/crypto/external/bsd/heimdal/dist/lib/roken/
get_window_size.c 63 get_window_size(int fd, int *lines, int *columns)
73 if (lines)
74 *lines = ws.ws_row;
86 if (lines)
87 *lines = ts.ws_lines;
98 if (lines)
99 *lines = dst[1];
112 if (lines)
113 *lines = 1 + sb_info.srWindow.Bottom - sb_info.srWindow.Top;
127 if (lines) {
    [all...]
  /src/external/mpl/bind/dist/bin/tests/system/nslookup/
tests.sh 29 lines=$(wc -l <nslookup.err${n})
30 test $lines -eq 0 || ret=1
39 lines=$(wc -l <nslookup.err${n})
40 test $lines -eq 0 || ret=1
41 lines=$(grep -c "Server:" nslookup.out${n})
42 test $lines -eq 1 || ret=1
43 lines=$(grep -c a-only.example.net nslookup.out${n})
44 test $lines -eq 1 || ret=1
53 lines=$(wc -l <nslookup.err${n})
54 test $lines -eq 0 || ret=
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.dwarf2/
enum-type-c++.exp 32 set lines [gdb_get_lines "maint print objfiles"]
38 if { [regexp val1 $lines] } {
44 gdb_assert {[regexp $re $lines]} $test
55 if { [regexp val2 $lines] } {
61 gdb_assert {[regexp $re $lines]} $test
  /src/external/mpl/bind/dist/bin/tests/system/host/
tests.sh 26 lines=$(wc -l <host.err${n})
27 test $lines -eq 0 || ret=1
28 lines=$(grep -c "Address:" host.out${n})
29 test $lines -eq 1 || ret=1
30 lines=$(grep -c a-only.example.net host.out${n})
31 test $lines -eq 1 || ret=1
40 lines=$(wc -l <host.err${n})
41 test $lines -eq 0 || ret=1
42 lines=$(grep -c "Address:" host.out${n})
43 test $lines -eq 1 || ret=
    [all...]
  /src/external/apache2/llvm/dist/llvm/utils/lint/
generic_lint.py 12 def RunOnFile(self, filename, lines):
13 common_lint.VerifyLineLength(filename, lines,
15 common_lint.VerifyTrailingWhitespace(filename, lines)
common_lint.py 8 def VerifyLineLength(filename, lines, max_length):
9 """Checks to make sure the file has no lines with lines exceeding the length
14 lines: contents of the file as string array
23 for line in lines:
31 def VerifyTabs(filename, lines):
36 lines: contents of the file as string array
45 for line in lines:
52 def VerifyTrailingWhitespace(filename, lines):
53 """Checks to make sure the file has no lines with trailing whitespace
    [all...]
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.multi/
bp-thread-specific.exp 105 set lines [split [read $fh] "\n"]
110 gdb_assert {[string equal [lindex $lines end] ""]} \
112 set lines [lrange $lines 0 end-1]
114 # These are the lines we expect in the saved breakpoints file, in the
122 # Now check that the files contents (in LINES) matches the
124 gdb_assert {[llength $lines] == [llength $expected_results]} \
125 "correct number of lines in saved breakpoints file"
126 foreach a $lines b $expected_results {
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.multi/
bp-thread-specific.exp 84 set lines [split [read $fh] "\n"]
89 gdb_assert {[string equal [lindex $lines end] ""]} \
91 set lines [lrange $lines 0 end-1]
93 # These are the lines we expect in the saved breakpoints file, in the
101 # Now check that the files contents (in LINES) matches the
103 gdb_assert {[llength $lines] == [llength $expected_results]} \
104 "correct number of lines in saved breakpoints file"
105 foreach a $lines b $expected_results {
  /src/crypto/external/bsd/openssl.old/dist/Configurations/
shared-info.pl 15 my @lines =
17 return grep /^GNU ld/, @lines;
20 my @lines =
22 return grep /gcc/, @lines;
  /src/external/bsd/ntp/dist/scripts/build/
checkHtmlFileDates 27 lines=$1
28 case "$lines" in
  /src/external/cddl/dtracetoolkit/dist/Bin/
php_who.d 49 @lines[pid, uid, copyinstr(arg1)] = count();
55 printa(" %6d %6d %@6d %s\n", @lines);
pl_who.d 49 @lines[pid, uid, copyinstr(arg1)] = count();
55 printa(" %6d %6d %@6d %s\n", @lines);
py_who.d 49 @lines[pid, uid, copyinstr(arg0)] = count();
55 printa(" %6d %6d %@6d %s\n", @lines);
rb_who.d 16 * LINES Number of times a line was executed
49 @lines[pid, uid, copyinstr(arg0)] = count();
54 printf(" %6s %6s %10s %s\n", "PID", "UID", "LINES", "FILE");
55 printa(" %6d %6d %@10d %s\n", @lines);
sh_who.d 16 * LINES Number of times a line was executed
49 @lines[pid, uid, copyinstr(arg0)] = count();
54 printf(" %6s %6s %6s %s\n", "PID", "UID", "LINES", "FILE");
55 printa(" %6d %6d %@6d %s\n", @lines);

Completed in 34 milliseconds

1 2 3 4 5 6 7 8 91011>>