Home
last modified time | relevance | path

Searched refs:dependant (Results 1 – 5 of 5) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
DDependency.java29 public Dependency(Expr dependant, Expr other) { in Dependency() argument
30 mDependant = dependant; in Dependency()
37 public Dependency(Expr dependant, Expr other, Expr condition, boolean expectedOutput) { in Dependency() argument
38 mDependant = dependant; in Dependency()
DExpr.java587 final Expr dependant = dependency.getDependant(); in getAllCalculationPaths() local
591 dependant.getRequirementFlagIndex(dependency.getExpectedOutput())); in getAllCalculationPaths()
592 cond.mParents.add(dependant.getAllCalculationPaths()); in getAllCalculationPaths()
595 node.mParents.add(dependant.getAllCalculationPaths()); in getAllCalculationPaths()
727 Expr dependant = dependency.getDependant(); in hasConditionalDependant() local
728 if (dependant.isConditional() && dependant instanceof TernaryExpr) { in hasConditionalDependant()
729 TernaryExpr ternary = (TernaryExpr) dependant; in hasConditionalDependant()
DExprModel.java545 Expr dependant = dependency.getDependant();
546 if (dependant.isConditional() && dependant.getAllCalculationPaths()
548 if (dependant.considerElevatingConditionals(partialRead)) {
/frameworks/data-binding/compiler/src/main/kotlin/android/databinding/tool/writer/
DLayoutBinderWriter.kt899 !it.isConditional && it.dependant is TernaryExpr && in readWithDependants()
900 (it.dependant as TernaryExpr).pred == expr in readWithDependants()
901 }.map { it.dependant }.groupBy { in readWithDependants()
959 val dependant = it.dependant in readWithDependants() constant
960 batch.contains(dependant) && in readWithDependants()
961 dependant.shouldReadFlagSet.andNot(flagSet).isEmpty && in readWithDependants()
962 dependant.shouldReadNow(justRead) in readWithDependants()
965 dependants.addAll(chosen.map { it.dependant }) in readWithDependants()
/frameworks/base/docs/html/guide/topics/connectivity/usb/
Dindex.jd42 dependant on the device's hardware, regardless of platform level. You can filter for devices that