HomeSort by relevance Sort by last modified time
    Searched full:lineno (Results 401 - 425 of 2047) sorted by null

<<11121314151617181920>>

  /external/python/cpython3/Lib/idlelib/
browser.py 128 items.append((cl.lineno, s))
180 if hasattr(self.cl, 'lineno'):
181 lineno = self.cl.lineno
182 edit.gotoline(lineno)
188 for name, lineno in self.cl.methods.items():
189 items.append((lineno, name))
  /external/swiftshader/third_party/LLVM/lib/Analysis/
DbgInfoPrinter.cpp 120 std::string &Type, unsigned &LineNo,
133 LineNo = Var.getLineNumber();
144 LineNo = Var.getLineNumber();
155 LineNo = Var.getLineNumber();
174 unsigned LineNo = 0;
176 if (!getLocationInfo(V, DisplayName, Type, LineNo, File, Directory))
191 Out << File << ":" << LineNo << "\n";
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
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/gdb/linux-x86/lib/python2.7/idlelib/
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/darwin-x86/2.7.5/lib/python2.7/idlelib/
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/lib/python2.7/idlelib/
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/python/cpython3/Python/
ast.c 673 loc = PyErr_ProgramTextObject(c->c_filename, LINENO(n));
678 tmp = Py_BuildValue("(OiiN)", c->c_filename, LINENO(n), n->n_col_offset, loc);
955 LINENO(n),
1508 int lineno, col_offset; local
3286 int lineno; local
    [all...]
  /external/freetype/src/bdf/
bdflib.c 234 unsigned long lineno,
527 unsigned long lineno, buf_size; local
548 lineno = 1;
599 FT_ERROR(( "_bdf_readstream: " ERRMSG6, lineno ));
632 error = (*cb)( buf + start, (unsigned long)( end - start ), lineno,
636 error = (*cb)( buf + start, (unsigned long)( end - start ), lineno,
642 lineno += 1;
654 *lno = lineno;
970 unsigned long lineno )
978 FT_UNUSED( lineno ); /* only used in debug mode *
2212 unsigned long lineno = 0; \/* make compiler happy *\/ local
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
VfrFormPkg.cpp 31 IN UINT32 LineNo,
39 mLineNo = LineNo;
77 IN UINT32 LineNo
81 mLineNo = LineNo;
425 IN UINT32 LineNo,
431 pNew = new SPendingAssign (Key, ValAddr, ValLen, LineNo, Msg);
560 IN UINT32 LineNo,
591 IN UINT32 LineNo,
604 if (LineNo == 0) {
610 LineNo = Prev->mLineNo;
    [all...]
  /external/python/cpython3/Lib/
shlex.py 49 self.lineno = 1
78 self.filestack.appendleft((self.infile, self.instream, self.lineno))
81 self.lineno = 1
91 (self.infile, self.instream, self.lineno) = self.filestack.popleft()
94 % (self.instream, self.lineno))
138 self.lineno += 1
158 self.lineno += 1
228 self.lineno += 1
283 def error_leader(self, infile=None, lineno=None):
287 if lineno is None
    [all...]
  /external/autotest/contrib/
coverage.py 128 lineno = node.lineno
131 if lineno and f:
132 lineno = min(lineno, f)
134 lineno = lineno or f
135 return lineno
139 lineno = node.lineno
    [all...]
  /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())
check-xsddata-test-suite.py 84 print "instance line %d" % (node.lineNo())
96 nb_instances_tests, node.lineNo())
137 print "instance line %d" % (node.lineNo())
150 # nb_instances_tests, node.lineNo())
280 nb_schemas_tests, node.lineNo(), sections))
283 print "test %d line %d" % (nb_schemas_tests, node.lineNo())
295 print "warning test line %d has more than one <incorrect> example" %(node.lineNo())
301 print "warning test line %d has more than one <correct> example"% (node.lineNo())
304 print "warning <testCase> line %d has no <correct> nor <incorrect> child" % (node.lineNo())
  /art/tools/checker/file_format/checker/
struct.py 65 new_assertion.fileName, new_assertion.lineNo)
80 def __init__(self, parent, variant, originalText, lineNo):
86 self.lineNo = lineNo
99 Logger.fail("CHECK-NOT lines cannot define variables", self.fileName, self.lineNo)
  /development/tools/findunused/
find_unused_resources.rb 97 @@globalJavaIdUses[id] = FilePosition.new(filename, file.lineno)
116 strings[id] = FilePosition.new(filename, file.lineno)
119 layouts[id] = FilePosition.new(filename, file.lineno)
123 xmlIdUses[id] = FilePosition.new(filename, file.lineno)
136 xmlIdUses[id] = FilePosition.new(filename, file.lineno)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/
h2py.py 114 lineno = 0
118 lineno = lineno + 1
125 lineno = lineno + 1
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/AutoGen/
IdfClassObject.py 97 LineNo = GetLineNo(FileIn, Line, False)
99 EdkLogger.error("Image Definition File Parser", PARSER_ERROR, 'The %s in Line %s of File %s is invalid.' % (Line, LineNo, File.Path))
105 EdkLogger.error("Image Definition File Parser", PARSER_ERROR, 'The format is not match #image IMAGE_ID [TRANSPARENT] ImageFileName in Line %s of File %s.' % (LineNo, File.Path))
107 EdkLogger.error("Image Definition File Parser", PARSER_ERROR, 'Please use the keyword "TRANSPARENT" to describe the transparency setting in Line %s of File %s.' % (LineNo, File.Path))
114 EdkLogger.error("Image Definition File Parser", PARSER_ERROR, 'The %s in Line %s of File %s is already defined.' % (LineDetails[1], LineNo, File.Path))
  /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/
InfDefineSectionParser.py 80 LineNo = Line[1]
86 LineInfo[1] = LineNo
143 Name, Value = MacroParser((LineContent, LineNo),
155 (FileName, LineContent, LineNo),
182 InfDefMemberObj.CurrentLine.SetLineNo(LineNo)
InfParserMisc.py 70 # @param LineInfo Contain information of FileName, LineContent, LineNo
83 LineNo = LineInfo[2]
89 NewLineInfo = (FileName, LineNo, LineContent)
97 (LineContent, LineNo),
106 (LineContent, LineNo),
  /external/libmojo/third_party/jinja2/
exceptions.py 84 def __init__(self, message, lineno, name=None, filename=None):
86 self.lineno = lineno
101 location = 'line %d' % self.lineno
110 line = self.source.splitlines()[self.lineno - 1]
  /external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/
Node.java 36 int lineno; field in class:Node
46 void set(String kind, List<Node> components, int lineno) {
49 this.lineno = lineno;
190 System.err.println(Main.specSource + ":" + lineno + ": " +

Completed in 969 milliseconds

<<11121314151617181920>>