HomeSort by relevance Sort by last modified time
    Searched refs:addinfo (Results 1 - 9 of 9) 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")
  /external/chromium_org/third_party/skia/third_party/lua/src/
ldebug.c 544 static void addinfo (lua_State *L, const char *msg) { function
576 addinfo(L, luaO_pushvfstring(L, fmt, argp));
  /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 397 milliseconds