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

1 2 3 4 5 6 7 8 91011>>

  /frameworks/data-binding/compiler/src/main/java/android/databinding/tool/expr/
BitShiftExpr.java 34 return join(getLeft().getUniqueKey(), mOp, getRight().getUniqueKey());
55 public Expr getRight() {
64 .app("", getRight().toCode());
69 return model.bitshift(getLeft().cloneToModel(model), mOp, getRight().cloneToModel(model));
79 return getLeft().toString() + ' ' + mOp + ' ' + getRight().toString();
ComparisonExpr.java 55 public Expr getRight() {
70 .app(" (", getRight().toCode())
76 return model.comparison(mOp, getLeft().cloneToModel(model), getRight().cloneToModel(model));
86 return getLeft().toString() + ' ' + mOp + ' ' + getRight();
MathExpr.java 39 return join(getLeft().getUniqueKey(), mOp, getRight().getUniqueKey());
47 || getRight().getResolvedType().isString()) {
52 getRight().getResolvedType());
64 public Expr getRight() {
73 .app(" (", getRight().toCode())
84 final Expr right = getRight();
109 final Expr right = getRight();
157 return model.math(getLeft().cloneToModel(model), mOp, getRight().cloneToModel(model));
162 return "(" + getLeft() + ") " + mOp + " (" + getRight() + ")";
  /external/javassist/src/main/javassist/compiler/ast/
CastExpr.java 48 public ASTree getOprand() { return getRight().getLeft(); }
50 public void setOprand(ASTree t) { getRight().setLeft(t); }
NewExpr.java 60 public ASTList getArguments() { return (ASTList)getRight().getLeft(); }
65 ASTree t = getRight().getRight();
ASTree.java 24 * and <code>getRight()</code> returns null.
29 public ASTree getRight() { return null; }
Expr.java 61 public ASTree oprand2() { return getRight().getLeft(); }
64 getRight().setLeft(expr);
  /external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
ExpressionEvaluator.java 139 executeFunction("==", node.getLeft(), node.getRight());
144 executeFunction("#==", node.getLeft(), node.getRight());
149 executeFunction("!=", node.getLeft(), node.getRight());
154 executeFunction("#!=", node.getLeft(), node.getRight());
159 executeFunction("<", node.getLeft(), node.getRight());
164 executeFunction(">", node.getLeft(), node.getRight());
169 executeFunction("<=", node.getLeft(), node.getRight());
174 executeFunction(">=", node.getLeft(), node.getRight());
179 executeFunction("&&", node.getLeft(), node.getRight());
184 executeFunction("||", node.getLeft(), node.getRight());
    [all...]
  /frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
ViewBoundsCheckTest.java 83 return mParent.getRight();
93 return view.getRight();
128 view.getRight());
143 view.getRight());
159 view.getRight());
175 view.getRight());
191 view.getRight());
207 view.getRight());
222 view.getRight());
237 view.getRight());
    [all...]
  /external/jsilver/src/com/google/clearsilver/jsilver/compiler/
ExpressionTranslator.java 227 JavaExpression right = cast(Type.STRING, node.getRight());
233 setResult(infix(Type.BOOLEAN, Type.INT, "==", node.getLeft(), node.getRight()));
239 JavaExpression right = cast(Type.STRING, node.getRight());
245 setResult(infix(Type.BOOLEAN, Type.INT, "!=", node.getLeft(), node.getRight()));
250 setResult(infix(Type.BOOLEAN, Type.INT, "<", node.getLeft(), node.getRight()));
255 setResult(infix(Type.BOOLEAN, Type.INT, ">", node.getLeft(), node.getRight()));
260 setResult(infix(Type.BOOLEAN, Type.INT, "<=", node.getLeft(), node.getRight()));
265 setResult(infix(Type.BOOLEAN, Type.INT, ">=", node.getLeft(), node.getRight()));
270 setResult(infix(Type.BOOLEAN, Type.BOOLEAN, "&&", node.getLeft(), node.getRight()));
275 setResult(infix(Type.BOOLEAN, Type.BOOLEAN, "||", node.getLeft(), node.getRight()));
    [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewWidgetImageView.java 42 getScrollX() + getRight() - getLeft() - getPaddingRight(),
  /external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/
DepthFirstAdapter.java 1060 if(node.getRight() != null)
1062 node.getRight().apply(this);
1085 if(node.getRight() != null)
1087 node.getRight().apply(this);
1110 if(node.getRight() != null)
1112 node.getRight().apply(this);
1135 if(node.getRight() != null)
1137 node.getRight().apply(this);
1160 if(node.getRight() != null)
1162 node.getRight().apply(this)
    [all...]
ReversedDepthFirstAdapter.java 1063 if(node.getRight() != null)
1065 node.getRight().apply(this);
1088 if(node.getRight() != null)
1090 node.getRight().apply(this);
1113 if(node.getRight() != null)
1115 node.getRight().apply(this);
1138 if(node.getRight() != null)
1140 node.getRight().apply(this);
1163 if(node.getRight() != null)
1165 node.getRight().apply(this)
    [all...]
  /development/samples/ApiDemos/tests/src/com/example/android/apis/view/
Focus2ActivityTest.java 78 mLeftButton.getRight() < mCenterButton.getLeft());
80 mCenterButton.getRight() < mRightButton.getLeft());
  /frameworks/support/percent/tests/java/android/support/percent/
