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

  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
inspect_fodder.py 15 fr = inspect.currentframe()
test_struct.py 42 lineno = inspect.currentframe().f_lineno - 1
331 lineno = inspect.currentframe().f_lineno - 1
test_sys.py 610 x = inspect.currentframe()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
inspect_fodder.py 15 fr = inspect.currentframe()
test_struct.py 42 lineno = inspect.currentframe().f_lineno - 1
331 lineno = inspect.currentframe().f_lineno - 1
test_sys.py 610 x = inspect.currentframe()
  /external/llvm/utils/lit/lit/
LitConfig.py 101 f = inspect.currentframe()
  /external/chromium_org/third_party/cython/src/Cython/Build/
Inline.py 126 locals = inspect.currentframe().f_back.f_back.f_locals
128 globals = inspect.currentframe().f_back.f_back.f_globals
  /external/chromium_org/chrome/test/mini_installer/
test_installer.py 34 frameinfo = inspect.getframeinfo(inspect.currentframe().f_back)
  /external/llvm/utils/Misc/
zkill 11 f = inspect.currentframe()
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/logging/
__init__.py 74 def currentframe(): function
81 if hasattr(sys, '_getframe'): currentframe = lambda: sys._getframe(3)
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/logging/
__init__.py 74 def currentframe(): function
81 if hasattr(sys, '_getframe'): currentframe = lambda: sys._getframe(3)
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
inspect.py 23 currentframe() - get the current stack frame
1048 currentframe = sys._getframe variable
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
inspect.py 23 currentframe() - get the current stack frame
1048 currentframe = sys._getframe variable
    [all...]
  /external/chromium_org/tools/telemetry/third_party/png/
png.py     [all...]

Completed in 710 milliseconds