HomeSort by relevance Sort by last modified time
    Searched full:lineno (Results 151 - 175 of 658) sorted by null

1 2 3 4 5 67 8 91011>>

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 88 lineno = 0
94 lineno = lineno + 1
98 sys.stdout.write("%s: %s: %s\n" % (fn, lineno, line))
ClassBrowser.py 115 items.append((cl.lineno, s))
167 if hasattr(self.cl, 'lineno'):
168 lineno = self.cl.lineno
169 edit.gotoline(lineno)
175 for name, lineno in self.cl.methods.items():
176 items.append((lineno, name))
ScriptBinding.py 74 msgtxt, (lineno, start) = msg
75 self.editwin.gotoline(lineno)
106 msg, (errorfilename, lineno, offset, line) = err
108 err.args = msg, (filename, lineno, offset, line)
110 self.colorize_syntax_error(msg, lineno, offset)
119 def colorize_syntax_error(self, msg, lineno, offset):
121 pos = "0.0 + %d lines + %d chars" % (lineno-1, offset-1)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
node.h 21 char *str, int lineno, int col_offset);
parsetok.h 13 int lineno; member in struct:__anon68480
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
GrepDialog.py 88 lineno = 0
94 lineno = lineno + 1
98 sys.stdout.write("%s: %s: %s\n" % (fn, lineno, line))
ClassBrowser.py 115 items.append((cl.lineno, s))
167 if hasattr(self.cl, 'lineno'):
168 lineno = self.cl.lineno
169 edit.gotoline(lineno)
175 for name, lineno in self.cl.methods.items():
176 items.append((lineno, name))
ScriptBinding.py 74 msgtxt, (lineno, start) = msg
75 self.editwin.gotoline(lineno)
106 msg, (errorfilename, lineno, offset, line) = err
108 err.args = msg, (filename, lineno, offset, line)
110 self.colorize_syntax_error(msg, lineno, offset)
119 def colorize_syntax_error(self, msg, lineno, offset):
121 pos = "0.0 + %d lines + %d chars" % (lineno-1, offset-1)
  /external/iputils/ninfod/
configure 173 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO
174 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO
369 # as_fn_error STATUS ERROR [LINENO LOG_FD]
371 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are
372 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the
379 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4
431 as_lineno_1=$LINENO as_lineno_1a=$LINENO
    [all...]
  /external/boringssl/src/crypto/err/
err_data_generate.go 178 lineNo := 0
180 lineNo++
188 return fmt.Errorf("bad line %d in %s: found %d values but want 4", lineNo, filename, len(parts))
192 return fmt.Errorf("bad line %d in %s: unknown library", lineNo, filename)
195 return fmt.Errorf("bad line %d in %s: library value too large", lineNo, filename)
199 return fmt.Errorf("bad line %d in %s: %s", lineNo, filename, err)
202 return fmt.Errorf("bad line %d in %s: key too large", lineNo, filename)
214 return fmt.Errorf("bad line %d in %s: bad value type", lineNo, filename)
  /external/icu/icu4c/source/test/intltest/
textfile.h 65 int32_t lineNo;
69 return lineNo;
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fileinput.py 56 self.assertEqual(fi.lineno(), 31)
66 self.assertEqual(fi.lineno(), 21)
75 self.assertEqual(fi.lineno(), 22)
95 self.assertEqual(fi.lineno(), 0)
98 self.assertEqual(fi.lineno(), 0)
132 self.assertEqual(fi.lineno(), 1)
138 self.assertEqual(fi.lineno(), 1)
153 self.assertEqual(fi.lineno(), 6)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fileinput.py 56 self.assertEqual(fi.lineno(), 31)
66 self.assertEqual(fi.lineno(), 21)
75 self.assertEqual(fi.lineno(), 22)
95 self.assertEqual(fi.lineno(), 0)
98 self.assertEqual(fi.lineno(), 0)
132 self.assertEqual(fi.lineno(), 1)
138 self.assertEqual(fi.lineno(), 1)
153 self.assertEqual(fi.lineno(), 6)
  /external/selinux/libselinux/src/
label_media.c 34 unsigned lineno, struct selabel_handle *rec)
51 lineno);
79 unsigned int lineno, pass, maxnspec; local
115 lineno = 0;
119 if (process_line(path, line_buf, pass, ++lineno, rec))
122 lineno = 0;
label_android_property.c 83 int pass, unsigned lineno)
105 lineno);
115 path, lineno, prop);
124 path, lineno, context);
132 path, lineno, spec_arr[nspec].lr.ctx_raw);
148 unsigned int lineno = 0, maxnspec, pass; local
185 if (process_line(rec, path, line_buf, pass, ++lineno) != 0)
  /frameworks/base/tools/aidl/
