Searched refs:co_firstlineno (Results 1 - 25 of 42) sorted by relevance

12

/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
H A Dtest_dis.py21 """%(_f.func_code.co_firstlineno + 1,
22 _f.func_code.co_firstlineno + 2)
45 """%(bug708901.func_code.co_firstlineno + 1,
46 bug708901.func_code.co_firstlineno + 2,
47 bug708901.func_code.co_firstlineno + 3)
75 """%(bug1333982.func_code.co_firstlineno + 1,
76 bug1333982.func_code.co_firstlineno + 2,
77 bug1333982.func_code.co_firstlineno + 3)
H A Dtest_code.py111 self.assertEqual(co.co_firstlineno, 15)
H A Dtest_hotshot.py92 f_lineno = f.func_code.co_firstlineno
93 g_lineno = g.func_code.co_firstlineno
H A Dtest_sys_settrace.py272 self.compare_events(func.func_code.co_firstlineno,
282 self.compare_events(func.func_code.co_firstlineno,
335 self.compare_events(generator_example.__code__.co_firstlineno,
441 frame.f_lineno == f.func_code.co_firstlineno + 2):
473 firstLine = frame.f_code.co_firstlineno
H A Dtest_univnewlines2k.py86 self.assertEqual(func.func_code.co_firstlineno, 3)
H A Dtest_new.py121 firstlineno = c.co_firstlineno
H A Dtest_sys_setprofile.py345 return code.co_firstlineno, code.co_name
H A Dtest_compile.py225 self.assertEqual(co.co_firstlineno, 257)
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
H A Dtest_dis.py21 """%(_f.func_code.co_firstlineno + 1,
22 _f.func_code.co_firstlineno + 2)
45 """%(bug708901.func_code.co_firstlineno + 1,
46 bug708901.func_code.co_firstlineno + 2,
47 bug708901.func_code.co_firstlineno + 3)
75 """%(bug1333982.func_code.co_firstlineno + 1,
76 bug1333982.func_code.co_firstlineno + 2,
77 bug1333982.func_code.co_firstlineno + 3)
H A Dtest_code.py111 self.assertEqual(co.co_firstlineno, 15)
H A Dtest_hotshot.py92 f_lineno = f.func_code.co_firstlineno
93 g_lineno = g.func_code.co_firstlineno
H A Dtest_sys_settrace.py272 self.compare_events(func.func_code.co_firstlineno,
282 self.compare_events(func.func_code.co_firstlineno,
335 self.compare_events(generator_example.__code__.co_firstlineno,
441 frame.f_lineno == f.func_code.co_firstlineno + 2):
473 firstLine = frame.f_code.co_firstlineno
H A Dtest_univnewlines2k.py86 self.assertEqual(func.func_code.co_firstlineno, 3)
H A Dtest_new.py121 firstlineno = c.co_firstlineno
H A Dtest_sys_setprofile.py345 return code.co_firstlineno, code.co_name
/prebuilts/python/darwin-x86/2.7.5/include/python2.7/
H A Dcode.h25 int co_firstlineno; /* first source line number */ member in struct:__anon131599
/prebuilts/python/linux-x86/2.7.5/include/python2.7/
H A Dcode.h25 int co_firstlineno; /* first source line number */ member in struct:__anon131722
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
H A Dstats.py82 self.co_firstlineno = firstlineno
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
H A Dstats.py82 self.co_firstlineno = firstlineno
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
H A DcProfile.py159 return (code.co_filename, code.co_firstlineno, code.co_name)
H A Ddis.py188 lineno = code.co_firstlineno
H A Dprofile.py289 fn = (fcode.co_filename, fcode.co_firstlineno, fcode.co_name)
374 self.co_firstlineno = 0
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/
H A DcProfile.py159 return (code.co_filename, code.co_firstlineno, code.co_name)
H A Ddis.py188 lineno = code.co_firstlineno
H A Dprofile.py289 fn = (fcode.co_filename, fcode.co_firstlineno, fcode.co_name)
374 self.co_firstlineno = 0

Completed in 4748 milliseconds

12