| /external/ltp/testcases/kernel/fs/fs_bind/regression/ |
| test03 | 37 trap 'ERR=$? ; ERR_MSG="caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"; break' ERR 54 trap 'ERR=$? ; tst_resm TWARN "regression/test03: caught error near: ${BASH_SOURCE[0]}:${FUNCNAME[0]}:${LINENO}:$_ (returned ${ERR})"' ERR
|
| /external/oj-libjdwp/make/src/classes/build/tools/jdwpgen/ |
| ReplyNode.java | 35 void set(String kind, List<Node> components, int lineno) { 36 super.set(kind, components, lineno);
|
| /external/ply/ply/test/ |
| yacc_error6.py | 56 print("Line %d: Syntax error at '%s'" % (p.lineno, p.value)) 68 calclex.lexer.lineno=1
|
| yacc_error7.py | 56 print("Line %d: Syntax error at '%s'" % (p.lineno, p.value)) 68 calclex.lexer.lineno=1
|
| /external/python/cpython2/Doc/library/ |
| linecache.rst | 21 .. function:: getline(filename, lineno[, module_globals]) 23 Get line *lineno* from file named *filename*. This function will never raise an
|
| /external/python/cpython2/Lib/hotshot/ |
| stats.py | 30 what, (filename, lineno, funcname), tdelta = event 40 frame = self.new_frame(filename, lineno, funcname)
|
| /external/python/cpython2/Lib/test/ |
| test_compiler.py | 99 # Test that all nodes except Module have a correct lineno attribute. 110 print node.__class__, node.lineno 115 self.assertIsInstance(node.lineno, int, 116 "lineno=%s on %s" % (node.lineno, node.__class__)) 117 self.assertTrue(node.lineno > 0, 118 "lineno=%s on %s" % (node.lineno, node.__class__))
|
| /external/python/cpython3/Lib/asyncio/ |
| coroutines.py | 322 lineno = 0 328 filename, lineno = source 331 % (coro_name, filename, lineno)) 334 % (coro_name, filename, lineno)) 336 lineno = coro_frame.f_lineno 338 % (coro_name, filename, lineno)) 340 lineno = coro_code.co_firstlineno 342 % (coro_name, filename, lineno))
|
| /external/selinux/libsemanage/src/ |
| ibendports_file.c | 100 str, info->filename, info->lineno, info->orig_line); 105 info->filename, info->lineno, info->orig_line);
|
| /external/selinux/python/sepolgen/src/sepolgen/ |
| defaults.py | 35 for lineno, line in enumerate(open(pathname)): 39 raise ValueError("%s:%d: line is not in key = value format" % (pathname, lineno+1))
|
| /external/swiftshader/third_party/LLVM/lib/Support/ |
| SourceMgr.cpp | 92 unsigned LineNo = 1; 103 LineNo = Cache->LineNoOfQuery; 109 if (*Ptr == '\n') ++LineNo; 120 Cache.LineNoOfQuery = LineNo; 121 return LineNo; 212 if (LineNo != -1) { 213 S << ':' << LineNo; 222 if (LineNo != -1 && ColumnNo != -1 && ShowLine) {
|
| /external/tensorflow/tensorflow/contrib/py2tf/pyct/ |
| transformer.py | 51 if source_code and hasattr(node, 'lineno'): 52 self._lineno = node.lineno
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/ |
| stats.py | 30 what, (filename, lineno, funcname), tdelta = event 40 frame = self.new_frame(filename, lineno, funcname)
|
| /prebuilts/gdb/darwin-x86/lib/python2.7/test/ |
| test_compiler.py | 99 # Test that all nodes except Module have a correct lineno attribute. 110 print node.__class__, node.lineno 115 self.assertIsInstance(node.lineno, int, 116 "lineno=%s on %s" % (node.lineno, node.__class__)) 117 self.assertTrue(node.lineno > 0, 118 "lineno=%s on %s" % (node.lineno, node.__class__))
|
| /prebuilts/gdb/linux-x86/lib/python2.7/hotshot/ |
| stats.py | 30 what, (filename, lineno, funcname), tdelta = event 40 frame = self.new_frame(filename, lineno, funcname)
|
| /prebuilts/gdb/linux-x86/lib/python2.7/test/ |
| test_compiler.py | 99 # Test that all nodes except Module have a correct lineno attribute. 110 print node.__class__, node.lineno 115 self.assertIsInstance(node.lineno, int, 116 "lineno=%s on %s" % (node.lineno, node.__class__)) 117 self.assertTrue(node.lineno > 0, 118 "lineno=%s on %s" % (node.lineno, node.__class__))
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/ |
| stats.py | 30 what, (filename, lineno, funcname), tdelta = event 40 frame = self.new_frame(filename, lineno, funcname)
|
| /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/ |
| test_compiler.py | 99 # Test that all nodes except Module have a correct lineno attribute. 110 print node.__class__, node.lineno 115 self.assertIsInstance(node.lineno, int, 116 "lineno=%s on %s" % (node.lineno, node.__class__)) 117 self.assertTrue(node.lineno > 0, 118 "lineno=%s on %s" % (node.lineno, node.__class__))
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/ |
| stats.py | 30 what, (filename, lineno, funcname), tdelta = event 40 frame = self.new_frame(filename, lineno, funcname)
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/site-packages/sepolgen/ |
| defaults.py | 35 for lineno, line in enumerate(open(pathname)): 39 raise ValueError("%s:%d: line is not in key = value format" % (pathname, lineno+1))
|
| /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/ |
| test_compiler.py | 99 # Test that all nodes except Module have a correct lineno attribute. 110 print node.__class__, node.lineno 115 self.assertIsInstance(node.lineno, int, 116 "lineno=%s on %s" % (node.lineno, node.__class__)) 117 self.assertTrue(node.lineno > 0, 118 "lineno=%s on %s" % (node.lineno, node.__class__))
|
| /toolchain/binutils/binutils-2.27/gold/testsuite/ |
| test.cc | 67 Test_framework::fail(const char* filename, int lineno) 69 printf("FAIL: %s: %s: %d\n", this->testname_, filename, lineno);
|
| /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/ |
| trace.py | 227 self.counter = self.counts.copy() # map (filename, lineno) to count
296 # turn the counts data ("(filename, lineno) = count") into something
299 for filename, lineno in self.counts.keys():
301 lines_hit[lineno] = self.counts[(filename, lineno)]
370 lineno = i + 1
373 if lineno in lines_hit:
374 outfile.write("%5d: " % lines_hit[lineno])
383 if lineno in lnotab and not PRAGMA_NOCOVER in lines[i]:
397 for _, lineno in dis.findlinestarts(code): [all...] |
| /external/python/cpython2/Lib/ |
| trace.py | 227 self.counter = self.counts.copy() # map (filename, lineno) to count 296 # turn the counts data ("(filename, lineno) = count") into something 299 for filename, lineno in self.counts.keys(): 301 lines_hit[lineno] = self.counts[(filename, lineno)] 370 lineno = i + 1 373 if lineno in lines_hit: 374 outfile.write("%5d: " % lines_hit[lineno]) 383 if lineno in lnotab and not PRAGMA_NOCOVER in lines[i]: 397 for _, lineno in dis.findlinestarts(code) [all...] |
| /external/python/cpython3/Lib/ |
| trace.py | 176 self.counter = self.counts.copy() # map (filename, lineno) to count 255 # turn the counts data ("(filename, lineno) = count") into something 258 for filename, lineno in self.counts: 260 lines_hit[lineno] = self.counts[(filename, lineno)] 326 for lineno, line in enumerate(lines, 1): 329 if lineno in lines_hit: 330 outfile.write("%5d: " % lines_hit[lineno]) 339 if lineno in lnotab and not PRAGMA_NOCOVER in line: 352 for _, lineno in dis.findlinestarts(code) [all...] |