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

1 2 3 4 5 6 7 8 91011>>

  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/
refactor.py 568 lineno = 0
570 lineno += 1
575 block_lineno = lineno
595 def refactor_doctest(self, block, lineno, indent, filename):
604 tree = self.parse_block(block, lineno, indent)
610 filename, lineno, err.__class__.__name__, err)
615 clipped, new = new[:lineno-1], new[lineno-1:]
616 assert clipped == [u"\n"] * (lineno-1), clipped
647 def parse_block(self, block, lineno, indent)
    [all...]
fixer_base.py 132 lineno = node.get_lineno()
136 self.log_message(msg % (lineno, for_output))
147 lineno = node.get_lineno()
148 self.log_message("Line %d: %s" % (lineno, reason))
  /external/sepolicy/tools/
insertkeys.py 37 lineNo = 1
46 "line: " + str(lineNo))
54 + str(lineNo))
83 sys.exit("Detected erroneous line \""+ line + "\" on " + str(lineNo)
96 lineNo = lineNo + 1
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
ConfigParser.py 213 def append(self, lineno, line):
214 self.errors.append((lineno, line))
215 self.message += '\n\t[line %2d]: %s' % (lineno, line)
220 def __init__(self, filename, lineno, line):
224 (filename, lineno, line))
226 self.lineno = lineno
228 self.args = (filename, lineno, line)
476 lineno = 0
482 lineno = lineno +
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
ConfigParser.py 213 def append(self, lineno, line):
214 self.errors.append((lineno, line))
215 self.message += '\n\t[line %2d]: %s' % (lineno, line)
220 def __init__(self, filename, lineno, line):
224 (filename, lineno, line))
226 self.lineno = lineno
228 self.args = (filename, lineno, line)
476 lineno = 0
482 lineno = lineno +
    [all...]
  /external/expat/tests/
minicheck.c 92 _check_set_test_info(char const *function, char const *filename, int lineno)
95 _check_current_lineno = lineno;
minicheck.h 68 char const *filename, int lineno);
  /external/linux-tools-perf/src/tools/perf/util/
dwarf-aux.h 35 const char **fname, int *lineno);
95 typedef int (* line_walk_callback_t) (const char *fname, int lineno,
  /external/selinux/libselinux/src/
matchpathcon.c 89 static int default_canoncon(const char *path, unsigned lineno, char **context)
95 if (lineno)
97 lineno, *context);
530 const char *path, unsigned lineno)
536 rc = myinvalidcon(path, lineno, *ctx);
538 rc = mycanoncon(path, lineno, ctx);
542 if (lineno) {
545 path, lineno, *ctx);
label_internal.h 97 const char *path, unsigned lineno) hidden;
  /external/tcpdump/
print-esp.c 314 const char *file, int lineno)
334 file, lineno);
348 file, lineno);
378 const char *file, int lineno)
404 int lineno=0; local
415 lineno++;
423 esp_print_decode_onesecret(ndo, fileline, filename, lineno);
431 esp_print_decode_ikeline(ndo, line, file, lineno);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
RemoteDebugger.py 112 def set_break(self, filename, lineno):
113 msg = self.idb.set_break(filename, lineno)
116 def clear_break(self, filename, lineno):
117 msg = self.idb.clear_break(filename, lineno)
326 def set_break(self, filename, lineno):
327 msg = self.call("set_break", filename, lineno)
330 def clear_break(self, filename, lineno):
331 msg = self.call("clear_break", filename, lineno)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/json/
decoder.py 28 lineno = doc.count('\n', 0, pos) + 1
29 if lineno == 1:
33 return lineno, colno
38 lineno, colno = linecol(doc, pos)
41 return fmt.format(msg, lineno, colno, pos)
43 #return fmt % (msg, lineno, colno, pos)
46 return fmt.format(msg, lineno, colno, endlineno, endcolno, pos, end)
48 #return fmt % (msg, lineno, colno, endlineno, endcolno, pos, end)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
RemoteDebugger.py 112 def set_break(self, filename, lineno):
113 msg = self.idb.set_break(filename, lineno)
116 def clear_break(self, filename, lineno):
117 msg = self.idb.clear_break(filename, lineno)
326 def set_break(self, filename, lineno):
327 msg = self.call("set_break", filename, lineno)
330 def clear_break(self, filename, lineno):
331 msg = self.call("clear_break", filename, lineno)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/json/
decoder.py 28 lineno = doc.count('\n', 0, pos) + 1
29 if lineno == 1:
33 return lineno, colno
38 lineno, colno = linecol(doc, pos)
41 return fmt.format(msg, lineno, colno, pos)
43 #return fmt % (msg, lineno, colno, pos)
46 return fmt.format(msg, lineno, colno, endlineno, endcolno, pos, end)
48 #return fmt % (msg, lineno, colno, endlineno, endcolno, pos, end)
  /external/lldb/www/python_reference/
