Home
last modified time | relevance | path

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

12345678910>>...142

/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 …]
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 …]
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 …]
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 …]
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/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dbugprone-copy-constructor-init.cpp77 X(const X &other) : Copyable(other) {} in X()
81 X2(const X2 &other) {} in X2()
93 X3(const X3 &other) : Copyable(other) {} in X3()
99 X4(const X4 &other) : Copyable() {} in X4()
105 X5(const X5 &other) {} in X5()
111 X6(const X6 &other) {} in X6()
117 X7(const X7 &other) : Copyable() {} in X7()
123 X8(const X8 &other) : Copyable4(other) {} in X8()
127 X9(const X9 &other) : Copyable4() {} in X9()
133 X10(const X10 &other) {} in X10()
[all …]
/external/llvm-project/lldb/examples/python/
Dsbvalue.py128 def __add__(self, other): argument
131 def __sub__(self, other): argument
134 def __mul__(self, other): argument
137 def __floordiv__(self, other): argument
140 def __mod__(self, other): argument
143 def __divmod__(self, other): argument
146 def __pow__(self, other): argument
149 def __lshift__(self, other): argument
152 def __rshift__(self, other): argument
155 def __and__(self, other): argument
[all …]
/external/antlr/tool/src/main/java/org/antlr/misc/
DInterval.java69 Interval other = (Interval)o; in equals() local
74 public boolean startsBeforeDisjoint(Interval other) { in startsBeforeDisjoint()
79 public boolean startsBeforeNonDisjoint(Interval other) { in startsBeforeNonDisjoint()
84 public boolean startsAfter(Interval other) { return this.a>other.a; } in startsAfter()
87 public boolean startsAfterDisjoint(Interval other) { in startsAfterDisjoint()
92 public boolean startsAfterNonDisjoint(Interval other) { in startsAfterNonDisjoint()
97 public boolean disjoint(Interval other) { in disjoint()
102 public boolean adjacent(Interval other) { in adjacent()
106 public boolean properlyContains(Interval other) { in properlyContains()
111 public Interval union(Interval other) { in union()
[all …]
/external/python/cpython2/Lib/
Dnumbers.py73 def __add__(self, other): argument
78 def __radd__(self, other): argument
92 def __sub__(self, other): argument
96 def __rsub__(self, other): argument
101 def __mul__(self, other): argument
106 def __rmul__(self, other): argument
111 def __div__(self, other): argument
119 def __rdiv__(self, other): argument
124 def __truediv__(self, other): argument
132 def __rtruediv__(self, other): argument
[all …]
/external/python/cpython2/Lib/test/
Dtest_coercion.py14 def __coerce__(self, other): argument
24 def __coerce__(self, other): argument
39 def __add__(self,other): argument
42 def __radd__(self,other): argument
45 def __sub__(self,other): argument
48 def __rsub__(self,other): argument
51 def __mul__(self,other): argument
54 def __rmul__(self,other): argument
57 def __div__(self,other): argument
60 def __rdiv__(self,other): argument
[all …]
/external/tensorflow/tensorflow/python/framework/
Dtensor_shape.py217 def __eq__(self, other): argument
227 def __ne__(self, other): argument
258 def is_compatible_with(self, other): argument
274 def assert_is_compatible_with(self, other): argument
288 def merge_with(self, other): argument
325 def __add__(self, other): argument
356 def __radd__(self, other): argument
367 def __sub__(self, other): argument
398 def __rsub__(self, other): argument
413 def __mul__(self, other): argument
[all …]
/external/python/cpython3/Lib/
Dnumbers.py72 def __add__(self, other): argument
77 def __radd__(self, other): argument
91 def __sub__(self, other): argument
95 def __rsub__(self, other): argument
100 def __mul__(self, other): argument
105 def __rmul__(self, other): argument
110 def __truediv__(self, other): argument
115 def __rtruediv__(self, other): argument
140 def __eq__(self, other): argument
197 def __divmod__(self, other): argument
[all …]
/external/python/cpython3/Lib/test/
Dtest_binop.py81 def __add__(self, other): argument
94 def __sub__(self, other): argument
105 def __rsub__(self, other): argument
116 def __mul__(self, other): argument
128 def __truediv__(self, other): argument
138 def __rtruediv__(self, other): argument
148 def __floordiv__(self, other): argument
157 def __rfloordiv__(self, other): argument
162 def __divmod__(self, other): argument
171 def __rdivmod__(self, other): argument
[all …]

12345678910>>...142