HomeSort by relevance Sort by last modified time
    Searched refs:traced_func_loop (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_trace.py 42 def traced_func_loop(x, y): function
121 self.tracer.runfunc(traced_func_loop, 2, 3)
123 firstlineno = get_firstlineno(traced_func_loop)
196 code = r'''traced_func_loop(2, 5)'''
200 firstlineno = get_firstlineno(traced_func_loop)
210 # counts fo traced_func_loop were right.
  /external/python/cpython2/Lib/test/
test_trace.py 42 def traced_func_loop(x, y): function
121 self.tracer.runfunc(traced_func_loop, 2, 3)
123 firstlineno = get_firstlineno(traced_func_loop)
196 code = r'''traced_func_loop(2, 5)'''
200 firstlineno = get_firstlineno(traced_func_loop)
210 # counts fo traced_func_loop were right.
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_trace.py 42 def traced_func_loop(x, y): function
121 self.tracer.runfunc(traced_func_loop, 2, 3)
123 firstlineno = get_firstlineno(traced_func_loop)
196 code = r'''traced_func_loop(2, 5)'''
200 firstlineno = get_firstlineno(traced_func_loop)
210 # counts fo traced_func_loop were right.
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_trace.py 42 def traced_func_loop(x, y): function
121 self.tracer.runfunc(traced_func_loop, 2, 3)
123 firstlineno = get_firstlineno(traced_func_loop)
196 code = r'''traced_func_loop(2, 5)'''
200 firstlineno = get_firstlineno(traced_func_loop)
210 # counts fo traced_func_loop were right.
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_trace.py 42 def traced_func_loop(x, y): function
121 self.tracer.runfunc(traced_func_loop, 2, 3)
123 firstlineno = get_firstlineno(traced_func_loop)
196 code = r'''traced_func_loop(2, 5)'''
200 firstlineno = get_firstlineno(traced_func_loop)
210 # counts fo traced_func_loop were right.
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_trace.py 42 def traced_func_loop(x, y): function
121 self.tracer.runfunc(traced_func_loop, 2, 3)
123 firstlineno = get_firstlineno(traced_func_loop)
196 code = r'''traced_func_loop(2, 5)'''
200 firstlineno = get_firstlineno(traced_func_loop)
210 # counts fo traced_func_loop were right.

Completed in 197 milliseconds