/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/ |
D | ExpressionEvaluator.java | 139 executeFunction("==", node.getLeft(), node.getRight()); in caseAEqExpression() 144 executeFunction("#==", node.getLeft(), node.getRight()); in caseANumericEqExpression() 149 executeFunction("!=", node.getLeft(), node.getRight()); in caseANeExpression() 154 executeFunction("#!=", node.getLeft(), node.getRight()); in caseANumericNeExpression() 159 executeFunction("<", node.getLeft(), node.getRight()); in caseALtExpression() 164 executeFunction(">", node.getLeft(), node.getRight()); in caseAGtExpression() 169 executeFunction("<=", node.getLeft(), node.getRight()); in caseALteExpression() 174 executeFunction(">=", node.getLeft(), node.getRight()); in caseAGteExpression() 179 executeFunction("&&", node.getLeft(), node.getRight()); in caseAAndExpression() 184 executeFunction("||", node.getLeft(), node.getRight()); in caseAOrExpression() [all …]
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/analysis/ |
D | DepthFirstAdapter.java | 1060 if(node.getRight() != null) in caseACommaExpression() 1062 node.getRight().apply(this); in caseACommaExpression() 1085 if(node.getRight() != null) in caseAEqExpression() 1087 node.getRight().apply(this); in caseAEqExpression() 1110 if(node.getRight() != null) in caseANumericEqExpression() 1112 node.getRight().apply(this); in caseANumericEqExpression() 1135 if(node.getRight() != null) in caseANeExpression() 1137 node.getRight().apply(this); in caseANeExpression() 1160 if(node.getRight() != null) in caseANumericNeExpression() 1162 node.getRight().apply(this); in caseANumericNeExpression() [all …]
|
D | ReversedDepthFirstAdapter.java | 1063 if(node.getRight() != null) in caseACommaExpression() 1065 node.getRight().apply(this); in caseACommaExpression() 1088 if(node.getRight() != null) in caseAEqExpression() 1090 node.getRight().apply(this); in caseAEqExpression() 1113 if(node.getRight() != null) in caseANumericEqExpression() 1115 node.getRight().apply(this); in caseANumericEqExpression() 1138 if(node.getRight() != null) in caseANeExpression() 1140 node.getRight().apply(this); in caseANeExpression() 1163 if(node.getRight() != null) in caseANumericNeExpression() 1165 node.getRight().apply(this); in caseANumericNeExpression() [all …]
|
/external/jsilver/src/com/google/clearsilver/jsilver/compiler/ |
D | ExpressionTranslator.java | 227 JavaExpression right = cast(Type.STRING, node.getRight()); in caseAEqExpression() 233 setResult(infix(Type.BOOLEAN, Type.INT, "==", node.getLeft(), node.getRight())); in caseANumericEqExpression() 239 JavaExpression right = cast(Type.STRING, node.getRight()); in caseANeExpression() 245 setResult(infix(Type.BOOLEAN, Type.INT, "!=", node.getLeft(), node.getRight())); in caseANumericNeExpression() 250 setResult(infix(Type.BOOLEAN, Type.INT, "<", node.getLeft(), node.getRight())); in caseALtExpression() 255 setResult(infix(Type.BOOLEAN, Type.INT, ">", node.getLeft(), node.getRight())); in caseAGtExpression() 260 setResult(infix(Type.BOOLEAN, Type.INT, "<=", node.getLeft(), node.getRight())); in caseALteExpression() 265 setResult(infix(Type.BOOLEAN, Type.INT, ">=", node.getLeft(), node.getRight())); in caseAGteExpression() 270 setResult(infix(Type.BOOLEAN, Type.BOOLEAN, "&&", node.getLeft(), node.getRight())); in caseAAndExpression() 275 setResult(infix(Type.BOOLEAN, Type.BOOLEAN, "||", node.getLeft(), node.getRight())); in caseAOrExpression() [all …]
|
/external/llvm/include/llvm/ADT/ |
D | ImmutableSet.h | 62 ImutAVLTree *getRight() const { return right; } in getRight() function 82 T = T->getRight(); in find() 91 ImutAVLTree *Right = T->getRight(); in getMaxElement() 92 while (Right) { T = Right; Right = T->getRight(); } in getMaxElement() 102 if (const ImutAVLTree* R = getRight()) in size() 180 if (ImutAVLTree* R = getRight()) in foreach() 192 unsigned HR = getRight() ? getRight()->validateTree() : 0; in validateTree() 208 assert(!(getRight() || in validateTree() 210 ImutInfo::KeyOfValue(getRight()->getValue()))) && in validateTree() 320 uint32_t X = computeDigest(getLeft(), getRight(), getValue()); in computeDigest() [all …]
|
/external/swiftshader/third_party/LLVM/include/llvm/ADT/ |
D | ImmutableSet.h | 62 ImutAVLTree *getRight() const { return right; } in getRight() function 82 T = T->getRight(); in find() 91 ImutAVLTree *Right = T->getRight(); in getMaxElement() 92 while (Right) { T = right; right = T->getRight(); } in getMaxElement() 102 if (const ImutAVLTree* R = getRight()) in size() 180 if (ImutAVLTree* R = getRight()) in foreach() 192 unsigned HR = getRight() ? getRight()->validateTree() : 0; in validateTree() 208 assert(!(getRight() || in validateTree() 210 ImutInfo::KeyOfValue(getRight()->getValue()))) && in validateTree() 320 uint32_t X = computeDigest(getLeft(), getRight(), getValue()); in computeDigest() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/ |
D | ImmutableSet.h | 64 ImutAVLTree *getRight() const { return right; } in getRight() function 84 T = T->getRight(); in find() 93 ImutAVLTree *Right = T->getRight(); in getMaxElement() 94 while (Right) { T = Right; Right = T->getRight(); } in getMaxElement() 104 if (const ImutAVLTree* R = getRight()) in size() 182 if (ImutAVLTree* R = getRight()) in foreach() 194 unsigned HR = getRight() ? getRight()->validateTree() : 0; in validateTree() 210 assert(!(getRight() || in validateTree() 212 ImutInfo::KeyOfValue(getRight()->getValue()))) && in validateTree() 321 uint32_t X = computeDigest(getLeft(), getRight(), getValue()); in computeDigest() [all …]
|
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/util/ |
D | SelectionArea.java | 141 public int getRight() { in getRight() method in SelectionArea 146 int size = (getRight() - getLeft() + 1) * (getBottom() - getTop() + 1); in copyFrom() 153 for (int x = getLeft(); x <= getRight(); x++) { in copyFrom()
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/ |
D | TypeResolver.java | 81 PExpression rhs = node.getRight(); in caseAAddExpression() 91 PExpression rhs = node.getRight(); in caseAEqExpression() 101 PExpression rhs = node.getRight(); in caseANeExpression()
|
/external/swiftshader/src/OpenGL/compiler/ |
D | ValidateLimitations.cpp | 271 if (!isConstExpr(declInit->getRight())) { in validateForLoopInit() 326 if (!isConstExpr(binOp->getRight())) { in validateForLoopCond() 397 if (!isConstExpr(binOp->getRight())) { in validateForLoopExpr() 486 TIntermTyped* index = node->getRight(); in validateIndexing()
|
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | propagateNoContraction.cpp | 388 node->getRight()->traverse(this); in visitBinary() 395 unsigned struct_dereference_index = getStructIndexFromConstantUnion(node->getRight()); in visitBinary() 407 node->getRight()->traverse(this); in visitBinary() 634 BN->getRight()->traverse(this); in propagateNoContractionInOneExpression()
|
/external/swiftshader/third_party/LLVM/tools/llvm-diff/ |
D | DiffLog.cpp | 53 Instruction *DiffLogBuilder::getRight(unsigned I) const { return Diff[I].second; } in getRight() function in DiffLogBuilder
|
D | DiffLog.h | 75 Instruction *getRight(unsigned I) const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/tools/llvm-diff/ |
D | DiffLog.cpp | 51 Instruction *DiffLogBuilder::getRight(unsigned I) const { return Diff[I].second; } in getRight() function in DiffLogBuilder
|
D | DiffLog.h | 79 Instruction *getRight(unsigned I) const;
|
/external/llvm/tools/llvm-diff/ |
D | DiffLog.cpp | 52 Instruction *DiffLogBuilder::getRight(unsigned I) const { return Diff[I].second; } in getRight() function in DiffLogBuilder
|
D | DiffLog.h | 79 Instruction *getRight(unsigned I) const;
|
/external/jsilver/src/com/google/clearsilver/jsilver/syntax/node/ |
D | AAndExpression.java | 67 public PExpression getRight() in getRight() method in AAndExpression
|
D | AMultiplyExpression.java | 67 public PExpression getRight() in getRight() method in AMultiplyExpression
|
D | ANeExpression.java | 67 public PExpression getRight() in getRight() method in ANeExpression
|
D | AGtExpression.java | 67 public PExpression getRight() in getRight() method in AGtExpression
|
D | AModuloExpression.java | 67 public PExpression getRight() in getRight() method in AModuloExpression
|
D | ASubtractExpression.java | 67 public PExpression getRight() in getRight() method in ASubtractExpression
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_new_src/javaparser-core/com/github/javaparser/ast/expr/ |
D | BinaryExpr.java | 95 public Expression getRight() { in getRight() method in BinaryExpr
|
/external/javaparser/javaparser-symbol-solver-testing/src/test/test_sourcecode/javaparser_src/proper_source/com/github/javaparser/ast/expr/ |
D | BinaryExpr.java | 94 public Expression getRight() { in getRight() method in BinaryExpr
|