HomeSort by relevance Sort by last modified time
    Searched refs:countfuncs (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)
219 self.tracer = Trace(count=0, trace=0, countfuncs=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)
219 self.tracer = Trace(count=0, trace=0, countfuncs=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)
219 self.tracer = Trace(count=0, trace=0, countfuncs=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)
219 self.tracer = Trace(count=0, trace=0, countfuncs=1)
  /prebuilts/gdb/darwin-x86/lib/python2.7/
trace.py 451 def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0,
459 @param countfuncs true iff it should just output a list of
487 elif countfuncs:
793 t = Trace(count, trace, countfuncs=listfuncs,
  /prebuilts/gdb/linux-x86/lib/python2.7/
trace.py 451 def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0,
459 @param countfuncs true iff it should just output a list of
487 elif countfuncs:
793 t = Trace(count, trace, countfuncs=listfuncs,
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
trace.py 451 def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0,
459 @param countfuncs true iff it should just output a list of
487 elif countfuncs:
793 t = Trace(count, trace, countfuncs=listfuncs,
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
trace.py 451 def __init__(self, count=1, trace=1, countfuncs=0, countcallers=0,
459 @param countfuncs true iff it should just output a list of
487 elif countfuncs:
793 t = Trace(count, trace, countfuncs=listfuncs,

Completed in 90 milliseconds