HomeSort by relevance Sort by last modified time
    Searched refs:f_lineno (Results 1 - 25 of 113) sorted by null

1 2 3 4 5

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_hotshot.py 92 f_lineno = f.func_code.co_firstlineno
96 (ENTER, ("test_hotshot", f_lineno, "f")),
97 (LINE, ("test_hotshot", f_lineno+1, "f")),
98 (LINE, ("test_hotshot", f_lineno+2, "f")),
99 (EXIT, ("test_hotshot", f_lineno, "f")),
test_sys_settrace.py 240 self.events.append((frame.f_lineno, event))
244 self.events.append((frame.f_lineno, event))
441 frame.f_lineno == f.func_code.co_firstlineno + 2):
456 # 'Jump' tests: assigning to frame.f_lineno within a trace function
474 if event == 'line' and frame.f_lineno == firstLine + self.jumpFrom:
478 frame.f_lineno = firstLine + self.jumpTo
480 frame.f_lineno = self.jumpTo
673 # This verifies that you can't set f_lineno via _getframe or similar
678 previous_frame.f_lineno = previous_frame.f_lineno
    [all...]
  /external/python/cpython2/Lib/test/
test_hotshot.py 92 f_lineno = f.func_code.co_firstlineno
96 (ENTER, ("test_hotshot", f_lineno, "f")),
97 (LINE, ("test_hotshot", f_lineno+1, "f")),
98 (LINE, ("test_hotshot", f_lineno+2, "f")),
99 (EXIT, ("test_hotshot", f_lineno, "f")),
test_sys_settrace.py 240 self.events.append((frame.f_lineno, event))
244 self.events.append((frame.f_lineno, event))
450 frame.f_lineno == f.func_code.co_firstlineno + 2):
465 # 'Jump' tests: assigning to frame.f_lineno within a trace function
483 if event == 'line' and frame.f_lineno == firstLine + self.jumpFrom:
487 frame.f_lineno = firstLine + self.jumpTo
489 frame.f_lineno = self.jumpTo
699 # This verifies that you can't set f_lineno via _getframe or similar
704 previous_frame.f_lineno = previous_frame.f_lineno
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_hotshot.py 92 f_lineno = f.func_code.co_firstlineno
96 (ENTER, ("test_hotshot", f_lineno, "f")),
97 (LINE, ("test_hotshot", f_lineno+1, "f")),
98 (LINE, ("test_hotshot", f_lineno+2, "f")),
99 (EXIT, ("test_hotshot", f_lineno, "f")),
test_sys_settrace.py 240 self.events.append((frame.f_lineno, event))
244 self.events.append((frame.f_lineno, event))
441 frame.f_lineno == f.func_code.co_firstlineno + 2):
456 # 'Jump' tests: assigning to frame.f_lineno within a trace function
474 if event == 'line' and frame.f_lineno == firstLine + self.jumpFrom:
478 frame.f_lineno = firstLine + self.jumpTo
480 frame.f_lineno = self.jumpTo
681 # This verifies that you can't set f_lineno via _getframe or similar
686 previous_frame.f_lineno = previous_frame.f_lineno
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_hotshot.py 92 f_lineno = f.func_code.co_firstlineno
96 (ENTER, ("test_hotshot", f_lineno, "f")),
97 (LINE, ("test_hotshot", f_lineno+1, "f")),
98 (LINE, ("test_hotshot", f_lineno+2, "f")),
99 (EXIT, ("test_hotshot", f_lineno, "f")),
test_sys_settrace.py 240 self.events.append((frame.f_lineno, event))
244 self.events.append((frame.f_lineno, event))
441 frame.f_lineno == f.func_code.co_firstlineno + 2):
456 # 'Jump' tests: assigning to frame.f_lineno within a trace function
474 if event == 'line' and frame.f_lineno == firstLine + self.jumpFrom:
478 frame.f_lineno = firstLine + self.jumpTo
480 frame.f_lineno = self.jumpTo
681 # This verifies that you can't set f_lineno via _getframe or similar
686 previous_frame.f_lineno = previous_frame.f_lineno
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 92 f_lineno = f.func_code.co_firstlineno
96 (ENTER, ("test_hotshot", f_lineno, "f")),
97 (LINE, ("test_hotshot", f_lineno+1, "f")),
98 (LINE, ("test_hotshot", f_lineno+2, "f")),
99 (EXIT, ("test_hotshot", f_lineno, "f")),
test_sys_settrace.py 240 self.events.append((frame.f_lineno, event))
244 self.events.append((frame.f_lineno, event))
441 frame.f_lineno == f.func_code.co_firstlineno + 2):
456 # 'Jump' tests: assigning to frame.f_lineno within a trace function
474 if event == 'line' and frame.f_lineno == firstLine + self.jumpFrom:
478 frame.f_lineno = firstLine + self.jumpTo
480 frame.f_lineno = self.jumpTo
681 # This verifies that you can't set f_lineno via _getframe or similar
686 previous_frame.f_lineno = previous_frame.f_lineno
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 92 f_lineno = f.func_code.co_firstlineno
96 (ENTER, ("test_hotshot", f_lineno, "f")),
97 (LINE, ("test_hotshot", f_lineno+1, "f")),
98 (LINE, ("test_hotshot", f_lineno+2, "f")),
99 (EXIT, ("test_hotshot", f_lineno, "f")),
test_sys_settrace.py 240 self.events.append((frame.f_lineno, event))
244 self.events.append((frame.f_lineno, event))
441 frame.f_lineno == f.func_code.co_firstlineno + 2):
456 # 'Jump' tests: assigning to frame.f_lineno within a trace function
474 if event == 'line' and frame.f_lineno == firstLine + self.jumpFrom:
478 frame.f_lineno = firstLine + self.jumpTo
480 frame.f_lineno = self.jumpTo
681 # This verifies that you can't set f_lineno via _getframe or similar
686 previous_frame.f_lineno = previous_frame.f_lineno
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Include/
frameobject.h 42 directly. As of 2.3 f_lineno is only valid when tracing is
46 int f_lineno; /* Current line number */ member in struct:_frame
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Include/
frameobject.h 42 directly. As of 2.3 f_lineno is only valid when tracing is
46 int f_lineno; /* Current line number */ member in struct:_frame
  /external/python/cpython2/Include/
