OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:f_lineno
(Results
1 - 25
of
60
) sorted by null
1
2
3
/external/chromium-trace/catapult/third_party/coverage/coverage/fullcoverage/
encodings.py
38
self.traces.append((args, frame.
f_lineno
))
/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
...]
test_struct.py
42
lineno = inspect.currentframe().
f_lineno
- 1
331
lineno = inspect.currentframe().
f_lineno
- 1
/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
...]
test_struct.py
42
lineno = inspect.currentframe().
f_lineno
- 1
331
lineno = inspect.currentframe().
f_lineno
- 1
/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
...]