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

1 2 3 4 5 6

  /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
  /external/python/cpython3/Lib/test/
test_sys_settrace.py 240 self.events.append((frame.f_lineno, event))
244 self.events.append((frame.f_lineno, event))
455 frame.f_lineno == f.__code__.co_firstlineno + 2):
493 # 'Jump' tests: assigning to frame.f_lineno within a trace function
511 if event == 'line' and frame.f_lineno == firstLine + self.jumpFrom:
515 frame.f_lineno = firstLine + self.jumpTo
517 frame.f_lineno = self.jumpTo
727 # This verifies that you can't set f_lineno via _getframe or similar
732 previous_frame.f_lineno = previous_frame.f_lineno
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Objects/
frameobject.c 67 return f->f_lineno;
78 /* Setter for f_lineno - you can set f_lineno from within a trace function in
96 int new_lineno = 0; /* The new value of f_lineno */
118 /* f_lineno must be an integer. */
130 "f_lineno can only be set by a"
345 /* Finally set the new f_lineno and f_lasti and return OK. */
346 f->f_lineno = new_lineno;
369 /* We rely on f_lineno being accurate when f_trace is set. */
370 f->f_lineno = PyFrame_GetLineNumber(f);
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Objects/
frameobject.c 67 return f->f_lineno;
78 /* Setter for f_lineno - you can set f_lineno from within a trace function in
96 int new_lineno = 0; /* The new value of f_lineno */
118 /* f_lineno must be an integer. */
130 "f_lineno can only be set by a"
343 /* Finally set the new f_lineno and f_lasti and return OK. */
344 f->f_lineno = new_lineno;
367 /* We rely on f_lineno being accurate when f_trace is set. */
368 f->f_lineno = PyFrame_GetLineNumber(f);
    [all...]
  /external/python/cpython2/Objects/
frameobject.c 67 return f->f_lineno;
78 /* Setter for f_lineno - you can set f_lineno from within a trace function in
96 int new_lineno = 0; /* The new value of f_lineno */
118 /* f_lineno must be an integer. */
130 "f_lineno can only be set by a"
345 /* Finally set the new f_lineno and f_lasti and return OK. */
346 f->f_lineno = new_lineno;
367 /* We rely on f_lineno being accurate when f_trace is set. */
368 f->f_lineno = PyFrame_GetLineNumber(f)
    [all...]
  /external/python/cpython3/Objects/
frameobject.c 34 return f->f_lineno;
45 /* Setter for f_lineno - you can set f_lineno from within a trace function in
63 int new_lineno = 0; /* The new value of f_lineno */
87 /* f_lineno must be an integer. */
99 "f_lineno can only be set by a"
322 /* Finally set the new f_lineno and f_lasti and return OK. */
323 f->f_lineno = new_lineno;
344 /* We rely on f_lineno being accurate when f_trace is set. */
345 f->f_lineno = PyFrame_GetLineNumber(f)
    [all...]

Completed in 5054 milliseconds

1 2 3 4 5 6