Home
last modified time | relevance | path

Searched defs:message (Results 1 – 6 of 6) sorted by relevance

/libCEED/tests/junit-xml/junit_xml/
H A D__init__.py404 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 DCeed.jl6 message::String field
/libCEED/backends/cuda/
H A Dceed-cuda-compile.cpp42 #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 Dlib.rs139 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 Dceed-hip-compile.cpp241 const char *message = hipGetErrorName(result); in CeedRunKernelDimSharedCore_Hip() local
/libCEED/tests/
H A Djunit_common.py26 def __init__(self, message): argument