Home
last modified time | relevance | path

Searched refs:computeUniqueKey (Results 1 – 25 of 25) sorted by relevance

/frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
DArgListExpr.java40 protected String computeUniqueKey() { in computeUniqueKey() method in ArgListExpr
41 return "ArgList[" + mId + "]" + super.computeUniqueKey(); in computeUniqueKey()
DInstanceOfExpr.java35 protected String computeUniqueKey() { in computeUniqueKey() method in InstanceOfExpr
36 return join("instanceof", super.computeUniqueKey(), mTypeStr); in computeUniqueKey()
DComparisonExpr.java33 protected String computeUniqueKey() { in computeUniqueKey() method in ComparisonExpr
34 return join(mOp, super.computeUniqueKey()); in computeUniqueKey()
DCastExpr.java48 protected String computeUniqueKey() { in computeUniqueKey() method in CastExpr
49 return join(mType, getCastExpr().computeUniqueKey()); in computeUniqueKey()
DBracketExpr.java93 protected String computeUniqueKey() { in computeUniqueKey() method in BracketExpr
94 final String targetKey = getTarget().computeUniqueKey(); in computeUniqueKey()
95 return join(targetKey, "$", getArg().computeUniqueKey(), "$"); in computeUniqueKey()
DIdentifierExpr.java53 protected String computeUniqueKey() { in computeUniqueKey() method in IdentifierExpr
54 return join(mName, super.computeUniqueKey()); in computeUniqueKey()
DListenerExpr.java79 protected String computeUniqueKey() { in computeUniqueKey() method in ListenerExpr
80 return join(getResolvedType().getCanonicalName(), getTarget().computeUniqueKey(), mName); in computeUniqueKey()
DMethodCallExpr.java182 protected String computeUniqueKey() { in computeUniqueKey() method in MethodCallExpr
183 return join(getTarget().computeUniqueKey(), mName, in computeUniqueKey()
184 super.computeUniqueKey()); in computeUniqueKey()
DTernaryExpr.java47 protected String computeUniqueKey() { in computeUniqueKey() method in TernaryExpr
48 return "?:" + super.computeUniqueKey(); in computeUniqueKey()
DTwoWayListenerExpr.java59 protected String computeUniqueKey() { in computeUniqueKey() method in TwoWayListenerExpr
DBitShiftExpr.java33 protected String computeUniqueKey() { in computeUniqueKey() method in BitShiftExpr
DMethodReferenceExpr.java37 protected String computeUniqueKey() { in computeUniqueKey() method in MethodReferenceExpr
DCallbackArgExpr.java76 protected String computeUniqueKey() { in computeUniqueKey() method in CallbackArgExpr
DUnaryExpr.java38 protected String computeUniqueKey() { in computeUniqueKey() method in UnaryExpr
DSymbolExpr.java47 protected String computeUniqueKey() { in computeUniqueKey() method in SymbolExpr
DObservableFieldExpr.java37 protected String computeUniqueKey() { in computeUniqueKey() method in ObservableFieldExpr
DResourceExpr.java127 protected String computeUniqueKey() { in computeUniqueKey() method in ResourceExpr
155 computeUniqueKey(); in getInvertibleError()
DFieldAssignmentExpr.java40 protected String computeUniqueKey() { in computeUniqueKey() method in FieldAssignmentExpr
DLambdaExpr.java76 protected String computeUniqueKey() { in computeUniqueKey() method in LambdaExpr
DMathExpr.java38 protected String computeUniqueKey() { in computeUniqueKey() method in MathExpr
DExpr.java426 mUniqueKey = computeUniqueKey(); in getUniqueKey()
435 protected String computeUniqueKey() { in computeUniqueKey() method in Expr
DFieldAccessExpr.java127 protected String computeUniqueKey() { in computeUniqueKey() method in FieldAccessExpr
/frameworks/data-binding/compiler/src/test/java/android/databinding/tool/expr/
DExprTest.java54 protected String computeUniqueKey() { in computeUniqueKey() method in ExprTest.DummyExpr
55 return mKey + super.computeUniqueKey(); in computeUniqueKey()
DExprModelTest.java73 protected String computeUniqueKey() { in computeUniqueKey() method in ExprModelTest.DummyExpr
74 return mKey + super.computeUniqueKey(); in computeUniqueKey()
/frameworks/data-binding/prebuilds/1.0-rc0/
Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...