HomeSort by relevance Sort by last modified time
    Searched full:line (Results 376 - 400 of 23635) sorted by null

<<11121314151617181920>>

  /external/skia/tests/
PathOpsQuadLineIntersectionTest.cpp 17 SkDLine line; member in struct:lineQuad
21 // quad line results
31 static int doIntersect(SkIntersections& intersections, const SkDQuad& quad, const SkDLine& line,
35 if (line[0].fX == line[1].fX) {
36 double top = line[0].fY;
37 double bottom = line[1].fY;
42 result = intersections.vertical(quad, top, bottom, line[0].fX, flipped);
43 } else if (line[0].fY == line[1].fY)
60 SkDLine line; member in struct:oneLineQuad
84 const SkDLine& line = oneOffs[index].line; local
111 const SkDLine& line = lineQuadTests[index].line; local
    [all...]
PathOpsCubicLineIntersectionTest.cpp 16 SkDLine line; member in struct:lineCubic
30 const SkDLine& line = failLineCubicTests[iIndex].line; local
31 SkASSERT(ValidLine(line));
35 int order2 = reduce2.reduce(line);
41 SkDebugf("[%d] line order=%d\n", iIndex, order2);
46 int roots = i.intersect(cubic, line);
93 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) {
96 if (line[0].fX == line[1].fX)
122 const SkDLine& line = lineCubicTests[iIndex].line; local
188 const SkDLine& line = lineCubicTests[iIndex].line; local
    [all...]
  /external/valgrind/main/gdbserver_tests/
mcclean_after_fork.stdoutB.exp 1 Breakpoint 1 at 0x........: file clean_after_fork.c, line 9.
2 Breakpoint 2 at 0x........: file clean_after_fork.c, line 20.
3 Breakpoint 3 at 0x........: file clean_after_fork.c, line 22.
  /hardware/intel/common/omx-components/videocodec/libvpx_internal/libvpx/tools/
diff.py 27 def Append(self, line):
29 if line[0] != " ":
31 self.lines.append(line[1:])
50 def Append(self, line):
51 """Adds a line to the DiffHunk and its DiffLines children."""
52 if line[0] == "-":
53 self.left.Append(line)
54 elif line[0] == "+":
55 self.right.Append(line)
56 elif line[0] == " "
    [all...]
  /external/lldb/www/cpp_reference/html/
SBSymbolContextList_8h_source.html 34 <a href="SBSymbolContextList_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//===-- SBSymbolContextList.h -----------------------------------*- C++ -*-===//</span></div>
35 <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">//</span></div>
36 <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// The LLVM Compiler Infrastructure</span></div>
37 <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">//</span></div>
38 <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">// This file is distributed under the University of Illinois Open Source</span></div>
39 <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// License. See LICENSE.TXT for details.</span></div>
40 <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">//</span></div>
41 <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">//===----------------------------------------------------------------------===//</span></div>
42 <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;</div>
43 <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#ifndef LL (…)
    [all...]
SBError_8h_source.html 34 <a href="SBError_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//===-- SBError.h -----------------------------------------------*- C++ -*-===//</span></div>
35 <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">//</span></div>
36 <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// The LLVM Compiler Infrastructure</span></div>
37 <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">//</span></div>
38 <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">// This file is distributed under the University of Illinois Open Source</span></div>
39 <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// License. See LICENSE.TXT for details.</span></div>
40 <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">//</span></div>
41 <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">//===----------------------------------------------------------------------===//</span></div>
42 <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;</div>
43 <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#ifndef LL (…)
    [all...]
graph_legend.html 27 <div class="fragment"><div class="line"><span class="comment">/*! Invisible class because of truncation */</span></div>
28 <div class="line"><span class="keyword">class </span>Invisible { };</div>
29 <div class="line"><span class="comment"></span></div>
30 <div class="line"><span class="comment">/*! Truncated class, inheritance relation is hidden */</span></div>
31 <div class="line"><span class="keyword">class </span>Truncated : <span class="keyword">public</span> Invisible { };</div>
32 <div class="line"></div>
33 <div class="line"><span class="comment">/* Class not documented with doxygen comments */</span></div>
34 <div class="line"><span class="keyword">class </span>Undocumented { };</div>
35 <div class="line"><span class="comment"></span></div>
36 <div class="line"><span class="comment">/*! Class that is inherited using public inheritance */</span></div
    [all...]
SBSection_8h_source.html 34 <a href="SBSection_8h.html">Go to the documentation of this file.</a><div class="fragment"><div class="line"><a name="l00001"></a><span class="lineno"> 1</span>&#160;<span class="comment">//===-- SBSection.h ---------------------------------------------*- C++ -*-===//</span></div>
35 <div class="line"><a name="l00002"></a><span class="lineno"> 2</span>&#160;<span class="comment">//</span></div>
36 <div class="line"><a name="l00003"></a><span class="lineno"> 3</span>&#160;<span class="comment">// The LLVM Compiler Infrastructure</span></div>
37 <div class="line"><a name="l00004"></a><span class="lineno"> 4</span>&#160;<span class="comment">//</span></div>
38 <div class="line"><a name="l00005"></a><span class="lineno"> 5</span>&#160;<span class="comment">// This file is distributed under the University of Illinois Open Source</span></div>
39 <div class="line"><a name="l00006"></a><span class="lineno"> 6</span>&#160;<span class="comment">// License. See LICENSE.TXT for details.</span></div>
40 <div class="line"><a name="l00007"></a><span class="lineno"> 7</span>&#160;<span class="comment">//</span></div>
41 <div class="line"><a name="l00008"></a><span class="lineno"> 8</span>&#160;<span class="comment">//===----------------------------------------------------------------------===//</span></div>
42 <div class="line"><a name="l00009"></a><span class="lineno"> 9</span>&#160;</div>
43 <div class="line"><a name="l00010"></a><span class="lineno"> 10</span>&#160;<span class="preprocessor">#ifndef LL (…)
    [all...]
  /external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/streams/
interactive.rb 21 # [:line] the initial line number; default: +1+
28 @line = options.fetch :line, 1
33 @readline = block or raise( ArgumentError, "no line-reading block was provided" )
40 if line = @readline.call
41 line = line.to_s.encode( Encoding::UTF_8 )
42 @string << line
43 @data.concat( line.codepoints.to_a
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/
generate_supported_css.py 42 for line in lines:
43 if len(line.strip()) > 0 and line[:2] != "//":
44 result.append(line.strip())
52 for line in lines:
53 if not "alias_for" in line:
54 cssProperties[line] = []
61 for line in lines:
62 # Every line is:
65 if "," in line
    [all...]
  /external/doclava/src/com/google/doclava/
SourcePositionInfo.java 22 public SourcePositionInfo(String file, int line, int column) {
24 this.line = line;
30 this.line = that.line;
44 int line = that.line; local
49 line++;
53 return new SourcePositionInfo(that.file, line, 0);
60 int line = that.line - 1; // -1 because, well, it seems to wor local
101 public int line; field in class:SourcePositionInfo
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.build.tools/src/org/eclipse/releng/
GenerateExcludeListTask.java 67 String line;
68 while ((line = r.readLine()) != null) {
69 int start = line.lastIndexOf('/');
70 int lastcomma = line.lastIndexOf(',');
71 int end = line.length();
75 int lastzip = line.lastIndexOf(".zip");
77 String rstring = line.substring(0, lastzip);
78 line = rstring + ".jar";
81 String substr = line.substring(start + 1, end);
94 String line; local
    [all...]
  /external/llvm/test/MC/Mips/mips1/
invalid-mips2.s 8 ceil.w.d $f11,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 ceil.w.s $f6,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 floor.w.d $f14,$f11 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 floor.w.s $f8,$f9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 round.w.d $f6,$f4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 round.w.s $f27,$f28 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 sqrt.d $f17,$f22 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 sqrt.s $f0,$f1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 teqi $s5,-17504 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 tgei $s1,5025 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enable
    [all...]
  /external/llvm/test/MC/Mips/mips32r6/
invalid-mips2.s 8 addi $13,$9,26322 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 mfhi $s3 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 mfhi $sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 mflo $s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 mthi $s1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 mtlo $25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 mtlo $sp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 mult $sp,$s4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 mult $sp,$v0 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 multu $9,$s2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enable
    [all...]
  /external/llvm/test/MC/Mips/mips5/
invalid-mips64.s 8 clo $11,$a1 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
9 clz $sp,$gp # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
10 dclo $s2,$a2 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
11 dclz $s0,$25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
12 deret # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
13 jr.hb $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
14 jalr.hb $4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
15 jalr.hb $4, $5 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
16 madd $s6,$13 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
17 madd $zero,$9 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enable
    [all...]
  /external/valgrind/main/drd/tests/
thread_name_xml.stderr.exp 9 <line>...</line>
10 <line>...</line>
11 <line>...</line>
12 <line>...</line>
46 <line>...</line>
    [all...]
  /frameworks/base/tools/aapt/
SourcePos.cpp 20 int line; member in struct:ErrorPos
26 ErrorPos(const String8& file, int line, const String8& error, Level level);
35 :line(-1), level(NOTE)
41 line(that.line),
49 line(l),
59 this->line = rhs.line;
82 if (this->line >= 0) {
83 fprintf(to, "%s:%d: %s%s\n", this->file.string(), this->line, type, this->error.string())
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_normalization.py 47 for line in testdata:
48 if '#' in line:
49 line = line.split('#')[0]
50 line = line.strip()
51 if not line:
53 if line.startswith("@Part"):
54 part = line.split()[0]
57 c1,c2,c3,c4,c5 = [unistr(x) for x in line.split(';')[:-1]
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_normalization.py 47 for line in testdata:
48 if '#' in line:
49 line = line.split('#')[0]
50 line = line.strip()
51 if not line:
53 if line.startswith("@Part"):
54 part = line.split()[0]
57 c1,c2,c3,c4,c5 = [unistr(x) for x in line.split(';')[:-1]
    [all...]
  /external/clang/test/FixIt/
format-darwin.m 42 // CHECK: fix-it:"{{.*}}":{[[@LINE-5]]:11-[[@LINE-5]]:13}:"%ld"
43 // CHECK: fix-it:"{{.*}}":{[[@LINE-6]]:16-[[@LINE-6]]:16}:"(long)"
45 // CHECK: fix-it:"{{.*}}":{[[@LINE-7]]:11-[[@LINE-7]]:13}:"%lu"
46 // CHECK: fix-it:"{{.*}}":{[[@LINE-8]]:16-[[@LINE-8]]:16}:"(unsigned long)"
48 // CHECK: fix-it:"{{.*}}":{[[@LINE-9]]:11-[[@LINE-9]]:13}:"%d
    [all...]
  /external/chromium_org/third_party/skia/experimental/Intersection/
LineIntersection.cpp 14 From http://en.wikipedia.org/wiki/Line-line_intersection
38 Determine the intersection point of two line segments
128 int horizontalIntersect(const _Line& line, double y, double tRange[2]) {
129 double min = line[0].y;
130 double max = line[1].y;
142 tRange[0] = (y - line[0].y) / (line[1].y - line[0].y);
146 // OPTIMIZATION Given: dy = line[1].y - line[0].
    [all...]
  /external/skia/experimental/Intersection/
LineIntersection.cpp 14 From http://en.wikipedia.org/wiki/Line-line_intersection
38 Determine the intersection point of two line segments
128 int horizontalIntersect(const _Line& line, double y, double tRange[2]) {
129 double min = line[0].y;
130 double max = line[1].y;
142 tRange[0] = (y - line[0].y) / (line[1].y - line[0].y);
146 // OPTIMIZATION Given: dy = line[1].y - line[0].
    [all...]
  /external/bison/src/
location.c 60 int line = cur->line; local
72 line += line < INT_MAX;
87 cur->line = line;
92 if (line == INT_MAX && loc->start.line != INT_MAX)
93 warn_at (*loc, _("line number overflow"));
108 if (0 <= loc.start.line)
147 size_t line; member in struct:caret_info
    [all...]
  /external/chromium_org/third_party/skia/tests/
PathOpsCubicLineIntersectionTest.cpp 16 SkDLine line; member in struct:lineCubic
30 const SkDLine& line = failLineCubicTests[iIndex].line; local
31 SkASSERT(ValidLine(line));
35 int order2 = reduce2.reduce(line);
41 SkDebugf("[%d] line order=%d\n", iIndex, order2);
46 int roots = i.intersect(cubic, line);
93 static int doIntersect(SkIntersections& intersections, const SkDCubic& cubic, const SkDLine& line) {
96 if (line[0].fX == line[1].fX)
122 const SkDLine& line = lineCubicTests[iIndex].line; local
188 const SkDLine& line = lineCubicTests[iIndex].line; local
    [all...]
  /external/chromium_org/tools/gyp/tools/
pretty_gyp.py 18 # NOTE: It does not handle quotes that span more than one line, or
31 return [search_re.sub(comment_replace, line) for line in input]
44 return [search_re.sub(quote_replace, line) for line in input]
50 for (line, masked_line) in zip(input, masked_input):
54 line = line[:split] + r'\n' + line[split:]
57 output.extend(line.split(r'\n')
    [all...]

Completed in 973 milliseconds

<<11121314151617181920>>