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

<<11121314151617181920>>

  /external/chromium_org/gpu/command_buffer/service/
error_state_mock.h 23 const char* filename, int line,
26 const char* filename, int line,
30 int line,
36 const char* file, int line, const char* filename));
38 const char* file, int line, const char* filename));
40 const char* file, int line, const char* filename));
  /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/clang/test/Lexer/
builtin_redef.c 5 // CHECK-WARN: <command line>:{{.*}} warning: redefining builtin macro
6 // CHECK-WARN: <command line>:{{.*}} warning: undefining builtin macro
8 // CHECK-ERR: <command line>:{{.*}} error: redefining builtin macro
9 // CHECK-ERR: <command line>:{{.*}} error: undefining builtin macro
15 // CHECK-WARN: :[[@LINE-1]]:9: warning: redefining builtin macro
16 // CHECK-ERR: :[[@LINE-2]]:9: error: redefining builtin macro
  /external/clang/test/Sema/
warn-main.c 13 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:1-[[@LINE-1]]:8}:""
20 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:1-[[@LINE-1]]:8}:""
28 // CHECK: fix-it:"{{.*}}":{[[@LINE-1]]:1-[[@LINE-1]]:11}:""
  /external/jsilver/src/com/google/clearsilver/jsilver/exceptions/
