Searched refs:toExecutionPathInOrder (Results 1 – 5 of 5) sorted by relevance
/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/ |
D | MethodCallExpr.java | 103 result.addAll(toExecutionPathInOrder(paths, getArgs())); in toExecutionPath() 111 result.addAll(toExecutionPathInOrder(subPath, getArgs())); in toExecutionPath() 118 private List<ExecutionPath> toExecutionPathInOrder(ExecutionPath path, List<Expr> args) { in toExecutionPathInOrder() method in MethodCallExpr 119 return toExecutionPathInOrder(Arrays.asList(path), args); in toExecutionPathInOrder()
|
D | FieldAssignmentExpr.java | 87 result.addAll(toExecutionPathInOrder(paths, child)); in toExecutionPath()
|
D | Expr.java | 339 return toExecutionPathInOrder(paths, getChildren()); in toExecutionPath() 354 protected final List<ExecutionPath> toExecutionPathInOrder(List<ExecutionPath> paths, in toExecutionPathInOrder() method in Expr 368 protected final List<ExecutionPath> toExecutionPathInOrder(List<ExecutionPath> paths, in toExecutionPathInOrder() method in Expr
|
D | MethodBaseExpr.java | 46 result.addAll(toExecutionPathInOrder(paths, getTarget())); in toExecutionPath()
|
D | BracketExpr.java | 66 result.addAll(toExecutionPathInOrder(paths, getTarget())); in toExecutionPath()
|