Searched defs:int (Results 1 – 3 of 3) sorted by relevance
| /libCEED/tests/ |
| H A D | junit_common.py | 181 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]: 524 backend: str, test: str, index: int, verbose: bool) -> str: 585 def run_test(index: int, test: str, spec: TestSpec, backend: str, 586 mode: RunMode, nproc: int, suite_spec: SuiteSpec, verbose: bool = False) -> TestCase: 768 def run_tests(test: str, ceed_backends: List[str], mode: RunMode, nproc: int, 769 …suite_spec: SuiteSpec, pool_size: int = 1, search: str = ".*", verbose: bool = False) -> TestSuite:
|
| H A D | junit.py | 101 def check_pre_skip(self, test: str, spec: TestSpec, resource: str, nproc: int) -> Optional[str]:
|
| /libCEED/examples/deal.II/ |
| H A D | bps-cpu.h | 175 const std::pair<unsigned int, unsigned int> &range) const in do_cell_integral_range()
|