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

  /external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
stack_utils.py 48 for tid, stack in sys._current_frames().items():
stack_utils_unittest.py 37 thread_id, _ = sys._current_frames().items()[0]
  /external/chromium_org/build/android/pylib/utils/
reraiser_thread.py 27 stack = sys._current_frames()[thread.ident]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_sys.py 302 # sys._current_frames() is a CPython-only gimmick.
315 # Test sys._current_frames() in a WITH_THREADS build.
322 # thread does sys._current_frames(), and verifies that the frames
346 d = sys._current_frames()
378 # Test sys._current_frames() when thread support doesn't exist.
382 d = sys._current_frames()
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_sys.py 302 # sys._current_frames() is a CPython-only gimmick.
315 # Test sys._current_frames() in a WITH_THREADS build.
322 # thread does sys._current_frames(), and verifies that the frames
346 d = sys._current_frames()
378 # Test sys._current_frames() when thread support doesn't exist.
382 d = sys._current_frames()

Completed in 556 milliseconds