| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ |
| traceback.py | 21 for filename, lineno, name, line in extracted_list: 23 ' File "%s", line %d, in %s' % (filename,lineno,name)) 38 for filename, lineno, name, line in extracted_list: 39 item = ' File "%s", line %d, in %s\n' % (filename,lineno,name) 62 lineno = tb.tb_lineno 67 ' File "%s", line %d, in %s' % (filename, lineno, name)) 69 line = linecache.getline(filename, lineno, f.f_globals) 96 lineno = tb.tb_lineno 101 line = linecache.getline(filename, lineno, f.f_globals) 104 list.append((filename, lineno, name, line) [all...] |
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/ |
| traceback.py | 21 for filename, lineno, name, line in extracted_list: 23 ' File "%s", line %d, in %s' % (filename,lineno,name)) 38 for filename, lineno, name, line in extracted_list: 39 item = ' File "%s", line %d, in %s\n' % (filename,lineno,name) 62 lineno = tb.tb_lineno 67 ' File "%s", line %d, in %s' % (filename, lineno, name)) 69 line = linecache.getline(filename, lineno, f.f_globals) 96 lineno = tb.tb_lineno 101 line = linecache.getline(filename, lineno, f.f_globals) 104 list.append((filename, lineno, name, line) [all...] |
| /external/libnetfilter_conntrack/ |
| 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/python/cpython3/Lib/ |
| bdb.py | 151 lineno = frame.f_lineno 152 if lineno not in self.breaks[filename]: 155 lineno = frame.f_code.co_firstlineno 156 if lineno not in self.breaks[filename]: 160 (bp, flag) = effective(filename, lineno, frame) 207 def set_until(self, frame, lineno=None): 211 if lineno is None: 212 lineno = frame.f_lineno + 1 213 self._set_stopinfo(frame, frame, lineno) 273 # Set_break prints out the breakpoint line and file:lineno [all...] |
| pyclbr.py | 25 lineno -- the line in the file on which the class statement occurred 39 lineno -- the line in the file on which the class statement occurred 55 def __init__(self, module, name, super, file, lineno): 63 self.lineno = lineno 65 def _addmethod(self, name, lineno): 66 self.methods[name] = lineno 70 def __init__(self, module, name, file, lineno): 74 self.lineno = lineno [all...] |
| /toolchain/binutils/binutils-2.27/ |
| configure | 168 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 169 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 357 # as_fn_error ERROR [LINENO LOG_FD] 359 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 360 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 367 $as_echo "$as_me:${as_lineno-$LINENO}: error: $1" >&$3 419 as_lineno_1=$LINENO as_lineno_1a=$LINENO [all...] |
| /frameworks/base/media/mca/ |
| structgen.py | 99 def __init__(self, lineno, message): 100 self.lineno = lineno 104 return "On line %d: %s" % (self.lineno, self.message) 197 lineno = 0 207 self.commandArgAssert(linecomps, 1, lineno) 214 self.commandArgAssert(linecomps, 1, lineno) 217 self.commandArgAssert(linecomps, 1, lineno) 220 self.commandArgAssert(linecomps, 1, lineno) 223 self.commandArgAssert(linecomps, 1, lineno) [all...] |
| /external/fdlibm/ |
| configure | 80 # PATH needs CR, and LINENO needs CR and PATH. 102 as_lineno_1=$LINENO 103 as_lineno_2=$LINENO 141 as_lineno_1=$LINENO 142 as_lineno_2=$LINENO 158 # Create $as_me.lineno as a copy of $as_myself, but with $LINENO 163 # substitution so that $LINENO is not a special case at line end. 171 s,^\(['$as_cr_digits']*\)\(.*\)[$]LINENO\([^'$as_cr_alnum'_]\),\1\2\1\3, 175 ' >$as_me.lineno & [all...] |
| /external/python/cpython2/Modules/_ctypes/libffi/ |
| configure | 197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 414 # as_fn_error STATUS ERROR [LINENO LOG_FD] 416 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 417 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 424 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 476 as_lineno_1=$LINENO as_lineno_1a=$LINENO [all...] |
| /external/python/cpython3/Modules/_ctypes/libffi/ |
| configure | 197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 414 # as_fn_error STATUS ERROR [LINENO LOG_FD] 416 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 417 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 424 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 476 as_lineno_1=$LINENO as_lineno_1a=$LINENO [all...] |
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/ |
| dis.py | 181 Generate pairs (offset, lineno) as described in Python/compile.c.
188 lineno = code.co_firstlineno
192 if lineno != lastlineno:
193 yield (addr, lineno)
194 lastlineno = lineno
196 lineno += line_incr
197 if lineno != lastlineno:
198 yield (addr, lineno)
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| dis.py | 181 Generate pairs (offset, lineno) as described in Python/compile.c.
188 lineno = code.co_firstlineno
192 if lineno != lastlineno:
193 yield (addr, lineno)
194 lastlineno = lineno
196 lineno += line_incr
197 if lineno != lastlineno:
198 yield (addr, lineno)
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/compiler/ |
| compile.py | 45 if err.lineno is not None:
46 print err.lineno
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/scripts/ |
| methfix.py | 91 lineno = 0
95 lineno = lineno + 1
101 if lineno == 1 and g is None and line[:2] == '#!':
114 lineno = lineno + 1
125 lineno = 0
128 rep(repr(lineno) + '\n')
|
| /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
|
| /external/ltp/include/ |
| tst_safe_pthread.h | 35 int safe_pthread_create(const char *file, const int lineno, 41 int safe_pthread_join(const char *file, const int lineno,
|
| /external/protobuf/ |
| configure | 197 as_suggested=" as_lineno_1=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_1a=\$LINENO 198 as_lineno_2=";as_suggested=$as_suggested$LINENO;as_suggested=$as_suggested" as_lineno_2a=\$LINENO 414 # as_fn_error STATUS ERROR [LINENO LOG_FD] 416 # Output "`basename $0`: error: ERROR" to stderr. If LINENO and LOG_FD are 417 # provided, also output the error to LOG_FD, referencing LINENO. Then exit the 424 $as_echo "$as_me:${as_lineno-$LINENO}: error: $2" >&$4 476 as_lineno_1=$LINENO as_lineno_1a=$LINENO [all...] |
| /external/python/cpython2/Lib/ |
| dis.py | 181 Generate pairs (offset, lineno) as described in Python/compile.c. 188 lineno = code.co_firstlineno 192 if lineno != lastlineno: 193 yield (addr, lineno) 194 lastlineno = lineno 196 lineno += line_incr 197 if lineno != lastlineno: 198 yield (addr, lineno)
|
| /external/python/cpython2/Tools/compiler/ |
| compile.py | 45 if err.lineno is not None: 46 print err.lineno
|
| /external/python/cpython2/Tools/scripts/ |
| methfix.py | 91 lineno = 0 95 lineno = lineno + 1 101 if lineno == 1 and g is None and line[:2] == '#!': 114 lineno = lineno + 1 125 lineno = 0 128 rep(repr(lineno) + '\n')
|
| /external/selinux/libselinux/man/man3/ |
| set_matchpathcon_flags.3 | 10 .BI "void set_matchpathcon_invalidcon(int (*" f ")(const char *" path ", unsigned " lineno ", char *" context "));" 45 .I lineno
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/ |
| dis.py | 181 Generate pairs (offset, lineno) as described in Python/compile.c. 188 lineno = code.co_firstlineno 192 if lineno != lastlineno: 193 yield (addr, lineno) 194 lastlineno = lineno 196 lineno += line_incr 197 if lineno != lastlineno: 198 yield (addr, lineno)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/ |
| dis.py | 181 Generate pairs (offset, lineno) as described in Python/compile.c. 188 lineno = code.co_firstlineno 192 if lineno != lastlineno: 193 yield (addr, lineno) 194 lastlineno = lineno 196 lineno += line_incr 197 if lineno != lastlineno: 198 yield (addr, lineno)
|
| /prebuilts/go/darwin-x86/src/cmd/vendor/github.com/google/pprof/internal/report/ |
| source.go | 110 fmt.Fprintf(w, "%10s %10s %6d:%s\n", valueOrDot(fn.Flat, rpt), valueOrDot(fn.Cum, rpt), fn.Info.Lineno, fn.Info.Name) 217 printFunctionSourceLine(w, fn, asm[fn.Info.Lineno], reader, rpt) 257 var lineno = 0 276 lineno = frames[i].Line 283 lineno = an.line 286 if lineno != 0 { 287 if lineno != prevline { 292 prevline = lineno 293 assembly[lineno] = append(assembly[lineno], an [all...] |
| /prebuilts/go/darwin-x86/src/regexp/ |
| exec_test.go | 84 lineno := 0 95 for lineno := 1; scanner.Scan(); lineno++ { 99 t.Fatalf("%s:%d: unexpected blank line", file, lineno) 115 t.Fatalf("%s:%d: unquote %s: %v", file, lineno, line, err) 123 t.Fatalf("%s:%d: out of sync: have %d strings left before %#q", file, lineno, len(input), q) 131 t.Errorf("%s:%d: compile %#q: %v", file, lineno, q, err) 141 t.Fatalf("%s:%d: compile full %#q: %v", file, lineno, full, err) 152 t.Fatalf("%s:%d: out of sync: no input remaining", file, lineno) 166 t.Fatalf("%s:%d: have %d test results, want %d", file, lineno, len(res), len(run) [all...] |