HomeSort by relevance Sort by last modified time
    Searched full:line (Results 301 - 325 of 19614) sorted by null

<<11121314151617181920>>

  /external/llvm/utils/lint/
common_lint.py 14 max_length: maximum acceptable line length as number
17 A list of tuples with format [(filename, line number, msg), ...] with any
22 for line in lines:
23 length = len(line.rstrip('\n'))
26 'Line exceeds %d chars (%d)' % (max_length, length)))
44 for line in lines:
45 if tab_re.match(line.rstrip('\n')):
59 A list of tuples with format [(filename, line number, msg), ...] with any
65 for line in lines:
66 if trailing_whitespace_re.match(line.rstrip('\n'))
    [all...]
  /external/markdown/markdown/extensions/
imagelinks.py 51 for line in lines:
53 if line.startswith("<~~~~~~~"):
60 new_lines.append(line)
64 line = line.strip()
66 if line.endswith("~~~~~~>") or not line:
98 elif line[1:6] == "~~~~~" :
101 parts = line.split()
102 line = parts[0
    [all...]
  /external/okhttp/src/test/java/com/squareup/okhttp/internal/
StrictLineReaderTest.java 36 String line = lineReader.readLine(); local
37 if (!refLine.equals(line)) {
38 fail("line (\"" + line + "\") differs from expected (\"" + refLine + "\").");
41 fail("line reader threw EOFException too early.");
46 fail("line reader didn't throw the expected EOFException.");
60 "12 byte line\n18 byte line......\n" +
70 "line ending with CRLF\r\n" +
71 "this is a long line with embedded CR \r ending with CRLF and having more than "
    [all...]
  /external/valgrind/main/drd/tests/
annotate_trace_memory_xml.stderr.exp-64bit 9 <line>...</line>
10 <line>...</line>
11 <line>...</line>
12 <line>...</line>
40 <line>...</line>
    [all...]
  /libcore/luni/src/test/java/libcore/io/
StrictLineReaderTest.java 40 String line = lineReader.readLine(); local
41 if (!refLine.equals(line)) {
42 fail("line (\""+line+"\") differs from expected (\""+refLine+"\").");
45 fail("line reader threw EOFException too early.");
50 fail("line reader didn't throw the expected EOFException.");
67 "12 byte line\n18 byte line......\n" +
77 "line ending with CRLF\r\n" +
78 "this is a long line with embedded CR \r ending with CRLF and having more than "
    [all...]
  /external/chromium_org/third_party/skia/src/pathops/
SkDLineIntersection.cpp 12 From http://en.wikipedia.org/wiki/Line-line_intersection
14 SkDPoint SkIntersections::Line(const SkDLine& a, const SkDLine& b) {
29 int SkIntersections::computePoints(const SkDLine& line, int used) {
30 fPt[0] = line.ptAtT(fT[0][0]);
32 fPt[1] = line.ptAtT(fT[0][1]);
80 // see if end points intersect the opposite line
92 /* Determine the intersection point of two line segments
137 static int horizontal_coincident(const SkDLine& line, double y) {
138 double min = line[0].fY;
139 double max = line[1].fY
    [all...]
  /external/skia/src/pathops/
SkDLineIntersection.cpp 12 From http://en.wikipedia.org/wiki/Line-line_intersection
14 SkDPoint SkIntersections::Line(const SkDLine& a, const SkDLine& b) {
29 int SkIntersections::computePoints(const SkDLine& line, int used) {
30 fPt[0] = line.ptAtT(fT[0][0]);
32 fPt[1] = line.ptAtT(fT[0][1]);
80 // see if end points intersect the opposite line
92 /* Determine the intersection point of two line segments
137 static int horizontal_coincident(const SkDLine& line, double y) {
138 double min = line[0].fY;
139 double max = line[1].fY
    [all...]
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jcajce/provider/asymmetric/x509/
PEMUtil.java 58 String line; local
61 while ((line = readLine(in)) != null)
63 if (line.startsWith(_header1) || line.startsWith(_header2))
69 while ((line = readLine(in)) != null)
71 if (line.startsWith(_footer1) || line.startsWith(_footer2))
76 pemBuf.append(line);
  /external/bouncycastle/bcprov/src/main/java/org/bouncycastle/jce/provider/
PEMUtil.java 60 String line; local
63 while ((line = readLine(in)) != null)
65 if (line.startsWith(_header1) || line.startsWith(_header2))
71 while ((line = readLine(in)) != null)
73 if (line.startsWith(_footer1) || line.startsWith(_footer2))
78 pemBuf.append(line);
  /external/chromium/chrome/browser/ui/cocoa/
nsview_additions.h 13 // Returns the line width that will generate a 1 pixel wide line.
  /external/chromium_org/third_party/WebKit/ManualTests/inspector/
debugger-pause-during-load.html 2 debugger; // You should see this code and execution line in the Scripts panel.
5 <p>To test, open the Inspector and start a debugging session. You should see this file and execution line in the Scripts panel.</p>
  /external/chromium_org/tools/clang/plugins/tests/
missing_ctor.txt 2 ./missing_ctor.h:11:1: warning: [chromium-style] Complex class/struct needs an explicit out-of-line constructor.
5 ./missing_ctor.h:11:1: warning: [chromium-style] Complex class/struct needs an explicit out-of-line destructor.
  /external/clang/test/CodeGen/
2009-04-23-dbg.c 6 # 103 "<command line>" 1
10 # 105 "<command line>" 2
  /external/clang/test/CodeGenCXX/
debug-info-template-limit.cpp 4 // CHECK: ![[LINE:[0-9]+]]} ; [ DW_TAG_pointer_type ]{{.*}}[from TC<int>]
5 // CHECK-NEXT: ![[LINE]] ={{.*}}"TC<int>"
destructor-debug-info.cpp 21 // Check there is a line number entry for line 19 where b1 is destructed.
  /external/clang/test/Sema/
warn-documentation-crlf.c 2 // The run line does not have '-verify' because we were crashing while printing
5 // This file has DOS-style line endings (CR LF). Please don't change it to
  /external/dropbear/libtomcrypt/testprof/
test_driver.c 3 void run_cmd(int res, int line, char *file, char *cmd)
6 fprintf(stderr, "%s (%d)\n%s:%d:%s\n", error_to_string(res), res, file, line, cmd);
  /external/elfutils/libdw/
dwarf_getsrc_file.c 1 /* Find line information for given file/line/column triple.
87 /* Get the line number information for this file. */
93 /* Search through all the line number records for a matching
94 file and line/column number. If any of the numbers is zero,
100 Dwarf_Line *line = &lines->info[cnt]; local
102 if (lastfile != line->file)
104 lastfile = line->file;
105 if (lastfile >= line->files->nfiles)
112 const char *fname2 = line->files->info[lastfile].name
    [all...]
  /external/grub/stage2/
preset_menu.c 9 " kernel --use-cmd-line (hd1,0)/kernel\n"
14 " kernel --use-cmd-line (hd0,2)/kernel\n"
  /external/harfbuzz/contrib/tables/
mirroring-parse.py 13 for line in infile:
14 line = line[:-1]
15 if len(line) == 0 or line[0] == '#':
17 if '#' in line:
18 (data, _) = line.split('#', 1)
20 data = line
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/
EOF.java 15 public EOF(int line, int pos)
18 setLine(line);
  /external/valgrind/main/massif/tests/
filter_stderr 7 # Remove "Massif, ..." line and the following copyright line.
  /ndk/sources/host-tools/sed-4.2.1/testsuite/
uniq.sed 4 # On the last line, print and exit
14 # If the @code{N} command had added the last line, print and exit
  /bionic/libc/tools/
bionic_utils.py 50 def parse_line(self, line):
51 """ parse a syscall spec line.
53 line processing, format is
56 pos_lparen = line.find('(')
59 E("missing left parenthesis in '%s'" % line)
62 pos_rparen = line.rfind(')')
64 E("missing or misplaced right parenthesis in '%s'" % line)
67 return_type = line[:pos_lparen].strip().split()
69 E("missing return type in '%s'" % line)
81 E("misplaced colon in '%s'" % line)
    [all...]
  /external/bison/examples/calc++/
calc++-driver.hh 0 #line 10057 "../../doc/bison.texi"
7 #line 10073 "../../doc/bison.texi"
16 #line 10089 "../../doc/bison.texi"
27 #line 10107 "../../doc/bison.texi"
32 #line 10118 "../../doc/bison.texi"
37 #line 10132 "../../doc/bison.texi"

Completed in 725 milliseconds

<<11121314151617181920>>