Home
last modified time | relevance | path

Searched refs:error_object (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/src/ruby/spec/
Derror_sanity_spec.rb34 error_object = error_class.new
37 expect(error_object.code).to eq(status_code)
40 expect(error_object.details).to eq('unknown cause')
41 expect(error_object.metadata).to eq({})
/external/autotest/client/cros/cellular/mbim_compliance/
Dmbim_errors.py403 error_object = error_class(*args)
404 logging.error(error_object)
409 raise error_object
/external/python/cpython3/Modules/_ctypes/
Dcallbacks.c138 PyObject *error_object = NULL; in _CallPythonObject() local
215 error_object = _ctypes_get_errobj(&space); in _CallPythonObject()
216 if (error_object == NULL) in _CallPythonObject()
247 Py_XDECREF(error_object); in _CallPythonObject()
Dcallproc.c771 PyObject *error_object = NULL; in _call_function_pointer() local
805 error_object = _ctypes_get_errobj(&space); in _call_function_pointer()
806 if (error_object == NULL) in _call_function_pointer()
849 Py_XDECREF(error_object); in _call_function_pointer()
/external/python/cpython2/Modules/_ctypes/
Dcallbacks.c219 PyObject *error_object = NULL; in _CallPythonObject() local
298 error_object = _ctypes_get_errobj(&space); in _CallPythonObject()
299 if (error_object == NULL) in _CallPythonObject()
330 Py_XDECREF(error_object); in _CallPythonObject()
Dcallproc.c783 PyObject *error_object = NULL; in _call_function_pointer() local
817 error_object = _ctypes_get_errobj(&space); in _call_function_pointer()
818 if (error_object == NULL) in _call_function_pointer()
865 Py_XDECREF(error_object); in _call_function_pointer()
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/PowerPC/
Dctrloop-reg.ll27 @error_object = external global %struct.ref_s.1.49.91.115.121.139.145.151.157.163.169.175.181.211, …
/external/llvm/test/CodeGen/PowerPC/
Dctrloop-reg.ll27 @error_object = external global %struct.ref_s.1.49.91.115.121.139.145.151.157.163.169.175.181.211, …
/external/v8/src/
Disolate.cc605 Handle<Object> Isolate::CaptureSimpleStackTrace(Handle<JSReceiver> error_object, in CaptureSimpleStackTrace() argument
649 Handle<JSReceiver> error_object) { in CaptureAndSetDetailedStackTrace() argument
658 JSReceiver::SetProperty(this, error_object, key, stack_trace, in CaptureAndSetDetailedStackTrace()
662 return error_object; in CaptureAndSetDetailedStackTrace()
666 Handle<JSReceiver> error_object, FrameSkipMode mode, in CaptureAndSetSimpleStackTrace() argument
671 CaptureSimpleStackTrace(error_object, mode, caller); in CaptureAndSetSimpleStackTrace()
674 JSReceiver::SetProperty(this, error_object, key, stack_trace, in CaptureAndSetSimpleStackTrace()
677 return error_object; in CaptureAndSetSimpleStackTrace()
681 Handle<JSObject> error_object) { in GetDetailedStackTrace() argument
684 JSReceiver::GetDataProperty(error_object, key_detailed); in GetDetailedStackTrace()
Disolate.h847 Handle<Object> CaptureSimpleStackTrace(Handle<JSReceiver> error_object,
851 Handle<JSReceiver> error_object);
853 Handle<JSReceiver> error_object, FrameSkipMode mode,
855 Handle<FixedArray> GetDetailedStackTrace(Handle<JSObject> error_object);
/external/libcups/filter/
Dinterpret.c80 static void error_object(_cups_ps_obj_t *obj);
762 error_object(_cups_ps_obj_t *obj) /* I - Object to add */ in error_object() function
867 error_object(obj); in error_stack()