Home
last modified time | relevance | path

Searched defs:process (Results 1 – 3 of 3) sorted by relevance

/petsc/src/benchmarks/streams/
H A Dprocess.py11 def process(streamstype,fileoutput): function
/petsc/lib/petsc/bin/maint/
H A Dbranches.py209 process = subprocess.Popen(["git", "branch", "-r"], stdout=subprocess.PIPE) variable
/petsc/lib/petsc/bin/maint/petsclinter/petsclinter/classes/
H A D_linter.py653 def process(self, tu: clx.TranslationUnit) -> None: member in Linter