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

  /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)
  /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/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 688 milliseconds