Home
last modified time | relevance | path

Searched defs:other (Results 1 – 25 of 1617) sorted by relevance

12345678910>>...65

/external/proguard/src/proguard/evaluation/value/
DIntegerValue.java85 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 …]
DLongValue.java71 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 …]
DSpecificIntegerValue.java70 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 …]
DParticularIntegerValue.java102 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 …]
DFloatValue.java70 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 …]
DDoubleValue.java70 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 …]
DSpecificLongValue.java55 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 …]
DParticularLongValue.java75 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 …]
DUnknownIntegerValue.java70 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 …]
DSpecificFloatValue.java55 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 …]
DSpecificDoubleValue.java55 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 …]
DParticularFloatValue.java75 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 …]
DParticularDoubleValue.java75 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 …]
DUnknownLongValue.java55 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 …]
DUnknownFloatValue.java55 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()
DUnknownDoubleValue.java55 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()
DReferenceValue.java136 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/
DInterval.java68 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/
Dset.py87 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/
DWrappers.cs78 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/
DGeneratedMessageLite.java131 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/
DMatrixCwiseBinaryOps.h43 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/
DUnittestProto3.cs257 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 …]
DUnittestIssues.cs105 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/
Dutil.py127 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 …]

12345678910>>...65