Home
last modified time | relevance | path

Searched refs:check (Results 1 – 4 of 4) sorted by relevance

/scripts/
A Dbuild-many-glibcs.py69 def _run(*popenargs, input=None, timeout=None, check=False, **kwargs): argument
79 if check and returncode:
690 subprocess.run(cmd, cwd=self.builddir, check=True)
917 check=True, universal_newlines=True).stdout
932 subprocess.run(['touch', '-c', to_touch], check=True)
939 subprocess.run(['touch', to_touch], check=True)
955 cwd=self.component_srcdir('gcc'), check=True)
987 check=True)
1210 def bot_run_self(self, opts, action, check=True): argument
1219 subprocess.run(cmd, check=check)
[all …]
A Dcheck-obsolete-constructs.py437 def check(self, fname): member in HeaderChecker
463 checker.check(fname)
A Ddocumented.sh41 check the latest manual (available from the CVS archive) before
A Dpylintrc154 # Tells whether we should check for unused import in __init__ files.
205 # instance to not check methods defines in Zope's Interface base class.

Completed in 11 milliseconds