aidl_language_l.l 12 static void begin_extra_text(unsigned lineno, which_extra_text which);
23 yylval.buffer.lineno = yylineno; \
101 yylval.buffer.lineno = yylineno;
114 void begin_extra_text(unsigned lineno, which_extra_text which)
117 text->lineno = lineno;
  /external/lldb/www/python_reference/
lldb.formatters.metrics-pysrc.html 62 <a name="L1"></a><tt class="py-lineno"> 1</tt> <tt class="py-line"><tt class="py-docstring">"""</tt> </tt>
63 <a name="L2"></a><tt class="py-lineno"> 2</tt> <tt class="py-line"><tt class="py-docstring">Objective-C runtime wrapper for use by LLDB Python formatters</tt> </tt>
64 <a name="L3"></a><tt class="py-lineno"> 3</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
65 <a name="L4"></a><tt class="py-lineno"> 4</tt> <tt class="py-line"><tt class="py-docstring">part of The LLVM Compiler Infrastructure</tt> </tt>
66 <a name="L5"></a><tt class="py-lineno"> 5</tt> <tt class="py-line"><tt class="py-docstring">This file is distributed under the University of Illinois Open Source</tt> </tt>
67 <a name="L6"></a><tt class="py-lineno"> 6</tt> <tt class="py-line"><tt class="py-docstring">License. See LICENSE.TXT for details.</tt> </tt>
68 <a name="L7"></a><tt class="py-lineno"> 7</tt> <tt class="py-line"><tt class="py-docstring">"""</tt> </tt>
69 <a name="L8"></a><tt class="py-lineno"> 8</tt> <tt class="py-line"><tt class="py-keyword">import</tt> <tt id="link-0" class="py-name" targets="Package lldb=lldb-module.html"><a title="lldb" class="py-name" href="#" onclick="return doclink('link-0', 'lldb', 'link-0');">lldb</a></tt> </tt>
70 <a name="L9"></a><tt class="py-lineno"> 9</tt> <tt class="py-line"><tt class="py-keyword">import</tt> <tt class="py-name">time</tt><tt class="py-op">,</tt> <tt class="py-name">datetime</tt> </tt>
71 <a name="L10"></a><tt class="py-lineno">10</tt> <tt class="py-line"><tt class="py-keyword">import</tt> <tt class="py-name">inspect</tt> (…)
    [all...]
lldb.formatters.attrib_fromdict-pysrc.html 62 <a name="L1"></a><tt class="py-lineno"> 1</tt> <tt class="py-line"><tt class="py-docstring">"""</tt> </tt>
63 <a name="L2"></a><tt class="py-lineno"> 2</tt> <tt class="py-line"><tt class="py-docstring">Objective-C runtime wrapper for use by LLDB Python formatters</tt> </tt>
64 <a name="L3"></a><tt class="py-lineno"> 3</tt> <tt class="py-line"><tt class="py-docstring"></tt> </tt>
65 <a name="L4"></a><tt class="py-lineno"> 4</tt> <tt class="py-line"><tt class="py-docstring">part of The LLVM Compiler Infrastructure</tt> </tt>
66 <a name="L5"></a><tt class="py-lineno"> 5</tt> <tt class="py-line"><tt class="py-docstring">This file is distributed under the University of Illinois Open Source</tt> </tt>
67 <a name="L6"></a><tt class="py-lineno"> 6</tt> <tt class="py-line"><tt class="py-docstring">License. See LICENSE.TXT for details.</tt> </tt>
68 <a name="L7"></a><tt class="py-lineno"> 7</tt> <tt class="py-line"><tt class="py-docstring">"""</tt> </tt>
69 <a name="AttributesDictionary"></a><div id="AttributesDictionary-def"><a name="L8"></a><tt class="py-lineno"> 8</tt> <a class="py-toggle" href="#" id="AttributesDictionary-toggle" onclick="return toggle('AttributesDictionary');">-</a><tt class="py-line"><tt class="py-keyword">class</tt> <a class="py-def-name" href="lldb.formatters.attrib_fromdict.AttributesDictionary-class.html">AttributesDictionary</a><tt class="py-op">:</tt> </tt>
70 </div><div id="AttributesDictionary-collapsed" style="display:none;" pad="++" indent="++++"></div><div id="AttributesDictionary-expanded"><a name="AttributesDictionary.__init__"></a><div id="AttributesDictionary.__init__-def"><a name="L9"></a><tt class="py-lineno"> 9</tt> <a class="py-toggle" href="#" id="AttributesDictionary.__init__-toggle" onclick="return toggle('AttributesDictionary.__init__');">-</a><tt class="py-line"> <tt class="py-keyword">def</tt> <a class="py-def-name" href="lldb.formatters.attrib_fromdict.AttributesDictionary-class.html#__init__">__init__</a><tt class="py-op">(</tt><tt class="py-param">self</tt><tt class="py-op">,</tt> <tt class="py-param">allow_reset</tt> <tt class="py-op">=</tt> <tt class="py-name">True</tt><tt class="py-op">)</tt><tt class="py-op">:</tt> </tt>
71 </div><div id="AttributesDictionary.__init__-collapsed" style="display:none;" pad="++" indent="++++++++++++"></div><div id="AttributesDictionary.__init__-expanded"><a name="L10"></a><tt class="py-lineno">10</tt> <tt class="py-line"> <tt class="py-name">self</tt><tt class="py-op">.</tt (…)
    [all...]
  /external/chromium-trace/trace-viewer/third_party/Paste/paste/debug/
