Searched full:optional (Results 1 – 8 of 8) sorted by relevance
| /honee/tests/ |
| H A D | junit_common.py | 16 from typing import Optional, Tuple, List, Dict, Callable, Iterable, get_origin 181 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]: 191 Optional[str]: Skip reason, or `None` if test case should not be skipped 195 … def check_post_skip(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Optional[str]: 205 Optional[str]: Skip reason, or `None` if unexpected error 281 open (str, optional): Opening delimiter, must be different than `close`. Defaults to '('. 282 close (str, optional): Closing delimeter, must be different than `open`. Defaults to ')'. 405 …comment_str: str = '#', comment_func: Optional[Callable[[str, str], Optional[str]]] = None) -> str: 413 comment_str (str, optional): String to denoting commented line 414 comment_func (Callable, optional): Function to determine if test and true line are different [all …]
|
| H A D | junit.py | 40 def diff_csv_comment_function(test_line: str, true_line: str) -> Optional[str]: 95 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]: 105 Optional[str]: Skip reason, or `None` if test case should not be skipped 113 … def check_post_skip(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Optional[str]: 123 Optional[str]: Skip reason, or `None` if unexpeced error
|
| /honee/src/ |
| H A D | bc_definition.c | 81 @param[in] viewer Optional `PetscViewer` context or `NULL` 141 …@param[in] obj Optional object that provides the prefix for the options database (if `NULL` the… 262 …@param[in] destroy_ctx Optional function pointer that destroys the user context on `BCDefiniti…
|
| /honee/ |
| H A D | Makefile | 112 $(info Optional Dependencies:) 136 $(info Optional Dependencies:)
|
| H A D | Doxyfile | 53 # Using the PROJECT_BRIEF tag one can provide an optional one line description 2148 # Set optional variables used in the generation of an RTF document. Syntax is 2177 # optional.
|
| /honee/qfunctions/ |
| H A D | bc_outflow.h | 33 // The velocity in the exterior state has optional softplus regularization to
|
| H A D | utils_eigensolver_jacobi.h | 309 // Optional: Sort results by eigenvalue. in Diagonalize()
|
| /honee/doc/ |
| H A D | theory.md | 724 $P_\mathrm{ref}$ has a default value equal to `-reference_pressure` flag, with an optional flag `-i…
|