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

  /prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/
__init__.py 24 self.addinfo = p.addinfo
42 def addinfo(self, key, value): member in class:Profile
44 self._prof.addinfo(key, value)
log.py 54 def addinfo(self, key, value): member in class:LogReader
126 # overridable addinfo() handler so higher-level code
130 self.addinfo(tdelta, lineno)
  /prebuilts/gdb/linux-x86/lib/python2.7/hotshot/
__init__.py 24 self.addinfo = p.addinfo
42 def addinfo(self, key, value): member in class:Profile
44 self._prof.addinfo(key, value)
log.py 54 def addinfo(self, key, value): member in class:LogReader
126 # overridable addinfo() handler so higher-level code
130 self.addinfo(tdelta, lineno)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 24 self.addinfo = p.addinfo
42 def addinfo(self, key, value): member in class:Profile
44 self._prof.addinfo(key, value)
log.py 54 def addinfo(self, key, value): member in class:LogReader
126 # overridable addinfo() handler so higher-level code
130 self.addinfo(tdelta, lineno)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
__init__.py 24 self.addinfo = p.addinfo
42 def addinfo(self, key, value): member in class:Profile
44 self._prof.addinfo(key, value)
log.py 54 def addinfo(self, key, value): member in class:LogReader
126 # overridable addinfo() handler so higher-level code
130 self.addinfo(tdelta, lineno)
  /external/chromium-trace/catapult/third_party/Paste/paste/debug/
profile.py 64 prof.addinfo('URL', environ.get('PATH_INFO', ''))
162 prof.addinfo('Function Call',
165 prof.addinfo('Extra info', ops['add_info'])
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_hotshot.py 77 p.addinfo("test-key", "test-value")
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_hotshot.py 77 p.addinfo("test-key", "test-value")
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 77 p.addinfo("test-key", "test-value")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_hotshot.py 77 p.addinfo("test-key", "test-value")
  /prebuilts/gdb/darwin-x86/lib/python2.7/
urllib.py 990 class addinfo(addbase): class in inherits:addbase
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/
urllib.py 990 class addinfo(addbase): class in inherits:addbase
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
urllib.py 990 class addinfo(addbase): class in inherits:addbase
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
urllib.py 990 class addinfo(addbase): class in inherits:addbase
    [all...]

Completed in 988 milliseconds