Home
last modified time | relevance | path

Searched refs:format_exc (Results 1 – 25 of 73) sorted by relevance

123

/external/autotest/tko/parsers/
Dbase.py34 traceback.format_exc() +
53 traceback.format_exc() +
/external/autotest/client/cros/cellular/pseudomodem/
Dutils.py82 raise_logger(traceback.format_exc())
139 logger(traceback.format_exc())
/external/autotest/frontend/afe/json_rpc/
DserviceHandler.py111 results['err_traceback'] = traceback.format_exc()
169 err_traceback = traceback.format_exc()
/external/autotest/client/common_lib/
Derror.py57 msg += "\n" + traceback.format_exc()
100 msg += "\n" + traceback.format_exc()
115 msg += "\n" + traceback.format_exc()
/external/grpc-grpc/src/python/grpcio/
Dcommands.py100 traceback.format_exc(), decorated_path, error.message))
108 traceback.format_exc(), error.message))
303 formatted_exception = traceback.format_exc()
/external/python/cpython2/Lib/multiprocessing/
Dmanagers.py49 from traceback import format_exc
204 msg = ('#TRACEBACK', format_exc())
209 msg = ('#TRACEBACK', format_exc())
216 c.send(('#TRACEBACK', format_exc()))
267 msg = ('#TRACEBACK', format_exc())
276 msg = ('#TRACEBACK', format_exc())
284 msg = ('#TRACEBACK', format_exc())
290 send(('#UNSERIALIZABLE', format_exc()))
/external/autotest/server/site_tests/kernel_MemoryRamoop/
Dkernel_MemoryRamoop.py88 traceback.format_exc(), str(err)))
101 traceback.format_exc(), str(err)))
/external/python/cpython3/Lib/multiprocessing/
Dmanagers.py23 from traceback import format_exc
198 msg = ('#TRACEBACK', format_exc())
203 msg = ('#TRACEBACK', format_exc())
210 c.send(('#TRACEBACK', format_exc()))
268 msg = ('#TRACEBACK', format_exc())
277 msg = ('#TRACEBACK', format_exc())
285 msg = ('#TRACEBACK', format_exc())
291 send(('#UNSERIALIZABLE', format_exc()))
/external/autotest/tko/
Djsonp_fetcher.cgi30 result_dict['err_traceback'] = traceback.format_exc()
Dparse.py278 (path, traceback.format_exc()))
299 (control, e, traceback.format_exc()))
303 (control, e, traceback.format_exc()))
/external/syzkaller/tools/syz-headerparser/
Dheaderparser.py53 excdata = traceback.format_exc().splitlines()
/external/tensorflow/tensorflow/python/
Dpywrap_tensorflow.py73 above this error message when asking for help.""" % traceback.format_exc()
/external/python/cpython2/Doc/library/
Dtraceback.rst51 .. function:: format_exc([limit])
190 print "*** format_exc, first and last line:"
191 formatted_lines = traceback.format_exc().splitlines()
223 *** format_exc, first and last line:
/external/swiftshader/third_party/llvm-7.0/llvm/test/TableGen/
DJSON-check.py31 exception = traceback.format_exc().splitlines()[-1]
/external/autotest/scheduler/
Demail_manager.py83 message = "EXCEPTION: %s\n%s" % (reason, traceback.format_exc())
/external/python/cpython3/Lib/unittest/
Dloader.py40 name, traceback.format_exc())
44 message = 'Failed to call load_tests:\n%s' % (traceback.format_exc(),)
186 traceback.format_exc(),))
/external/autotest/server/cros/ap_configurators/
Dap_cartridge.py58 trace = ''.join(traceback.format_exc())
/external/autotest/server/site_tests/network_WiFi_ChaosConfigFailure/
Dcontrol40 trace = ''.join(traceback.format_exc())
/external/bcc/src/cc/frontends/p4/compiler/
Dp4toEbpf.py103 return CompileResult("exception", traceback.format_exc())
/external/autotest/frontend/afe/
Dviews.py86 trace = traceback.format_exc()
/external/autotest/server/site_tests/platform_CorruptRootfs/
Dplatform_CorruptRootfs.py107 traceback.format_exc(), str(e)))
/external/autotest/server/site_tests/platform_CrashStateful/
Dplatform_CrashStateful.py94 traceback.format_exc(), str(e)))
/external/autotest/server/site_tests/platform_BootPerfServer/
Dplatform_BootPerfServer.py64 traceback.format_exc(), str(e)))
/external/autotest/server/site_tests/platform_SyncCrash/
Dplatform_SyncCrash.py65 traceback.format_exc(), str(e)))
/external/autotest/client/bin/
Dparallel.py29 for line in traceback.format_exc().splitlines():

123