Searched refs:check (Results 1 - 9 of 9) sorted by relevance
/pkg/src/modules/lint/ |
H A D | base.py | 54 check implemented by each method when paired with the checker 57 Subclasses define the method signature for the check(..) method called 60 likely those outside this base module, should not override check(..) 225 """A class to check individual actions.""" 227 def check(self, action, manifest, engine): member in class:ActionChecker 244 "from {check} on linted action " 246 check=pkglint_id, 253 "{check} on action " 255 "{err}".format(check=pkglint_id, 264 """A class to check manifest 327 def check(self, manifest, engine): member in class:ManifestChecker [all...] |
H A D | engine.py | 278 'info_classification_path' A path the file used to check the values 776 # double-check the publishers match, since we 966 checker.check(manifest, self) 977 checker.check(action, manifest, self) 1033 """Log a message saying we're skipping a particular check.""" 1034 self.info(_("Not running {check} checks on linted action " 1035 "{action}").format(check=msgid, action=str(action)), 1097 satisfy the rename check.
|
/pkg/src/modules/client/ |
H A D | firmware.py | 66 # use a cache since each check may be expensive and each 103 def check(self, dep_action, enumerator): member in class:Cpu 117 args if j.startswith("check.")]) 118 pvtype = checkargs["check.version-type"] 126 innit = checkargs["check.include"] or None 131 notit = checkargs["check.exclude"] or None 156 def check(self, dep_action, enumerator): member in class:Driver 162 "check.minimum-version",
|
H A D | pkg_solver.py | 137 # check if we're allowed to use the solver 702 # First check for solver failures caused by missing parent 1012 # check for allowed downgrades. 1459 # check for dependents 1772 """check to see if fmri is obsolete""" 1778 """check to see if fmri is renamed""" 1850 """check if given fmri has explicit install actions.""" 1918 # check most common ones first; what is checked 1987 # we check any dependencies it 2277 # check i [all...] |
/pkg/src/ |
H A D | Makefile | 99 @cd pkg; pwd; $(MAKE) $(TARGET) check \
|
/pkg/src/modules/actions/ |
H A D | depend.py | 309 ok, reason = Driver().check(self, pfmri.pkg_name) 316 ok, reason = Cpu().check(self, pfmri.pkg_name) 497 single_attrs = ["predicate", "root-image", "ignore-check",
|
/pkg/doc/dev-guide/ |
H A D | Makefile | 32 # $ make check (makes pdfs from each book fragment) 140 check: $(BOOK_FRAGMENTS:%.txt=$(PROTO)/%.pdf) book
|
/pkg/src/pkg/ |
H A D | Makefile | 178 check: $(PDIR)/protomanifest $(PDIR)/pkgmanifest
|
/pkg/src/modules/solver/ |
H A D | solver.c | 40 static inline void check(int expr) { assert(expr); } function
|
Completed in 1011 milliseconds