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

  /external/chromium-trace/catapult/devil/devil/utils/
reraiser_thread.py 29 stack = sys._current_frames()[thread.ident]
  /external/libmojo/third_party/catapult/devil/devil/utils/
reraiser_thread.py 29 stack = sys._current_frames()[thread.ident]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_sys.py 290 # sys._current_frames() is a CPython-only gimmick.
303 # Test sys._current_frames() in a WITH_THREADS build.
310 # thread does sys._current_frames(), and verifies that the frames
334 d = sys._current_frames()
366 # Test sys._current_frames() when thread support doesn't exist.
370 d = sys._current_frames()
  /external/python/cpython2/Lib/test/
test_sys.py 286 # sys._current_frames() is a CPython-only gimmick.
299 # Test sys._current_frames() in a WITH_THREADS build.
306 # thread does sys._current_frames(), and verifies that the frames
330 d = sys._current_frames()
362 # Test sys._current_frames() when thread support doesn't exist.
366 d = sys._current_frames()
  /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 99 milliseconds