Searched refs:lines (Results 1 - 25 of 776) sorted by relevance

1234567891011>>

/macosx-10.10/OpenSSH-189/openssh/regress/
H A Dyes-head.sh7 lines=`${SSH} -$p -F $OBJ/ssh_proxy thishost 'sh -c "while true;do echo yes;done | _POSIX2_VERSION=199209 head -2000"' | (sleep 3 ; wc -l)`
10 lines = 0;
12 if [ $lines -ne 2000 ]; then
13 fail "yes|head returns $lines lines instead of 2000"
/macosx-10.10/WebInspectorUI-7600.1.17/UserInterface/Controllers/
H A DCodeMirrorCompletionController.css26 .CodeMirror .CodeMirror-lines .completion-hint {
H A DCodeMirrorDragToAdjustNumberController.css26 .CodeMirror.drag-to-adjust .CodeMirror-lines {
/macosx-10.10/Heimdal-398.1.2/lib/sl/
H A Dtest_sl.c40 } lines[] = { variable in typeref:struct:__anon695
70 for (i = 0; i < sizeof(lines)/sizeof(lines[0]); i++) {
73 char *buf = strdup(lines[i].line);
77 if (!lines[i].ok)
80 } else if (!lines[i].ok)
82 if (rargc != lines[i].argc)
84 rargc, lines[i].argc, i);
86 if (strcmp(rargv[j], lines[i].argv[j]) != 0)
88 rargv[j], lines[
[all...]
/macosx-10.10/ruby-106/ruby/test/rake/
H A Dtest_rake_backtrace.rb31 lines = invoke(:foo).split("\n")
33 assert_equal "rake aborted!", lines[0]
34 assert_equal "foooo!", lines[1]
35 assert_something_matches %r!\A#{Regexp.quote Dir.pwd}/Rakefile:3!i, lines
36 assert_something_matches %r!\ATasks:!, lines
49 lines = invoke(:foo).split("\n")
51 assert_equal "rake aborted!", lines[0]
52 assert_equal "barrr!", lines[1]
53 assert_something_matches %r!\A#{Regexp.quote Dir.pwd}/Rakefile:6!i, lines
54 assert_something_matches %r!\A#{Regexp.quote Dir.pwd}/Rakefile:3!i, lines
[all...]
/macosx-10.10/bind9-45.101/bind9/bin/named/
H A Dbindkeys.pl29 my $lines;
38 $lines .= $_ . "\n";
48 my $mkey = '#define MANAGED_KEYS "\\' . "\n" . $lines . "\"\n";
50 $lines =~ s/managed-keys/trusted-keys/;
51 $lines =~ s/\s+initial-key//g;
52 my $tkey = '#define TRUSTED_KEYS "\\' . "\n" . $lines . "\"\n";
H A Dconvertxsl.pl28 my $lines = '';
41 if ($lines eq "") {
42 $lines .= $_;
44 $lines .= "\n" . $_;
55 print $lines;
/macosx-10.10/llvmCore-3425.0.34/utils/lint/
H A Dgeneric_lint.py12 def RunOnFile(self, filename, lines):
13 common_lint.VerifyLineLength(filename, lines,
15 common_lint.VerifyTrailingWhitespace(filename, lines)
H A Dcommon_lint.py7 def VerifyLineLength(filename, lines, max_length):
8 """Checks to make sure the file has no lines with lines exceeding the length
13 lines: contents of the file as string array
22 for line in lines:
30 def VerifyTabs(filename, lines):
35 lines: contents of the file as string array
44 for line in lines:
51 def VerifyTrailingWhitespace(filename, lines):
52 """Checks to make sure the file has no lines wit
[all...]
/macosx-10.10/Heimdal-398.1.2/lib/roken/
H A Dget_window_size.c61 rk_get_window_size(int fd, int *lines, int *columns) argument
71 if (lines)
72 *lines = ws.ws_row;
84 if (lines)
85 *lines = ts.ws_lines;
96 if (lines)
97 *lines = dst[1];
110 if (lines)
111 *lines = 1 + sb_info.srWindow.Bottom - sb_info.srWindow.Top;
125 if (lines) {
[all...]
/macosx-10.10/ruby-106/ruby/test/
H A Dtest_tracer.rb9 assert_in_out_err(%w[-rtracer -e 1]) do |(*lines),|
10 case lines.size
14 assert_match(%r{rubygems/core_ext/kernel_require\.rb:\d+:Kernel:-:}, lines[0])
16 assert_equal "#0:-e:1::-: 1", lines.last
21 assert_in_out_err(%w[--disable-gems -rtracer -e 1]) do |(*lines),|
22 case lines.size
28 assert_equal "#0:-e:1::-: 1", lines.last
41 assert_in_out_err([script]) do |(*lines),|
42 assert_empty(lines)
56 assert_in_out_err(["--disable-gems", script]) do |(*lines),|
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/examples/term/
H A Dbox221 set lines {}
22 lappend lines {opqrs}
23 lappend lines {}
24 lappend lines {lqwqk}
25 lappend lines {x x x}
26 lappend lines {tqnqu}
27 lappend lines {x x x}
28 lappend lines {mqvqj}
33 foreach line $lines {
H A Dbox21 set lines {}
22 lappend lines {o p q r s}
23 lappend lines {l q w q k}
24 lappend lines { }
25 lappend lines {x x x}
26 lappend lines { }
27 lappend lines {t q n q u}
28 lappend lines { }
29 lappend lines {x x x}
30 lappend lines { }
[all...]
/macosx-10.10/tcl-105/tcl_ext/tcllib/tcllib/modules/rcs/
H A Drcs.tcl39 array set lines {}
42 set lines([incr lnum]) $line
44 return [array get lines]
87 array set lines $dict
89 foreach lnum [lsort -integer [array names lines]] {
90 lappend result $lines($lnum)
128 # to delete, and the number of lines to delete.
205 set lines [llength [split $b \n]]
207 lappend res "a$a $lines"
212 # b = #lines t
[all...]
/macosx-10.10/pcre-7/pcre/
H A DDetrail3 # This is a script for removing trailing whitespace from lines in files that
12 @lines = <IN>;
14 foreach (@lines)
25 print OUT @lines;
/macosx-10.10/CPANInternal-159.1/Log-Log4perl-1.40/t/
H A D006Config-Java.t48 my $lines = ();
50 push @lines, $line++; $logger->debug("Gurgel");
51 push @lines, $line++; $logger->info("Gurgel");
52 push @lines, $line++; $logger->warn("Gurgel");
53 push @lines, $line++; $logger->error("Gurgel");
54 push @lines, $line++; $logger->fatal("Gurgel");
63 $file $lines[0] DEBUG N/A - Gurgel
64 $file $lines[1] INFO N/A - Gurgel
65 $file $lines[2] WARN N/A - Gurgel
66 $file $lines[
[all...]
H A D007LogPrio.t37 my @lines = ();
39 push @lines, $line++; $logger->debug("Gurgel");
40 push @lines, $line++; $logger->info("Gurgel");
41 push @lines, $line++; $logger->warn("Gurgel");
42 push @lines, $line++; $logger->error("Gurgel");
43 push @lines, $line++; $logger->fatal("Gurgel");
52 $file $lines[0] DEBUG N/A - Gurgel
53 $file $lines[1] INFO N/A - Gurgel
54 $file $lines[2] WARN N/A - Gurgel
55 $file $lines[
[all...]
/macosx-10.10/ncurses-44/ncurses/progs/
H A Dclear.c56 ExitProgram((tputs(clear_screen, lines > 0 ? lines : 1, putch) == ERR)
/macosx-10.10/tcl-105/tcl_ext/incrtcl/incrTcl/itcl/tests/old/
H A Dtestlib.tcl33 set lines [split $desc "\n"]
34 foreach i $lines {
38 set lines [split $cmd "\n"]
40 foreach i $lines {
45 set lines [split $check "\n"]
47 foreach i $lines {
54 set lines [split $result "\n"]
56 foreach i $lines {
/macosx-10.10/WebCore-7600.1.25/rendering/style/
H A DStyleDeprecatedFlexibleBoxData.cpp36 , lines(RenderStyle::initialBoxLines())
48 , lines(o.lines)
61 pack == o.pack && orient == o.orient && lines == o.lines;
/macosx-10.10/ruby-106/ruby/lib/rake/loaders/
H A Dmakefile.rb11 lines = File.read fn
12 lines.gsub!(/\\ /, SPACE_MARK)
13 lines.gsub!(/#[^\n]*\n/m, "")
14 lines.gsub!(/\\\n/, ' ')
15 lines.each_line do |line|
/macosx-10.10/ruby-106/ruby/tool/
H A Dchange_maker.rb4 lines = []
16 lines << "#{ent}:"
19 lines.uniq!
20 lines.empty? ? nil : lines
/macosx-10.10/ruby-106/ruby/test/readline/
H A Dtest_readline_history.rb83 lines = push_history(5)
84 lines.each_with_index do |s, i|
90 lines = push_history(5)
92 assert_equal(lines[-i], HISTORY[-i])
184 lines = push_history(5)
186 assert_external_string_equal(lines[-i], HISTORY.pop)
187 assert_equal(lines.length - i, HISTORY.length)
199 lines = push_history(5)
201 assert_external_string_equal(lines[i], HISTORY.shift)
202 assert_equal(lines
[all...]
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.25/eg/
H A Dtrim.pl3 use HTTP::Proxy::BodyFilter::lines;
12 response => HTTP::Proxy::BodyFilter::lines->new(),
/macosx-10.10/CPANInternal-159.1/HTTP-Proxy-0.300/eg/
H A Dtrim.pl3 use HTTP::Proxy::BodyFilter::lines;
12 response => HTTP::Proxy::BodyFilter::lines->new(),

Completed in 248 milliseconds

1234567891011>>