Home
last modified time | relevance | path

Searched refs:lhsValue (Results 1 – 9 of 9) sorted by relevance

/external/escapevelocity/src/main/java/com/google/escapevelocity/
DReferenceNode.java90 Object lhsValue = lhs.evaluate(context); in evaluate() local
91 if (lhsValue == null) { in evaluate()
95 if (lhsValue instanceof Map<?, ?>) { in evaluate()
96 Map<?, ?> map = (Map<?, ?>) lhsValue; in evaluate()
106 context.publicMethodsWithName(lhsValue.getClass(), methodName).stream() in evaluate()
113 return invokeMethod(method, lhsValue, ImmutableList.of()); in evaluate()
119 "Member " + id + " does not correspond to a public getter of " + lhsValue in evaluate()
120 + ", a " + lhsValue.getClass().getName()); in evaluate()
151 Object lhsValue = lhs.evaluate(context); in evaluate() local
152 if (lhsValue == null) { in evaluate()
[all …]
DExpressionNode.java157 Object lhsValue = lhs.evaluate(context); in equal() local
159 if (lhsValue == rhsValue) { in equal()
162 if (lhsValue == null || rhsValue == null) { in equal()
165 if (lhsValue.getClass().equals(rhsValue.getClass())) { in equal()
166 return lhsValue.equals(rhsValue); in equal()
169 return lhsValue.toString().equals(rhsValue.toString()); in equal()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp1840 uint64_t lhsValue = LHS.U.pVal[0]; in udivrem() local
1842 Quotient = lhsValue / rhsValue; in udivrem()
1843 Remainder = lhsValue % rhsValue; in udivrem()
1905 uint64_t lhsValue = LHS.U.pVal[0]; in udivrem() local
1906 Quotient = lhsValue / RHS; in udivrem()
1907 Remainder = lhsValue % RHS; in udivrem()
/external/llvm-project/llvm/lib/Support/
DAPInt.cpp1839 uint64_t lhsValue = LHS.U.pVal[0]; in udivrem() local
1841 Quotient = lhsValue / rhsValue; in udivrem()
1842 Remainder = lhsValue % rhsValue; in udivrem()
1904 uint64_t lhsValue = LHS.U.pVal[0]; in udivrem() local
1905 Quotient = lhsValue / RHS; in udivrem()
1906 Remainder = lhsValue % RHS; in udivrem()
/external/guice/extensions/persist/lib/
Djaxen-1.1-beta-7.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jaxen/ org/ ...
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1954 uint64_t lhsValue = LHS.isSingleWord() ? LHS.VAL : LHS.pVal[0]; in udivrem() local
1956 Quotient = APInt(LHS.getBitWidth(), lhsValue / rhsValue); in udivrem()
1957 Remainder = APInt(LHS.getBitWidth(), lhsValue % rhsValue); in udivrem()
/external/llvm/lib/Support/
DAPInt.cpp1980 uint64_t lhsValue = LHS.isSingleWord() ? LHS.VAL : LHS.pVal[0]; in udivrem() local
1982 Quotient = APInt(LHS.getBitWidth(), lhsValue / rhsValue); in udivrem()
1983 Remainder = APInt(LHS.getBitWidth(), lhsValue % rhsValue); in udivrem()
/external/antlr/runtime/ActionScript/project/lib/
DFlexAntTasks.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/adobe/ com/ ...
/external/kotlinc/lib/
Dkotlin-compiler.jarMETA-INF/ META-INF/MANIFEST.MF META-INF/backend-common. ...