JSilverAutoEscapingException.java 26 public JSilverAutoEscapingException(String message, String templateName, int line, int column) {
27 super(createMessage(message, templateName, line, column));
37 private static String createMessage(String message, String resourceName, int line, int column) {
42 if (line != UNKNOWN_POSITION) {
43 result.append(" line=").append(line);
  /frameworks/wilhelm/src/
assert.c 24 void __assert(const char *file, int line, const char *failedexpr)
26 LOG_ALWAYS_FATAL("assertion \"%s\" failed: file \"%s\", line %d", failedexpr, file, line);
30 void __assert2(const char *file, int line, const char *func, const char *failedexpr)
32 LOG_ALWAYS_FATAL("assertion \"%s\" failed: file \"%s\", line %d, function \"%s\"",
33 failedexpr, file, line, func);
  /packages/experimental/BugReportSender/src/com/android/bugreportsender/
BugReportParser.java 30 String line = null; local
31 while ((line = reader.readLine()) != null) {
35 if (line.startsWith(SECTION_HEADER) || (numLines > MAX_LINES)) {
38 sb.append(line);
41 } else if (line.startsWith(sectionWithHeader)) {
42 sb.append(line);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/email/test/data/
msg_45.txt 4 X-Long-Line: Some really long line contains a lot of text and thus has to be rewrapped because it is some
6 line
14 X-Long-Line: Another really long line contains a lot of text and thus has to be rewrapped because it is another
16 line
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/email/test/data/
msg_45.txt 4 X-Long-Line: Some really long line contains a lot of text and thus has to be rewrapped because it is some
6 line
14 X-Long-Line: Another really long line contains a lot of text and thus has to be rewrapped because it is another
16 line
  /system/core/sh/
mkinit.sh 51 while IFS=; read -r line; do
52 [ "$line" = x ]
53 case "$line " in
59 set -- $line
69 read -r line
70 decles="${decles}${line}${nl}"
71 [ "$line" != "};" ]
80 def=${line#MKINIT}
91 set -- $line
95 [ "$line" = "${line%$backslash}" ] || continu
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys_settrace.py 1 # Testing the line trace facility.
14 (1, 'line'),
19 # clause or else caluse) under what conditions do you set a line number
24 # exists for it, so the line numbers skip directly from "del x"
34 (1, 'line'),
35 (2, 'line'),
36 (5, 'line'),
46 (1, 'line'),
47 (2, 'line'),
48 (3, 'line'),
    [all...]
test_difflib.py 88 Line 4: \thas from:[sst] to:[sss] after :
89 Line 5: has from:[t] to:[ss] at end\t
93 Line 1: preceeded by from:[tt] to:[ssss]
95 Line 3: preceeded by from:[sstst] to:[ssssss]
96 Line 4: has from:[sst] to:[sss] after :
97 Line 5: has from:[t] to:[ss] at end
100 patch914575_from3 = """line 0
102 line 1
103 line 2
104 line
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys_settrace.py 1 # Testing the line trace facility.
14 (1, 'line'),
19 # clause or else caluse) under what conditions do you set a line number
24 # exists for it, so the line numbers skip directly from "del x"
34 (1, 'line'),
35 (2, 'line'),
36 (5, 'line'),
46 (1, 'line'),
47 (2, 'line'),
48 (3, 'line'),
    [all...]
  /external/chromium_org/chrome/browser/resources/web_dev_style/
js_checker.py 16 def RegexCheck(self, line_number, line, regex, message):
17 """Searches for |regex| in |line| to check for a particular style
20 part of |line| can be highlighted. If more groups are needed, use
23 line 6: Use var instead of const.
27 match = self.input_api.re.search(regex, line)
32 return ' line %d: %s\n%s\n%s' % (
35 line,
39 def ChromeSendCheck(self, i, line):
41 return self.RegexCheck(i, line, r"chrome\.send\('[^']+'\s*(, \[\])\)",
44 def ConstCheck(self, i, line)
    [all...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/cm/
comment.js 29 var firstLine = self.getLine(from.line);
31 var end = Math.min(to.ch != 0 || to.line == from.line ? to.line + 1 : to.line, self.lastLine() + 1);
38 for (var i = from.line; i < end; ++i) {
39 var line = self.getLine(i), cut = baseString.length;
40 if (!blankLines && !nonWS.test(line)) continue;
41 if (line.slice(0, cut) != baseString) cut = firstNonWS(line);
    [all...]
  /external/chromium_org/third_party/yasm/source/patched-yasm/libyasm/
linemap.c 2 * YASM assembler virtual line mapping handling (for parse stage)
37 /* monotonically increasing virtual line */
38 unsigned long line; member in struct:line_mapping
43 /* "original" source base line number */
45 /* "original" source line number increment (for following lines) */
50 /* first bytecode on line; NULL if no bytecodes on line */
53 /* source code line */
61 /* Current virtual line number. */
64 /* Mappings from virtual to physical line numbers *
144 unsigned long line; local
    [all...]
  /external/dropbear/
cli-kex.c 217 buffer * line = NULL; local
227 line = buf_new(MAX_KNOWNHOSTS_LINE);
232 if (buf_getline(line, hostsfile) == DROPBEAR_FAILURE) {
233 TRACE(("failed reading line: prob EOF"))
237 /* The line is too short to be sensible */
241 if (line->len < (hostlen+30) ) {
242 TRACE(("line is too short to be sensible"))
247 if (strncmp(cli_opts.remotehost, buf_getptr(line, hostlen),
253 buf_incrpos(line, hostlen);
254 if (buf_getbyte(line) != ' ')
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
SearchEngine.py 125 line, col = get_line_col(start)
126 res = self.search_backward(text, prog, line, col, wrap, ok)
132 line, col = get_line_col(start)
133 res = self.search_forward(text, prog, line, col, wrap, ok)
136 def search_forward(self, text, prog, line, col, wrap, ok=0):
138 startline = line
139 chars = text.get("%d.0" % line, "%d.0" % (line+1))
144 return line, m
145 line = line +
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
SearchEngine.py 125 line, col = get_line_col(start)
126 res = self.search_backward(text, prog, line, col, wrap, ok)
132 line, col = get_line_col(start)
133 res = self.search_forward(text, prog, line, col, wrap, ok)
136 def search_forward(self, text, prog, line, col, wrap, ok=0):
138 startline = line
139 chars = text.get("%d.0" % line, "%d.0" % (line+1))
144 return line, m
145 line = line +
    [all...]
  /external/antlr/antlr-3.4/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
Antlr.Runtime.Tests.pas 52 CheckEquals(1, Stream.Line);
57 CheckEquals(1, Stream.Line);
62 CheckEquals(1, Stream.Line);
67 CheckEquals(1, Stream.Line);
72 CheckEquals(1, Stream.Line);
77 CheckEquals(2, Stream.Line);
82 CheckEquals(2, Stream.Line);
87 CheckEquals(2, Stream.Line);
92 CheckEquals(2, Stream.Line);
97 CheckEquals(2, Stream.Line);
    [all...]
  /external/chromium-trace/trace-viewer/third_party/closure_linter/closure_linter/common/
filetestcase.py 38 # Matches a //, followed by an optional line number with a +/-, followed by a
41 _EXPECTED_RE = re.compile(r'\s*//\s*(?:(?P<line>[+-]?[0-9]+):)?'
79 for i, line in enumerate(stream):
80 match = self._EXPECTED_RE.search(line)
82 line = match.group('line')
84 if line is None:
85 line = i + 1
86 elif line.startswith('+') or line.startswith('-')
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/htmlfiles/
pyfile.html 5 {# IE8 rounds line-height incorrectly, and adding this emulateIE7 line makes it right! #}
46 <span class='key'>p</span> &nbsp; toggle line displays
65 {% for line in lines %}
66 <p id='n{{line.number}}' class='{{line.class}}'><a href='#n{{line.number}}'>{{line.number}}</a></p>
70 {% for line in lines %}
71 <p id='t{{line.number}}' class='{{line.class}}'>{% if line.annotate %}<span class='annotate' title='{{line.annota (…)
    [all...]
  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/thirdparty/coverage/
phystokens.py 7 """Return all physical tokens, even line continuations.
22 # We are at the beginning of a new line, and the last line
44 # It's a multiline string and the first line ends with
63 """Generate a series of lines, one for each line in `source`.
65 Each line is a list of pairs, each pair is a token::
73 trailing whitespace is not preserved, and a final line with no newline
74 is indistinguishable from a final line with a newline.
78 line = []
86 yield line
    [all...]
  /external/chromium_org/third_party/closure_linter/closure_linter/common/
filetestcase.py 38 # Matches a //, followed by an optional line number with a +/-, followed by a
41 _EXPECTED_RE = re.compile(r'\s*//\s*(?:(?P<line>[+-]?[0-9]+):)?'
79 for i, line in enumerate(stream):
80 match = self._EXPECTED_RE.search(line)
82 line = match.group('line')
84 if line is None:
85 line = i + 1
86 elif line.startswith('+') or line.startswith('-')
    [all...]
  /libcore/luni/src/test/java/libcore/java/io/
OldAndroidStreamTokenizerTest.java 39 assertEquals("Token[Testing], line 1", a.toString());
41 assertEquals("Token[n=12345.0], line 1", a.toString());
43 assertEquals("Token[alpha], line 2", a.toString());
45 assertEquals("Token[omega], line 3", a.toString());
47 assertEquals("Token[EOF], line 3", a.toString());
57 assertEquals("Token[n=-3.8], line 1", b.toString());
59 assertEquals("Token[BLIND mice], line 1", b.toString());
61 assertEquals("Token[EOL], line 2", b.toString());
63 assertEquals("Token[see], line 2", b.toString());
65 assertEquals("Token[the], line 2", b.toString())
    [all...]

Completed in 307 milliseconds

<<11121314151617181920>>