| /external/python/cpython2/Tools/scripts/ |
| fixcid.py | 135 lineno = 0 140 lineno = lineno + 1 145 lineno = lineno + 1 157 lineno = 0 161 rep(repr(lineno) + '\n') 284 lineno = 0 288 lineno = lineno + [all...] |
| /external/python/cpython3/Tools/scripts/ |
| fixcid.py | 135 lineno = 0 140 lineno = lineno + 1 145 lineno = lineno + 1 157 lineno = 0 161 rep(repr(lineno) + '\n') 284 lineno = 0 288 lineno = lineno + [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| bdb.py | 125 lineno = frame.f_lineno
126 if not lineno in self.breaks[filename]:
129 lineno = frame.f_code.co_firstlineno
130 if not lineno in self.breaks[filename]:
134 (bp, flag) = effective(filename, lineno, frame)
234 # Set_break prints out the breakpoint line and file:lineno.
238 def set_break(self, filename, lineno, temporary=0, cond = None,
242 line = linecache.getline(filename, lineno)
245 lineno)
249 if not lineno in list: [all...] |
| netrc.py | 12 def __init__(self, msg, filename=None, lineno=None):
14 self.lineno = lineno
19 return "%s (%s, line %s)" % (self.msg, self.filename, self.lineno)
67 "bad toplevel token %r" % tt, file, lexer.lineno)
85 file, lexer.lineno)
94 file, lexer.lineno)
|
| /external/python/cpython2/Lib/ |
| bdb.py | 130 lineno = frame.f_lineno 131 if not lineno in self.breaks[filename]: 134 lineno = frame.f_code.co_firstlineno 135 if not lineno in self.breaks[filename]: 139 (bp, flag) = effective(filename, lineno, frame) 247 # Set_break prints out the breakpoint line and file:lineno. 251 def set_break(self, filename, lineno, temporary=0, cond = None, 255 line = linecache.getline(filename, lineno) 258 lineno) 262 if not lineno in list [all...] |
| /external/python/cpython3/Lib/ |
| traceback.py | 227 - :attr:`lineno` The line within filename for the frame that was 237 __slots__ = ('filename', 'lineno', 'name', '_line', 'locals') 239 def __init__(self, filename, lineno, name, *, lookup_line=True, 251 self.lineno = lineno 262 self.lineno == other.lineno and 266 return (self.filename, self.lineno, self.name, self.line) == other 270 return (self.filename, self.lineno, self.name, self.line)[pos] 273 return iter([self.filename, self.lineno, self.name, self.line] [all...] |
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| bdb.py | 130 lineno = frame.f_lineno 131 if not lineno in self.breaks[filename]: 134 lineno = frame.f_code.co_firstlineno 135 if not lineno in self.breaks[filename]: 139 (bp, flag) = effective(filename, lineno, frame) 247 # Set_break prints out the breakpoint line and file:lineno. 251 def set_break(self, filename, lineno, temporary=0, cond = None, 255 line = linecache.getline(filename, lineno) 258 lineno) 262 if not lineno in list [all...] |
| netrc.py | 12 def __init__(self, msg, filename=None, lineno=None): 14 self.lineno = lineno 19 return "%s (%s, line %s)" % (self.msg, self.filename, self.lineno) 67 "bad toplevel token %r" % tt, file, lexer.lineno) 85 file, lexer.lineno) 94 file, lexer.lineno)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| bdb.py | 130 lineno = frame.f_lineno 131 if not lineno in self.breaks[filename]: 134 lineno = frame.f_code.co_firstlineno 135 if not lineno in self.breaks[filename]: 139 (bp, flag) = effective(filename, lineno, frame) 247 # Set_break prints out the breakpoint line and file:lineno. 251 def set_break(self, filename, lineno, temporary=0, cond = None, 255 line = linecache.getline(filename, lineno) 258 lineno) 262 if not lineno in list [all...] |
| netrc.py | 12 def __init__(self, msg, filename=None, lineno=None): 14 self.lineno = lineno 19 return "%s (%s, line %s)" % (self.msg, self.filename, self.lineno) 67 "bad toplevel token %r" % tt, file, lexer.lineno) 85 file, lexer.lineno) 94 file, lexer.lineno)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| bdb.py | 130 lineno = frame.f_lineno 131 if not lineno in self.breaks[filename]: 134 lineno = frame.f_code.co_firstlineno 135 if not lineno in self.breaks[filename]: 139 (bp, flag) = effective(filename, lineno, frame) 247 # Set_break prints out the breakpoint line and file:lineno. 251 def set_break(self, filename, lineno, temporary=0, cond = None, 255 line = linecache.getline(filename, lineno) 258 lineno) 262 if not lineno in list [all...] |
| netrc.py | 12 def __init__(self, msg, filename=None, lineno=None): 14 self.lineno = lineno 19 return "%s (%s, line %s)" % (self.msg, self.filename, self.lineno) 67 "bad toplevel token %r" % tt, file, lexer.lineno) 85 file, lexer.lineno) 94 file, lexer.lineno)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| bdb.py | 130 lineno = frame.f_lineno 131 if not lineno in self.breaks[filename]: 134 lineno = frame.f_code.co_firstlineno 135 if not lineno in self.breaks[filename]: 139 (bp, flag) = effective(filename, lineno, frame) 247 # Set_break prints out the breakpoint line and file:lineno. 251 def set_break(self, filename, lineno, temporary=0, cond = None, 255 line = linecache.getline(filename, lineno) 258 lineno) 262 if not lineno in list [all...] |
| netrc.py | 12 def __init__(self, msg, filename=None, lineno=None): 14 self.lineno = lineno 19 return "%s (%s, line %s)" % (self.msg, self.filename, self.lineno) 67 "bad toplevel token %r" % tt, file, lexer.lineno) 85 file, lexer.lineno) 94 file, lexer.lineno)
|
| /external/libnfnetlink/ |
| configure | 195 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 196 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 411 # as_fn_error STATUS ERROR [LINENO LOG_FD] 413 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 414 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 421 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 473 as_lineno_1=$LINENO as_lineno_1a=$LINENO [all...] |
| /external/libcap-ng/libcap-ng-0.7/ |
| configure | 172 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 173 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 376 # as_fn_error STATUS ERROR [LINENO LOG_FD] 378 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 379 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 386 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 438 as_lineno_1=$LINENO as_lineno_1a=$LINENO [all...] |
| /external/libexif/ |
| 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 378 # as_fn_error STATUS ERROR [LINENO LOG_FD] 380 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 381 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 388 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 440 as_lineno_1=$LINENO as_lineno_1a=$LINENO [all...] |
| /device/linaro/bootloader/edk2/BaseTools/Source/Python/UPT/Parser/ |
| InfSectionParser.py | 66 def GetSpecialStr2(ItemList, FileName, LineNo, SectionString):
85 Line=LineNo,
97 % (SectionString), File=FileName, Line=LineNo, ExtraData=SectionString)
106 % (SectionString), File=FileName, Line=LineNo, ExtraData=SectionString)
151 def GetArch(ItemList, ArchList, FileName, LineNo, SectionString):
169 Line=LineNo,
292 def SectionHeaderParser(self, SectionString, FileName, LineNo):
310 Line=LineNo,
323 Line=LineNo,
331 Line=LineNo,
[all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Parser/ |
| parsetok.c | 117 warn(const char *msg, const char *filename, int lineno)
121 PySys_WriteStderr(msg, filename, lineno);
198 PyParser_AddToken(ps, (int)type, str, tok->lineno, col_offset,
221 if (tok->lineno <= 1 && tok->done == E_EOF)
223 err_ret->lineno = tok->lineno;
277 err_ret->lineno = 0;
|
| /external/llvm/test/DebugInfo/X86/ |
| debug-macro.ll | 21 ; CHECK-MACRO-NEXT: DW_MACINFO_define - lineno: 0 macro: NameCMD ValueCMD 22 ; CHECK-MACRO-NEXT: DW_MACINFO_start_file - lineno: 0 filenum: 1 23 ; CHECK-MACRO-NEXT: DW_MACINFO_start_file - lineno: 9 filenum: 2 24 ; CHECK-MACRO-NEXT: DW_MACINFO_define - lineno: 1 macro: NameDef Value 25 ; CHECK-MACRO-NEXT: DW_MACINFO_undef - lineno: 11 macro: NameUndef 27 ; CHECK-MACRO-NEXT: DW_MACINFO_undef - lineno: 10 macro: NameUndef2 29 ; CHECK-MACRO-NEXT: DW_MACINFO_start_file - lineno: 0 filenum: 1
|
| /external/python/cpython2/Lib/idlelib/ |
| StackViewer.py | 65 frame, lineno = self.info 73 sourceline = linecache.getline(filename, lineno) 76 item = "%s, line %d: %s" % (modname, lineno, sourceline) 79 lineno, sourceline) 83 frame, lineno = self.info 94 frame, lineno = self.info 97 self.flist.gotofileline(filename, lineno)
|
| /external/python/cpython2/Parser/ |
| parsetok.c | 117 warn(const char *msg, const char *filename, int lineno) 121 PySys_WriteStderr(msg, filename, lineno); 198 PyParser_AddToken(ps, (int)type, str, tok->lineno, col_offset, 221 if (tok->lineno <= 1 && tok->done == E_EOF) 223 err_ret->lineno = tok->lineno; 277 err_ret->lineno = 0;
|
| /external/python/cpython3/Lib/idlelib/ |
| stackviewer.py | 67 frame, lineno = self.info 75 sourceline = linecache.getline(filename, lineno) 78 item = "%s, line %d: %s" % (modname, lineno, sourceline) 81 lineno, sourceline) 85 frame, lineno = self.info 96 frame, lineno = self.info 99 self.flist.gotofileline(filename, lineno)
|
| /external/selinux/libselinux/src/ |
| label_x.c | 36 unsigned lineno, struct selabel_handle *rec) 53 lineno); 80 path, lineno, type); 106 unsigned int lineno, pass, maxnspec; local 142 lineno = 0; 146 if (process_line(path, line_buf, pass, ++lineno, rec)) 149 lineno = 0;
|
| /external/swiftshader/third_party/LLVM/include/llvm/Analysis/ |
| DIBuilder.h | 136 /// @param LineNo Line number. 139 unsigned LineNo, DIDescriptor Context); 158 /// @param LineNo Line number. 165 unsigned LineNo, uint64_t SizeInBits, 173 /// @param LineNo Line number. 185 unsigned LineNo, uint64_t SizeInBits, 197 /// @param LineNo Line number. 219 /// @param LineNo Line number. 234 /// @param LineNo Line number. 251 /// @param LineNo Line number [all...] |