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

  /external/python/cpython3/Modules/
gcmodule.c 166 #define DEBUG_SAVEALL (1<<5) /* save all garbage in gc.garbage */
169 DEBUG_SAVEALL
750 * If DEBUG_SAVEALL, all objects in finalizers are appended to the module
770 if ((debug & DEBUG_SAVEALL) || has_legacy_finalizer(op)) {
861 if (debug & DEBUG_SAVEALL) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
gcmodule.c 161 #define DEBUG_SAVEALL (1<<5) /* save all garbage in gc.garbage */
166 DEBUG_SAVEALL
770 * If DEBUG_SAVEALL, all objects in finalizers are appended to the module
790 if ((debug & DEBUG_SAVEALL) || has_finalizer(op)) {
814 if (debug & DEBUG_SAVEALL) {
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
gcmodule.c 121 #define DEBUG_SAVEALL (1<<5) /* save all garbage in gc.garbage */
126 DEBUG_SAVEALL
719 * If DEBUG_SAVEALL, all objects in finalizers are appended to the module
739 if ((debug & DEBUG_SAVEALL) || has_finalizer(op)) {
763 if (debug & DEBUG_SAVEALL) {
    [all...]
  /external/python/cpython2/Modules/
gcmodule.c 161 #define DEBUG_SAVEALL (1<<5) /* save all garbage in gc.garbage */
166 DEBUG_SAVEALL
770 * If DEBUG_SAVEALL, all objects in finalizers are appended to the module
790 if ((debug & DEBUG_SAVEALL) || has_finalizer(op)) {
814 if (debug & DEBUG_SAVEALL) {
    [all...]
  /external/tensorflow/tensorflow/contrib/eager/python/examples/resnet50/
resnet50_test.py 132 gc.set_debug(gc.DEBUG_SAVEALL)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_gc.py 200 gc.set_debug(debug | gc.DEBUG_SAVEALL)
  /external/python/cpython2/Lib/test/
test_gc.py 206 gc.set_debug(debug | gc.DEBUG_SAVEALL)
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_gc.py 206 gc.set_debug(debug | gc.DEBUG_SAVEALL)
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_gc.py 206 gc.set_debug(debug | gc.DEBUG_SAVEALL)
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_gc.py 206 gc.set_debug(debug | gc.DEBUG_SAVEALL)
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_gc.py 206 gc.set_debug(debug | gc.DEBUG_SAVEALL)
  /external/python/cpython3/Lib/test/
test_gc.py 240 gc.set_debug(debug | gc.DEBUG_SAVEALL)
676 # With DEBUG_SAVEALL, no additional message should get printed
679 stderr = run_command(code % "gc.DEBUG_SAVEALL")
    [all...]
  /external/tensorflow/tensorflow/python/framework/
test_util.py 485 Note that this decorator sets DEBUG_SAVEALL, which in some Python interpreters
496 """Sets DEBUG_SAVEALL, runs the test, and checks for new garbage."""
499 gc.set_debug(gc.DEBUG_SAVEALL)
533 assert_no_eager_garbage: If True, sets DEBUG_SAVEALL on the garbage
538 from `object`), and because DEBUG_SAVEALL is sticky in some Python
    [all...]
  /external/tensorflow/tensorflow/contrib/eager/python/
network_test.py 443 gc.set_debug(gc.DEBUG_SAVEALL)
    [all...]

Completed in 468 milliseconds