HomeSort by relevance Sort by last modified time
    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...]
test_struct.py 42 lineno = inspect.currentframe().f_lineno - 1
331 lineno = inspect.currentframe().f_lineno - 1
  /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...]
test_struct.py 42 lineno = inspect.currentframe().f_lineno - 1
331 lineno = inspect.currentframe().f_lineno - 1
  /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/chromium-trace/catapult/third_party/coverage/coverage/ctracer/
tracer.c 303 SHOWLOG(self->pdata_stack->depth, frame->f_lineno, frame->f_code->co_filename, "missedreturn");
497 SHOWLOG(self->pdata_stack->depth, frame->f_lineno, filename, "traced");
502 SHOWLOG(self->pdata_stack->depth, frame->f_lineno, filename, "skipped");
511 self->cur_entry.last_line = (frame->f_lasti < 0) ? -1 : frame->f_lineno;
633 SHOWLOG(self->pdata_stack->depth, frame->f_lineno, frame->f_code->co_filename, "line");
654 lineno_from = lineno_to = frame->f_lineno;
725 SHOWLOG(self->pdata_stack->depth, frame->f_lineno, frame->f_code->co_filename, "return");
776 printf("trace: %s @ %s %d\n", what_sym[what], MyBytes_AS_STRING(ascii), frame->f_lineno);
783 if (strstr(MyBytes_AS_STRING(ascii), start_file) && frame->f_lineno == start_line) {
853 * frame's f_lineno member is ignored
    [all...]
  /external/chromium-trace/catapult/third_party/coverage/coverage/
pytracer.py 97 self.last_line = -1 if (frame.f_lasti < 0) else frame.f_lineno
101 lineno = frame.f_lineno
plugin.py 180 lineno = frame.f_lineno
  /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()
  /prebuilts/gdb/linux-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()
  /prebuilts/python/darwin-x86/2.7.5/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()
  /prebuilts/python/linux-x86/2.7.5/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()
  /external/chromium-trace/catapult/telemetry/telemetry/core/
exceptions.py 24 line_number = frame.f_lineno

Completed in 1268 milliseconds

1 2 3