Home
last modified time | relevance | path

Searched defs:str (Results 1 – 7 of 7) sorted by relevance

/libCEED/tests/
H A Djunit.py43 def get_source_path(self, test: str) -> Path:
78 def get_run_path(self, test: str) -> Path:
89 def get_output_path(self, test: str, output_file: str) -> Path:
101 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]:
121 … def check_post_skip(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Optional[str]:
147 …def check_required_failure(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Tuple[s…
186 def check_allowed_stdout(self, test: str) -> bool:
H A Djunit_common.py88 def get_source_path(self, test: str) -> Path:
100 def get_run_path(self, test: str) -> Path:
112 def get_output_path(self, test: str, output_file: str) -> Path:
172 def post_test_hook(self, test: str, spec: TestSpec, backend: str) -> None:
181 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]:
195 … def check_post_skip(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Optional[str]:
209 …def check_required_failure(self, test: str, spec: TestSpec, resource: str, stderr: str) -> Tuple[s…
223 def check_allowed_stdout(self, test: str) -> bool:
250 def contains_any(base: str, substrings: List[str]) -> bool:
263 def startswith_any(base: str, prefixes: List[str]) -> bool:
[all …]
/libCEED/julia/LibCEED.jl/test/
H A Drundevtests.jl3 function checkoutput(str, fname) argument
H A Druntests.jl10 function checkoutput(str, fname) argument
/libCEED/rust/libceed/src/
H A Dqfunction.rs47 pub fn name(&self) -> &str { in name()
735 fieldname: &str, in input()
784 fieldname: &str, in output()
H A Doperator.rs103 pub fn name(&self) -> &str { in name()
805 fieldname: &str, in field()
H A Dlib.rs293 pub fn init_with_error_handler(resource: &str, handler: ErrorHandler) -> Self { in init_with_error_handler()