Home
last modified time | relevance | path

Searched refs:error_object (Results 1 – 9 of 9) 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.c145 PyObject *error_object = NULL; in _CallPythonObject() local
219 error_object = _ctypes_get_errobj(&space); in _CallPythonObject()
220 if (error_object == NULL) in _CallPythonObject()
254 Py_XDECREF(error_object); in _CallPythonObject()
Dcallproc.c825 PyObject *error_object = NULL; in _call_function_pointer() local
912 error_object = _ctypes_get_errobj(&space); in _call_function_pointer()
913 if (error_object == NULL) in _call_function_pointer()
955 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/llvm-project/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/libcups/cups/
Draster-interpret.c76 static void error_object(_cups_ps_obj_t *obj);
758 error_object(_cups_ps_obj_t *obj) /* I - Object to add */ in error_object() function
863 error_object(obj); in error_stack()