Searched refs:error_object (Results 1 – 11 of 11) sorted by relevance
/external/grpc-grpc/src/ruby/spec/ |
D | error_sanity_spec.rb | 34 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/ |
D | mbim_errors.py | 403 error_object = error_class(*args) 404 logging.error(error_object) 409 raise error_object
|
/external/python/cpython3/Modules/_ctypes/ |
D | callbacks.c | 138 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()
|
D | callproc.c | 771 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/ |
D | callbacks.c | 219 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()
|
D | callproc.c | 783 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/ |
D | ctrloop-reg.ll | 27 @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/ |
D | ctrloop-reg.ll | 27 @error_object = external global %struct.ref_s.1.49.91.115.121.139.145.151.157.163.169.175.181.211, …
|
/external/v8/src/ |
D | isolate.cc | 605 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()
|
D | isolate.h | 847 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/ |
D | interpret.c | 80 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()
|