/external/proguard/src/proguard/evaluation/value/ |
D | IntegerValue.java | 85 public abstract IntegerValue generalize(IntegerValue other); in generalize() 90 public abstract IntegerValue add(IntegerValue other); in add() 95 public abstract IntegerValue subtract(IntegerValue other); in subtract() 100 public abstract IntegerValue subtractFrom(IntegerValue other); in subtractFrom() 105 public abstract IntegerValue multiply(IntegerValue other) in multiply() 111 public abstract IntegerValue divide(IntegerValue other) in divide() 117 public abstract IntegerValue divideOf(IntegerValue other) in divideOf() 124 public abstract IntegerValue remainder(IntegerValue other) in remainder() 131 public abstract IntegerValue remainderOf(IntegerValue other) in remainderOf() 137 public abstract IntegerValue shiftLeft(IntegerValue other); in shiftLeft() [all …]
|
D | LongValue.java | 71 public LongValue generalize(LongValue other) in generalize() 79 public LongValue add(LongValue other) in add() 87 public LongValue subtract(LongValue other) in subtract() 95 public LongValue subtractFrom(LongValue other) in subtractFrom() 103 public LongValue multiply(LongValue other) in multiply() 112 public LongValue divide(LongValue other) in divide() 121 public LongValue divideOf(LongValue other) in divideOf() 131 public LongValue remainder(LongValue other) in remainder() 141 public LongValue remainderOf(LongValue other) in remainderOf() 150 public LongValue shiftLeft(IntegerValue other) in shiftLeft() [all …]
|
D | SpecificIntegerValue.java | 70 public IntegerValue generalize(IntegerValue other) in generalize() 75 public IntegerValue add(IntegerValue other) in add() 80 public IntegerValue subtract(IntegerValue other) in subtract() 85 public IntegerValue subtractFrom(IntegerValue other) in subtractFrom() 90 public IntegerValue multiply(IntegerValue other) in multiply() 95 public IntegerValue divide(IntegerValue other) in divide() 101 public IntegerValue divideOf(IntegerValue other) in divideOf() 107 public IntegerValue remainder(IntegerValue other) in remainder() 113 public IntegerValue remainderOf(IntegerValue other) in remainderOf() 119 public IntegerValue shiftLeft(IntegerValue other) in shiftLeft() [all …]
|
D | ParticularIntegerValue.java | 102 public IntegerValue generalize(IntegerValue other) in generalize() 107 public IntegerValue add(IntegerValue other) in add() 112 public IntegerValue subtract(IntegerValue other) in subtract() 117 public IntegerValue subtractFrom(IntegerValue other) in subtractFrom() 122 public IntegerValue multiply(IntegerValue other) in multiply() 127 public IntegerValue divide(IntegerValue other) in divide() 133 public IntegerValue divideOf(IntegerValue other) in divideOf() 139 public IntegerValue remainder(IntegerValue other) in remainder() 145 public IntegerValue remainderOf(IntegerValue other) in remainderOf() 151 public IntegerValue shiftLeft(IntegerValue other) in shiftLeft() [all …]
|
D | FloatValue.java | 70 public abstract FloatValue generalize(FloatValue other); in generalize() 76 public abstract FloatValue add(FloatValue other); in add() 81 public abstract FloatValue subtract(FloatValue other); in subtract() 86 public abstract FloatValue subtractFrom(FloatValue other); in subtractFrom() 91 public abstract FloatValue multiply(FloatValue other); in multiply() 96 public abstract FloatValue divide(FloatValue other); in divide() 101 public abstract FloatValue divideOf(FloatValue other); in divideOf() 106 public abstract FloatValue remainder(FloatValue other); in remainder() 111 public abstract FloatValue remainderOf(FloatValue other); in remainderOf() 117 public abstract IntegerValue compare(FloatValue other); in compare() [all …]
|
D | DoubleValue.java | 70 public abstract DoubleValue generalize(DoubleValue other); in generalize() 76 public abstract DoubleValue add(DoubleValue other); in add() 81 public abstract DoubleValue subtract(DoubleValue other); in subtract() 86 public abstract DoubleValue subtractFrom(DoubleValue other); in subtractFrom() 91 public abstract DoubleValue multiply(DoubleValue other); in multiply() 96 public abstract DoubleValue divide(DoubleValue other); in divide() 101 public abstract DoubleValue divideOf(DoubleValue other); in divideOf() 106 public abstract DoubleValue remainder(DoubleValue other); in remainder() 111 public abstract DoubleValue remainderOf(DoubleValue other); in remainderOf() 117 public abstract IntegerValue compare(DoubleValue other); in compare() [all …]
|
D | SpecificLongValue.java | 55 public LongValue generalize(LongValue other) in generalize() 60 public LongValue add(LongValue other) in add() 65 public LongValue subtract(LongValue other) in subtract() 70 public LongValue subtractFrom(LongValue other) in subtractFrom() 75 public LongValue multiply(LongValue other) in multiply() 80 public LongValue divide(LongValue other) in divide() 86 public LongValue divideOf(LongValue other) in divideOf() 92 public LongValue remainder(LongValue other) in remainder() 98 public LongValue remainderOf(LongValue other) in remainderOf() 104 public LongValue shiftLeft(IntegerValue other) in shiftLeft() [all …]
|
D | ParticularLongValue.java | 75 public LongValue generalize(LongValue other) in generalize() 80 public LongValue add(LongValue other) in add() 85 public LongValue subtract(LongValue other) in subtract() 90 public LongValue subtractFrom(LongValue other) in subtractFrom() 95 public LongValue multiply(LongValue other) in multiply() 100 public LongValue divide(LongValue other) in divide() 106 public LongValue divideOf(LongValue other) in divideOf() 112 public LongValue remainder(LongValue other) in remainder() 118 public LongValue remainderOf(LongValue other) in remainderOf() 124 public LongValue shiftLeft(IntegerValue other) in shiftLeft() [all …]
|
D | UnknownIntegerValue.java | 70 public IntegerValue generalize(IntegerValue other) in generalize() 76 public IntegerValue add(IntegerValue other) in add() 81 public IntegerValue subtract(IntegerValue other) in subtract() 86 public IntegerValue subtractFrom(IntegerValue other) in subtractFrom() 91 public IntegerValue multiply(IntegerValue other) in multiply() 97 public IntegerValue divide(IntegerValue other) in divide() 103 public IntegerValue divideOf(IntegerValue other) in divideOf() 109 public IntegerValue remainder(IntegerValue other) in remainder() 115 public IntegerValue remainderOf(IntegerValue other) in remainderOf() 121 public IntegerValue shiftLeft(IntegerValue other) in shiftLeft() [all …]
|
D | SpecificFloatValue.java | 55 public FloatValue generalize(FloatValue other) in generalize() 60 public FloatValue add(FloatValue other) in add() 65 public FloatValue subtract(FloatValue other) in subtract() 70 public FloatValue subtractFrom(FloatValue other) in subtractFrom() 75 public FloatValue multiply(FloatValue other) in multiply() 80 public FloatValue divide(FloatValue other) in divide() 85 public FloatValue divideOf(FloatValue other) in divideOf() 90 public FloatValue remainder(FloatValue other) in remainder() 95 public FloatValue remainderOf(FloatValue other) in remainderOf() 100 public IntegerValue compare(FloatValue other) in compare() [all …]
|
D | SpecificDoubleValue.java | 55 public DoubleValue generalize(DoubleValue other) in generalize() 60 public DoubleValue add(DoubleValue other) in add() 65 public DoubleValue subtract(DoubleValue other) in subtract() 70 public DoubleValue subtractFrom(DoubleValue other) in subtractFrom() 75 public DoubleValue multiply(DoubleValue other) in multiply() 80 public DoubleValue divide(DoubleValue other) in divide() 85 public DoubleValue divideOf(DoubleValue other) in divideOf() 90 public DoubleValue remainder(DoubleValue other) in remainder() 95 public DoubleValue remainderOf(DoubleValue other) in remainderOf() 100 public IntegerValue compare(DoubleValue other) in compare() [all …]
|
D | ParticularFloatValue.java | 75 public FloatValue generalize(FloatValue other) in generalize() 80 public FloatValue add(FloatValue other) in add() 87 public FloatValue subtract(FloatValue other) in subtract() 94 public FloatValue subtractFrom(FloatValue other) in subtractFrom() 101 public FloatValue multiply(FloatValue other) in multiply() 106 public FloatValue divide(FloatValue other) in divide() 111 public FloatValue divideOf(FloatValue other) in divideOf() 116 public FloatValue remainder(FloatValue other) in remainder() 121 public FloatValue remainderOf(FloatValue other) in remainderOf() 126 public IntegerValue compare(FloatValue other) in compare() [all …]
|
D | ParticularDoubleValue.java | 75 public DoubleValue generalize(DoubleValue other) in generalize() 80 public DoubleValue add(DoubleValue other) in add() 87 public DoubleValue subtract(DoubleValue other) in subtract() 94 public DoubleValue subtractFrom(DoubleValue other) in subtractFrom() 101 public DoubleValue multiply(DoubleValue other) in multiply() 106 public DoubleValue divide(DoubleValue other) in divide() 111 public DoubleValue divideOf(DoubleValue other) in divideOf() 116 public DoubleValue remainder(DoubleValue other) in remainder() 121 public DoubleValue remainderOf(DoubleValue other) in remainderOf() 126 public IntegerValue compare(DoubleValue other) in compare() [all …]
|
D | UnknownLongValue.java | 55 public LongValue generalize(LongValue other) in generalize() 60 public LongValue add(LongValue other) in add() 65 public LongValue subtract(LongValue other) in subtract() 70 public LongValue subtractFrom(LongValue other) in subtractFrom() 75 public LongValue multiply(LongValue other) in multiply() 81 public LongValue divide(LongValue other) in divide() 87 public LongValue divideOf(LongValue other) in divideOf() 93 public LongValue remainder(LongValue other) in remainder() 99 public LongValue remainderOf(LongValue other) in remainderOf() 105 public LongValue shiftLeft(IntegerValue other) in shiftLeft() [all …]
|
D | UnknownFloatValue.java | 55 public FloatValue generalize(FloatValue other) in generalize() 60 public FloatValue add(FloatValue other) in add() 65 public FloatValue subtract(FloatValue other) in subtract() 70 public FloatValue subtractFrom(FloatValue other) in subtractFrom() 75 public FloatValue multiply(FloatValue other) in multiply() 80 public FloatValue divide(FloatValue other) in divide() 85 public FloatValue divideOf(FloatValue other) in divideOf() 90 public FloatValue remainder(FloatValue other) in remainder() 95 public FloatValue remainderOf(FloatValue other) in remainderOf() 100 public IntegerValue compare(FloatValue other) in compare()
|
D | UnknownDoubleValue.java | 55 public DoubleValue generalize(DoubleValue other) in generalize() 60 public DoubleValue add(DoubleValue other) in add() 65 public DoubleValue subtract(DoubleValue other) in subtract() 70 public DoubleValue subtractFrom(DoubleValue other) in subtractFrom() 75 public DoubleValue multiply(DoubleValue other) in multiply() 80 public DoubleValue divide(DoubleValue other) in divide() 85 public DoubleValue divideOf(DoubleValue other) in divideOf() 90 public DoubleValue remainder(DoubleValue other) in remainder() 95 public DoubleValue remainderOf(DoubleValue other) in remainderOf() 100 public IntegerValue compare(DoubleValue other) in compare()
|
D | ReferenceValue.java | 136 public abstract ReferenceValue generalize(ReferenceValue other); in generalize() 144 public abstract int equal(ReferenceValue other); in equal() 165 public final int notEqual(ReferenceValue other) in notEqual() 177 public ReferenceValue generalize(TypedReferenceValue other) in generalize() 188 public int equal(TypedReferenceValue other) in equal() 201 public ReferenceValue generalize(IdentifiedReferenceValue other) in generalize() 212 public int equal(IdentifiedReferenceValue other) in equal() 224 public ReferenceValue generalize(ArrayReferenceValue other) in generalize() 235 public int equal(ArrayReferenceValue other) in equal() 248 public ReferenceValue generalize(IdentifiedArrayReferenceValue other) in generalize() [all …]
|
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/ |
D | Interval.java | 68 Interval other = (Interval)o; in equals() local 73 public boolean startsBeforeDisjoint(Interval other) { in startsBeforeDisjoint() 78 public boolean startsBeforeNonDisjoint(Interval other) { in startsBeforeNonDisjoint() 83 public boolean startsAfter(Interval other) { return this.a>other.a; } in startsAfter() 86 public boolean startsAfterDisjoint(Interval other) { in startsAfterDisjoint() 91 public boolean startsAfterNonDisjoint(Interval other) { in startsAfterNonDisjoint() 96 public boolean disjoint(Interval other) { in disjoint() 101 public boolean adjacent(Interval other) { in adjacent() 105 public boolean properlyContains(Interval other) { in properlyContains() 110 public Interval union(Interval other) { in union() [all …]
|
/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/third_party/dns/ |
D | set.py | 87 def union_update(self, other): argument 100 def intersection_update(self, other): argument 116 def difference_update(self, other): argument 130 def union(self, other): argument 142 def intersection(self, other): argument 154 def difference(self, other): argument 167 def __or__(self, other): argument 170 def __and__(self, other): argument 173 def __add__(self, other): argument 176 def __sub__(self, other): argument [all …]
|
/external/protobuf/csharp/src/Google.Protobuf/WellKnownTypes/ |
D | Wrappers.cs | 78 public DoubleValue(DoubleValue other) : this() { in DoubleValue() method in Google.Protobuf.WellKnownTypes.DoubleValue 99 public override bool Equals(object other) { in Equals() 103 public bool Equals(DoubleValue other) { in Equals() 139 public void MergeFrom(DoubleValue other) { in MergeFrom() 189 public FloatValue(FloatValue other) : this() { in FloatValue() method in Google.Protobuf.WellKnownTypes.FloatValue 210 public override bool Equals(object other) { in Equals() 214 public bool Equals(FloatValue other) { in Equals() 250 public void MergeFrom(FloatValue other) { in MergeFrom() 300 public Int64Value(Int64Value other) : this() { in Int64Value() method in Google.Protobuf.WellKnownTypes.Int64Value 321 public override bool Equals(object other) { in Equals() [all …]
|
/external/protobuf/java/core/src/main/java/com/google/protobuf/ |
D | GeneratedMessageLite.java | 131 public boolean equals(Object other) { in equals() 152 boolean equals(EqualsVisitor visitor, MessageLite other) { in equals() 291 void visit(Visitor visitor, MessageType other) { in visit() 457 protected final void mergeExtensionFields(final MessageType other) { in mergeExtensionFields() 465 final void visit(Visitor visitor, MessageType other) { in visit() 976 public int compareTo(ExtensionDescriptor other) { in compareTo() 1514 boolean visitBoolean(boolean minePresent, boolean mine, boolean otherPresent, boolean other); in visitBoolean() 1515 int visitInt(boolean minePresent, int mine, boolean otherPresent, int other); in visitInt() 1516 double visitDouble(boolean minePresent, double mine, boolean otherPresent, double other); in visitDouble() 1517 float visitFloat(boolean minePresent, float mine, boolean otherPresent, float other); in visitFloat() [all …]
|
/external/eigen/Eigen/src/plugins/ |
D | MatrixCwiseBinaryOps.h | 43 cwiseEqual(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseEqual() 63 cwiseNotEqual(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseNotEqual() 78 cwiseMin(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseMin() 89 cwiseMin(const Scalar &other) const in cwiseMin() 104 cwiseMax(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseMax() 115 cwiseMax(const Scalar &other) const in cwiseMax() 131 cwiseQuotient(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseQuotient()
|
/external/protobuf/csharp/src/Google.Protobuf.Test/TestProtos/ |
D | UnittestProto3.cs | 257 public TestAllTypes(TestAllTypes other) : this() { in TestAllTypes() method in Google.Protobuf.TestProtos.TestAllTypes 812 public override bool Equals(object other) { in Equals() 816 public bool Equals(TestAllTypes other) { in Equals() 1167 public void MergeFrom(TestAllTypes other) { in MergeFrom() 1558 public NestedMessage(NestedMessage other) : this() { in NestedMessage() method in Google.Protobuf.TestProtos.TestAllTypes.Types.NestedMessage 1581 public override bool Equals(object other) { in Equals() 1585 public bool Equals(NestedMessage other) { in Equals() 1621 public void MergeFrom(NestedMessage other) { in MergeFrom() 1674 public NestedTestAllTypes(NestedTestAllTypes other) : this() { in NestedTestAllTypes() method in Google.Protobuf.TestProtos.NestedTestAllTypes 1713 public override bool Equals(object other) { in Equals() [all …]
|
D | UnittestIssues.cs | 105 public Issue307(Issue307 other) : this() { in Issue307() method in UnitTest.Issues.TestProtos.Issue307 112 public override bool Equals(object other) { in Equals() 116 public bool Equals(Issue307 other) { in Equals() 143 public void MergeFrom(Issue307 other) { in MergeFrom() 183 public NestedOnce(NestedOnce other) : this() { in NestedOnce() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce 190 public override bool Equals(object other) { in Equals() 194 public bool Equals(NestedOnce other) { in Equals() 221 public void MergeFrom(NestedOnce other) { in MergeFrom() 261 public NestedTwice(NestedTwice other) : this() { in NestedTwice() method in UnitTest.Issues.TestProtos.Issue307.Types.NestedOnce.Types.NestedTwice 268 public override bool Equals(object other) { in Equals() [all …]
|
/external/selinux/python/sepolgen/src/sepolgen/ |
D | util.py | 127 def _compare(self, other, method): argument 130 def __eq__(self, other): argument 133 def __lt__(self, other): argument 136 def __le__(self, other): argument 139 def __ge__(self, other): argument 142 def __gt__(self, other): argument 145 def __ne__(self, other): argument 155 def __lt__(self, other): argument 157 def __gt__(self, other): argument 159 def __eq__(self, other): argument [all …]
|