/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/third_party/angle/tests/gles_conformance_tests/ |
generate_gles_conformance_tests.py | 11 for line in raw_lines: 12 line = line.strip() 13 if len(line) > 0 and not line.startswith("#"): 14 lines.append(line) 45 for line in lines: 46 tests += GenerateTestList(os.path.join(os.path.dirname(sourceFile), line), rootDir)
|
/external/chromium_org/third_party/skia/third_party/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/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/ |
destructor-debug-info.cpp | 21 // Check there is a line number entry for line 19 where b1 is destructed.
|
/external/clang/test/Frontend/ |
verify.c | 8 // expected-error@7 1 {{missing or invalid line number}} 11 // expected-error@10 {{missing or invalid line number}} 14 // expected-error@13 {{missing or invalid line number}} 29 #line 90 32 #line 60 35 // expected-error@+2 {{file not found}} check that multi-line handled correctly: \ 43 #line -2 // expected-error {{line_error}} 52 // CHECK2-NEXT: Line 41: define_error 53 // CHECK2-NEXT: Line 43: line_error 55 // CHECK2-NEXT: Line 43: #line directive requires a positive integer argumen [all...] |
/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/elfutils/0.153/libdw/ |
dwarf_getsrc_file.c | 1 /* Find line information for given file/line/column triple. 88 /* Get the line number information for this file. */ 101 /* Search through all the line number records for a matching 102 file and line/column number. If any of the numbers is zero, 108 Dwarf_Line *line = &lines->info[cnt]; local 110 if (lastfile != line->file) 112 lastfile = line->file; 113 if (lastfile >= line->files->nfiles) 120 const char *fname2 = line->files->info[lastfile].name [all...] |
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
EOF.java | 15 public EOF(int line, int pos) 18 setLine(line);
|
/external/libedit/ |
libedit.pc.in | 7 Description: command line editor library provides generic line editing, history, and tokenization functions.
|
/external/llvm/test/MC/Mips/ |
mips-expansions-bad.s | 5 li $5, 0x100000000 # CHECK: :[[@LINE]]:9: error: instruction requires a CPU feature not currently enabled 6 dli $5, 1 # CHECK: :[[@LINE]]:9: error: instruction requires a CPU feature not currently enabled
|
/external/llvm/test/MC/Mips/mips32r6/ |
invalid-mips32r2.s | 8 madd.d $f18,$f19,$f26,$f20 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 9 madd.s $f1,$f31,$f19,$f25 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 10 msub.d $f10,$f1,$f31,$f18 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 11 msub.s $f12,$f19,$f10,$f16 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 12 nmadd.d $f18,$f9,$f14,$f19 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 13 nmadd.s $f0,$f5,$f25,$f12 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 14 nmsub.d $f30,$f8,$f16,$f30 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled 15 nmsub.s $f1,$f24,$f19,$f4 # CHECK: :[[@LINE]]:{{[0-9]+}}: error: instruction requires a CPU feature not currently enabled
|
/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
|
/prebuilts/libs/libedit/linux-x86/lib/pkgconfig/ |
libedit.pc | 7 Description: command line editor library provides generic line editing, history, and tokenization functions.
|
/external/lldb/www/cpp_reference/html/ |
SBBroadcaster_8h_source.html | 34 <a href="SBBroadcaster_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> <span class="comment">//===-- SBBroadcaster.h -----------------------------------------*- C++ -*-===//</span></div> 35 <div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">//</span></div> 36 <div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">// The LLVM Compiler Infrastructure</span></div> 37 <div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">//</span></div> 38 <div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <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> <span class="comment">// License. See LICENSE.TXT for details.</span></div> 40 <div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">//</span></div> 41 <div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">//===----------------------------------------------------------------------===//</span></div> 42 <div class="line"><a name="l00009"></a><span class="lineno"> 9</span> </div> 43 <div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#ifndef LL (…) [all...] |
SBInputReader_8h_source.html | 34 <a href="SBInputReader_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> <span class="comment">//===-- SBInputReader.h -----------------------------------------*- C++ -*-===//</span></div> 35 <div class="line"><a name="l00002"></a><span class="lineno"> 2</span> <span class="comment">//</span></div> 36 <div class="line"><a name="l00003"></a><span class="lineno"> 3</span> <span class="comment">// The LLVM Compiler Infrastructure</span></div> 37 <div class="line"><a name="l00004"></a><span class="lineno"> 4</span> <span class="comment">//</span></div> 38 <div class="line"><a name="l00005"></a><span class="lineno"> 5</span> <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> <span class="comment">// License. See LICENSE.TXT for details.</span></div> 40 <div class="line"><a name="l00007"></a><span class="lineno"> 7</span> <span class="comment">//</span></div> 41 <div class="line"><a name="l00008"></a><span class="lineno"> 8</span> <span class="comment">//===----------------------------------------------------------------------===//</span></div> 42 <div class="line"><a name="l00009"></a><span class="lineno"> 9</span> </div> 43 <div class="line"><a name="l00010"></a><span class="lineno"> 10</span> <span class="preprocessor">#ifndef LL (…) [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) { 58 void SkIntersections::computePoints(const SkDLine& line, int used) { 59 fPt[0] = line.ptAtT(fT[0][0]); 61 fPt[1] = line.ptAtT(fT[0][1]); 114 // see if end points intersect the opposite line 126 /* Determine the intersection point of two line segments 211 static int horizontal_coincident(const SkDLine& line, double y) { 212 double min = line[0].fY; 213 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) { 58 void SkIntersections::computePoints(const SkDLine& line, int used) { 59 fPt[0] = line.ptAtT(fT[0][0]); 61 fPt[1] = line.ptAtT(fT[0][1]); 114 // see if end points intersect the opposite line 126 /* Determine the intersection point of two line segments 211 static int horizontal_coincident(const SkDLine& line, double y) { 212 double min = line[0].fY; 213 double max = line[1].fY [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"
|
/external/chromium_org/base/strings/ |
string_util_constants.cc | 11 0x000A, /* LINE FEED (LF) */ \ 12 0x000B, /* LINE TABULATION */ \ 16 0x0085, /* NEXT LINE (NEL) */ \ 30 0x2028, /* LINE SEPARATOR */ \ 47 0x0A, // LINE FEED (LF) 48 0x0B, // LINE TABULATION
|
/external/chromium_org/gpu/gles2_conform_support/ |
generate_gles2_conform_tests.py | 18 for line in raw_lines: 19 line = line.strip() 20 if len(line) > 0 and not line.startswith("#"): 21 lines.append(line)
|
/external/chromium_org/media/tools/layout_tests/ |
test_expectations_unittest.py | 14 line = ('crbug.com/86714 [ Mac Gpu ] media/video-zoom.html [ Crash ' 19 self.assertEquals(TestExpectations.ParseLine(line), 23 line = ('crbug.com/86714 [ Mac Gpu ] media/video-zoom.html [ Crash ' 28 self.assertEquals(TestExpectations.ParseLine(line), 32 line = ('crbug.com/86714 [ Mac ] media/video-zoom.html [ Crash ' 37 self.assertEquals(TestExpectations.ParseLine(line),
|
/external/chromium_org/third_party/angle/tests/deqp_tests/ |
generate_deqp_tests.py | 11 for line in raw_lines: 12 line = line.strip() 13 if len(line) > 0 and not line.startswith("#"): 14 lines.append(line)
|