lldb.formatters-pysrc.html 61 <a name="L1"></a><tt class="py-lineno">1</tt> <tt class="py-line"><tt class="py-name">__all__</tt> <tt class="py-op">=</tt> <tt class="py-op">[</tt><tt class="py-string">"cache"</tt><tt class="py-op">,</tt> <tt class="py-string">"metrics"</tt><tt class="py-op">,</tt> <tt class="py-string">"attrib_fromdict"</tt><tt class="py-op">,</tt> <tt class="py-string">"Logger"</tt><tt class="py-op">]</tt> </tt>
62 <a name="L2"></a><tt class="py-lineno">2</tt> <tt class="py-line"><tt class="py-keyword">for</tt> <tt id="link-0" class="py-name" targets="Variable lldb.formatters.cpp.x=lldb.formatters.cpp-module.html#x,Variable lldb.formatters.x=lldb.formatters-module.html#x,Variable lldb.utils.x=lldb.utils-module.html#x"><a title="lldb.formatters.cpp.x
65 <a name="L3"></a><tt class="py-lineno">3</tt> <tt class="py-line"> <tt class="py-name">__import__</tt><tt class="py-op">(</tt><tt class="py-string">'lldb.formatters.'</tt><tt class="py-op">+</tt><tt id="link-1" class="py-name"><a title="lldb.formatters.cpp.x
68 <a name="L4"></a><tt class="py-lineno">4</tt> <tt class="py-line"> </tt><script type="text/javascript">
lldb.formatters.cpp-pysrc.html 62 <a name="L1"></a><tt class="py-lineno">1</tt> <tt class="py-line"><tt class="py-name">__all__</tt> <tt class="py-op">=</tt> <tt class="py-op">[</tt><tt class="py-string">"gnu_libstdcpp"</tt><tt class="py-op">,</tt> <tt class="py-string">"libcxx"</tt><tt class="py-op">]</tt> </tt>
63 <a name="L2"></a><tt class="py-lineno">2</tt> <tt class="py-line"><tt class="py-keyword">for</tt> <tt id="link-0" class="py-name" targets="Variable lldb.formatters.cpp.x=lldb.formatters.cpp-module.html#x,Variable lldb.formatters.x=lldb.formatters-module.html#x,Variable lldb.utils.x=lldb.utils-module.html#x"><a title="lldb.formatters.cpp.x
66 <a name="L3"></a><tt class="py-lineno">3</tt> <tt class="py-line"> <tt class="py-name">__import__</tt><tt class="py-op">(</tt><tt class="py-string">'lldb.formatters.cpp.'</tt><tt class="py-op">+</tt><tt id="link-1" class="py-name"><a title="lldb.formatters.cpp.x
69 <a name="L4"></a><tt class="py-lineno">4</tt> <tt class="py-line"> </tt><script type="text/javascript">
lldb.runtime-pysrc.html 61 <a name="L1"></a><tt class="py-lineno">1</tt> <tt class="py-line"><tt class="py-name">__all__</tt> <tt class="py-op">=</tt> <tt class="py-op">[</tt><tt class="py-op">]</tt> </tt>
62 <a name="L2"></a><tt class="py-lineno">2</tt> <tt class="py-line"><tt class="py-keyword">for</tt> <tt id="link-0" class="py-name" targets="Variable lldb.formatters.cpp.x=lldb.formatters.cpp-module.html#x,Variable lldb.formatters.x=lldb.formatters-module.html#x,Variable lldb.utils.x=lldb.utils-module.html#x"><a title="lldb.formatters.cpp.x
65 <a name="L3"></a><tt class="py-lineno">3</tt> <tt class="py-line"> <tt class="py-name">__import__</tt><tt class="py-op">(</tt><tt class="py-string">'lldb.runtime.'</tt><tt class="py-op">+</tt><tt id="link-1" class="py-name"><a title="lldb.formatters.cpp.x
68 <a name="L4"></a><tt class="py-lineno">4</tt> <tt class="py-line"> </tt><script type="text/javascript">
lldb.utils-pysrc.html 61 <a name="L1"></a><tt class="py-lineno">1</tt> <tt class="py-line"><tt class="py-name">__all__</tt> <tt class="py-op">=</tt> <tt class="py-op">[</tt><tt class="py-string">"symbolication"</tt><tt class="py-op">]</tt> </tt>
62 <a name="L2"></a><tt class="py-lineno">2</tt> <tt class="py-line"><tt class="py-keyword">for</tt> <tt id="link-0" class="py-name" targets="Variable lldb.formatters.cpp.x=lldb.formatters.cpp-module.html#x,Variable lldb.formatters.x=lldb.formatters-module.html#x,Variable lldb.utils.x=lldb.utils-module.html#x"><a title="lldb.formatters.cpp.x
65 <a name="L3"></a><tt class="py-lineno">3</tt> <tt class="py-line"> <tt class="py-name">__import__</tt><tt class="py-op">(</tt><tt class="py-string">'lldb.utils.'</tt><tt class="py-op">+</tt><tt id="link-1" class="py-name"><a title="lldb.formatters.cpp.x
68 <a name="L4"></a><tt class="py-lineno">4</tt> <tt class="py-line"> </tt><script type="text/javascript">
  /external/llvm/lib/Support/
SpecialCaseList.cpp 91 int LineNo = 1;
92 for (auto I = Lines.begin(), E = Lines.end(); I != E; ++I, ++LineNo) {
101 Error = (Twine("malformed line ") + Twine(LineNo) + ": '" +
126 Error = (Twine("malformed regex in line ") + Twine(LineNo) + ": '" +
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/
fixer_base.py 132 lineno = node.get_lineno()
136 self.log_message(msg % (lineno, for_output))
147 lineno = node.get_lineno()
148 self.log_message("Line %d: %s" % (lineno, reason))
  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 156 bool MoveToLine(unsigned LineNo);
162 void WriteLineInfo(unsigned LineNo, const char *Extra=nullptr,
177 void PrintPPOutputPPCallbacks::WriteLineInfo(unsigned LineNo,
184 OS << "#line" << ' ' << LineNo << ' ' << '"';
188 OS << '#' << ' ' << LineNo << ' ' << '"';
207 bool PrintPPOutputPPCallbacks::MoveToLine(unsigned LineNo) {
210 if (LineNo-CurLine <= 8) {
211 if (LineNo-CurLine == 1)
213 else if (LineNo == CurLine)
217 OS.write(NewLines, LineNo-CurLine)
    [all...]
  /external/toybox/kconfig/
expr.h 22 int lineno; member in struct:file
122 int lineno; member in struct:property
144 int lineno; member in struct:menu
  /external/llvm/lib/IR/
DIBuilder.cpp 258 MDFile *File, unsigned LineNo,
261 LineNo,
587 unsigned Tag, MDScope *Scope, StringRef Name, MDFile *File, unsigned LineNo,
596 VMContext, Tag, cast_or_null<MDLocalScope>(Context), Name, File, LineNo,
627 unsigned LineNo, MDSubroutineType* Ty,
636 LineNo, Ty, isLocalToUnit, isDefinition, ScopeLine,
642 unsigned LineNo, MDSubroutineType* Ty,
651 LinkageName, File, LineNo, Ty,
665 unsigned LineNo, MDSubroutineType* Ty,
672 LinkageName, File, LineNo, Ty
    [all...]
  /external/libxml2/
check-relaxng-test-suite.py 268 nb_schemas_tests, node.lineNo(), sections))
271 print "test %d line %d" % (nb_schemas_tests, node.lineNo())
283 print "warning test line %d has more than one <incorrect> example" %(node.lineNo())
289 print "warning test line %d has more than one <correct> example"% (node.lineNo())
292 print "warning <testCase> line %d has no <correct> nor <incorrect> child" % (node.lineNo())

Completed in 1351 milliseconds

1 2 3 4 5 6 7 8 91011>>