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

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/hotshot/
log.py 28 self._funcmap = {}
86 return self._funcmap[(fileno, lineno)]
123 self._funcmap[(fileno, lineno)] = (filename, tdelta)
143 return self._funcmap[(fileno, lineno)]
153 filename, funcname = self._funcmap[(fileno, lineno)]
157 self._funcmap[(fileno, lineno)] = (filename, funcname)
178 # self._funcmap with all the available information.
191 self._funcmap[(fileno, tree[2][2])] = filename, tree[2][1]
193 self._funcmap[(fileno, tree[1][2])] = filename, "<lambda>"
  /external/python/cpython2/Lib/hotshot/
log.py 28 self._funcmap = {}
86 return self._funcmap[(fileno, lineno)]
123 self._funcmap[(fileno, lineno)] = (filename, tdelta)
143 return self._funcmap[(fileno, lineno)]
153 filename, funcname = self._funcmap[(fileno, lineno)]
157 self._funcmap[(fileno, lineno)] = (filename, funcname)
178 # self._funcmap with all the available information.
191 self._funcmap[(fileno, tree[2][2])] = filename, tree[2][1]
193 self._funcmap[(fileno, tree[1][2])] = filename, "<lambda>"
  /prebuilts/gdb/darwin-x86/lib/python2.7/hotshot/
log.py 28 self._funcmap = {}
86 return self._funcmap[(fileno, lineno)]
123 self._funcmap[(fileno, lineno)] = (filename, tdelta)
143 return self._funcmap[(fileno, lineno)]
153 filename, funcname = self._funcmap[(fileno, lineno)]
157 self._funcmap[(fileno, lineno)] = (filename, funcname)
178 # self._funcmap with all the available information.
191 self._funcmap[(fileno, tree[2][2])] = filename, tree[2][1]
193 self._funcmap[(fileno, tree[1][2])] = filename, "<lambda>"
  /prebuilts/gdb/linux-x86/lib/python2.7/hotshot/
log.py 28 self._funcmap = {}
86 return self._funcmap[(fileno, lineno)]
123 self._funcmap[(fileno, lineno)] = (filename, tdelta)
143 return self._funcmap[(fileno, lineno)]
153 filename, funcname = self._funcmap[(fileno, lineno)]
157 self._funcmap[(fileno, lineno)] = (filename, funcname)
178 # self._funcmap with all the available information.
191 self._funcmap[(fileno, tree[2][2])] = filename, tree[2][1]
193 self._funcmap[(fileno, tree[1][2])] = filename, "<lambda>"
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/hotshot/
log.py 28 self._funcmap = {}
86 return self._funcmap[(fileno, lineno)]
123 self._funcmap[(fileno, lineno)] = (filename, tdelta)
143 return self._funcmap[(fileno, lineno)]
153 filename, funcname = self._funcmap[(fileno, lineno)]
157 self._funcmap[(fileno, lineno)] = (filename, funcname)
178 # self._funcmap with all the available information.
191 self._funcmap[(fileno, tree[2][2])] = filename, tree[2][1]
193 self._funcmap[(fileno, tree[1][2])] = filename, "<lambda>"
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/hotshot/
log.py 28 self._funcmap = {}
86 return self._funcmap[(fileno, lineno)]
123 self._funcmap[(fileno, lineno)] = (filename, tdelta)
143 return self._funcmap[(fileno, lineno)]
153 filename, funcname = self._funcmap[(fileno, lineno)]
157 self._funcmap[(fileno, lineno)] = (filename, funcname)
178 # self._funcmap with all the available information.
191 self._funcmap[(fileno, tree[2][2])] = filename, tree[2][1]
193 self._funcmap[(fileno, tree[1][2])] = filename, "<lambda>"

Completed in 300 milliseconds