/toolchain/binutils/binutils-2.25/gas/testsuite/gas/mips/ |
lineno.d | 17 .*lineno.s:16 19 .*lineno.s:17 21 .*lineno.s:18 23 .*lineno.s:19 25 .*lineno.s:20 28 .*lineno.s:21 30 .*lineno.s:22 32 .*lineno.s:23 34 .*lineno.s:24 36 .*lineno.s:2 [all...] |
/build/kati/ |
loc.h | 24 : filename(0), lineno(-1) {} 26 : filename(f), lineno(l) { 30 int lineno; member in struct:Loc 33 #define LOCF(x) (x).filename, (x).lineno
|
/prebuilts/gdb/darwin-x86/lib/python2.7/lib2to3/pgen2/ |
conv.py | 68 lineno = 0 70 lineno += 1 73 print "%s(%s): can't parse %s" % (filename, lineno, 118 lineno = 0 121 lineno, line = lineno+1, f.next() 122 assert line == '#include "pgenheaders.h"\n', (lineno, line) 123 lineno, line = lineno+1, f.next() 124 assert line == '#include "grammar.h"\n', (lineno, line [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/lib2to3/pgen2/ |
conv.py | 68 lineno = 0 70 lineno += 1 73 print "%s(%s): can't parse %s" % (filename, lineno, 118 lineno = 0 121 lineno, line = lineno+1, f.next() 122 assert line == '#include "pgenheaders.h"\n', (lineno, line) 123 lineno, line = lineno+1, f.next() 124 assert line == '#include "grammar.h"\n', (lineno, line [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
conv.py | 68 lineno = 0 70 lineno += 1 73 print "%s(%s): can't parse %s" % (filename, lineno, 118 lineno = 0 121 lineno, line = lineno+1, f.next() 122 assert line == '#include "pgenheaders.h"\n', (lineno, line) 123 lineno, line = lineno+1, f.next() 124 assert line == '#include "grammar.h"\n', (lineno, line [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/lib2to3/pgen2/ |
conv.py | 68 lineno = 0 70 lineno += 1 73 print "%s(%s): can't parse %s" % (filename, lineno, 118 lineno = 0 121 lineno, line = lineno+1, f.next() 122 assert line == '#include "pgenheaders.h"\n', (lineno, line) 123 lineno, line = lineno+1, f.next() 124 assert line == '#include "grammar.h"\n', (lineno, line [all...] |
/external/libpng/scripts/ |
dfn.awk | 75 lineno=FNR 76 if (lineno == "") lineno=NR 79 print "line", lineno ": processing failed:" 119 print "line", lineno, ": internal error:", orig 136 print "line", lineno ": unbalanced @\" ... \"@ pair" 160 print "line", lineno ": unterminated PNG_DFN string" 181 print "line", lineno ": missing sort field:", line
|
/toolchain/binutils/binutils-2.25/ld/ |
genscrba.sh | 12 local lineno=$[${BASH_LINENO[0]} + 1] 13 echo >> e${EMULATION_NAME}.c "#line $lineno \"$em_script\""
|
/external/opencv3/3rdparty/jinja2/ |
parser.py | 44 def fail(self, msg, lineno=None, exc=TemplateSyntaxError): 49 if lineno is None: 50 lineno = self.stream.current.lineno 51 raise exc(msg, lineno, self.name, self.filename) 53 def _fail_ut_eof(self, name, end_token_stack, lineno): 82 self.fail(' '.join(message), lineno) 84 def fail_unknown_tag(self, name, lineno=None): 89 return self._fail_ut_eof(name, self._end_token_stack, lineno) 91 def fail_eof(self, end_tokens=None, lineno=None) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/ |
FormatParagraph.py | 82 lineno, col = map(int, mark.split(".")) 83 line = text.get("%d.0" % lineno, "%d.0 lineend" % lineno) 84 while text.compare("%d.0" % lineno, "<", "end") and is_all_white(line): 85 lineno = lineno + 1 86 line = text.get("%d.0" % lineno, "%d.0 lineend" % lineno) 87 first_lineno = lineno 92 lineno = lineno + [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/idlelib/ |
FormatParagraph.py | 82 lineno, col = map(int, mark.split(".")) 83 line = text.get("%d.0" % lineno, "%d.0 lineend" % lineno) 84 while text.compare("%d.0" % lineno, "<", "end") and is_all_white(line): 85 lineno = lineno + 1 86 line = text.get("%d.0" % lineno, "%d.0 lineend" % lineno) 87 first_lineno = lineno 92 lineno = lineno + [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/ |
FormatParagraph.py | 82 lineno, col = map(int, mark.split(".")) 83 line = text.get("%d.0" % lineno, "%d.0 lineend" % lineno) 84 while text.compare("%d.0" % lineno, "<", "end") and is_all_white(line): 85 lineno = lineno + 1 86 line = text.get("%d.0" % lineno, "%d.0 lineend" % lineno) 87 first_lineno = lineno 92 lineno = lineno + [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/ |
FormatParagraph.py | 82 lineno, col = map(int, mark.split(".")) 83 line = text.get("%d.0" % lineno, "%d.0 lineend" % lineno) 84 while text.compare("%d.0" % lineno, "<", "end") and is_all_white(line): 85 lineno = lineno + 1 86 line = text.get("%d.0" % lineno, "%d.0 lineend" % lineno) 87 first_lineno = lineno 92 lineno = lineno + [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/compiler/ |
ast.py | 54 def __init__(self, leftright, lineno=None): 57 self.lineno = lineno 69 def __init__(self, nodes, lineno=None): 71 self.lineno = lineno 85 def __init__(self, expr, attrname, flags, lineno=None): 89 self.lineno = lineno 101 def __init__(self, nodes, lineno=None) [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/compiler/ |
ast.py | 54 def __init__(self, leftright, lineno=None): 57 self.lineno = lineno 69 def __init__(self, nodes, lineno=None): 71 self.lineno = lineno 85 def __init__(self, expr, attrname, flags, lineno=None): 89 self.lineno = lineno 101 def __init__(self, nodes, lineno=None) [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/compiler/ |
ast.py | 54 def __init__(self, leftright, lineno=None): 57 self.lineno = lineno 69 def __init__(self, nodes, lineno=None): 71 self.lineno = lineno 85 def __init__(self, expr, attrname, flags, lineno=None): 89 self.lineno = lineno 101 def __init__(self, nodes, lineno=None) [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/compiler/ |
ast.py | 54 def __init__(self, leftright, lineno=None): 57 self.lineno = lineno 69 def __init__(self, nodes, lineno=None): 71 self.lineno = lineno 85 def __init__(self, expr, attrname, flags, lineno=None): 89 self.lineno = lineno 101 def __init__(self, nodes, lineno=None) [all...] |
/prebuilts/gdb/darwin-x86/lib/python2.7/ |
warnings.py | 24 def _show_warning(message, category, filename, lineno, file=None, line=None): 29 file.write(formatwarning(message, category, filename, lineno, line)) 36 def formatwarning(message, category, filename, lineno, line=None): 38 s = "%s:%s: %s: %s\n" % (filename, lineno, category.__name__, message) 39 line = linecache.getline(filename, lineno) if line is None else line 45 def filterwarnings(action, message="", category=Warning, module="", lineno=0, 54 'lineno' -- an integer line number, 0 matches all warnings 65 assert isinstance(lineno, int) and lineno >= 0, \ 66 "lineno must be an int >= 0 [all...] |
/prebuilts/gdb/linux-x86/lib/python2.7/ |
warnings.py | 24 def _show_warning(message, category, filename, lineno, file=None, line=None): 29 file.write(formatwarning(message, category, filename, lineno, line)) 36 def formatwarning(message, category, filename, lineno, line=None): 38 s = "%s:%s: %s: %s\n" % (filename, lineno, category.__name__, message) 39 line = linecache.getline(filename, lineno) if line is None else line 45 def filterwarnings(action, message="", category=Warning, module="", lineno=0, 54 'lineno' -- an integer line number, 0 matches all warnings 65 assert isinstance(lineno, int) and lineno >= 0, \ 66 "lineno must be an int >= 0 [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
warnings.py | 24 def _show_warning(message, category, filename, lineno, file=None, line=None): 29 file.write(formatwarning(message, category, filename, lineno, line)) 36 def formatwarning(message, category, filename, lineno, line=None): 38 s = "%s:%s: %s: %s\n" % (filename, lineno, category.__name__, message) 39 line = linecache.getline(filename, lineno) if line is None else line 45 def filterwarnings(action, message="", category=Warning, module="", lineno=0, 54 'lineno' -- an integer line number, 0 matches all warnings 65 assert isinstance(lineno, int) and lineno >= 0, \ 66 "lineno must be an int >= 0 [all...] |
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
warnings.py | 24 def _show_warning(message, category, filename, lineno, file=None, line=None): 29 file.write(formatwarning(message, category, filename, lineno, line)) 36 def formatwarning(message, category, filename, lineno, line=None): 38 s = "%s:%s: %s: %s\n" % (filename, lineno, category.__name__, message) 39 line = linecache.getline(filename, lineno) if line is None else line 45 def filterwarnings(action, message="", category=Warning, module="", lineno=0, 54 'lineno' -- an integer line number, 0 matches all warnings 65 assert isinstance(lineno, int) and lineno >= 0, \ 66 "lineno must be an int >= 0 [all...] |
/prebuilts/go/darwin-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
obj.go | 18 // an incrementing count of lines processed in any input file and typically named lineno, 24 // In typical use, the virtual lineno begins at 1, and file line numbers also begin at 1, 26 // - calls to Push, Update, and Pop must be monotonically increasing in lineno 45 Lineno int // virtual line number where this entry takes effect 48 FileLine int // line number in file at Lineno 53 func (stk *LineStack) fileLineAt(lineno int) int { 54 return stk.FileLine + lineno - stk.Lineno 61 Start int // starting lineno 66 func (h *LineHist) startRange(lineno int, top *LineStack) [all...] |
/prebuilts/go/darwin-x86/src/cmd/internal/obj/ |
obj.go | 15 // an incrementing count of lines processed in any input file and typically named lineno, 21 // In typical use, the virtual lineno begins at 1, and file line numbers also begin at 1, 23 // - calls to Push, Update, and Pop must be monotonically increasing in lineno 42 Lineno int // virtual line number where this entry takes effect 45 FileLine int // line number in file at Lineno 50 func (stk *LineStack) fileLineAt(lineno int) int { 51 return stk.FileLine + lineno - stk.Lineno 58 Start int // starting lineno 63 func (h *LineHist) startRange(lineno int, top *LineStack) [all...] |
/prebuilts/go/linux-x86/pkg/bootstrap/src/bootstrap/internal/obj/ |
obj.go | 18 // an incrementing count of lines processed in any input file and typically named lineno, 24 // In typical use, the virtual lineno begins at 1, and file line numbers also begin at 1, 26 // - calls to Push, Update, and Pop must be monotonically increasing in lineno 45 Lineno int // virtual line number where this entry takes effect 48 FileLine int // line number in file at Lineno 53 func (stk *LineStack) fileLineAt(lineno int) int { 54 return stk.FileLine + lineno - stk.Lineno 61 Start int // starting lineno 66 func (h *LineHist) startRange(lineno int, top *LineStack) [all...] |
/prebuilts/go/linux-x86/src/cmd/internal/obj/ |
obj.go | 15 // an incrementing count of lines processed in any input file and typically named lineno, 21 // In typical use, the virtual lineno begins at 1, and file line numbers also begin at 1, 23 // - calls to Push, Update, and Pop must be monotonically increasing in lineno 42 Lineno int // virtual line number where this entry takes effect 45 FileLine int // line number in file at Lineno 50 func (stk *LineStack) fileLineAt(lineno int) int { 51 return stk.FileLine + lineno - stk.Lineno 58 Start int // starting lineno 63 func (h *LineHist) startRange(lineno int, top *LineStack) [all...] |