Home
last modified time | relevance | path

Searched refs:_traceback (Results 1 – 19 of 19) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Derror_interpolation_test.py39 frame = op._traceback[idx]
54 num_actual_frames = len(op._traceback)
61 stack.append(op._traceback[idx])
66 op._traceback = stack
157 del non_traceback_op._traceback
197 local_op._traceback)
200 expected_frame = len(local_op._traceback) - 6
207 local_op._traceback = local_op._traceback[:7]
215 local_op._traceback)
Dops.py2033 self._traceback = tf_stack.extract_stack_for_node(self._c_op)
2482 return self._traceback
/external/python/cpython3/Include/cpython/
Dtraceback.h9 typedef struct _traceback { struct
11 struct _traceback *tb_next; argument
/external/python/cpython2/Include/
Dtraceback.h12 typedef struct _traceback { struct
14 struct _traceback *tb_next; argument
/external/python/cpython2/Lib/
Ddummy_thread.py19 import traceback as _traceback namespace
51 _traceback.print_exc()
/external/skqp/infra/bots/
Dgit_utils.py33 def __exit__(self, exc_type, _value, _traceback): argument
87 def __exit__(self, exc_type, _value, _traceback): argument
Dutils.py108 def __exit__(self, exc_type, _value, _traceback): argument
/external/python/futures/concurrent/futures/
D_base.py324 self._traceback = None
414 raise exception_type, self._exception, self._traceback
488 return self._exception, self._traceback
495 return self._exception, self._traceback
580 self._traceback = traceback
/external/tensorflow/tensorflow/python/platform/
Dtf_logging.py28 import traceback as _traceback namespace
68 sinfo = '\n'.join(_traceback.format_stack())
79 sinfo = '\n'.join(_traceback.format_stack())
/external/skia/infra/bots/
Dgit_utils.py34 def __exit__(self, exc_type, _value, _traceback): argument
88 def __exit__(self, exc_type, _value, _traceback): argument
Dutils.py110 def __exit__(self, exc_type, _value, _traceback): argument
/external/grpc-grpc/src/python/grpcio_testing/grpc_testing/_channel/
D_invocation.py177 def _traceback(unused_handler): function
212 return _traceback(self._handler)
/external/toolchain-utils/crosperf/
Dgenerate_report_unittest.py37 def __exit__(self, _type, _value, _traceback): argument
/external/chromium-trace/catapult/devil/devil/android/tools/
Dvideo_recorder.py83 def __exit__(self, _exc_type, _exc_value, _traceback): argument
/external/grpc-grpc/src/python/grpcio/grpc/
D_interceptor.py83 self._traceback = traceback
122 return self._traceback
/external/chromium-trace/catapult/devil/devil/android/sdk/
Dshared_prefs.py415 def __exit__(self, exc_type, _exc_value, _traceback): argument
/external/python/cpython2/Doc/library/
Dtraceback.rst141 .. _traceback-example:
/external/python/cpython3/Doc/library/
Dtraceback.rst340 .. _traceback-example:
/external/python/cpython3/Doc/reference/
Ddatamodel.rst1044 .. _traceback-objects: