Home
last modified time | relevance | path

Searched refs:exception_value (Results 1 – 11 of 11) sorted by relevance

/external/skia/tools/skpbench/
D_hardware_android.py71 def __exit__(self, exception_type, exception_value, traceback): argument
72 Hardware.__exit__(self, exception_type, exception_value, traceback)
D_hardware.py29 def __exit__(self, exception_type, exception_value, traceback): argument
Dskpbench.py220 def __exit__(self, exception_type, exception_value, traceback): argument
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib.py263 def __exit__(self, exception_type, exception_value, traceback): argument
264 del exception_type, exception_value, traceback
407 def __exit__(self, exception_type, exception_value, traceback): argument
413 self._device_scope.__exit__(exception_type, exception_value, traceback)
422 exception_type, exception_value, traceback)
434 … lambda scope: scope.__exit__(exception_type, exception_value, # pylint:disable=g-long-lambda
439 self._resource_creator_scope.__exit__(exception_type, exception_value,
449 self._var_scope.__exit__(exception_type, exception_value, traceback)
3067 def __exit__(self, exception_type, exception_value, traceback): argument
3622 def __exit__(self, exception_type, exception_value, traceback): argument
[all …]
Dmulti_worker_test_base.py575 def __exit__(self, exception_type, exception_value, traceback): argument
/external/skia/infra/bots/
Dutils.py176 exception_value = excinfo[1]
184 if exception_value.errno == errno.ENOENT:
/external/autotest/client/cros/video/
Dhelper_logger.py134 def __exit__(self, exception_type, exception_value, traceback): argument
/external/tensorflow/tensorflow/python/eager/
Dmonitoring.py484 def __exit__(self, exception_type, exception_value, traceback): argument
485 del exception_type, exception_value, traceback
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_reader.py172 def __exit__(self, exception_type, exception_value, traceback): argument
173 del exception_type, exception_value, traceback # Unused
1353 def __exit__(self, exception_type, exception_value, traceback): argument
1354 del exception_type, exception_value, traceback # Unused
/external/fonttools/Lib/fontTools/misc/
DxmlWriter.py55 def __exit__(self, exception_type, exception_value, traceback): argument
/external/tensorflow/tensorflow/python/training/
Dmonitored_session.py886 def __exit__(self, exception_type, exception_value, traceback): argument