Home
last modified time | relevance | path

Searched refs:lessThanOrEqual (Results 1 – 10 of 10) sorted by relevance

/external/proguard/src/proguard/evaluation/value/
DIntegerValue.java216 public abstract int lessThanOrEqual(IntegerValue other); in lessThanOrEqual() method in IntegerValue
236 return -lessThanOrEqual(other); in greaterThan()
455 public int lessThanOrEqual(UnknownIntegerValue other) in lessThanOrEqual() method in IntegerValue
457 return lessThanOrEqual((IntegerValue)other); in lessThanOrEqual()
479 return -lessThanOrEqual(other); in greaterThan()
699 public int lessThanOrEqual(SpecificIntegerValue other) in lessThanOrEqual() method in IntegerValue
701 return lessThanOrEqual((IntegerValue)other); in lessThanOrEqual()
723 return -lessThanOrEqual(other); in greaterThan()
943 public int lessThanOrEqual(ParticularIntegerValue other) in lessThanOrEqual() method in IntegerValue
945 return lessThanOrEqual((SpecificIntegerValue)other); in lessThanOrEqual()
[all …]
DSpecificIntegerValue.java189 public int lessThanOrEqual(IntegerValue other) in lessThanOrEqual() method in SpecificIntegerValue
327 public int lessThanOrEqual(SpecificIntegerValue other) in lessThanOrEqual() method in SpecificIntegerValue
DParticularIntegerValue.java221 public int lessThanOrEqual(IntegerValue other) in lessThanOrEqual() method in ParticularIntegerValue
349 public int lessThanOrEqual(ParticularIntegerValue other) in lessThanOrEqual() method in ParticularIntegerValue
DUnknownIntegerValue.java191 public int lessThanOrEqual(IntegerValue other) in lessThanOrEqual() method in UnknownIntegerValue
/external/apache-xml/src/main/java/org/apache/xpath/operations/
DLte.java47 return left.lessThanOrEqual(right) ? XBoolean.S_TRUE : XBoolean.S_FALSE; in operate()
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/asn1/
DASN1Set.java476 private boolean lessThanOrEqual( in lessThanOrEqual() method
526 if (lessThanOrEqual(a, b)) in sort()
/external/bouncycastle/repackaged/bcprov/src/main/java/com/android/org/bouncycastle/asn1/
DASN1Set.java478 private boolean lessThanOrEqual( in lessThanOrEqual() method
528 if (lessThanOrEqual(a, b)) in sort()
/external/apache-xml/src/main/java/org/apache/xpath/objects/
DXObject.java561 public boolean lessThanOrEqual(XObject obj2) in lessThanOrEqual() method in XObject
619 return obj2.lessThanOrEqual(this); in greaterThanOrEqual()
DXNodeSet.java658 public boolean lessThanOrEqual(XObject obj2) throws javax.xml.transform.TransformerException in lessThanOrEqual() method in XNodeSet
/external/proguard/src/proguard/evaluation/
DProcessor.java796 stack.ipop().lessThanOrEqual(valueFactory.createIntegerValue(0))); in visitBranchInstruction()
819 stack.ipop().lessThanOrEqual(stack.ipop())); in visitBranchInstruction()