/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/skia/infra/bots/ |
D | utils.py | 176 exception_value = excinfo[1] 184 if exception_value.errno == errno.ENOENT:
|
/external/tensorflow/tensorflow/python/distribute/ |
D | distribute_lib.py | 264 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)
|
D | multi_worker_test_base.py | 608 def __exit__(self, exception_type, exception_value, traceback): argument
|
/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 | 488 def __exit__(self, exception_type, exception_value, traceback): argument 489 del exception_type, exception_value, traceback
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | debug_events_reader.py | 178 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/ |
D | xmlWriter.py | 55 def __exit__(self, exception_type, exception_value, traceback): argument
|
/external/tensorflow/tensorflow/python/training/ |
D | monitored_session.py | 883 def __exit__(self, exception_type, exception_value, traceback): argument
|