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

  /external/chromium-trace/catapult/devil/devil/utils/
reraiser_thread.py 29 stack = sys._current_frames()[thread.ident]
  /prebuilts/gdb/darwin-x86/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/gdb/linux-x86/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/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 177 milliseconds