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

  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_trace.py 105 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
178 tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
195 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
258 self.tracer = Trace(count=0, trace=0, countcallers=1)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_trace.py 105 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
178 tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
195 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
258 self.tracer = Trace(count=0, trace=0, countcallers=1)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_trace.py 105 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
178 tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
195 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
258 self.tracer = Trace(count=0, trace=0, countcallers=1)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_trace.py 105 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
178 tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
195 self.tracer = Trace(count=1, trace=0, countfuncs=0, countcallers=0)
258 self.tracer = Trace(count=0, trace=0, countcallers=1)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
trace.py 451 def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0,
485 if countcallers:
690 countcallers = False
703 countcallers = True
771 if not (count or trace or report or listfuncs or countcallers):
794 countcallers=countcallers, ignoremods=ignore_modules,
  /prebuilts/gdb/linux-x86/lib/python2.7/
trace.py 451 def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0,
485 if countcallers:
690 countcallers = False
703 countcallers = True
771 if not (count or trace or report or listfuncs or countcallers):
794 countcallers=countcallers, ignoremods=ignore_modules,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 451 def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0,
485 if countcallers:
690 countcallers = False
703 countcallers = True
771 if not (count or trace or report or listfuncs or countcallers):
794 countcallers=countcallers, ignoremods=ignore_modules,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 451 def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0,
485 if countcallers:
690 countcallers = False
703 countcallers = True
771 if not (count or trace or report or listfuncs or countcallers):
794 countcallers=countcallers, ignoremods=ignore_modules,

Completed in 280 milliseconds