Searched refs:dependant (Results 1 – 4 of 4) sorted by relevance
29 public Dependency(Expr dependant, Expr other) { in Dependency() argument30 mDependant = dependant; in Dependency()37 public Dependency(Expr dependant, Expr other, Expr condition, boolean expectedOutput) { in Dependency() argument38 mDependant = dependant; in Dependency()
625 final Expr dependant = dependency.getDependant(); in getAllCalculationPaths() local629 dependant.getRequirementFlagIndex(dependency.getExpectedOutput())); in getAllCalculationPaths()630 cond.mParents.add(dependant.getAllCalculationPaths()); in getAllCalculationPaths()633 node.mParents.add(dependant.getAllCalculationPaths()); in getAllCalculationPaths()782 Expr dependant = dependency.getDependant(); in hasConditionalDependant() local783 if (dependant.isConditional() && dependant instanceof TernaryExpr) { in hasConditionalDependant()784 TernaryExpr ternary = (TernaryExpr) dependant; in hasConditionalDependant()
597 Expr dependant = dependency.getDependant();598 if (dependant.isConditional() && dependant.getAllCalculationPaths()600 if (dependant.considerElevatingConditionals(partialRead)) {
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...