Searched defs:equals (Results 1 - 25 of 855) sorted by relevance

1234567891011>>

/external/chromium_org/third_party/WebKit/Source/core/css/
H A DCSSAspectRatioValue.cpp39 bool CSSAspectRatioValue::equals(const CSSAspectRatioValue& other) const function in class:WebCore::CSSAspectRatioValue
H A DCSSTimingFunctionValue.cpp47 bool CSSCubicBezierTimingFunctionValue::equals(const CSSCubicBezierTimingFunctionValue& other) const function in class:WebCore::CSSCubicBezierTimingFunctionValue
57 bool CSSStepsTimingFunctionValue::equals(const CSSStepsTimingFunctionValue& other) const function in class:WebCore::CSSStepsTimingFunctionValue
H A DCSSUnicodeRangeValue.cpp40 bool CSSUnicodeRangeValue::equals(const CSSUnicodeRangeValue& other) const function in class:WebCore::CSSUnicodeRangeValue
H A DFontValue.cpp67 bool FontValue::equals(const FontValue& other) const function in class:WebCore::FontValue
H A DCSSArrayFunctionValue.cpp55 bool CSSArrayFunctionValue::equals(const CSSArrayFunctionValue& other) const function in class:WebCore::CSSArrayFunctionValue
57 return CSSValueList::equals(other);
H A DCSSInheritedValue.h38 bool equals(const CSSInheritedValue&) const { return true; } function in class:WebCore::CSSInheritedValue
H A DCSSMixFunctionValue.cpp55 bool CSSMixFunctionValue::equals(const CSSMixFunctionValue& other) const function in class:WebCore::CSSMixFunctionValue
57 return CSSValueList::equals(other);
H A DCSSBorderImageSliceValue.cpp51 bool CSSBorderImageSliceValue::equals(const CSSBorderImageSliceValue& other) const function in class:WebCore::CSSBorderImageSliceValue
H A DCSSFilterValue.cpp104 bool CSSFilterValue::equals(const CSSFilterValue& other) const function in class:WebCore::CSSFilterValue
106 return m_type == other.m_type && CSSValueList::equals(other);
H A DCSSFunctionValue.cpp60 bool CSSFunctionValue::equals(const CSSFunctionValue& other) const function in class:WebCore::CSSFunctionValue
H A DCSSInitialValue.h44 bool equals(const CSSInitialValue&) const { return true; } function in class:WebCore::CSSInitialValue
H A DCSSReflectValue.cpp55 bool CSSReflectValue::equals(const CSSReflectValue& other) const function in class:WebCore::CSSReflectValue
H A DFontFeatureValue.cpp50 bool FontFeatureValue::equals(const FontFeatureValue& other) const function in class:WebCore::FontFeatureValue
/external/chromium_org/third_party/WebKit/Source/web/
H A DWebTextInputInfo.cpp36 bool WebTextInputInfo::equals(const WebTextInputInfo& other) const function in class:WebKit::WebTextInputInfo
/external/chromium_org/third_party/angle_dx11/src/compiler/preprocessor/
H A DMacro.cpp14 bool Macro::equals(const Macro& other) const function in class:pp::Macro
/external/chromium_org/v8/test/mjsunit/regress/
H A Dregress-2250.js31 // generated for inlining of equals invocation (marked with (*)) will be hoisted
42 return b.equals(a); // (*)
47 Object.prototype.equals = function (other) {
/external/apache-xml/src/main/java/org/apache/xpath/objects/
H A DXBooleanStatic.java58 public boolean equals(XObject obj2) method in class:XBooleanStatic
/external/guava/guava/src/com/google/common/base/
H A DFunction.java37 * <li>The computation is <i>consistent with equals</i>; that is, {@link Objects#equal
50 * <p>Most implementations will have no reason to override the behavior of {@link Object#equals}.
58 boolean equals(@Nullable Object object); method in interface:Function
H A DPredicate.java37 * <li>The computation is <i>consistent with equals</i>; that is, {@link Objects#equal
50 * <p>Most implementations will have no reason to override the behavior of {@link Object#equals}.
58 boolean equals(@Nullable Object object); method in interface:Predicate
/external/jdiff/src/jdiff/
H A DPackageAPI.java44 public boolean equals(Object o) { method in class:PackageAPI
H A DParamAPI.java43 public boolean equals(Object o) { method in class:ParamAPI
/external/nist-sip/java/gov/nist/javax/sip/
H A DLogRecord.java12 public abstract boolean equals(Object other); method in interface:LogRecord
/external/nist-sip/java/javax/sip/header/
H A DHeader.java9 boolean equals(Object obj); method in interface:Header
/external/proguard/src/proguard/
H A DMemberSpecification.java88 public boolean equals(Object object) method in class:MemberSpecification
100 (this.annotationType == null ? other.annotationType == null : this.annotationType.equals(other.annotationType)) &&
101 (this.name == null ? other.name == null : this.name.equals(other.name) ) &&
102 (this.descriptor == null ? other.descriptor == null : this.descriptor.equals(other.descriptor) );
/external/proguard/src/proguard/evaluation/value/
H A DConvertedByteValue.java45 public boolean equals(Object object) method in class:ConvertedByteValue
48 super.equals(object) &&
49 this.value.equals(((ConvertedByteValue)object).value);

Completed in 572 milliseconds

1234567891011>>