doctest_webapp.py 307 def _parse_example(self, m, name, lineno):
315 `name` is the string's name, and `lineno` is the line number
336 self._check_prefix(source_lines[1:], ' '*indent, name, lineno)
338 self._check_prompt_blank(source_lines, indent, name, lineno)
339 self._check_prefix(source_lines[2:], ' '*indent + '.', name, lineno)
357 lineno + len(source_lines))
368 options = self._find_options(source, name, lineno)
388 charno, lineno = 0, 0
393 # Update lineno (lines before this example)
394 lineno += string.count('\n', charno, m.start()
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
pdb.py 38 lineno = 1
45 answer = funcname, filename, lineno
47 lineno = lineno + 1
112 self.lineno = None
345 # break [ ([filename:]lineno | function) [, "condition"] ]
356 lineno = None
363 # parse stuff before comma: [filename:]lineno | function
377 lineno = int(arg)
379 print >>self.stdout, '*** Bad lineno:', ar
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
pdb.py 38 lineno = 1
45 answer = funcname, filename, lineno
47 lineno = lineno + 1
112 self.lineno = None
345 # break [ ([filename:]lineno | function) [, "condition"] ]
356 lineno = None
363 # parse stuff before comma: [filename:]lineno | function
377 lineno = int(arg)
379 print >>self.stdout, '*** Bad lineno:', ar
    [all...]
  /external/elfutils/src/src/
addr2line.c 318 unsigned int lineno = 0; local
323 lineno = val;
348 if (lineno == 0)
353 comp_dir, comp_dir_sep, file, lineno);
356 comp_dir, comp_dir_sep, file, lineno, colno);
510 print_src (const char *src, int lineno, int linecol, Dwarf_Die *cu)
527 comp_dir, comp_dir_sep, src, lineno, linecol);
530 comp_dir, comp_dir_sep, src, lineno);
601 int lineno, linecol; local
603 if (line != NULL && (src = dwfl_lineinfo (line, &addr, &lineno, &linecol
    [all...]
  /external/libselinux/src/
label_android_property.c 85 int pass, unsigned lineno)
107 lineno);
117 path, lineno, prop);
126 path, lineno, context);
134 path, lineno, spec_arr[nspec].lr.ctx_raw);
150 unsigned int lineno = 0, maxnspec, pass; local
187 if (process_line(rec, path, line_buf, pass, ++lineno) != 0) {
  /external/doclava/src/com/google/doclava/
DocFile.java 81 int lineno = 1; local
100 lineno++;
103 System.err.println(docfile + ":" + lineno + ": error parsing docfile");
105 System.err.println(docfile + ":" + lineno + ":" + line);
126 int lineno = 1; local
145 lineno++;
148 System.err.println(docfile + ":" + lineno + ": error parsing docfile");
150 System.err.println(docfile + ":" + lineno + ":" + line);
165 Comment comment = new Comment(commentText, null, new SourcePositionInfo(docfile, lineno, 1));
  /external/libxml2/
check-relaxng-test-suite2.py 85 print "instance line %d" % (node.lineNo())
97 # nb_instances_tests, node.lineNo())
138 print "instance line %d" % (node.lineNo())
152 # nb_instances_tests, node.lineNo(), mem2 - mem)
282 nb_schemas_tests, node.lineNo(), sections))
285 print "test %d line %d" % (nb_schemas_tests, node.lineNo())
297 print "warning test line %d has more than one <incorrect> example" %(node.lineNo())
303 print "warning test line %d has more than one <correct> example"% (node.lineNo())
306 print "warning <testCase> line %d has no <correct> nor <incorrect> child" % (node.lineNo())

Completed in 387 milliseconds

1 2 3 4 5 67 8 91011>>