HomeSort by relevance Sort by last modified time
    Searched defs:__exit__ (Results 76 - 100 of 414) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/tensorflow/tensorflow/python/lib/io/
tf_record.py 92 This class implements `__enter__` and `__exit__`, and can be used
117 def __exit__(self, unused_type, unused_value, unused_traceback): member in class:TFRecordWriter
  /external/toolchain-utils/crosperf/
generate_report_unittest.py 32 def __exit__(self, _type, _value, _traceback): member in class:_ContextualStringIO
  /kernel/tests/net/test/
tun_twister.py 95 def __exit__(self, *args): member in class:TunTwister
  /prebuilts/gdb/darwin-x86/lib/python2.7/
runpy.py 40 def __exit__(self, *args): member in class:_TempModule
58 def __exit__(self, *args): member in class:_ModifiedArgv0
  /prebuilts/gdb/linux-x86/lib/python2.7/
runpy.py 40 def __exit__(self, *args): member in class:_TempModule
58 def __exit__(self, *args): member in class:_ModifiedArgv0
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
runpy.py 40 def __exit__(self, *args): member in class:_TempModule
58 def __exit__(self, *args): member in class:_ModifiedArgv0
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
runpy.py 40 def __exit__(self, *args): member in class:_TempModule
58 def __exit__(self, *args): member in class:_ModifiedArgv0
  /test/vts/runners/host/
test_runner.py 213 def __exit__(self, *args): member in class:TestRunner
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
dummy_thread.py 118 def __exit__(self, typ, val, tb): member in class:LockType
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
dummy_thread.py 118 def __exit__(self, typ, val, tb): member in class:LockType
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_importlib.py 112 def __exit__(self, *exc_info): member in class:mock_modules
113 self._uncache.__exit__(None, None, None)
  /external/autotest/client/common_lib/cros/
virtual_ethernet_pair.py 203 def __exit__(self, exc_type, exc_value, traceback): member in class:VirtualEthernetPair
  /external/autotest/client/cros/
backchannel.py 47 def __exit__(self, exception, value, traceback): member in class:Backchannel
device_jail_utils.py 39 def __exit__(self, exc_type, exc_val, traceback): member in class:OSFile
53 def __exit__(self, exc_type, exc_val, traceback): member in class:ConcurrentFunc
154 def __exit__(self, exc_type, exc_val, traceback): member in class:JailDevice
  /external/autotest/client/cros/cellular/pseudomodem/
state_machine.py 51 def __exit__(self): member in class:StateMachine
  /external/autotest/client/cros/cellular/
test_environment.py 130 self.__exit__(*sys.exc_info())
133 self.__exit__(*sys.exc_info())
137 def __exit__(self, exception, value, traceback): member in class:CellularTestEnvironment
139 return self._nested.__exit__(exception, value, traceback)
  /external/autotest/client/deps/lansim/src/py/
simulator.py 25 def __exit__(self, exc_type, exc_val, exc_tb): member in class:NullContext
  /external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
mock_lorgnette.py 107 def __exit__(self, type, value, tb): member in class:MockLorgnette
  /external/autotest/server/cros/
lockfile.py 209 def __exit__(self, *_exc): member in class:LockBase
  /external/autotest/server/cros/network/
packet_capturer.py 76 def __exit__(self): member in class:DisabledPacketCapturer
175 def __exit__(self): member in class:PacketCapturer
  /external/libmojo/third_party/catapult/devil/devil/android/
logcat_monitor.py 227 def __exit__(self, exc_type, exc_val, exc_tb): member in class:LogcatMonitor
  /external/python/cpython2/Lib/
dummy_thread.py 118 def __exit__(self, typ, val, tb): member in class:LockType
runpy.py 40 def __exit__(self, *args): member in class:_TempModule
58 def __exit__(self, *args): member in class:_ModifiedArgv0
  /external/python/cpython2/Lib/test/
test_importlib.py 112 def __exit__(self, *exc_info): member in class:mock_modules
113 self._uncache.__exit__(None, None, None)
test_pdb.py 94 def __exit__(self, *exc): member in class:PdbTestInput

Completed in 521 milliseconds

1 2 34 5 6 7 8 91011>>