HomeSort by relevance Sort by last modified time
    Searched refs:exc_type (Results 1 - 25 of 106) sorted by null

1 2 3 4 5

  /external/autotest/client/cros/
webpagereplay_wrapper.py 58 def __exit__(self, exc_type, exc_val, exc_tb):
59 return self._server.__exit__(exc_type, exc_val, exc_tb)
88 def __exit__(self, exc_type, exc_val, exc_tb):
  /external/autotest/client/cros/video/
import_screenshot_capturer.py 63 def __exit__(self, exc_type, exc_val, exc_tb):
chameleon_screenshot_capturer.py 109 def __exit__(self, exc_type, exc_val, exc_tb):
  /prebuilts/gdb/darwin-x86/lib/python2.7/
py_compile.py 24 raise PyCompileError(exc_type,exc_value,file[,msg])
28 exc_type: exception type to be used in error message
45 def __init__(self, exc_type, exc_value, file, msg=''):
46 exc_type_name = exc_type.__name__
47 if exc_type is SyntaxError:
48 tbtext = ''.join(traceback.format_exception_only(exc_type, exc_value))
SimpleXMLRPCServer.py 270 exc_type, exc_value, exc_tb = sys.exc_info()
272 xmlrpclib.Fault(1, "%s:%s" % (exc_type, exc_value)),
371 exc_type, exc_value, exc_tb = sys.exc_info()
374 'faultString' : "%s:%s" % (exc_type, exc_value)}
635 exc_type, exc_value = sys.exc_info()[:2]
637 xmlrpclib.Fault(1, "%s:%s" % (exc_type, exc_value)),
  /prebuilts/gdb/linux-x86/lib/python2.7/
py_compile.py 24 raise PyCompileError(exc_type,exc_value,file[,msg])
28 exc_type: exception type to be used in error message
45 def __init__(self, exc_type, exc_value, file, msg=''):
46 exc_type_name = exc_type.__name__
47 if exc_type is SyntaxError:
48 tbtext = ''.join(traceback.format_exception_only(exc_type, exc_value))
SimpleXMLRPCServer.py 270 exc_type, exc_value, exc_tb = sys.exc_info()
272 xmlrpclib.Fault(1, "%s:%s" % (exc_type, exc_value)),
371 exc_type, exc_value, exc_tb = sys.exc_info()
374 'faultString' : "%s:%s" % (exc_type, exc_value)}
635 exc_type, exc_value = sys.exc_info()[:2]
637 xmlrpclib.Fault(1, "%s:%s" % (exc_type, exc_value)),
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
py_compile.py 24 raise PyCompileError(exc_type,exc_value,file[,msg])
28 exc_type: exception type to be used in error message
45 def __init__(self, exc_type, exc_value, file, msg=''):
46 exc_type_name = exc_type.__name__
47 if exc_type is SyntaxError:
48 tbtext = ''.join(traceback.format_exception_only(exc_type, exc_value))
SimpleXMLRPCServer.py 270 exc_type, exc_value, exc_tb = sys.exc_info()
272 xmlrpclib.Fault(1, "%s:%s" % (exc_type, exc_value)),
371 exc_type, exc_value, exc_tb = sys.exc_info()
374 'faultString' : "%s:%s" % (exc_type, exc_value)}
635 exc_type, exc_value = sys.exc_info()[:2]
637 xmlrpclib.Fault(1, "%s:%s" % (exc_type, exc_value)),
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
py_compile.py 24 raise PyCompileError(exc_type,exc_value,file[,msg])
28 exc_type: exception type to be used in error message
45 def __init__(self, exc_type, exc_value, file, msg=''):
46 exc_type_name = exc_type.__name__
47 if exc_type is SyntaxError:
48 tbtext = ''.join(traceback.format_exception_only(exc_type, exc_value))
SimpleXMLRPCServer.py 270 exc_type, exc_value, exc_tb = sys.exc_info()
272 xmlrpclib.Fault(1, "%s:%s" % (exc_type, exc_value)),
371 exc_type, exc_value, exc_tb = sys.exc_info()
374 'faultString' : "%s:%s" % (exc_type, exc_value)}
635 exc_type, exc_value = sys.exc_info()[:2]
637 xmlrpclib.Fault(1, "%s:%s" % (exc_type, exc_value)),
  /external/opencv3/3rdparty/jinja2/
debug.py 83 def __init__(self, exc_type, exc_value, frames):
85 self.exc_type = exc_type
99 lines = traceback.format_exception(self.exc_type, self.exc_value,
119 return self.exc_type, self.exc_value, self.frames[0]
129 return self.exc_type, self.exc_value, tb
134 exc_type, exc_value, tb = exc_info
200 exc_type, exc_value, tb = exc_info
  /external/chromium-trace/catapult/devil/devil/utils/
mock_calls.py 60 def __exit__(self, exc_type, exc_val, exc_tb):
62 patch.__exit__(exc_type, exc_val, exc_tb)
63 if exc_type is None:
  /tools/test/connectivity/acts/framework/acts/
asserts.py 240 def __exit__(self, exc_type, exc_value, tb):
241 if exc_type is None:
248 if not issubclass(exc_type, self.expected):
  /external/chromium-trace/catapult/telemetry/telemetry/value/
failure.py 22 exc_type = exc_info[0].__name__
23 super(FailureValue, self).__init__(page, exc_type, '', True, description,
  /external/autotest/client/cros/image_comparison/
upload_on_fail_comparer.py 100 def __exit__(self, exc_type, exc_val, exc_tb):
rgb_image_comparer.py 91 def __exit__(self, exc_type, exc_val, exc_tb):
pdiff_image_comparer.py 106 def __exit__(self, exc_type, exc_val, exc_tb):
  /external/libxml2/doc/
queries.py 48 print sys.exc_type, sys.exc_value
107 print sys.exc_type, sys.exc_value
index.py 226 print sys.exc_type, sys.exc_value
267 print sys.exc_type, sys.exc_value
316 print sys.exc_type, sys.exc_value
356 print sys.exc_type, sys.exc_value
439 print sys.exc_type, sys.exc_value
616 print sys.exc_type, sys.exc_value
665 print sys.exc_type, sys.exc_value
1018 print sys.exc_type, sys.exc_value
1184 print sys.exc_type, sys.exc_value
1210 print sys.exc_type, sys.exc_valu
    [all...]
  /external/autotest/client/deps/lansim/src/py/
simulator.py 25 def __exit__(self, exc_type, exc_val, exc_tb):
402 exc_type, exc_value, exc_traceback = sys.exc_info()
404 exc_type, exc_value, exc_traceback))
  /external/autotest/client/cros/networking/
shill_context.py 86 def __exit__(self, exc_type, exc_value, traceback):
  /external/autotest/frontend/afe/
views.py 60 'type': sys.exc_type,
  /prebuilts/gdb/darwin-x86/include/python2.7/
pystate.h 79 PyObject *exc_type; member in struct:_ts
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
WindowList.py 49 sys.exc_type, ":", sys.exc_value

Completed in 662 milliseconds

1 2 3 4 5