PercentFrameTest.java 94 int childRight = childToTest.getRight();
113 int childRight = childToTest.getRight();
151 int childRight = childToTest.getRight();
191 mPercentFrameLayout.getTop(), mPercentFrameLayout.getRight(),
195 int childRight = childToTest.getRight();
211 int childRight = childToTest.getRight();
233 mPercentFrameLayout.getTop(), mPercentFrameLayout.getRight(),
242 int childRight = childToTest.getRight();
PercentRelativeRtlTest.java 125 mPercentRelativeLayout.getTop(), mPercentRelativeLayout.getRight(),
139 final int childRight = childToTest.getRight();
171 final int childRight = childToTest.getRight();
208 final int childRight = childToTest.getRight();
242 final int childRight = childToTest.getRight();
275 final int childRight = childToTest.getRight();
282 leftChild.getRight() + 0.1f * mContainerWidth, childLeft);
  /frameworks/support/core-ui/tests/java/android/support/v4/testutils/
TestUtilsMatchers.java 129 if (view.getRight() == parentGroup.getWidth()) {
134 view.getRight() + ", parent width=" +
166 if (view.getRight() == parentGroup.getWidth()) {
171 view.getRight() + ", parent width=" +
210 final int viewRight = view.getRight();
  /external/llvm/include/llvm/ADT/
ImmutableSet.h 62 ImutAVLTree *getRight() const { return right; }
82 T = T->getRight();
91 ImutAVLTree *Right = T->getRight();
92 while (Right) { T = Right; Right = T->getRight(); }
102 if (const ImutAVLTree* R = getRight())
180 if (ImutAVLTree* R = getRight())
192 unsigned HR = getRight() ? getRight()->validateTree() : 0;
208 assert(!(getRight() ||
210 ImutInfo::KeyOfValue(getRight()->getValue()))) &
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/ADT/
ImmutableSet.h 62 ImutAVLTree *getRight() const { return right; }
82 T = T->getRight();
91 ImutAVLTree *Right = T->getRight();
92 while (Right) { T = right; right = T->getRight(); }
102 if (const ImutAVLTree* R = getRight())
180 if (ImutAVLTree* R = getRight())
192 unsigned HR = getRight() ? getRight()->validateTree() : 0;
208 assert(!(getRight() ||
210 ImutInfo::KeyOfValue(getRight()->getValue()))) &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 66 ImutAVLTree *getRight() const { return right; }
86 T = T->getRight();
95 ImutAVLTree *Right = T->getRight();
96 while (Right) { T = Right; Right = T->getRight(); }
106 if (const ImutAVLTree* R = getRight())
184 if (ImutAVLTree* R = getRight())
196 unsigned HR = getRight() ? getRight()->validateTree() : 0;
212 assert(!(getRight() ||
214 ImutInfo::KeyOfValue(getRight()->getValue()))) &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 66 ImutAVLTree *getRight() const { return right; }
86 T = T->getRight();
95 ImutAVLTree *Right = T->getRight();
96 while (Right) { T = Right; Right = T->getRight(); }
106 if (const ImutAVLTree* R = getRight())
184 if (ImutAVLTree* R = getRight())
196 unsigned HR = getRight() ? getRight()->validateTree() : 0;
212 assert(!(getRight() ||
214 ImutInfo::KeyOfValue(getRight()->getValue()))) &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 66 ImutAVLTree *getRight() const { return right; }
86 T = T->getRight();
95 ImutAVLTree *Right = T->getRight();
96 while (Right) { T = Right; Right = T->getRight(); }
106 if (const ImutAVLTree* R = getRight())
184 if (ImutAVLTree* R = getRight())
196 unsigned HR = getRight() ? getRight()->validateTree() : 0;
212 assert(!(getRight() ||
214 ImutInfo::KeyOfValue(getRight()->getValue()))) &
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 66 ImutAVLTree *getRight() const { return right; }
86 T = T->getRight();
95 ImutAVLTree *Right = T->getRight();
96 while (Right) { T = Right; Right = T->getRight(); }
106 if (const ImutAVLTree* R = getRight())
184 if (ImutAVLTree* R = getRight())
196 unsigned HR = getRight() ? getRight()->validateTree() : 0;
212 assert(!(getRight() ||
214 ImutInfo::KeyOfValue(getRight()->getValue()))) &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 66 ImutAVLTree *getRight() const { return right; }
86 T = T->getRight();
95 ImutAVLTree *Right = T->getRight();
96 while (Right) { T = Right; Right = T->getRight(); }
106 if (const ImutAVLTree* R = getRight())
184 if (ImutAVLTree* R = getRight())
196 unsigned HR = getRight() ? getRight()->validateTree() : 0;
212 assert(!(getRight() ||
214 ImutInfo::KeyOfValue(getRight()->getValue()))) &
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/llvm/include/llvm/ADT/
ImmutableSet.h 66 ImutAVLTree *getRight() const { return right; }
86 T = T->getRight();
95 ImutAVLTree *Right = T->getRight();
96 while (Right) { T = Right; Right = T->getRight(); }
106 if (const ImutAVLTree* R = getRight())
184 if (ImutAVLTree* R = getRight())
196 unsigned HR = getRight() ? getRight()->validateTree() : 0;
212 assert(!(getRight() ||
214 ImutInfo::KeyOfValue(getRight()->getValue()))) &
    [all...]

Completed in 609 milliseconds

1 2 3 4 5 6 7 8 91011>>