Home
last modified time | relevance | path

Searched refs:traceback (Results 1 – 25 of 94) sorted by relevance

1234

/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-support/libteam/libteam/
H A D0001-team_basic_test.py-check-the-return-value.patch6 Not only print the traceback like before, also check the
29 + import traceback
30 + traceback.print_exc()
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/utils/
H A Dhttpserver.py8 import traceback
42 import traceback
43 exception = traceback.format_exc()
/OK3568_Linux_fs/yocto/poky/meta/lib/oe/
H A Dsdk.py10 import traceback
70 bb.debug(1, "printing the stack trace\n %s" %traceback.format_exc())
77 bb.debug(1, "printing the stack trace\n %s" %traceback.format_exc())
85 bb.debug(1, "printing the stack trace\n %s" %traceback.format_exc())
/OK3568_Linux_fs/u-boot/test/py/
H A Dtest.py26 import traceback
27 traceback.print_exc()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/bldcontrol/management/commands/
H A Drunbuilds.py16 import traceback
73 traceback.print_exc()
81 traceback=traceback.format_exc())
242 traceback = traceback_text,
/OK3568_Linux_fs/yocto/poky/bitbake/bin/
H A Dbitbake44 import traceback
45 traceback.print_exc()
H A Dbitbake-hashserv64 import traceback
65 traceback.print_exc()
H A Dbitbake-prserv62 import traceback
63 traceback.print_exc()
H A Dbitbake-layers100 import traceback
101 traceback.print_exc()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bb/
H A Ddaemonize.py17 import traceback
93 traceback.print_exc()
H A Dcommand.py73 import traceback
77 return None, "bb.BBHandledException()\n" + traceback.format_exc()
78 return None, traceback.format_exc()
94 import traceback
98 return None, "bb.BBHandledException()\n" + traceback.format_exc()
99 return None, traceback.format_exc()
141 import traceback
145 self.finishAsyncCommand(traceback.format_exc())
H A Dexceptions.py8 import traceback
89 formatted.extend(traceback.format_exception_only(etype, value))
/OK3568_Linux_fs/yocto/poky/scripts/
H A Doe-selftest63 import traceback
64 traceback.print_exc()
H A Doe-test81 import traceback
82 traceback.print_exc()
H A Doe-check-sstate105 import traceback
106 traceback.print_exc()
H A Doepydevshell-internal.py97 import traceback
99 traceback.print_exc()
H A Drecipetool114 import traceback
115 traceback.print_exc()
/OK3568_Linux_fs/yocto/poky/bitbake/contrib/
H A Ddump_cache.py81 import traceback
82 traceback.print_exc()
/OK3568_Linux_fs/yocto/poky/bitbake/lib/bs4/
H A Ddiagnose.py17 import traceback
74 traceback.print_exc()
184 traceback.print_exc()
/OK3568_Linux_fs/u-boot/tools/binman/
H A Dbinman15 import traceback
109 traceback.print_exc()
H A Dbinman.py15 import traceback
109 traceback.print_exc()
/OK3568_Linux_fs/external/rknn-toolkit2/examples/functions/accuracy_analysis/
H A Dtest.py3 import traceback
79 print(traceback.format_exc())
/OK3568_Linux_fs/yocto/poky/meta/files/
H A Dext-sdk-prepare.py89 import traceback
90 traceback.print_exc()
/OK3568_Linux_fs/external/rknn-toolkit2/examples/onnx/resnet50v2/
H A Dtest.py3 import traceback
78 print(traceback.format_exc())
/OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/sdkext/
H A Dtestsdk.py86 import traceback
87 bb.fatal("Loading tests failed:\n%s" % traceback.format_exc())

1234