Searched refs:status (Results 1 – 10 of 10) sorted by relevance
| /libCEED/tests/junit-xml/junit_xml/ ! |
| H A D | __init__.py | 184 if case.status: 185 test_case_attributes["status"] = decode(case.status, encoding) 376 status=None, argument 389 self.status = status
|
| /libCEED/rust/libceed-sys/ ! |
| H A D | build.rs | 95 assert!(command.status().unwrap().success()); in run()
|
| /libCEED/interface/ ! |
| H A D | ceed-qfunction.c | 184 int CeedQFunctionSetFortranStatus(CeedQFunction qf, bool status) { in CeedQFunctionSetFortranStatus() argument 185 qf->is_fortran = status; in CeedQFunctionSetFortranStatus()
|
| /libCEED/doc/sphinx/source/ ! |
| H A D | CODE_OF_CONDUCT.md | 5 … identity and expression, level of experience, education, socio-economic status, nationality, pers…
|
| /libCEED/ ! |
| H A D | CODE_OF_CONDUCT.md | 5 … identity and expression, level of experience, education, socio-economic status, nationality, pers…
|
| H A D | README.md | 504 [joss-badge]: https://joss.theoj.org/papers/10.21105/joss.02945/status.svg
|
| H A D | Doxyfile | 866 # at the end of the doxygen process doxygen will return with a non-zero status.
|
| /libCEED/tests/ ! |
| H A D | junit_common.py | 667 test_case.status = f'fails with required: {required_message}' 672 if not test_case.is_skipped() and not test_case.status:
|
| /libCEED/include/ceed/ ! |
| H A D | backend.h | 376 CEED_EXTERN int CeedQFunctionSetFortranStatus(CeedQFunction qf, bool status);
|
| /libCEED/julia/LibCEED.jl/src/generated/ ! |
| H A D | libceed_bindings.jl | 1178 function CeedQFunctionSetFortranStatus(qf, status) argument 1179 ccall((:CeedQFunctionSetFortranStatus, libceed), Cint, (CeedQFunction, Bool), qf, status)
|