Searched defs:expressions (Results 1 - 3 of 3) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
H A DExprModel.java61 * Used by code generation. Keeps the list of expressions that are waiting to be evaluated.
84 * Adds the expression to the list of expressions and returns it.
91 Preconditions.check(!mSealed, "Cannot add expressions to a model after it is sealed");
365 // non-dynamic binding expressions receive some ids so that they can be invalidated
366 L.d("list of binding expressions");
370 // we don't assign ids to constant binding expressions because now invalidateAll has its own
433 * Run updateExpr on each binding expression until no new expressions are added.
435 * Some expressions (e.g. field access) may replace themselves and add/remove new dependencies
625 public Expr argListExpr(Iterable<Expr> expressions) { argument
626 return register(new ArgListExpr(mArgListIdCounter ++, expressions));
[all...]
/frameworks/opt/setupwizard/tools/docs/
H A Djsilver.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/clearsilver/DelegatedHdf.class DelegatedHdf. ...
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 270 milliseconds