/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 | 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 | 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 | 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 | ParticularDoubleValue.java | 75 public DoubleValue generalize(DoubleValue other) in generalize() 80 public DoubleValue add(DoubleValue other) in add() 85 public DoubleValue subtract(DoubleValue other) in subtract() 90 public DoubleValue subtractFrom(DoubleValue other) in subtractFrom() 95 public DoubleValue multiply(DoubleValue other) in multiply() 100 public DoubleValue divide(DoubleValue other) in divide() 105 public DoubleValue divideOf(DoubleValue other) in divideOf() 110 public DoubleValue remainder(DoubleValue other) in remainder() 115 public DoubleValue remainderOf(DoubleValue other) in remainderOf() 120 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() 85 public FloatValue subtract(FloatValue other) in subtract() 90 public FloatValue subtractFrom(FloatValue other) in subtractFrom() 95 public FloatValue multiply(FloatValue other) in multiply() 100 public FloatValue divide(FloatValue other) in divide() 105 public FloatValue divideOf(FloatValue other) in divideOf() 110 public FloatValue remainder(FloatValue other) in remainder() 115 public FloatValue remainderOf(FloatValue other) in remainderOf() 120 public IntegerValue compare(FloatValue 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 | 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 | 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()
|
/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/webkit/Source/WebCore/rendering/style/ |
D | SVGRenderStyleDefs.cpp | 44 StyleFillData::StyleFillData(const StyleFillData& other) in StyleFillData() 81 StyleStrokeData::StyleStrokeData(const StyleStrokeData& other) in StyleStrokeData() 108 StyleStopData::StyleStopData(const StyleStopData& other) in StyleStopData() 126 StyleTextData::StyleTextData(const StyleTextData& other) in StyleTextData() 145 StyleMiscData::StyleMiscData(const StyleMiscData& other) in StyleMiscData() 166 StyleShadowSVGData::StyleShadowSVGData(const StyleShadowSVGData& other) in StyleShadowSVGData() 188 StyleResourceData::StyleResourceData(const StyleResourceData& other) in StyleResourceData() 210 StyleInheritedResourceData::StyleInheritedResourceData(const StyleInheritedResourceData& other) in StyleInheritedResourceData()
|
/external/guava/guava/src/com/google/common/collect/ |
D | BstSide.java | 28 public BstSide other() { in other() method 34 public BstSide other() { in other() method 39 abstract BstSide other(); in other() method in BstSide
|
/external/replicaisland/src/com/replica/replicaisland/ |
D | Vector2.java | 36 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/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
D | LookaheadSet.java | 55 public LookaheadSet(LookaheadSet other) { in LookaheadSet() method in LookaheadSet 60 public void orInPlace(LookaheadSet other) { in orInPlace() 64 public LookaheadSet or(LookaheadSet other) { in or() 68 public LookaheadSet subtract(LookaheadSet other) { in subtract() 94 public boolean equals(Object other) { in equals()
|
/external/v8/src/ |
D | data-flow.h | 96 BitVector(const BitVector& other, Zone* zone) in BitVector() 112 void CopyFrom(const BitVector& other) { in CopyFrom() 138 void Union(const BitVector& other) { in Union() 145 bool UnionIsChanged(const BitVector& other) { in UnionIsChanged() 156 void Intersect(const BitVector& other) { in Intersect() 163 void Subtract(const BitVector& other) { in Subtract() 183 bool Equals(const BitVector& other) { in Equals()
|
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/ |
D | ListEqualsTester.java | 45 ArrayList<E> other = new ArrayList<E>(getSampleElements()); in testEquals_otherListWithDifferentElements() local 54 List<E> other = new ArrayList<E>(getSampleElements()); in testEquals_otherListContainingNull() local 67 List<E> other = new ArrayList<E>(getSampleElements()); in testEquals_containingNull() local
|
/external/webkit/Source/WebKit/chromium/public/ |
D | WebVector.h | 76 WebVector(const WebVector<T>& other) in WebVector() 82 WebVector(const C& other) in WebVector() 103 void assign(const C& other) in assign() 141 void swap(WebVector<T>& other) in swap()
|
/external/webkit/Source/WebKit/qt/Api/ |
D | qwebscriptworld.cpp | 40 QWebScriptWorld::QWebScriptWorld(const QWebScriptWorld& other) in QWebScriptWorld() 45 QWebScriptWorld &QWebScriptWorld::operator=(const QWebScriptWorld& other) in operator =()
|