Home
last modified time | relevance | path

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

12345678910>>...62

/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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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 …]
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()
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()
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 …]
DTypedReferenceValue.java199 public ReferenceValue generalize(ReferenceValue other) in generalize()
205 public int equal(ReferenceValue other) in equal()
214 public ReferenceValue generalize(TypedReferenceValue other) in generalize()
493 public int equal(TypedReferenceValue other) in equal()
502 public ReferenceValue generalize(IdentifiedReferenceValue other) in generalize()
508 public int equal(IdentifiedReferenceValue other) in equal()
517 public ReferenceValue generalize(ArrayReferenceValue other) in generalize()
523 public int equal(ArrayReferenceValue other) in equal()
532 public ReferenceValue generalize(IdentifiedArrayReferenceValue other) in generalize()
538 public int equal(IdentifiedArrayReferenceValue other) in equal()
[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/webpagereplay/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/eigen/Eigen/src/plugins/
DMatrixCwiseBinaryOps.h41 cwiseEqual(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseEqual()
60 cwiseNotEqual(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseNotEqual()
74 cwiseMin(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseMin()
84 cwiseMin(const Scalar &other) const in cwiseMin()
98 cwiseMax(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseMax()
108 cwiseMax(const Scalar &other) const in cwiseMax()
123 cwiseQuotient(const EIGEN_CURRENT_STORAGE_BASE_CLASS<OtherDerived> &other) const in cwiseQuotient()
/external/selinux/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 …]
/external/chromium-trace/catapult/third_party/gsutil/third_party/pyasn1/pyasn1/type/
Dtag.py33 def __eq__(self, other): return self.uniq == other.uniq argument
34 def __ne__(self, other): return self.uniq != other.uniq argument
35 def __lt__(self, other): return self.uniq < other.uniq argument
36 def __le__(self, other): return self.uniq <= other.uniq argument
37 def __gt__(self, other): return self.uniq > other.uniq argument
38 def __ge__(self, other): return self.uniq >= other.uniq argument
104 def __eq__(self, other): return self.uniq == other.uniq argument
105 def __ne__(self, other): return self.uniq != other.uniq argument
106 def __lt__(self, other): return self.uniq < other.uniq argument
107 def __le__(self, other): return self.uniq <= other.uniq argument
[all …]
/external/replicaisland/src/com/replica/replicaisland/
DVector2.java36 public Vector2(Vector2 other) { in Vector2() method in Vector2
40 public final void add(Vector2 other) { in add()
50 public final void subtract(Vector2 other) { in subtract()
60 public final void multiply(Vector2 other) { in multiply()
72 public final void set(Vector2 other) { in set()
82 public final float dot(Vector2 other) { in dot()
94 public final float distance2(Vector2 other) { in distance2()
/external/deqp/framework/delibs/decpp/
DdeSharedPtr.hpp280 inline SharedPtr<T>::SharedPtr (const SharedPtr<T>& other) in SharedPtr()
295 inline SharedPtr<T>::SharedPtr (const SharedPtr<Y>& other) in SharedPtr()
310 inline SharedPtr<T>::SharedPtr (const WeakPtr<Y>& other) in SharedPtr()
335 inline SharedPtr<T>& SharedPtr<T>::operator= (const SharedPtr<Y>& other) in operator =()
361 inline SharedPtr<T>& SharedPtr<T>::operator= (const SharedPtr<T>& other) in operator =()
396 inline SharedPtr<T>& SharedPtr<T>::operator= (const WeakPtr<Y>& other) in operator =()
447 inline void SharedPtr<T>::swap (SharedPtr<T>& other) in swap()
549 inline WeakPtr<T>::WeakPtr (const WeakPtr<T>& other) in WeakPtr()
561 inline WeakPtr<T>::WeakPtr (const SharedPtr<T>& other) in WeakPtr()
583 inline WeakPtr<T>& WeakPtr<T>::operator= (const WeakPtr<T>& other) in operator =()
[all …]

12345678910>>...62