Searched refs:candidate (Results 1 – 5 of 5) sorted by relevance
80 def IsMoreSevere(cls, candidate, reference): argument94 if (candidate not in cls.SEVERITY_ORDER or97 "%s or %s is not recognized." % (candidate, reference))98 return cls.SEVERITY_ORDER[candidate] > cls.SEVERITY_ORDER[reference]
192 T candidate = bestSigAlgorithmOnSdkVersion.get(sigMinSdkVersion); in getSignaturesToVerify() local193 if ((candidate == null) in getSignaturesToVerify()195 sigAlgorithm, candidate.algorithm) > 0)) { in getSignaturesToVerify()
315 val candidate = VisitCandidate(this, visitor) in <lambda>() constant316 candidate.accept() in <lambda>()
455 for (candidate in ArrayList(methods)) { in <lambda>() method456 for (superMethod in candidate.allSuperMethods()) { in <lambda>()
1055 for (candidate in methods) { in <lambda>() method1056 if (candidate.name() == name) { in <lambda>()