Searched defs:message (Results 1 – 6 of 6) sorted by relevance
| /libCEED/tests/junit-xml/junit_xml/ |
| H A D | __init__.py | 404 def add_error_info(self, message=None, output=None, error_type=None): argument 423 def add_failure_info(self, message=None, output=None, failure_type=None): argument 442 def add_skipped_info(self, message=None, output=None): argument
|
| /libCEED/julia/LibCEED.jl/src/ |
| H A D | Ceed.jl | 6 message::String field
|
| /libCEED/backends/cuda/ |
| H A D | ceed-cuda-compile.cpp | 42 #define CeedCallSystem(ceed, command, message) CeedCallBackend(CeedCallSystem_Core(ceed, command, m… argument 47 static int CeedCallSystem_Core(Ceed ceed, const char *command, const char *message) { in CeedCallSystem_Core()
|
| /libCEED/rust/libceed/src/ |
| H A D | lib.rs | 139 pub message: String, field 179 let message = c_str.to_string_lossy().to_string(); in check_error() localVariable 343 let message = c_str.to_string_lossy().to_string(); in check_error() localVariable
|
| /libCEED/backends/hip/ |
| H A D | ceed-hip-compile.cpp | 241 const char *message = hipGetErrorName(result); in CeedRunKernelDimSharedCore_Hip() local
|
| /libCEED/tests/ |
| H A D | junit_common.py | 26 def __init__(self, message): argument
|