/external/skia/tools/skpbench/ |
D | _hardware_android.py | 71 def __exit__(self, exception_type, exception_value, traceback): argument 72 Hardware.__exit__(self, exception_type, exception_value, traceback)
|
D | _hardware.py | 29 def __exit__(self, exception_type, exception_value, traceback): argument
|
D | skpbench.py | 220 def __exit__(self, exception_type, exception_value, traceback): argument
|
/external/tensorflow/tensorflow/python/distribute/ |
D | distribute_lib.py | 263 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 …]
|
D | multi_worker_test_base.py | 575 def __exit__(self, exception_type, exception_value, traceback): argument
|
/external/skia/infra/bots/ |
D | utils.py | 176 exception_value = excinfo[1] 184 if exception_value.errno == errno.ENOENT:
|
/external/autotest/client/cros/video/ |
D | helper_logger.py | 134 def __exit__(self, exception_type, exception_value, traceback): argument
|
/external/tensorflow/tensorflow/python/eager/ |
D | monitoring.py | 484 def __exit__(self, exception_type, exception_value, traceback): argument 485 del exception_type, exception_value, traceback
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | debug_events_reader.py | 172 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/ |
D | xmlWriter.py | 55 def __exit__(self, exception_type, exception_value, traceback): argument
|
/external/tensorflow/tensorflow/python/training/ |
D | monitored_session.py | 886 def __exit__(self, exception_type, exception_value, traceback): argument
|