HomeSort by relevance Sort by last modified time
    Searched refs:mExpr (Results 1 - 25 of 126) sorted by null

1 2 3 4 5 6

  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/
Binding.java 42 private Expr mExpr;
53 mExpr = expr;
59 return mExpr.getLocations();
63 final ModelClass listenerParameter = getListenerParameter(mTarget, mName, mExpr.getModel());
64 Expr listenerExpr = mExpr.resolveListeners(listenerParameter, null);
65 if (listenerExpr != mExpr) {
67 mExpr = listenerExpr;
72 if (!(mExpr instanceof LambdaExpr)) {
75 LambdaExpr lambdaExpr = (LambdaExpr) mExpr;
76 final ModelClass listener = getListenerParameter(mTarget, mName, mExpr.getModel())
    [all...]
InverseBinding.java 43 private final Expr mExpr;
56 mExpr = expr.cloneToModel(mCallbackExprModel);
57 setGetterCall(mExpr);
64 mExpr.generateInverse(mCallbackExprModel, mVariableExpr, bindingClassName);
73 mExpr = null;
83 if (mExpr != null) {
84 return mExpr.getLocations();
113 expr == null ? "Unknown" : mExpr.getResolvedType(),
131 return mExpr;
182 if (mExpr != null)
    [all...]
  /packages/apps/ExactCalculator/src/com/android/calculator2/
CalculatorExpr.java 77 private ArrayList<Token> mExpr; // The actual representation
394 mExpr = new ArrayList<Token>();
398 mExpr = expr;
405 mExpr = new ArrayList<Token>();
408 mExpr.add(newToken(in));
416 int size = mExpr.size();
419 mExpr.get(i).write(out);
443 int s = mExpr.size();
447 Token t = mExpr.get(s-1);
455 int s = mExpr.size()
    [all...]
Evaluator.java 286 * All fields other than mExpr and mVal are touched only by the UI thread.
287 * For MAIN_INDEX, mExpr and mVal may change, but are also only ever touched by the UI thread.
288 * For all other expressions, mExpr does not change once the ExprInfo has been (atomically)
290 * does not change after that. mDegreeMode is handled exactly like mExpr.
293 public CalculatorExpr mExpr; // The expression itself.
296 mExpr = expr;
528 // Replace mExpr with clone to avoid races if task still runs for a while.
529 mMainExpr.mExpr = (CalculatorExpr)mMainExpr.mExpr.clone();
572 // mExpr does not change while we are evaluating; thus it's OK to read here
    [all...]
  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/solver/
ExecutionPath.java 36 private final Expr mExpr;
59 mExpr = expr;
123 if (mExpr != null || !mIsAlreadyEvaluated) {
124 builder.append("expr:").append(mExpr == null ? "root" : mExpr.getUniqueKey());
151 return mExpr;
  /system/tools/hidl/
ConstantExpression.cpp 177 mExpr = expr;
257 mExpr = std::string("(") + mOp + mUnary->description() + ")";
273 mExpr = std::string("(") + mLval->description() + " " + mOp + " " + mRval->description() + ")";
333 mExpr = std::string("(") + mCond->description() + "?" + mTrueVal->description() + ":" +
367 return mExpr;
588 // mExpr is defined explicitly before evaluation
589 std::cerr << " '" << err.lastReference->mExpr << "' in '" << mExpr << "' at "
641 mExpr = expr;
642 mTrivialDescription = mExpr.empty()
    [all...]
ConstantExpression.h 125 std::string mExpr;
  /system/core/libcutils/tests/
PropertiesTest.cpp 48 static ::testing::AssertionResult AssertEqualHex(const char *mExpr,
57 << mExpr << " and " << nExpr << " (expected: " << HexString(m) <<
  /frameworks/data-binding/compilerCommon/src/main/java/android/databinding/tool/store/
ResourceBundle.java     [all...]
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0/
compilerCommon-1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.0-rc5/
compilerCommon-1.0-rc5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/1.1/
compilerCommon-1.1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0/
compilerCommon-2.0.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-alpha9/
compilerCommon-2.0.0-alpha9.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta2/
compilerCommon-2.0.0-beta2.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta5/
compilerCommon-2.0.0-beta5.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta6/
compilerCommon-2.0.0-beta6.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-beta7/
compilerCommon-2.0.0-beta7.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.0.0-rc3/
compilerCommon-2.0.0-rc3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0/
compilerCommon-2.1.0.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-alpha3/
compilerCommon-2.1.0-alpha3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-alpha4/
compilerCommon-2.1.0-alpha4.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-beta1/
compilerCommon-2.1.0-beta1.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-beta3/
compilerCommon-2.1.0-beta3.jar 
  /prebuilts/gradle-plugin/com/android/databinding/compilerCommon/2.1.0-rc1/
compilerCommon-2.1.0-rc1.jar 

Completed in 748 milliseconds

1 2 3 4 5 6