Home
last modified time | relevance | path

Searched refs:other (Results 1 – 25 of 3596) sorted by relevance

12345678910>>...144

/external/proguard/src/proguard/evaluation/value/
DIntegerValue.java85 public abstract IntegerValue generalize(IntegerValue other); in generalize() argument
90 public abstract IntegerValue add(IntegerValue other); in add() argument
95 public abstract IntegerValue subtract(IntegerValue other); in subtract() argument
100 public abstract IntegerValue subtractFrom(IntegerValue other); in subtractFrom() argument
105 public abstract IntegerValue multiply(IntegerValue other) in multiply() argument
111 public abstract IntegerValue divide(IntegerValue other) in divide() argument
117 public abstract IntegerValue divideOf(IntegerValue other) in divideOf() argument
124 public abstract IntegerValue remainder(IntegerValue other) in remainder() argument
131 public abstract IntegerValue remainderOf(IntegerValue other) in remainderOf() argument
137 public abstract IntegerValue shiftLeft(IntegerValue other); in shiftLeft() argument
[all …]
DSpecificIntegerValue.java70 public IntegerValue generalize(IntegerValue other) in generalize() argument
72 return other.generalize(this); in generalize()
75 public IntegerValue add(IntegerValue other) in add() argument
77 return other.add(this); in add()
80 public IntegerValue subtract(IntegerValue other) in subtract() argument
82 return other.subtractFrom(this); in subtract()
85 public IntegerValue subtractFrom(IntegerValue other) in subtractFrom() argument
87 return other.subtract(this); in subtractFrom()
90 public IntegerValue multiply(IntegerValue other) in multiply() argument
92 return other.multiply(this); in multiply()
[all …]
DLongValue.java71 public LongValue generalize(LongValue other) in generalize() argument
73 return other.generalize(this); in generalize()
79 public LongValue add(LongValue other) in add() argument
81 return other.add(this); in add()
87 public LongValue subtract(LongValue other) in subtract() argument
89 return other.subtractFrom(this); in subtract()
95 public LongValue subtractFrom(LongValue other) in subtractFrom() argument
97 return other.subtract(this); in subtractFrom()
103 public LongValue multiply(LongValue other) in multiply() argument
106 return other.multiply(this); in multiply()
[all …]
DParticularIntegerValue.java102 public IntegerValue generalize(IntegerValue other) in generalize() argument
104 return other.generalize(this); in generalize()
107 public IntegerValue add(IntegerValue other) in add() argument
109 return other.add(this); in add()
112 public IntegerValue subtract(IntegerValue other) in subtract() argument
114 return other.subtractFrom(this); in subtract()
117 public IntegerValue subtractFrom(IntegerValue other) in subtractFrom() argument
119 return other.subtract(this); in subtractFrom()
122 public IntegerValue multiply(IntegerValue other) in multiply() argument
124 return other.multiply(this); in multiply()
[all …]
DSpecificLongValue.java55 public LongValue generalize(LongValue other) in generalize() argument
57 return other.generalize(this); in generalize()
60 public LongValue add(LongValue other) in add() argument
62 return other.add(this); in add()
65 public LongValue subtract(LongValue other) in subtract() argument
67 return other.subtractFrom(this); in subtract()
70 public LongValue subtractFrom(LongValue other) in subtractFrom() argument
72 return other.subtract(this); in subtractFrom()
75 public LongValue multiply(LongValue other) in multiply() argument
77 return other.multiply(this); in multiply()
[all …]
DDoubleValue.java70 public abstract DoubleValue generalize(DoubleValue other); in generalize() argument
76 public abstract DoubleValue add(DoubleValue other); in add() argument
81 public abstract DoubleValue subtract(DoubleValue other); in subtract() argument
86 public abstract DoubleValue subtractFrom(DoubleValue other); in subtractFrom() argument
91 public abstract DoubleValue multiply(DoubleValue other); in multiply() argument
96 public abstract DoubleValue divide(DoubleValue other); in divide() argument
101 public abstract DoubleValue divideOf(DoubleValue other); in divideOf() argument
106 public abstract DoubleValue remainder(DoubleValue other); in remainder() argument
111 public abstract DoubleValue remainderOf(DoubleValue other); in remainderOf() argument
117 public abstract IntegerValue compare(DoubleValue other); in compare() argument
[all …]
DFloatValue.java70 public abstract FloatValue generalize(FloatValue other); in generalize() argument
76 public abstract FloatValue add(FloatValue other); in add() argument
81 public abstract FloatValue subtract(FloatValue other); in subtract() argument
86 public abstract FloatValue subtractFrom(FloatValue other); in subtractFrom() argument
91 public abstract FloatValue multiply(FloatValue other); in multiply() argument
96 public abstract FloatValue divide(FloatValue other); in divide() argument
101 public abstract FloatValue divideOf(FloatValue other); in divideOf() argument
106 public abstract FloatValue remainder(FloatValue other); in remainder() argument
111 public abstract FloatValue remainderOf(FloatValue other); in remainderOf() argument
117 public abstract IntegerValue compare(FloatValue other); in compare() argument
[all …]
DParticularLongValue.java75 public LongValue generalize(LongValue other) in generalize() argument
77 return other.generalize(this); in generalize()
80 public LongValue add(LongValue other) in add() argument
82 return other.add(this); in add()
85 public LongValue subtract(LongValue other) in subtract() argument
87 return other.subtractFrom(this); in subtract()
90 public LongValue subtractFrom(LongValue other) in subtractFrom() argument
92 return other.subtract(this); in subtractFrom()
95 public LongValue multiply(LongValue other) in multiply() argument
97 return other.multiply(this); in multiply()
[all …]
DSpecificFloatValue.java55 public FloatValue generalize(FloatValue other) in generalize() argument
57 return other.generalize(this); in generalize()
60 public FloatValue add(FloatValue other) in add() argument
62 return other.add(this); in add()
65 public FloatValue subtract(FloatValue other) in subtract() argument
67 return other.subtractFrom(this); in subtract()
70 public FloatValue subtractFrom(FloatValue other) in subtractFrom() argument
72 return other.subtract(this); in subtractFrom()
75 public FloatValue multiply(FloatValue other) in multiply() argument
77 return other.multiply(this); in multiply()
[all …]
DSpecificDoubleValue.java55 public DoubleValue generalize(DoubleValue other) in generalize() argument
57 return other.generalize(this); in generalize()
60 public DoubleValue add(DoubleValue other) in add() argument
62 return other.add(this); in add()
65 public DoubleValue subtract(DoubleValue other) in subtract() argument
67 return other.subtractFrom(this); in subtract()
70 public DoubleValue subtractFrom(DoubleValue other) in subtractFrom() argument
72 return other.subtract(this); in subtractFrom()
75 public DoubleValue multiply(DoubleValue other) in multiply() argument
77 return other.multiply(this); in multiply()
[all …]
DParticularDoubleValue.java75 public DoubleValue generalize(DoubleValue other) in generalize() argument
77 return other.generalize(this); in generalize()
80 public DoubleValue add(DoubleValue other) in add() argument
82 return value == 0.0 ? other : other.add(this); in add()
85 public DoubleValue subtract(DoubleValue other) in subtract() argument
87 return value == 0.0 ? other.negate() : other.subtractFrom(this); in subtract()
90 public DoubleValue subtractFrom(DoubleValue other) in subtractFrom() argument
92 return value == 0.0 ? other : other.subtract(this); in subtractFrom()
95 public DoubleValue multiply(DoubleValue other) in multiply() argument
97 return other.multiply(this); in multiply()
[all …]
DParticularFloatValue.java75 public FloatValue generalize(FloatValue other) in generalize() argument
77 return other.generalize(this); in generalize()
80 public FloatValue add(FloatValue other) in add() argument
82 return value == 0.0 ? other : other.add(this); in add()
85 public FloatValue subtract(FloatValue other) in subtract() argument
87 return value == 0.0 ? other.negate() : other.subtractFrom(this); in subtract()
90 public FloatValue subtractFrom(FloatValue other) in subtractFrom() argument
92 return value == 0.0 ? other : other.subtract(this); in subtractFrom()
95 public FloatValue multiply(FloatValue other) in multiply() argument
97 return other.multiply(this); in multiply()
[all …]
/external/icu4c/data/curr/
Del.txt1078 other{"πεσέτες Ανδόρας"}
1082 other{"ντιράμ Ηνωμένων Αραβικών Εμιράτων"}
1086 other{"αφγάνι Αφγανιστάν (AFA)"}
1090 other{"Αφγάνι Αφγανιστάν"}
1094 other{"λεκ Αλβανίας"}
1098 other{"ντραμ Αρμενίας"}
1102 other{"γκίλντα Ολλανδικών Αντιλλών"}
1106 other{"κουάνζα Ανγκόλας"}
1110 other{"κουάνζα Ανγκόλας (AOK)"}
1117 other{"αουστράλ Αργεντινής"}
[all …]
Dml.txt1102 other{"അന്‍ഡോറന്‍ പെസെയ്റ്റാസ്"}
1106 other{"യു.എ.ഇ. ദിര്‍ഹംസ്"}
1110 other{"അഫ്ഘാനിസ് (AFA)"}
1114 other{"അഫ്ഘാനിസ്"}
1118 other{"അല്‍ബേനിയന്‍ ലെക്സ്"}
1122 other{"അര്‍മേനിയന്‍ ഡ്രാംസ്"}
1126 other{"നെതര്‍ലന്‍ഡ്സ് ആന്‍ഡിലന്‍ ഗില്‍ഡേഴ്സ്"}
1130 other{"അംഗോളന്‍ ക്വാന്‍സാസ്"}
1134 other{"അംഗോളന്‍ ക്വാന്‍സാസ് (AOK"}
1138 other{"അംഗോളന്‍ ന്യൂ ക്വാന്‍സാസ് (AON)"}
[all …]
Dbg.txt1066 other{"андорски песети"}
1070 other{"обединени арабски емирства-дирхама"}
1074 other{"афганистански афгана (1927-2002)"}
1078 other{"афганистански афгана"}
1082 other{"албански лека"}
1086 other{"арменски драма"}
1090 other{"антилски гулдена"}
1094 other{"анголски кванци"}
1098 other{"анголски кванци (1977-1991)"}
1102 other{"анголски нови кванци (1990-2000)"}
[all …]
Dsr.txt1120 other{"андорске пезете"}
1126 other{"УАЕ дирама"}
1132 other{"авганистанских авгана (1927-2002)"}
1138 other{"авганистански авгани"}
1154 other{"холандско-антилских гилдера"}
1160 other{"анголијских кванзи"}
1166 other{"анголијских кванзи (1977-1990)"}
1172 other{"анголијских нових кванзи"}
1178 other{"анголијских кванзи реађустадо"}
1184 other{"аргентинских аустрала"}
[all …]
Dgsw.txt1085 other{"Andorranischi Peseete"}
1088 other{"UAE Dirhäm"}
1091 other{"Afghani (1927-2002)"}
1094 other{"Afghani"}
1097 other{"Lek"}
1100 other{"Dräm"}
1103 other{"Angolanischi Kwanza (1977-1990)"}
1106 other{"Nöii Kwanza"}
1109 other{"Argentinischi Auschtral"}
1112 other{"Argentinischi Peso (1983-1985)"}
[all …]
Daz.txt1001 other{"Andora pesetası"}
1004 other{"BƏE dirhamı"}
1007 other{"Əfgən (1927-2002)"}
1010 other{"Əfgən"}
1013 other{"Alban leki"}
1016 other{"Erməni dramı"}
1019 other{"Hollandiya Antila gilderi"}
1022 other{"Anqola kvanzasi"}
1025 other{"Anqola kvanzasi (1977-1990)"}
1028 other{"Anqola yeni kvanzasi (AON)"}
[all …]
Dru.txt1106 other{"андоррских песет"}
1112 other{"дирхама (ОАЭ)"}
1118 other{"Афгани"}
1124 other{"албанских леков"}
1130 other{"армянских драмов"}
1136 other{"идерландского антильского гульдена"}
1142 other{"ангольской кванзы"}
1146 other{"ангольских кванз (1977-1991)"}
1150 other{"ангольских кванз реюстадо (1995-1999)"}
1156 other{"аргентинского песо"}
[all …]
Dde.txt1098 other{"Andorranische Peseten"}
1102 other{"UAE Dirham"}
1106 other{"Afghanische Afghani (1927-2002)"}
1110 other{"Afghanische Afghani"}
1114 other{"Albanische Lek"}
1118 other{"Armenische Dram"}
1122 other{"Niederländische-Antillen-Gulden"}
1126 other{"Angolanische Kwanza"}
1130 other{"Angolanische Kwanza (1977-1990)"}
1134 other{"Angolanische Neue Kwanza (1990-2000)"}
[all …]
Dda.txt1078 other{"Andorranske pesetas"}
1082 other{"FAE-dirham"}
1086 other{"Afghanske afghani (1927-2002)"}
1090 other{"Afghanske afghani"}
1094 other{"Albanske lek"}
1098 other{"Armenske dram"}
1102 other{"Gylden fra De Hollandske Antiller"}
1106 other{"Angolanske kwanza"}
1110 other{"Angolanske kwanza (1977-1990)"}
1114 other{"Angolanske nye kwanza (1990-2000)"}
[all …]
Dfi.txt1186 other{"Andorran pesetaa"}
1190 other{"Arabiemiirikuntien dirhamia"}
1194 other{"Afganistanin afgaania (1927-2002)"}
1198 other{"Afganistanin afgaania"}
1202 other{"Albanian lekiä (1946–1965)"}
1206 other{"Albanian lekiä"}
1210 other{"Armenian dramia"}
1214 other{"Alankomaiden Antillien guldenia"}
1218 other{"Angolan kwanzaa"}
1222 other{"Angolan kwanzaa (1977–1990)"}
[all …]
/external/webkit/Source/WebCore/rendering/style/
DSVGRenderStyleDefs.cpp44 StyleFillData::StyleFillData(const StyleFillData& other) in StyleFillData() argument
46 , opacity(other.opacity) in StyleFillData()
47 , paint(other.paint) in StyleFillData()
51 bool StyleFillData::operator==(const StyleFillData& other) const in operator ==()
53 if (opacity != other.opacity) in operator ==()
56 if (!paint || !other.paint) in operator ==()
57 return paint == other.paint; in operator ==()
59 if (paint->paintType() != other.paint->paintType()) in operator ==()
63 return paint->uri() == other.paint->uri(); in operator ==()
66 return paint->color() == other.paint->color(); in operator ==()
[all …]
DSVGRenderStyle.cpp73 SVGRenderStyle::SVGRenderStyle(const SVGRenderStyle& other) in SVGRenderStyle() argument
76 fill = other.fill; in SVGRenderStyle()
77 stroke = other.stroke; in SVGRenderStyle()
78 text = other.text; in SVGRenderStyle()
79 stops = other.stops; in SVGRenderStyle()
80 misc = other.misc; in SVGRenderStyle()
81 shadowSVG = other.shadowSVG; in SVGRenderStyle()
82 inheritedResources = other.inheritedResources; in SVGRenderStyle()
83 resources = other.resources; in SVGRenderStyle()
85 svg_inherited_flags = other.svg_inherited_flags; in SVGRenderStyle()
[all …]
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/misc/
DInterval.java68 Interval other = (Interval)o; in equals() local
69 return this.a==other.a && this.b==other.b; in equals()
73 public boolean startsBeforeDisjoint(Interval other) { in startsBeforeDisjoint() argument
74 return this.a<other.a && this.b<other.a; in startsBeforeDisjoint()
78 public boolean startsBeforeNonDisjoint(Interval other) { in startsBeforeNonDisjoint() argument
79 return this.a<=other.a && this.b>=other.a; in startsBeforeNonDisjoint()
83 public boolean startsAfter(Interval other) { return this.a>other.a; } in startsAfter() argument
86 public boolean startsAfterDisjoint(Interval other) { in startsAfterDisjoint() argument
87 return this.a>other.b; in startsAfterDisjoint()
91 public boolean startsAfterNonDisjoint(Interval other) { in startsAfterNonDisjoint() argument
[all …]

12345678910>>...144