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/skia/infra/bots/
Dutils.py176 exception_value = excinfo[1]
184 if exception_value.errno == errno.ENOENT:
/external/tensorflow/tensorflow/python/distribute/
Ddistribute_lib.py264 def __exit__(self, exception_type, exception_value, traceback): argument
265 del exception_type, exception_value, traceback
408 def __exit__(self, exception_type, exception_value, traceback): argument
414 self._device_scope.__exit__(exception_type, exception_value, traceback)
423 exception_type, exception_value, traceback)
432 self._resource_creator_scope.__exit__(exception_type, exception_value,
442 self._var_scope.__exit__(exception_type, exception_value, traceback)
3060 def __exit__(self, exception_type, exception_value, traceback): argument
3617 def __exit__(self, exception_type, exception_value, traceback): argument
3622 exception_type, exception_value, traceback)
Dmulti_worker_test_base.py608 def __exit__(self, exception_type, exception_value, traceback): argument
/external/autotest/client/cros/video/
Dhelper_logger.py134 def __exit__(self, exception_type, exception_value, traceback): argument
/external/tensorflow/tensorflow/python/eager/
Dmonitoring.py488 def __exit__(self, exception_type, exception_value, traceback): argument
489 del exception_type, exception_value, traceback
/external/tensorflow/tensorflow/python/debug/lib/
Ddebug_events_reader.py178 def __exit__(self, exception_type, exception_value, traceback): argument
179 del exception_type, exception_value, traceback # Unused
1360 def __exit__(self, exception_type, exception_value, traceback): argument
1361 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.py883 def __exit__(self, exception_type, exception_value, traceback): argument