frameobject.h 42 directly. As of 2.3 f_lineno is only valid when tracing is
46 int f_lineno; /* Current line number */ member in struct:_frame
  /external/python/cpython3/Include/
frameobject.h 44 directly. As of 2.3 f_lineno is only valid when tracing is
48 int f_lineno; /* Current line number */ member in struct:_frame
  /prebuilts/gdb/darwin-x86/include/python2.7/
frameobject.h 42 directly. As of 2.3 f_lineno is only valid when tracing is
46 int f_lineno; /* Current line number */ member in struct:_frame
  /prebuilts/gdb/linux-x86/include/python2.7/
frameobject.h 42 directly. As of 2.3 f_lineno is only valid when tracing is
46 int f_lineno; /* Current line number */ member in struct:_frame
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
frameobject.h 42 directly. As of 2.3 f_lineno is only valid when tracing is
46 int f_lineno; /* Current line number */ member in struct:_frame
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
frameobject.h 42 directly. As of 2.3 f_lineno is only valid when tracing is
46 int f_lineno; /* Current line number */ member in struct:_frame
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
bdb.py 114 return frame.f_lineno >= self.stoplineno
125 lineno = frame.f_lineno
185 self._set_stopinfo(frame, frame, frame.f_lineno+1)
333 stack.append((f, f.f_lineno))
524 if b.line != frame.f_lineno:
539 b.func_first_executable_line = frame.f_lineno
541 if b.func_first_executable_line != frame.f_lineno:
611 line = linecache.getline(fn, frame.f_lineno, frame.f_globals)
612 print '+++', fn, frame.f_lineno, name, ':', line.strip()
  /external/python/cpython2/Lib/
bdb.py 119 return frame.f_lineno >= self.stoplineno
130 lineno = frame.f_lineno
190 self._set_stopinfo(frame, frame, frame.f_lineno+1)
346 stack.append((f, f.f_lineno))
537 if b.line != frame.f_lineno:
552 b.func_first_executable_line = frame.f_lineno
554 if b.func_first_executable_line != frame.f_lineno:
624 line = linecache.getline(fn, frame.f_lineno, frame.f_globals)
625 print '+++', fn, frame.f_lineno, name, ':', line.strip()
  /external/python/cpython3/Lib/asyncio/
base_tasks.py 55 lineno = f.f_lineno
  /external/python/cpython3/Lib/
bdb.py 142 return frame.f_lineno >= self.stoplineno
151 lineno = frame.f_lineno
212 lineno = frame.f_lineno + 1
377 stack.append((f, f.f_lineno))
572 if b.line != frame.f_lineno:
587 b.func_first_executable_line = frame.f_lineno
589 if b.func_first_executable_line != frame.f_lineno:
654 line = linecache.getline(fn, frame.f_lineno, frame.f_globals)
655 print('+++', fn, frame.f_lineno, name, ':', line.strip())
  /prebuilts/gdb/darwin-x86/lib/python2.7/
bdb.py 119 return frame.f_lineno >= self.stoplineno
130 lineno = frame.f_lineno
190 self._set_stopinfo(frame, frame, frame.f_lineno+1)
346 stack.append((f, f.f_lineno))
537 if b.line != frame.f_lineno:
552 b.func_first_executable_line = frame.f_lineno
554 if b.func_first_executable_line != frame.f_lineno:
624 line = linecache.getline(fn, frame.f_lineno, frame.f_globals)
625 print '+++', fn, frame.f_lineno, name, ':', line.strip()

Completed in 811 milliseconds

1 2 3 4 5