Home
last modified time | relevance | path

Searched full:startswith (Results 1 – 6 of 6) sorted by relevance

/libCEED/python/
H A Dbuild_ceed_cffi.py18 if (line.startswith("#") and not line.startswith("#include")):
20 if (line.startswith("#include \"deprecated.h\"")):
22 if (line.startswith(" CEED_QFUNCTION_ATTR")):
24 if (line.startswith(" static const char")):
32 if (line.startswith("CEED_EXTERN const char *const")):
75 lines = [line for line in lines if not line.startswith("#include")]
/libCEED/.github/workflows/
H A Dpython-wheels.yml20 (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v'))
43 (github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v'))
59 if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
/libCEED/tests/
H A Djunit.py67 elif test.startswith('ex'):
113 if test.startswith('t318') and contains_any(resource, ['/gpu/cuda/ref']):
115 if test.startswith('t506') and contains_any(resource, ['/gpu/cuda/shared']):
H A Djunit_common.py273 return any((base.startswith(prefix) for prefix in prefixes))
401 …if line.startswith(f'{comment_str}TESTARGS')] or [TestSpec(source_file.stem, args=['{ceed_resource…
643 … output_files: List[str] = [arg.split(':')[1] for arg in run_args if arg.startswith('ascii:')]
650 output_files = [arg.split(':')[1] for arg in run_args if arg.startswith('cgns:')]
/libCEED/
H A Dsetup.py29 line.startswith("Version: ")]
/libCEED/doc/sphinx/source/
H A Dconf.py85 if line.startswith("Version:"):