Home
last modified time | relevance | path

Searched refs:executionPaths (Results 1 – 2 of 2) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
DExpr.java356 List<ExecutionPath> executionPaths = paths; in toExecutionPathInOrder() local
358 executionPaths = anOrder.toExecutionPath(executionPaths); in toExecutionPathInOrder()
361 for (ExecutionPath path : executionPaths) { in toExecutionPathInOrder()
370 List<ExecutionPath> executionPaths = paths; in toExecutionPathInOrder() local
372 executionPaths = expr.toExecutionPath(executionPaths); in toExecutionPathInOrder()
375 for (ExecutionPath path : executionPaths) { in toExecutionPathInOrder()
DTernaryExpr.java105 List<ExecutionPath> executionPaths = getPred().toExecutionPath(paths); in toExecutionPath() local
108 for (ExecutionPath path : executionPaths) { in toExecutionPath()