Searched refs:expressions (Results 1 – 14 of 14) sorted by relevance
70 std::vector<XmlPullParser::Attribute> expressions; in readExpressions() local83 expressions.push_back(XmlPullParser::Attribute{ in readExpressions()96 if (!expressions.empty()) { in readExpressions()104 std::move(expressions) in readExpressions()183 for (const XmlPullParser::Attribute& a : t.expressions) { in writeToFile()
73 std::vector<XmlPullParser::Attribute> expressions; member
66 List<Expr> expressions = getExpr().getChildren(); in resolveListeners() local68 expressions.get(i).resolveListeners(params[i]); in resolveListeners()113 final String[] expressions = concat(oldValues, newValues, String.class); in toJavaCode() local115 return mMultiAttributeSetter.toJava(bindingComponent, targetViewName, expressions); in toJavaCode()
270 List<? extends AttributeContext> expressions = expressionAttributes(context); in hasExpressionAttributes() local271 int size = expressions.size(); in hasExpressionAttributes()274 !expressions.get(0).attrName.getText().equals("android:tag")); in hasExpressionAttributes()
597 public Expr argListExpr(Iterable<Expr> expressions) {598 return register(new ArgListExpr(mArgListIdCounter ++, expressions));
21 expressions</a>248 Writing your first data binding expressions355 and knows how to assign values for the binding expressions.The easiest means476 used as type references in variables and expressions:502 expressions:528 be set on the layout to be used in binding expressions within the layout785 binding expressions</a> above: short form JavaBean references. When an861 It is possible to access resources as part of expressions using the normal1181 hierarchy is not disturbed prior to binding to the Views with expressions
177 expressions</em>. Filter expressions let you indicate to the system the tags-priority
46 <li>Examine variables and evaluate expressions at run time.</li>219 variables, evaluate expressions, and continue the execution line by line. Use breakpoints to
184 with inline verification of references, expressions, and variable values. Inline debug information190 <li>Lambda and operator expressions</li>
212 example, resource expressions or code for a nested class can be folded or hidden in to one line
193 as well as perform inline evaluation of lambda and operator expressions. </li>
361 To specify the data you want, create a combination of text expressions and variables
442 selection arguments. The selection clause is a combination of logical and Boolean expressions,
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...